FS9 remove debugger?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

FS9 remove debugger?

Post by mickthebike »

Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
Thanks
Michael
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: FS9 remove debugger?

Post by dimesio »

mickthebike wrote:Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"
That kind of message is generally a copy protection problem.

When posting questions, please give the full name of the app in the initial post so we know what app you are asking about.
James McKenzie

FS9 remove debugger?

Post by James McKenzie »

dimesio wrote:
mickthebike wrote:
Hi
while trying to launch FS9 with the current wine I get a message like:
"debugger found, remove first"

That kind of message is generally a copy protection problem.

When posting questions, please give the full name of the app in the initial post so we know what app you are asking about.

dimensio:

FS9 == Flight Sim 2009???

This is a Microsoft product that may be 'broken' so that it will not run
under Wine.

James McKenzie
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

Yes Flight Simulator 2004. In the previous wine version I could install and launch it. Only after selecting the flight in the menu FS9 crashed. So I try every new wine and hope it will work soon.
As i've installed it already in wine I don't think this to be a copy protection...
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

ahm running wine fs9.exe as root brings the usual message: "insert FS9 CD"
but I don't remember how i mounted the game cd in openSuse. Tried /mnt/cdrom etc in vain. automount is /media but not detected in FS.
Thanks Michael
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

tried to set D: for FS9 in winecfg but the setting is getting lost.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

mickthebike wrote:tried to set D: for FS9 in winecfg but the setting is getting lost.
Did you run winecfg as root as well?
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

yes D:\ gets lost as well
James McKenzie

FS9 remove debugger?

Post by James McKenzie »

mickthebike wrote:
yes D:\ gets lost as well


You hosed up your wine installation.

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
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

no 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?
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

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>
James McKenzie

FS9 remove debugger?

Post by James McKenzie »

mickthebike wrote:
no 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?

wine winecfg -> drives tab. Works like a champ. You can even set it to
your Windows C:\Program Files area if you want, although I don't suggest
it (ACL issues/Fat 32 issues).

James McKenzie
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

again NO this is a confirmed bug. I found it yesterday within Bugzilla
James McKenzie

FS9 remove debugger?

Post by James McKenzie »

mickthebike wrote:
again NO this is a confirmed bug. I found it yesterday within Bugzilla

What the ability to manually set the D: drive? I'll need the bug number
then.

James McKenzie
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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?
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.

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.
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

mickthebike wrote:mount /dev/sr0 /media/ -norock
This command is invalid. See "man mount" for correct use. You should use something like this:

Code: Select all

mount /dev/sr0 /media/ -t iso9660 -o norock
Locked