Some fixmes and errors

Questions about Wine on Linux
Locked
gif.vo
Level 1
Level 1
Posts: 5
Joined: Sat Dec 29, 2018 1:45 pm

Some fixmes and errors

Post by gif.vo »

Hello,
I have a problem with one of my .exe-applications.
Problem:
- When I start an Autorun.exe-file of a large encyclopedia I always get the message below-mentioned
- the programm starts very slow (ca 1 min).
~@KanotixBox:~$ wine f:\\Bshelf\\Autorun.exe
000b:fixme:winediag:start_process Wine Staging 4.0-rc4 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
002c:err:ntdll:RtlpWaitForCriticalSection section 0x7e934340 "syslevel.c: Win16Mutex" wait timed out in thread 002c, blocked by 002d, retrying (60 sec)

>>After lög off<<
002f:err:ole:CoGetClassObject class {e78f7620-96cb-11cf-a00b-444553540000} not registered
002f:err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000} could be created for context 0x1
What I have to do to eliminate these messages??
Many thanks in advance and a happy new year! :)
gif.vo
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Some fixmes and errors

Post by DarkShadow44 »

First, make sure you test in a clean WINEPREFIX. If that doesn't help, it's probably a bug you should report. For getting it to work, you could try vanilla wine (no staging).
gif.vo
Level 1
Level 1
Posts: 5
Joined: Sat Dec 29, 2018 1:45 pm

Re: Some fixmes and errors

Post by gif.vo »

I didn' t find a WINEPREFIX. I searched for it in ~/.local/'NO WINEPREFIX'.
Is there another location possible?
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Some fixmes and errors

Post by dimesio »

The default wineprefix is ~/.wine. Follow the directions in the FAQ to create a separate, clean wineprefix for testing. I suggest creating a 32 bit one.
gif.vo
Level 1
Level 1
Posts: 5
Joined: Sat Dec 29, 2018 1:45 pm

Re: Some fixmes and errors

Post by gif.vo »

Thanks for that intresting link.
Tomorrow I will report about success or fail.
gif.vo
Level 1
Level 1
Posts: 5
Joined: Sat Dec 29, 2018 1:45 pm

Re: Some fixmes and errors

Post by gif.vo »

Unfortunately there was no success.
The new list of errors has changed:
~@KanotixBox:~$ wine f:\\Bshelf\\Autorun.exe
000b:fixme:winediag:start_process Wine Staging 4.0-rc4 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
002b:err:ntdll:RtlpWaitForCriticalSection section 0x7e927340 "syslevel.c: Win16Mutex" wait timed out in thread 002b, blocked by 002c, retrying (60 sec)
002e:err:ole:CoGetClassObject class {e78f7620-96cb-11cf-a00b-444553540000} not registered
002e:err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000} could be created for context 0x1

>>>After shut down<<<
002e:fixme:mci:MCI_SendCommand unhandled MCI_ALL_DEVICE_ID
002e:fixme:imm:ImmReleaseContext ((nil), (nil)): stub
I have some questions:
- means the prefix the way to an executable somewhere in the computer?
- is the wineprefix saved in the Registry? Where??
Can you help? :oops:
gif.vo
Level 1
Level 1
Posts: 5
Joined: Sat Dec 29, 2018 1:45 pm

Re: Some fixmes and errors

Post by gif.vo »

I started the install process of the programm package again. This time with Windows-Version95. Now I have a starter in Start-Menue> Wine>Programs>Microsoft Nachschlagewerke>LexiRom.exe.
Programmstart lasts near a minute. :-( And I know it started much faster years ago!!
The new Error list:
~@KanotixBox:~$ wine /home/~/.wine/dosdevices/c:/'Program Files'/'Microsoft Reference'/'LexiROM 4.0'/Lexirom4.exe
000b:fixme:winediag:start_process Wine Staging 4.0-rc4 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0009:err:ole:CoGetClassObject class {e78f7620-96cb-11cf-a00b-444553540000} not registered
0009:err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000} could be created for context 0x1
0009:fixme:thread:RtlCreateUserThread stack_commit != 0 is unimplemented

>>>after shut down<<<<<<<<<<
0009:fixme:mci:MCI_SendCommand unhandled MCI_ALL_DEVICE_ID
0009:fixme:imm:ImmReleaseContext ((nil), (nil)): stub
Is there a good advice to eliminate the errors??
Locked