Page 2 of 2

Re: Retrieving something from an Array crash on Linux

Posted: Fri Apr 30, 2021 7:51 am
by Ats
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

Posted: Fri Apr 30, 2021 8:55 am
by VilleK
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.

Re: Retrieving something from an Array crash on Linux

Posted: Fri Apr 30, 2021 9:11 am
by Ats
Nicely done. It's now working perfectly on Linux. Thanks :D

Re: [FIXED] Retrieving something from an Array crash on Linux

Posted: Fri Apr 30, 2021 10:37 am
by VilleK
Good :). That was a tricky one. Thanks for the detailed examples.