Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#2183 closed defect (fixed)

Crash in CSoundManager::ClearPlayListItems

Reported by: Jose Carlos Owned by: ben
Priority: Should Have Milestone: Alpha 16
Component: Core engine Keywords:
Cc: stwf Patch:

Description

After install alpha14, I tried to play, but the game don´t start and I receive this error.

Much to our regret we must report the program has encountered an error.

Please let us know at http://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files.

Details: unhandled exception (Access violation reading 0x00000008)

Location: unknown:0 (?)

Call stack:

(error while dumping stack: No stack frames found) errno = 0 (No error reported here) OS error = 0 (no error code was set)

Attachments (2)

crashlog.dmp (68.0 KB ) - added by Jose Carlos 11 years ago.
crashlog.dmp
crashlog.txt (16.1 KB ) - added by Jose Carlos 11 years ago.
crashlog.txt

Download all attachments as: .zip

Change History (6)

by Jose Carlos, 11 years ago

Attachment: crashlog.dmp added

crashlog.dmp

by Jose Carlos, 11 years ago

Attachment: crashlog.txt added

crashlog.txt

comment:1 by Jose Carlos, 11 years ago

After I restart my computer the game started to run.

comment:2 by historic_bruno, 11 years ago

Cc: stwf added
Summary: Game don´t startCrash in CSoundManager::ClearPlayListItems

Did this only happen once, or every time you started the game? Did it happen instantly after loading? I don't know what could cause this, but the crash is in our sound manager. Did you have a music player or some other sounds playing when the game crashed?

Call stack of the crash:

>	pyrogenesis.exe!CSoundManager::ClearPlayListItems()  Line 470 + 0xf bytes	C++
 	pyrogenesis.exe!ScriptInterface::call<void,&JSI_Sound::ClearPlaylist>(JSContext * cx=0x0255f078, unsigned int argc=0, unsigned __int64 * vp=0x10910150)  Line 103 + 0xba bytes	C++
 	mozjs185-ps-release-1.0.dll!5f810d10() 	
 	[Frames below may be incorrect and/or missing, no symbols loaded for mozjs185-ps-release-1.0.dll]	
 	kernel32.dll!_HeapFree@12()  + 0x14 bytes	
 	0ff28b36()	
Unhandled exception at 0x00b0c473 (pyrogenesis.exe) in crashlog.dmp: 0xC0000005: Access violation reading location 0x00000008.
Last edited 11 years ago by historic_bruno (previous) (diff)

comment:3 by ben, 10 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 14725:

Improves error handling in sound manager. Fixes some crashes and errors that could occur when OpenAL failed to init properly, fixes #2183, #2345

comment:4 by historic_bruno, 10 years ago

Milestone: BacklogAlpha 16

Fixed the immediate cause of the crash, but I don't know why OpenAL failed to init, or if there's anything we can do about it.

Note: See TracTickets for help on using tickets.