Adventure Game Studio

AGS Development => Engine Development => Topic started by: Ali on Mon 17/06/2013 00:27:21

Title: Crash Report (running through Wine on Mac Lion)
Post by: Ali on Mon 17/06/2013 00:27:21
Hello,

I've had some success running an AGS game on Macs using Wineskin (http://wineskin.urgesoftware.com/). However I've just had a crash reported on the older Lion OS.

0xC0000005 occurred in ACWIN.EXE at EIP - 0x4530827F; program pointer is -1893, ACI version 3.21.1115, gtags (1065,275)

I don't know how to interpret this information. Would anyone have any suggestions?

If I can find out what it means, I might be able to customise Wineskin to fix it.
Title: Re: Crash Report (running through Wine on Mac Lion)
Post by: Crimson Wizard on Mon 17/06/2013 08:40:24
Quote from: Ali on Mon 17/06/2013 00:27:21
0xC0000005 occurred in ACWIN.EXE at EIP - 0x4530827F; program pointer is -1893, ACI version 3.21.1115, gtags (1065,275)

I don't know how to interpret this information. Would anyone have any suggestions?

"Program pointer" is a value of "our_eip" variable.
Usually you may search for the number ("-1893" in this case) in the project and see the last known place where the program did work.
Title: Re: Crash Report (running through Wine on Mac Lion)
Post by: Ali on Mon 17/06/2013 09:42:25
Thanks, I'll try that!