[Bug 14894] New: Segmentation Fault in Cubis Gold 2
http://bugs.winehq.org/show_bug.cgi?id=14894 Summary: Segmentation Fault in Cubis Gold 2 Product: Wine Version: 1.0.0 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs(a)winehq.org ReportedBy: bywec8j02(a)sneakemail.com Created an attachment (id=15464) --> (http://bugs.winehq.org/attachment.cgi?id=15464) output from terminal using ~/.wine/drive_c/Program Files/CubisGold2$ rpm -qa|grep wine wine-esd-1.0-1.fc9.i386 wine-twain-1.0-1.fc9.i386 wine-tools-1.0-1.fc9.i386 wine-ldap-1.0-1.fc9.i386 wine-capi-1.0-1.fc9.i386 wine-nas-1.0-1.fc9.i386 wine-1.0-1.fc9.i386 wine-cms-1.0-1.fc9.i386 wine-jack-1.0-1.fc9.i386 wine-desktop-1.0-1.fc9.i386 wine-core-1.0-1.fc9.i386 on Fedora 9 32bit, AMD64, 1GB ram. and get a segmentation fault. See attachment. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Component|directx-ddraw |-unknown Platform|Other |PC-x86-64 Summary|Segmentation Fault in Cubis |Cubis Gold 2 crashes on |Gold 2 |start --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-08-17 12:16:35 --- What video card and driver version (glxinfo | grep version)? Please try with the newer Wine version. Where is the crash happens? When you start the program or when you exit it? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #2 from Martin <bywec8j02(a)sneakemail.com> 2008-08-17 14:52:49 --- When I compile the latest git I also get a seg. fault. gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7419: Warning: end of file not at end of a line; newline inserted {standard input}:7752: Error: no such instruction: `m' gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/home/maj/download/wine/wine/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/home/maj/download/wine/wine/dlls' make: *** [dlls] Error 2 Or did you mean, that I should try with the latest development version? Btw. Shouldn't hardware be changed from "PC-x86-64" to 32bit, as I have a 64bit CPU, but using 32bit software? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #3 from Martin <bywec8j02(a)sneakemail.com> 2008-08-17 14:57:13 --- Btw. Cubis Gold 2 can be downloaded from megaupload.com/?d= 4JMTDTPH by removing the white space. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #4 from Martin <bywec8j02(a)sneakemail.com> 2008-08-17 16:45:18 --- Sorry about the missing info. ~$ glxinfo |grep version server glx version string: 1.4 client glx version string: 1.4 GLX version: 1.3 OpenGL version string: 2.1.2 NVIDIA 173.14.12 ~$ glxinfo |grep render direct rendering: Yes OpenGL renderer string: GeForce 6150/PCI/SSE2/3DNOW! GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, ~$ The crash happens after I have started the game. I get a graphical screen with a progress bar, where I would assume that the game at this point pre generates about 20MB of transparent cubes as png files and puts then on the harddrive. But nothing happens, and the game exits by crash. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-08-18 00:13:33 --- (In reply to comment #2)
When I compile the latest git I also get a seg. fault. gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c {standard input}: Assembler messages: {standard input}:7419: Warning: end of file not at end of a line; newline inserted {standard input}:7752: Error: no such instruction: `m' gcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [menu.o] Error 1 make[2]: Leaving directory `/home/maj/download/wine/wine/dlls/user32/tests' make[1]: *** [user32/tests] Error 2 make[1]: Leaving directory `/home/maj/download/wine/wine/dlls' make: *** [dlls] Error 2
That's the bug 13532.
Or did you mean, that I should try with the latest development version?
Latest git is the latest development version.
Btw. Shouldn't hardware be changed from "PC-x86-64" to 32bit, as I have a 64bit CPU, but using 32bit software?
No. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-02-16 02:33:33 --- Is this still an issue in current (1.1.15 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #7 from Martin <bywec8j02(a)sneakemail.com> 2009-02-16 02:47:25 --- Created an attachment (id=19488) --> (http://bugs.winehq.org/attachment.cgi?id=19488) Output from wine 1.1.9 og seg fault Yes, Just tried with 1.1.9, and it still gives seg. fault. Attached terminal output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-02-16 09:41:01 --- (In reply to comment #7)
Created an attachment (id=19488) --> (http://bugs.winehq.org/attachment.cgi?id=19488) [details] Output from wine 1.1.9 og seg fault
Yes, Just tried with 1.1.9, and it still gives seg. fault.
Attached terminal output.
1.1.9 is kinda old. Please try in 1.1.15. Also, please install debugging symbols: =>1 0x606ce486 wglGetCurrentDC+0x36() in gdi32 (0x62329248) 2 0x6118490c CreateContext+0x3ac() in wined3d (0x62329388) 3 0x6122a2c7 IWineD3DSwapChainImpl_CreateContextForThread+0x57() in wined3d (0x623293b8) 4 0x611863c8 in wined3d (+0x263c8) (0x62329418) 5 0x611868aa ActivateContext+0x5a() in wined3d (0x62329718) 6 0x612269ce IWineD3DSurfaceImpl_Release+0x7e() in wined3d (0x62329758) 7 0x70eec465 IDirectDrawSurfaceImpl_Destroy+0xe5() in ddraw (0x62329788) 8 0x70eec6ec in ddraw (+0x2c6ec) (0x623297d8) 9 0x0044e629 in cubis2 (+0x4e629) (0x001940e0) 10 0x70f0ef20 IDirectDrawSurface3_Vtbl() in ddraw (0x70f0ee40) 11 0x70ee9440 in ddraw (+0x29440) (0x70eecaa0) 12 0x458b58ec (0x83e58955) That should show function names and location in the source code. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Martin <bywec8j02(a)sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15464|0 |1 is obsolete| | Attachment #19488|0 |1 is obsolete| | --- Comment #9 from Martin <bywec8j02(a)sneakemail.com> 2009-02-16 15:11:02 --- Created an attachment (id=19500) --> (http://bugs.winehq.org/attachment.cgi?id=19500) output from 1.1.5 Still get seg. fault with 1.1.15. See attachment. I started it with wine cubis2.exe & > ~/output.log but the ~/output.log was empty. How do I get output from wine in a text file? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Martin <bywec8j02(a)sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19500|output from 1.1.5 |output from 1.1.15 description| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Martin <bywec8j02(a)sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Version|1.0.0 |1.1.15 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Version|1.1.15 |1.0.0 --- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-23 09:08:20 --- Please don't change original reported Wine version. Not major - http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Martin <bywec8j02(a)sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19500|0 |1 is obsolete| | --- Comment #11 from Martin <bywec8j02(a)sneakemail.com> 2009-02-27 18:29:43 --- Created an attachment (id=19701) --> (http://bugs.winehq.org/attachment.cgi?id=19701) Output from 1.1.16 with seg. fault Still gives segmentation fault in 1.1.16 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-09-03 12:20:10 --- Is this still an issue in current (1.1.29 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #13 from Martin <bywec8j02(a)sneakemail.com> 2009-09-03 14:54:52 --- (In reply to comment #12)
Is this still an issue in current (1.1.29 or newer) wine?
I now run 64bit Fedora, where I used 32bit Fedora when I reported the bug. With wine 1.1.23 64bit, the segmentation fault is still there. Have just tried to compile wine 64bit, but that is way too complicated, so I can't test it on higher versions that the ones that Fedora (10 in this case) ships with. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Martin <bywec8j02(a)sneakemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19701|0 |1 is obsolete| | --- Comment #14 from Martin <bywec8j02(a)sneakemail.com> 2009-09-03 14:58:03 --- Created an attachment (id=23409) --> (http://bugs.winehq.org/attachment.cgi?id=23409) Output from wine 1.1.23 64bit -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2010-05-26 16:03:10 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.2-rc1 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #16 from Martin <d2xdt2(a)gmail.com> 2010-05-28 13:09:11 --- Still seg. fault with 1.2-rc1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> 2010-05-28 16:00:58 --- LInk to pirated game is forbidden in Wine bugzilla. Is it this game: http://www.bigfishgames.com/download-games/76/cubis-gold-2/index.html?src=og... If yes, does the problem occur for you too with the free trial? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #18 from Martin <sha256sum(a)gmail.com> 2010-05-28 16:17:27 --- Yes, that is exactly that game. Since last update have I compiled 1.2 rc2, and now tried with the trail version, and it crashes at loading (texture generation) of the actual game. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #19 from Martin <sha256sum(a)gmail.com> 2010-06-11 15:40:43 --- With 1.2-rc3 32bit I get lots of these at the start fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x14f908)->(0x32f474) and it doesn't continue. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #20 from joaopa <jeremielapuree(a)yahoo.fr> 2011-03-21 13:00:11 CDT --- Bug still there in wine 1-3-16. And can anyone put the link http://www.bigfishgames.com/download-games/76/cubis-gold-2/index.html?src=og... at the url place? Thanks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.bigfishgames.com | |/download-games/76/cubis-go | |ld-2/index.html?src=ogscree | |nshots1909 Ever Confirmed|0 |1 --- Comment #21 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-03-22 00:29:49 CDT --- Adding url and setting state to NEW per multiple confirmations. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #22 from GyB <gyebro69(a)gmail.com> 2013-01-20 04:30:09 CST --- Is this still an issue with recent Wine versions (1.5.22 or newer)? The game starts fine here, tested with 1.4.1 and 1.5.22. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #23 from Amadeus <sha256sum(a)gmail.com> 2013-01-20 04:40:31 CST --- I don't have the very latest Wine, but with 1.5.18 it still crashes. ~/.wine/drive_c/Program Files/CubisGold2$ wine cubis2.exe fixme:storage:create_storagefile Storage share mode not implemented. fixme:storage:create_storagefile Storage share mode not implemented. p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:NotifyAddrChange (Handle 0xeee8d0, overlapped 0xeee8dc): stub wine: configuration in '/home/maj/.wine' has been updated. fixme:win:EnumDisplayDevicesW ((null),0,0x32f520,0x00000000), stub! Segmentation fault (core dumped) ~/.wine/drive_c/Program Files/CubisGold2$ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #24 from GyB <gyebro69(a)gmail.com> 2013-01-20 04:51:33 CST --- (In reply to comment #23)
I don't have the very latest Wine, but with 1.5.18 it still crashes.
~/.wine/drive_c/Program Files/CubisGold2$ wine cubis2.exe fixme:storage:create_storagefile Storage share mode not implemented. fixme:storage:create_storagefile Storage share mode not implemented. p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:NotifyAddrChange (Handle 0xeee8d0, overlapped 0xeee8dc): stub wine: configuration in '/home/maj/.wine' has been updated. fixme:win:EnumDisplayDevicesW ((null),0,0x32f520,0x00000000), stub! Segmentation fault (core dumped) ~/.wine/drive_c/Program Files/CubisGold2$
What version of the game did you try? I tested with the demo from BigFish Games. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #25 from Amadeus <sha256sum(a)gmail.com> 2013-01-20 05:02:00 CST --- It is a fairly old version of Cubis Gold 2 I am testing. http://bayfiles.com/file/BqtH/LDBfbV/CubisGold2.zip The current demo from Big Fish have a messed up HTML installer without back, next, finish buttons. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #26 from GyB <gyebro69(a)gmail.com> 2013-01-20 07:29:09 CST --- (In reply to comment #25)
The current demo from Big Fish have a messed up HTML installer without back, next, finish buttons.
I suggest trying the demo from BigFish Games, download link located in the url field above. At least it's from a trusted source.. 1. upgrade to Wine 1.5.22 2. create a new wineprefix 3. winetricks ie8 4. wine cubis-gold-2_blah-blah.exe It should work. Alternatively, you can try this demo, the launcher of this version needs IE6: http://games.softpedia.com/progDownload/Cubis-Gold-2-Download-8462.html
It is a fairly old version of Cubis Gold 2 I am testing.
http://bayfiles.com/file/BqtH/LDBfbV/CubisGold2.zip This more looks like a rip, not a properly installed game.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #27 from Rico <kgbricola(a)web.de> 2013-01-20 07:39:51 CST --- Also in http://bugs.winehq.org/attachment.cgi?id=23409 (comment #14) it looks like the crash is in your graphics driver (fglrx). What's your actual system configuration (graphics card, driver version)? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894 --- Comment #28 from Amadeus <sha256sum(a)gmail.com> 2013-01-21 18:08:29 CST --- comment #26 Thanks. I will try that in the weekend. comment #27 ~$ glxinfo | grep version server glx version string: 1.4 client glx version string: 1.4 GLX version: 1.4 OpenGL version string: 2.1 Mesa 8.0.4 OpenGL shading language version string: 1.20 ~$ uname -a Linux amd 3.6.11-1.fc17.x86_64 #1 SMP Mon Dec 17 22:16:35 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux ~$ It is an "AMD A4-3400 APU" I have where I use the default 3D drivers that Fedora 17 64bit ships with. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=14894 narri <xqwerty123(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xqwerty123(a)luukku.com --- Comment #29 from narri <xqwerty123(a)luukku.com> --- fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:ieframe:UniformResourceLocatorW_SetUrl ignoring unsupported flags 0x1 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x315d1a0 1 C) semi-stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x315ceb8 1 C) semi-stub fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x315ccf8 1 C) semi-stub fixme:ieframe:UniformResourceLocatorW_SetUrl ignoring unsupported flags 0x1 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet wine: Unhandled page fault on execute access to 0x00b126a8 at address 0xb126a8 (thread 0027), starting debugger... fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub The game downloader crashes with no winetriks or overrides like this 1.7.42 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=14894 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #30 from super_man(a)post.com --- The installer here needs ie8 to be able work. I don't get a crash while starting the game, but it never seem to get focus. Using kde. 1.7.51 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=14894 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=14894 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #31 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, I can't reproduce the crash. Clean WINEPREFIX - there is absolutely no need for 'winetricks' IEx garbage. * run BigFishGames bootstrapper * automatically downloads BigFishGames game manager * BigFishGames manager automatically downloads, installs, activates Cubis Gold 2 Clicking the "Play" button in game manager UI 'bfgclient.exe' (CEF based) starts the game. Interesting tidbit: The game itself is protected by Armadillo DRM scheme which works ok (two 'cubis2.exe' processes: debugger and child with runtime decryption/Nanomites) --- snip --- -=[ ProtectionID v0.6.6.7 DECEMBER]=- (c) 2003-2015 CDKiLLER & TippeX Build 24/12/14-22:48:13 Ready... Scanning -> C:\Program Files\Cubis Gold 2\cubis2.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 1848648 (01C3548h) Byte(s) Compilation TimeStamp : 0x4615F83C -> Fri 06th Apr 2007 07:35:24 (GMT) [TimeStamp] 0x4615F83C -> Fri 06th Apr 2007 07:35:24 (GMT) | PE Header | - | Offset: 0x00000118 | VA: 0x00400118 | - -> File Appears to be Digitally Signed @ Offset 01C2000h, size : 01548h / 05448 byte(s) [File Heuristics] -> Flag #1 : 00000000000000001100001000000111 (0x0000C207) [Entrypoint Section Entropy] : 7.01 (section #4) ".adata " | Size : 0xD000 (53248) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 8 (0x8) | ImageSize 0x30E000 (3203072) byte(s) [!] Armadillo v4.66 detected ! [CdKeySerial] found "SerialNumber" @ VA: 0x001E0117 / Offset: 0x00098117 [CdKeySerial] found "SerialNumber" @ VA: 0x001E013E / Offset: 0x0009813E [CompilerDetect] -> Visual C/C++ - Scan Took : 0.747 Second(s) [0000002EBh (747) tick(s)] [499 of 573 scan(s) done] --- snip --- Resolving 'fixed' unless you can prove the original issue is still present. Also please don't mix in entirely unrelated issues here (reading bug history/comments). $ sha1sum cubis-gold-2_s1_l1_gF55T1L1_d2535390556.exe 580e33d5d5b0ec5525c1c1d6fbf91fb967488b50 cubis-gold-2_s1_l1_gF55T1L1_d2535390556.exe $ du -sh cubis-gold-2_s1_l1_gF55T1L1_d2535390556.exe 232K cubis-gold-2_s1_l1_gF55T1L1_d2535390556.exe $ wine --version wine-1.7.54-302-g5cf9539 Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=14894 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #32 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.55. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org