Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: arj0n on Tue 16/09/2014 22:38:08

Title: Illegal exception when running fullscreen
Post by: arj0n on Tue 16/09/2014 22:38:08
(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)
Title: Re: Illegal exception when running fullscreen
Post by: Crimson Wizard on Wed 17/09/2014 00:26:58
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?
Title: Re: Illegal exception when running fullscreen [solved]
Post by: arj0n on Wed 17/09/2014 19:05:26
Thanx CW, hotfix 3 solved it indeed. (I was using 3.3.0.1162)