(Not sure where to post this, so I went here)
When trying to run my project in full screen using no Graphics filter & Graphics = Direct3D 9, I got an Illegal exception:
An exception 0xC0000094 occurred in ACWIN.EXE at EIP = 0x00489FA4 ; program pointer is -179, ACI version 3.3.0.1162, gtags (0,0)
CrashInfo.3.3.0.1162.dmp (http://tdepaus.home.xs4all.nl/arj0n/AGS/LSL1PnC/CrashInfo.3.3.0.1162.dmp)
Any idea what happens here? (it's reproducible)
There was some bug in 3.3.0.1162 related to graphics initialization that caused crashing, fixed in 3.3.0.1164 (hotfix 3)
Quote
Provided error handling in following situations:
* failure to create software driver
* user-requested gfx filter name is identical to existing one except for scaling number
* max supported resolution is smaller than base game size
Can you try if your game will work if run under latest 3.3.0 update?
Thanx CW, hotfix 3 solved it indeed. (I was using 3.3.0.1162)