http://bugs.winehq.org/show_bug.cgi?id=5256
Summary: stack overflow while testing gunbound Product: Wine Version: 0.9.13. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: tiago.freire@gmail.com
Disclaimer: I am not sure whether I have selected the right component. Gunbound is described here: http://appdb.winehq.org/appview.php?versionId=4298 I ran the game binary from the command line and this is the output it gave since I ran it, up to its crash: ----- wine .wine/drive_c/Arquivos\ de\ programas/OnGame/GunboundWC/GWCL.exe fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1 fixme:wininet:InternetSetOptionW Option 43 STUB fixme:wininet:InternetSetOptionW Option 44 STUB err:seh:setup_exception stack overflow 0 bytes in thread 0018 eip 7ff8f1fa esp 7fa81000 stack 0x7fa81000-0x7fb90000 fixme:ole:CoRegisterMessageFilter stub fixme:shell:DllCanUnloadNow stub fixme:ole:ITypeInfo_fnRelease destroy child objects -----
This is the commented output:
#ran the game: wine .wine/drive_c/Arquivos\ de\ programas/OnGame/GunboundWC/GWCL.exe fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1 fixme:wininet:InternetSetOptionW Option 43 STUB fixme:wininet:InternetSetOptionW Option 44 STUB #At this point, the login screen had been drawn and updates were downloaded. #After the updates were finished, the username/password boxes showed up, #and I filled in my username and password and pressed enter. #the boxes geryed out and after a few seconds the program bailed out: err:seh:setup_exception stack overflow 0 bytes in thread 0018 eip 7ff8f1fa esp 7fa81000 stack 0x7fa81000-0x7fb90000 fixme:ole:CoRegisterMessageFilter stub fixme:shell:DllCanUnloadNow stub fixme:ole:ITypeInfo_fnRelease destroy child objects