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@winehq.org ReportedBy: jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-07-10 03:06:31 --- which commands are you using to start the application?
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #2 from Jaime Rave jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #3 from Vitaliy Margolen vitaliy@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #4 from Jaime Rave jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #5 from Vitaliy Margolen vitaliy@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).
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #6 from Jaime Rave jaimerave@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
http://bugs.winehq.org/show_bug.cgi?id=19265
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22334|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19265
--- Comment #7 from Vitaliy Margolen vitaliy@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #8 from Jaime Rave jaimerave@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.
http://bugs.winehq.org/show_bug.cgi?id=19265
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Jaime Rave jaimerave@gmail.com 2009-07-12 08:59:00 --- Closing