FS9 remove debugger?
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
FS9 remove debugger?
Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
Thanks
Michael
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
Thanks
Michael
Re: FS9 remove debugger?
That kind of message is generally a copy protection problem.mickthebike wrote:Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
When posting questions, please give the full name of the app in the initial post so we know what app you are asking about.
FS9 remove debugger?
dimesio wrote:
FS9 == Flight Sim 2009???
This is a Microsoft product that may be 'broken' so that it will not run
under Wine.
James McKenzie
dimensio:mickthebike wrote:
That kind of message is generally a copy protection problem.Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
When posting questions, please give the full name of the app in the initial post so we know what app you are asking about.
FS9 == Flight Sim 2009???
This is a Microsoft product that may be 'broken' so that it will not run
under Wine.
James McKenzie
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
FS9 remove debugger?
mickthebike wrote:
Delete the wine prefix you installed FS9 in and start again as a
regular user.
Post terminal output from running the program to pastebin.com and the
URL here.
Do NOT run Wine as ROOT to do this. Regular programs should not need to
be run so.
James McKenzie
You hosed up your wine installation.yes D:\ gets lost as well
Delete the wine prefix you installed FS9 in and start again as a
regular user.
Post terminal output from running the program to pastebin.com and the
URL here.
Do NOT run Wine as ROOT to do this. Regular programs should not need to
be run so.
James McKenzie
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
ps: no errors just that message in the wine screen
michael@143-94-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9> wine fs9.exe
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x994, disabling mixer
michael@4743-94-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9>
michael@143-94-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9> wine fs9.exe
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x994, disabling mixer
michael@4743-94-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9>
FS9 remove debugger?
mickthebike wrote:
your Windows C:\Program Files area if you want, although I don't suggest
it (ACL issues/Fat 32 issues).
James McKenzie
wine winecfg -> drives tab. Works like a champ. You can even set it tono i've around 20 other apps working correctly. I used root only for testing. As normal user i get the mentioned message.
Can i set D: manually somehwo?
your Windows C:\Program Files area if you want, although I don't suggest
it (ACL issues/Fat 32 issues).
James McKenzie
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
FS9 remove debugger?
mickthebike wrote:
then.
James McKenzie
What the ability to manually set the D: drive? I'll need the bug numberagain NO this is a confirmed bug. I found it yesterday within Bugzilla
then.
James McKenzie
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
http://bugs.winehq.org/show_bug.cgi?id=13273
they mentioned to set d: for cdrom manually but I tried all
in vain. Maybe i did something wrong? Any solution to add CDROM manually in opensuse 11.2?
they mentioned to set d: for cdrom manually but I tried all
in vain. Maybe i did something wrong? Any solution to add CDROM manually in opensuse 11.2?
That bug is about isos mounted with fuseiso, and even that is not about setting the drive letter, it's about setting the disk label & serial. Comment #5 in that bug report explicitly says winecfg's detection works fine with real cds.mickthebike wrote:http://bugs.winehq.org/show_bug.cgi?id=13273
they mentioned to set d: for cdrom manually but I tried all
in vain. Maybe i did something wrong? Any solution to add CDROM manually in opensuse 11.2?
I was under the impression that you were using an authentic cd, not an iso. Are you saying that when your cd is automounted, and you click "Autodetect" on winecfg's Drives tab, Wine does not find the mounted cd? If that is the case, try mounting it manually with the -norock option. It could be an incorrectly mastered (perhaps intentionally broken) cd.
-
- Level 3
- Posts: 63
- Joined: Tue May 13, 2008 3:44 am
sure the original M$ Flightsimulator 2004 CD nr.4 which is needed for playing.
winecfg also automatic doesn't set the cdrom.
Mounting -norock does not work:
853-194-pool:/home/michael/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9 # mount /dev/sr0 /media/ -norock
mount: blockorientiertes Gerät /dev/sr0 ist schreibgeschützt, wird eingehängt im Nur-Lese-Modus
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
Manchmal liefert das Syslog wertvolle Informationen – versuchen
Sie dmesg | tail oder so
I can mount the cdrom only without -norock
So I have to create another bug report?
winecfg also automatic doesn't set the cdrom.
Mounting -norock does not work:
853-194-pool:/home/michael/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9 # mount /dev/sr0 /media/ -norock
mount: blockorientiertes Gerät /dev/sr0 ist schreibgeschützt, wird eingehängt im Nur-Lese-Modus
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
Manchmal liefert das Syslog wertvolle Informationen – versuchen
Sie dmesg | tail oder so
I can mount the cdrom only without -norock
So I have to create another bug report?
This command is invalid. See "man mount" for correct use. You should use something like this:mickthebike wrote:mount /dev/sr0 /media/ -norock
Code: Select all
mount /dev/sr0 /media/ -t iso9660 -o norock