http://bugs.winehq.org/show_bug.cgi?id=14691
Summary: Starfleet Command III: installer simply does not work, the "Prompt" windows says "Coud not find the string file." and there after 2 mouse clicks on the "Ok" buttons it exits the installer. Product: WineHQ Bugzilla Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bugzilla-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: andy.holst85@gmail.com
Wine version: 1.1.2 Operating system: Linux Distribution: Slackware v12.1 Compiler: gcc version 4.2.3 Package: wine-1.1.2-i486-1kjz.tgz , packaged by Ken Zalewski (kennyz@nycap.rr.com) Windows with Wine: No Program: Starfleet Command III Command: WINEDEBUG=+relay wine E:\Setup.exe >& sfc3WineInstallBugReport
The installer starts, and a "Prompt" window inside the installer says "Could not open string file.", and after you click on the "Ok" button, next thing it do it closes down the "Prompt" windows and starts a new window called "CD Key", it says "You have aborted the CD key entry process. Setup will now exit.", after you click the "Ok" button, it exits the installer.
http://bugs.winehq.org/show_bug.cgi?id=14691
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|bugzilla-unknown |-unknown Product|WineHQ Bugzilla |Wine
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2008-07-29 15:27:20 --- Not a bugzilla bug, it's a wine bug.
Please attach the full console output.
http://bugs.winehq.org/show_bug.cgi?id=14691
Andy Holst andy.holst85@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andy.holst85@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=14691
Andy Holst andy.holst85@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.2
http://bugs.winehq.org/show_bug.cgi?id=14691
--- Comment #2 from Andy Holst andy.holst85@gmail.com 2008-07-29 15:49:35 --- Created an attachment (id=15169) --> (http://bugs.winehq.org/attachment.cgi?id=15169) Starfleet Command III installer bug report log
http://bugs.winehq.org/show_bug.cgi?id=14691
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Summary|Starfleet Command III: |Starfleet Command III: |installer simply does not |installer does not work |work, the "Prompt" windows | |says "Coud not find the | |string file." and there | |after 2 mouse clicks on the | |"Ok" buttons it exits the | |installer. |
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-07-29 16:11:30 ---
0036:Call KERNEL32.CreateFileA(003a80f0 "Setup\rsrc\Prompt.txt",80000000,00000003,0032c95c,00000003,00000080,00000000) ret=00398f4a
How exactly did you start it and from what directory? Read FAQ for how to properly run windows applications on Wine that relay on the correct current directory.
Closing invalid. Improperly launched application - $CWD is wrong.
http://bugs.winehq.org/show_bug.cgi?id=14691
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-07-29 16:11:58 --- Meant to post two lines:
0036:Call KERNEL32.CreateFileA(003a80f0 "Setup\rsrc\Prompt.txt",80000000,00000003,0032c95c,00000003,00000080,00000000) ret=00398f4a 0036:Ret KERNEL32.CreateFileA() retval=ffffffff ret=00398f4a
Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=14691
--- Comment #5 from Andy Holst andy.holst85@gmail.com 2008-07-29 16:28:50 --- I started the sfc3 installer with the command "wine E:\Setup.exe" , I started it from my home folder. The E:\ drive is /dev/cdrom file mounted on my /mnt/cdrom file.
I will try again after I have read your recommendations, but this time I compile the wine v 1.1.2 from source on my slackware distro v12.1.
Hopefully I get the installer to work.
Cheers!
http://bugs.winehq.org/show_bug.cgi?id=14691
--- Comment #6 from Andy Holst andy.holst85@gmail.com 2008-07-29 17:10:12 --- Ok, after I compiled the wine version v1.1.2 on my slackware distro v12.1, the installer finally works! =)
I am running the command "WINEDEBUG=+relay wine Setup.exe >& /home/andy/sfc3WineInstallBugReport.log" in my /mnt/cdrom folder.
Cheers! =)