[Bug 47522] New: Killing Time 8 bit color display crash
https://bugs.winehq.org/show_bug.cgi?id=47522 Bug ID: 47522 Summary: Killing Time 8 bit color display crash Product: Wine-staging Version: 4.12.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: adec2011.ac(a)gmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- Killing time crashes with fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 Tried with Xephr to create a 256 color display but errors err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems Tried with both 64bit and 32bit prefixes A demo can be downloaded here https://archive.org/details/swizzle_demu_Kt -- 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=47522 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://archive.org/details | |/swizzle_demu_Kt Keywords| |download --- Comment #1 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Does it crash in vanilla Wine? -- 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=47522 --- Comment #2 from AdeC <adec2011.ac(a)gmail.com> --- Yes it crashes in vanilla wine -- 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=47522 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com | Product|Wine-staging |Wine Component|-unknown |-unknown --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Moved to wine product. -- 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=47522 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> --- Created attachment 66038 --> https://bugs.winehq.org/attachment.cgi?id=66038 screenshot showing everything is OK. Working fine for me in wine-5.0-rc1. wine version=XP and WINEARCH=win32 -- 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=47522 --- Comment #5 from joaopa <jeremielapuree(a)yahoo.fr> ---
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
means that you have a problem with your graphic card driver. please advertise your graphic card, your driver to help the debugging. And if you use a proprietary driver, don't forget to install the 32-bit version of the driver. And post the result of glxinfo. -- 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=47522 --- Comment #6 from joaopa <jeremielapuree(a)yahoo.fr> --- And you don't need xephyr. -- 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=47522 --- Comment #7 from AdeC <adec2011.ac(a)gmail.com> --- Created attachment 66077 --> https://bugs.winehq.org/attachment.cgi?id=66077 glxinfo -- 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=47522 --- Comment #8 from joaopa <jeremielapuree(a)yahoo.fr> --- Try nouveau driver. -- 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=47522 --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> --- I tested with the nvidia proprietary driver. And everything is OK. Did you upgrade to wine-5.0-rc2? -- 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=47522 --- Comment #10 from AdeC <adec2011.ac(a)gmail.com> --- wine --version wine-5.0-rc2 -- 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=47522 --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> --- Did you try the nouveau driver? -- 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=47522 --- Comment #12 from AdeC <adec2011.ac(a)gmail.com> --- I did not try the nouveaux driver. The proprietary nvidia driver just gives me a black screen: I get this error in the terminal 0160:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 017c:fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a palette. 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 019c:fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a palette. 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 0160:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 -- 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=47522 --- Comment #13 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with wine-6.10? -- 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=47522 --- Comment #14 from AdeC <adec2011.ac(a)gmail.com> --- Yes I am still getting exactly the same as before. Black screen with nvidia drivers, no video and then just a black screen crash -- 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=47522 --- Comment #15 from AdeC <adec2011.ac(a)gmail.com> --- Can i just add it is giving this error in a terminal fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a palette -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla