Open bolle732 opened 3 days ago
The English version is crashing too. I debugged a little bit, but still have no explanation. The version used at Syhra from midnight 14./15. November is working fine without any crash. But all newly compiled versions crashes when starting to play music.
Something must have changed in the SDK lately. With the most current Swat I get the message CLASS_AT_DS_SI_MARKED_NEVER_SAVED_SO_WHY_AM_I_RELOCATING_OR_UNRELOCATING_IT_BUB
when starting GeoLadder.
This seems due to the class declaration of my SoundWorker:
@classdecl SoundWorkerClass, neverSaved;
If I remove the neverSaved
, GeoLadder starts again under Swat, but then crashes when trying to play music.
This class really doesn't need to get saved into a state. I need to do more research.
While the English version works fine, the translated German versioncrashes when playing music like switching fromNosie
toNoise & Music
orTöne
toTöne & Musik
: