Quote Originally Posted by DarkDragon View Post
Is there a specific quest that's crashing? Or the default/empty quest? I just tried and couldn't reproduce the crash.
Trying to use a timed save from 2.50.x, produces a header error:

Code:
Decrypting...okay.
Opening...okay.
Invalid header string:  '-(N=7A+	
L>N*~ANLon' (was expecting 'AG Zelda Classic Quest File
 ' or 'AG ZC Enhanced Quest File
   ')
Reading Header...error.
After that, I tried to make a quest using ZQuest (master) in debug mode, and use a timed save from that. It also produced the same header error.


Thus, I was only able to try the default quest.


Here is my binary output from when I last built the master repo:

http://timelord.insomnia247.nl/zc/zc...5SEPT_2017.zip

Please tell me if that crashes for you, as it certainly does, for me. This was built using CMake->MSVC9 with the following flags:
Unity: No
PCH: No

For MSVC, incremental linking is off.

I still need to test if using the allegro debug libs to compile release cures this, to rule out an issue with alleg44.dll, or the other lib files; there is something odd going on with the libs in general too, as we have a slew of new bugs that occur only after Beta 2, and Beta 3+ are built using your last build of the allegro libs.

Anyway, as this only affects master, I find it very unlike;y that the libs are a culprit, but I may as well verify that.