You are not logged in.

#1 2021-03-07 13:06:17

Werzi2001
Member
Registered: 2012-07-07
Posts: 41

Wine not working anymore since version 5.10

Hello everyone,

some time ago when I updated to wine version 5.21 it stopped working completely. Since then I downgraded wine to the last working version that I had in the pacman cache. The last working version is 5.10. I hoped that at some time the problem will be fixed in newer versions but I still have the same problem when updating wine (currently version 6.3). So I would like to find the reason for that to have a current working version again.

As soon as I update any call to wine just does nothing. This even includes something like "wincfg". E.g.:

$ winecfg
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
# hangs forever... waited several minutes
# hit ctrl+C
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:err:seh:NtRaiseException Unhandled exception code c000013a flags 0 addr 0xf7fb2549

Using a new wineprefix gives a bit more information:

$ WINEPREFIX=/home/thomas/test_wine winecfg
wine: created the configuration directory '/home/thomas/test_wine'
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
# hangs forever... waited several minutes
# hit ctrl+C
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
0024:err:seh:NtRaiseException Unhandled exception code c000013a flags 0 addr 0xf7fee549
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow Unknown error (998).
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x800736b7
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7
0050:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
0050:err:ole:start_rpcss Failed to open RpcSs service

I tired to find a solution by searching for "Application tried to create a window, but no driver could be loaded." but couldnt find anything that worked.

Does anybody of you have a hint of what is going wrong?

Thanks a lot.

Offline

#2 2021-03-10 17:07:52

grodrigues
Member
Registered: 2017-10-09
Posts: 9

Re: Wine not working anymore since version 5.10

I had the same problem. Creating a new 32bit prefix, instead of default 64bit, solved it for me. This is of course not a real solution, but only a work around.

Offline

#3 2022-02-05 11:15:52

nyanpasu64
Member
Registered: 2021-11-07
Posts: 2

Re: Wine not working anymore since version 5.10

I came across a similar issue. Wine was unable to access one particular folder, reporting errno 75 when programs tried to write files within it. I found out that `stat folder` returned an access date of 4429753-12-16, which is beyond 32-bit Unix time.

If I ran `touch --date 2038-01-01`, Wine could read it, whereas `touch --date 2039-01-01` caused Wine to report errno 75. This means that Wine suffers from the year 2038 problem.

I want to find out what's causing errno 75 for others. Can you run `wine cmd`, and find out the outermost folder which `dir` can't see, and produces errno 75 when you type `cd folder`? If you exit from `wine cmd` and open a Linux shell, what do you see when you run `stat folder` on the unreadable folder?

Offline

Board footer

Powered by FluxBB