oliveratgithub / ToeTag

The only Quake 1 Level Editor built natively for Mac OS X. See more:
https://oliveratgithub.github.io/ToeTag/
8 stars 1 forks source link

Exception for "loadMDL" when creating New File #1

Open oliveratgithub opened 10 years ago

oliveratgithub commented 10 years ago

When Running ToeTag an creating a "New" file, the App crashes with the following exception:

ToeTag(10384,0x102ee1000) malloc: auto malloc[10384]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.

Occuring at the following line of TCMPReader.m:

ECRC->model = [reader loadMDL:tocentry->PAKFilename Offset:tocentry->offset Size:tocentry->sz];

Maybe this Stackoverflow thread gives some help on the issue: http://stackoverflow.com/questions/5850141/seek-help-error-gc-operation-on-unregistered-thread-thread-registered-implic