[Bug 27413] New: Segmentation fault in Kudos 2 Demo
http://bugs.winehq.org/show_bug.cgi?id=27413 Summary: Segmentation fault in Kudos 2 Demo Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ktowns(a)live.com.au Created an attachment (id=35059) --> (http://bugs.winehq.org/attachment.cgi?id=35059) Terminal output Downloaded demo here: http://www.positech.co.uk/kudos2/Kudos2DemoInstaller.exe On attempting to start a new game, the application exits. Terminal reads 'Segmentation fault.' Full terminal output attached. On an aside, this game, along with others by Positech show nothing for me, graphically, unless I edit the CONFIG.MUF file in the game's data directory, and set IsWindowed to 1 - that might be useful for anyone looking into this, as well. -- 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=27413 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| | | |http://www.positech.co.uk/k | |udos2/Kudos2DemoInstaller.e | |xe --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-06-07 18:45:22 CDT --- Wine 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=27413 Kyle Towns <ktowns(a)live.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.21 -- 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=27413 --- Comment #2 from Kyle Towns <ktowns(a)live.com.au> 2011-06-07 20:46:31 CDT --- (In reply to comment #1)
Wine version?
1.3.21 Sorry about that, I saw the dates and left it, assuming it can't have meant Wine 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=27413 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-06-08 00:51:45 CDT --- The demo successfully starts and renders a menu in wine-1.3.21-254-g5bf7622 for me. You might be running into an OpenGL configuration issue. -- 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=27413 --- Comment #4 from Kyle Towns <ktowns(a)live.com.au> 2011-06-08 06:12:58 CDT --- (In reply to comment #3)
The demo successfully starts and renders a menu in wine-1.3.21-254-g5bf7622 for me. You might be running into an OpenGL configuration issue.
Any tips? I'm on a laptop with an Nvidia Quadro chip. I just went through the Nvidia driver settings and I can't see anything that I'd suspect would be terribly relevant. -- 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=27413 --- Comment #5 from Kyle Towns <ktowns(a)live.com.au> 2011-06-08 06:17:01 CDT --- (In reply to comment #3)
The demo successfully starts and renders a menu in wine-1.3.21-254-g5bf7622 for me. You might be running into an OpenGL configuration issue.
P.S. Could you attempt to start a new game and see if you get the Segmentation fault? -- 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=27413 --- Comment #6 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-06-08 06:19:10 CDT --- (In reply to comment #4)
(In reply to comment #3)
The demo successfully starts and renders a menu in wine-1.3.21-254-g5bf7622 for me. You might be running into an OpenGL configuration issue.
Any tips? I'm on a laptop with an Nvidia Quadro chip. I just went through the Nvidia driver settings and I can't see anything that I'd suspect would be terribly relevant.
Make sure you have the 32-bit OpenGL libraries installed. (In reply to comment #5)
(In reply to comment #3)
The demo successfully starts and renders a menu in wine-1.3.21-254-g5bf7622 for me. You might be running into an OpenGL configuration issue.
P.S. Could you attempt to start a new game and see if you get the Segmentation fault?
Works for me. -- 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=27413 --- Comment #7 from Kyle Towns <ktowns(a)live.com.au> 2011-06-08 07:01:30 CDT ---
Make sure you have the 32-bit OpenGL libraries installed.
Is that an nvidia thing or a linux package? -- 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=27413 --- Comment #8 from Andrew Nguyen <arethusa26(a)gmail.com> 2011-06-08 07:17:11 CDT --- (In reply to comment #7)
Make sure you have the 32-bit OpenGL libraries installed.
Is that an nvidia thing or a linux package?
I'm assuming you're using the NVIDIA proprietary driver, in which case you're supposed to be using the libgl that NVIDIA supplies. Whatever mechanism you used to install the driver in the first place should be employed again to install the 32-bit version of the OpenGL libs. -- 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=27413 --- Comment #9 from Kyle Towns <ktowns(a)live.com.au> 2011-06-08 12:24:22 CDT --- (In reply to comment #8)
(In reply to comment #7)
Make sure you have the 32-bit OpenGL libraries installed.
Is that an nvidia thing or a linux package?
I'm assuming you're using the NVIDIA proprietary driver, in which case you're supposed to be using the libgl that NVIDIA supplies. Whatever mechanism you used to install the driver in the first place should be employed again to install the 32-bit version of the OpenGL libs.
Reinstalled NVIDIA's drivers, no luck. -- 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=27413 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #10 from Wylda <wylda(a)volny.cz> 2011-06-29 06:17:49 CDT --- BTW, this demo is rated Platinum in AppDB under wine-1.3.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=27413 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.positech.co.uk/k |http://www.positech.co.uk/k |udos2/Kudos2DemoInstaller.e |udos2/Kudos2DemoInstaller.e |xe |xe | --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2013-09-18 17:12:32 CDT --- Works fine here in 1.3.13 and wine-1.7.2-78-gfb96cb5. -- 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=27413 Jarkko K <jarkko_korpi(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi(a)hotmail.com --- Comment #12 from Jarkko K <jarkko_korpi(a)hotmail.com> --- I installed the demo (using the link provided) into clean prefix. Could install it and run. I think this is fixed. -- 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=27413 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Austin English <austinenglish(a)gmail.com> --- Reported fixed twice. -- 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=27413 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.18. -- 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