New Bug Report of wine 6.6.1

Questions about Wine on Linux
Locked
User avatar
malacology
Level 1
Level 1
Posts: 5
Joined: Mon Apr 19, 2021 6:28 am

New Bug Report of wine 6.6.1

Post by malacology »

See here https://forum.manjaro.org/t/wine-doesnt ... ll/62999/9
For tpsutil software
test pac from Index of /packages/w/wine/
6.0 works well
6.1 works well
6.2 works well
6.3 works well
6.4 works well
6.5.1 works well
6.5.2 works well
6.6.1 broken, I think I need to stop update wine
details here

Code: Select all

    ~/Downloads  wine tpsutil.exe                                            ✔ 
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\system32\\imm32.dll") not found
0024:err:module:import_dll Library imm32.dll (which is needed by L"C:\\windows\\winsxs\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef\\comctl32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\winsxs\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef\\comctl32.dll") not found
0024:err:module:import_dll Library comctl32.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe") not found
0024:err:module:import_dll Library version.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\system32\\combase.dll") not found
0024:err:module:import_dll Library combase.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") not found
0024:err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\system32\\oleaut32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
0024:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library version.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\system32\\oleaut32.dll") not found
0024:err:module:import_dll Library oleaut32.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe") not found
0024:err:module:import_dll Library netapi32.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe") not found
0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutil.exe" failed, status c0000135
    ~/Downloads  0094:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
spoon0042
Level 6
Level 6
Posts: 566
Joined: Thu Dec 24, 2009 11:00 am

Re: New Bug Report of wine 6.6.1

Post by spoon0042 »

This looks like https://bugs.winehq.org/show_bug.cgi?id=50978

Should be fixed when 6.7 releases (though you could verify if you can build wine yourself).
User avatar
malacology
Level 1
Level 1
Posts: 5
Joined: Mon Apr 19, 2021 6:28 am

Re: New Bug Report of wine 6.6.1

Post by malacology »

spoon0042 wrote: Wed Apr 21, 2021 4:56 pm This looks like https://bugs.winehq.org/show_bug.cgi?id=50978

Should be fixed when 6.7 releases (though you could verify if you can build wine yourself).
Right, it's fixed. Archlinux push this update
Maritim
Level 1
Level 1
Posts: 7
Joined: Sat Aug 29, 2009 1:06 pm

Re: New Bug Report of wine 6.6.1

Post by Maritim »

Sorry for posting in such an old thread but I seem to be having this issue in wine-6.16 (Arch). Has there been any more reports regarding this somewhere?
Locked