[Bug 19265] New: Settlers II: 10th Anniversary Edition - Demo crash when starting from the console
http://bugs.winehq.org/show_bug.cgi?id=19265 Summary: Settlers II: 10th Anniversary Edition - Demo crash when starting from the console Product: Wine Version: 1.1.25 Platform: PC URL: http://www.ubi.com/UK/Downloads/Info.aspx?dlId=1671 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jaimerave(a)gmail.com Created an attachment (id=22307) --> (http://bugs.winehq.org/attachment.cgi?id=22307) Console output Well when starting the game from the console, it crash. But when you start it from the Wine menu it starts normally. -- 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=19265 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=19265 --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-07-10 03:06:31 --- which commands are you using to start the application? -- 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=19265 --- Comment #2 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-10 09:38:57 --- I cd to the game folder, and then make: WINEPREFIX=~/.Settlers wine game_file.exe This is in Ubuntu 9.04. -- 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=19265 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-11 19:41:31 --- Post content of the menu link (.desktop file) you using to start the game when it works. -- 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=19265 --- Comment #4 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-11 19:54:09 --- This is the command in the .desktop: env WINEPREFIX="/home/jaime/.Settlers" wine "C:\Archivos de programa\Ubisoft\Funatics\The Settlers - 10th Anniversary - Demo\bin\S2DNG.exe" and if I put this in the console the crash also appear. -- 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=19265 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-11 20:53:54 --- (In reply to comment #4)
This is the command in the .desktop: I asked for the entire file, not just a command. Attach it here as-is (as a 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=19265 --- Comment #6 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-11 21:12:57 --- Created an attachment (id=22334) --> (http://bugs.winehq.org/attachment.cgi?id=22334) .Desktop [Desktop Entry] Name=The Settlers - 10th Anniversary - Demo Exec=env WINEPREFIX="/home/jaime/.Settlers" wine "C:\\Archivos de programa\\Ubisoft\\Funatics\\The Settlers - 10th Anniversary - Demo\\bin\\S2DNG.exe" Type=Application StartupNotify=true Path=/home/jaime/.Settlers/dosdevices/c:/Archivos de programa/Ubisoft/Funatics/The Settlers - 10th Anniversary - Demo Icon=/home/jaime/.local/share/icons/74bc_s2dng.0.png -- 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=19265 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22334|application/octet-stream |text/plain mime type| | -- 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=19265 --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-12 02:05:32 --- You have to 'cd' into working directory "Path" property in the .desktop file. Lots of windows programs won't work if current directory is wrong. -- 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=19265 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #8 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-12 08:58:26 --- Thank Vitaliy. I made: cd /home/jaime/.Settlers/drive_c/Archivos\ de\ programa/Ubisoft/Funatics/The\ Settlers\ -\ 10th\ Anniversary\ -\ Demo/ And then from there: WINEPREFIX=~/.Settlers wine bin/S2DNG.exe And is starting now. Thanks again. -- 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=19265 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Jaime Rave <jaimerave(a)gmail.com> 2009-07-12 08:59:00 --- Closing -- 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.
participants (1)
-
wine-bugs@winehq.org