[FIXED] Retrieving something from an Array crash on Linux
Moderator: Moderators
Re: Retrieving something from an Array crash on Linux
This is working. I found the array[string] bug because Omeganaut crashes when it needs to retrieve the Model cannons of a big spaceship in an array, or when it calls arrayNames[spaceship_number] to retrieve it's name. Otherwise, everything works. This is very specific...
Re: Retrieving something from an Array crash on Linux
Ok I have an idea what the problem could be. It is related to 64-bit builds.
Please update sources and rebuild ZDesigner (player does not need rebuilding) and check if it helps.
Please update sources and rebuild ZDesigner (player does not need rebuilding) and check if it helps.
Re: Retrieving something from an Array crash on Linux
Nicely done. It's now working perfectly on Linux. Thanks
Re: [FIXED] Retrieving something from an Array crash on Linux
Good . That was a tricky one. Thanks for the detailed examples.