bluewaysw / pcgeos

#FreeGEOS source codes. The offical home of the PC/GEOS operating system technology. For personal computing fans. For all developers and assembly lovers. For YOU!
Apache License 2.0
759 stars 87 forks source link

GeoLadder KR-09 when playing music #723

Open bolle732 opened 3 days ago

bolle732 commented 3 days ago

While the English version works fine, the translated German version crashes when playing music like switching from Nosie to Noise & Music or Töne to Töne & Musik:

image

bolle732 commented 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.

bolle732 commented 3 days ago

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.