Page 1 of 1

zge crash on start

Posted: Wed Jul 13, 2011 11:35 pm
by pond
hello

its likely this is not a bug since i seem to be the only victim, i havent been using zge for very long so it might be something in my setup.

in any case 90% of the time when i open zge it crashes giving the following error message:

"Exception EZHalted in module ZGameEditor.exe at 001529B9.
dsound.setcooplevel failed."

and so i just keep opening it until it finally works, hahaha pretty stubborn

im running win7x64 on a mbp 2007

edit: occurs in both 2.0.0 and 2.0.1b


and this is the windows message if it helps:

Problem signature:
Problem Event Name: APPCRASH
Application Name: ZGameEditor.exe
Application Version: 0.0.0.0
Application Timestamp: 4e00ee17
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdbdf
Exception Code: 0eedfade
Exception Offset: 0000b727
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: e8a4
Additional Information 2: e8a4224497eeb62dba716db6d77f4358
Additional Information 3: f18c
Additional Information 4: f18c8e98de11421f6c5e601e2bdff045

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid= ... cid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

Posted: Thu Jul 14, 2011 2:22 am
by keymasher
Looks like something to do with directsound, have you got the latest directx updates?

Posted: Thu Jul 14, 2011 8:54 am
by pond
well, its directx 11, but i havent installed win7SP1 so think its not the latest dx11. i guess its time to install sp1

Posted: Thu Jul 14, 2011 11:58 am
by Kjell
Hmm,

The program exits at this part of the code ..

Code: Select all

Err := DS.Vtbl.SetCooperativeLevel(DS, H_Wnd, DSSCL_PRIORITY);
if Err<>0 then ZHalt('dsound.setcooplevel failed');
Perhaps Ville can send you a debug build that displays the returned error. Updating your Sound Card drivers might be a good idea as well.

Are you launching ZGE from FL Studio?

K

Posted: Thu Jul 14, 2011 12:23 pm
by pond
nope just launching normally. its strange that it will work sometimes, if i click it just right ;)

once its started i can open new windows and projects with out a problem

sp1 is still downloading...ill look into soundcard drivers

Posted: Sat Jul 16, 2011 4:11 pm
by VilleK
Having a bit of vacation at the moment here, if the problem persists remind me in a couple of weeks and I'll make a debug build. Definitely sounds like an audio driver issue though. Also see if it makes a difference if you quit any other open audio applications (spotify, fl studio, mediaplayer etc).

Posted: Wed Jul 20, 2011 9:05 am
by pond
i couldnt install sp1, i think because this is a stripped down win7.

but i have found that doubleclicking the .zgeproj file opens zge flawlessly everytime. so no worries for the time being

enjoy your well deserved holiday!

Posted: Sat Aug 13, 2011 7:48 am
by pond
hello, i just noticed the new beta.
updated and it seems zge is now opening flawlessly,
thanks Ville!