jellehermsen / gdods

A simple ODS file reader built in GDScript, for usage in the Godot game engine.
MIT License
14 stars 0 forks source link

Stuck on load when there is more than one sheet #3

Open univeous opened 2 years ago

univeous commented 2 years ago

I'm using Godot 3.5 RC1. When loading a file with more than one sheet(even totally empty), it gets stuck loading without any error.

Example file: test.ods

Edit: An empty project seems to be working well. Well, I'll do some more research.

Edit 2: reproduction project: gdods.zip

jellehermsen commented 2 years ago

Thanks for testing in 3.5. I have added an extra test case for the file you provided. It seems to load fine in Godot 3.4.4. I have not yet checked in Godot 3.5 yet, but it's also possible that gdunzip (which gdods uses under the hood) doesn't work in that version yet. I will look into it!