https://bugs.winehq.org/show_bug.cgi?id=40786 Bug ID: 40786 Summary: Legacy of kain Defiance to crashes when called by script Product: Wine Version: 1.9.12 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: SolisX007(a)yahoo.com Distribution: --- Created attachment 54692 --> https://bugs.winehq.org/attachment.cgi?id=54692 Defiance Backtrace The game crashes when i call my script. This is what my script looks like #!/bin/sh cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance' xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600 defiance.exe && xset s on +dpms I would also mention that when i just open a terminal and type in cd '/mnt/sda2/Games/PC/Legacy of Kain - Defiance' xset s off -dpms & WINEDEBUG=-all wine explorer /desktop=Defiance,800x600 defiance.exe game works. It seems to have a problem with "&& xset s on +dpms". -- 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.