[Bug 41993] New: Chuckie Egg: The Next Batch v1.2 no longer works
https://bugs.winehq.org/show_bug.cgi?id=41993 Bug ID: 41993 Summary: Chuckie Egg: The Next Batch v1.2 no longer works Product: Wine Version: 2.0-rc1 Hardware: x86-64 URL: http://retrospec.sgn.net/game/chuckie OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: vulture6(a)mail.com Distribution: Mint Created attachment 56414 --> https://bugs.winehq.org/attachment.cgi?id=56414 Chuckie Egg: The Next Batch v1.2 console log Chuckie Egg: The Next Batch v1.2 just shows a blank screen at the start and won't go any further. Works OK with Wine 1.8.1 and Crossover 15.1.0. I have Nvidia GTX card. -- 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=41993 flobob <vulture6(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=41993 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Can't confirm, still shows me a blackscreen after I downgrade wine. Does it work for you with 1.8.1 in a clean wineprefix? -- 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=41993 --- Comment #2 from flobob <vulture6(a)mail.com> --- Just tried it with a newly-downgraded 1.8.5 and it works fine. Obviously something has been added recently that breaks it. When it works, you should get a message asking if you want sound. -- 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=41993 --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- In a clean 32bit prefix? I tried it with 1.8.5 too, but that too gives a blackscreen. Do you use DLL overrides or other special settings? -- 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=41993 --- Comment #4 from flobob <vulture6(a)mail.com> --- I just downloaded 1.8.5 fresh from a ppa and ran it. No overrides or special settings used. -- 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=41993 --- Comment #5 from Fabian Maurer <dark.shadow4(a)web.de> --- If you used the same wineprefix (usually ~/.wine) there might be still configuration in there. Can you rename ~/.wine to let wine generate a new, clean wineprefix? After that, you can rename it back to not lose anything. -- 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=41993 --- Comment #6 from flobob <vulture6(a)mail.com> --- OK, I deleted ~/.wine and generated a new configuration. It still works! -- 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=41993 --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- I think I go it. Did you try winetricks to set the DirectDraw renderer to gdi? You can use the commandline, just execute "winetricks ddr=gdi". Fixes the blackscreen for me, all wine versions. -- 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=41993 --- Comment #8 from Fabian Maurer <dark.shadow4(a)web.de> --- Also, for me it worked in 1.7.3, the regression happened in a385c9ea3ead9438f591c3777a6ff6a21abdfc42. After that commit only ddr=gdi works, ddr=opengl only results in a blackscreen. -- 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=41993 --- Comment #9 from flobob <vulture6(a)mail.com> --- Yes, switching to gdi made it work, albeit with a pretty jerky framerate. It's obviously a bug in Wine's DirectDraw renderer. Let's hope it gets fixed soon. -- 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=41993 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Regression SHA1| |8673dca87df76b8f94be65c82e4 | |a1a389c13dd9b CC| |joseph.kucia(a)gmail.com --- Comment #10 from Józef Kucia <joseph.kucia(a)gmail.com> --- This regression is introduced by: commit 8673dca87df76b8f94be65c82e4a1a389c13dd9b Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Wed Oct 5 11:17:04 2016 +0200 wined3d: Avoid using "context->swapchain" in context_update_window(). -- 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=41993 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d -- 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=41993 --- Comment #11 from Józef Kucia <joseph.kucia(a)gmail.com> --- Created attachment 56431 --> https://bugs.winehq.org/attachment.cgi?id=56431 Patch -- 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=41993 --- Comment #12 from Fabian Maurer <dark.shadow4(a)web.de> --- Patch doesn't change the issue for me, still got the blackscreen. But for me it doesn't work with 1.8.5 either, maybe there's a second issue? Using an R9 285 with mesa 13.0.2 -- 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=41993 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #13 from winetest(a)luukku.com --- (In reply to Fabian Maurer from comment #12)
Patch doesn't change the issue for me, still got the blackscreen. But for me it doesn't work with 1.8.5 either, maybe there's a second issue?
Using an R9 285 with mesa 13.0.2
For me it helped. I tested the game without a patch for the 1st time and I got black issue, with the patch it started working. rx480, closed source driver. wine 2.0.rc1-git. -- 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=41993 --- Comment #14 from Józef Kucia <joseph.kucia(a)gmail.com> --- (In reply to Fabian Maurer from comment #12)
Patch doesn't change the issue for me, still got the blackscreen. But for me it doesn't work with 1.8.5 either, maybe there's a second issue?
Using an R9 285 with mesa 13.0.2
I think that the patch fixes the issue reported initially by OP. If there's a second issue a new bug should be filed. -- 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=41993 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #15 from Béla Gyebrószki <gyebro69(a)gmail.com> --- The patch fixes the black screen problem in Zafehouse Diaries, too (introduced by 8673dca87df76b8f94be65c82e4a1a389c13dd9b). OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GT 730/PCIe/SSE2 OpenGL core profile version string: 4.5.0 NVIDIA 375.26 -- 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=41993 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net --- Comment #16 from winetest(a)luukku.com --- Should be fixed now by http://source.winehq.org/git/wine.git/commit/6b94fb1e4a6828f5a2f366bd065609b... -- 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=41993 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |6b94fb1e4a6828f5a2f366bd065 | |609bd127aa55f Resolution|--- |FIXED --- Comment #17 from Béla Gyebrószki <gyebro69(a)gmail.com> --- The problem is gone for me in wine-2.0-rc2-15-g21dd046 (Chuckie Egg, Zafehouse Diaries). If you still have problems with the game Chuckie Egg, please open a new bug report for that issue. Fedora 25 OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GT 730/PCIe/SSE2 OpenGL core profile version string: 4.5.0 NVIDIA 375.26 -- 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=41993 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.0-rc3. -- 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