FS9 any help?

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 any help?

Post by mickthebike »

FS9 on openSuse / wine 1.1.32
hangs here:

fixme:dpnet:IDirectPlay8ThreadPoolImpl_Initialize (0x1d4cc8)->(0x20d873c8,0x20d77f90,0): stub
fixme:dpnet:IDirectPlay8PeerImpl_Initialize (0x1d4ce0)->(0x20d873c8,0x20d7a000,0): stub


Thanks Michael
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

ok I found a directplay workaround here:
http://wiki.winehq.org/DirectPlayGames
all fine then downloading gecko? ok and it quits after the download:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x2083e8d2
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x72e6cc,0x74cf1a): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x142688,0x74cf1a): stub
err:eventlog:ReportEventW L"6"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x72e6cc,0x74cffa): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x142688,0x74cffa): stub
err:eventlog:ReportEventW L"7"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
michael@75-178-153-194-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9>
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

Installed 1.33 now:
"Gecko now installed at wineprefix creation time."

but still this fs9 quit after gecko...am i doing something wrong? ie gecko workaround somwhere?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

mickthebike wrote:Installed 1.33 now:
"Gecko now installed at wineprefix creation time."

but still this fs9 quit after gecko...am i doing something wrong? ie gecko workaround somwhere?
Follow the instructions here for installing gecko: http://wiki.winehq.org/Gecko
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

Thanks but still the same. But it seems to be gecko related because if I erase the user.reg and do the directplay workaround i go as far as create flight. By clicking flight again I get the same error:

err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef8af14
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x72e6cc,0x74cb8a): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x143610,0x74cb8a): stub
err:eventlog:ReportEventW L"3"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x72e6cc,0x74c54a): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000060,0x143610,0x74c54a): stub
err:eventlog:ReportEventW L"6"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null)," "): stub
fixme:advapi:RegisterEventSourceW (L"",L" "): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x72e6cc,0x74cd72): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x000002cc,0x143610,0x74cd72): stub
err:eventlog:ReportEventW L"7"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
michael@75-178-153-194-pool:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9>


How shall i debug gecko? ie. get more verbose messages? I downloaded the debug version.
Thanks for help
Michael
mickthebike
Level 3
Level 3
Posts: 63
Joined: Tue May 13, 2008 3:44 am

Post by mickthebike »

http://wiki.winehq.org/Backtraces

How can I attach: 00000008
In Hex? :shock:
"ype something like "attach 0x12" if the pid of the process is 12)"
doesn't work for me
Thanks Michael
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

The most recent test report in the AppDB has some useful information: http://appdb.winehq.org/objectManager.p ... n&iId=2819
Locked