Same version wine in different linux make different results

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

Same version wine in different linux make different results

Post by malacology »

I install tpsutil.exe on Ubuntu 20.04 and It works well, all thing is well, but today I move to Manjaro rolling

Code: Select all

    ~/下载  wine tpsutilw64.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\\tpsutilw64.exe") not found
0024:err:module:import_dll Library version.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutilw64.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\\tpsutilw64.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\\tpsutilw64.exe") not found
0024:err:module:import_dll Library netapi32.dll (which is needed by L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutilw64.exe") not found
0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\guoyi\\\4e0b\8f7d\\tpsutilw64.exe" failed, status c0000135
So, could something help me
invisible kid
Level 5
Level 5
Posts: 353
Joined: Tue Dec 24, 2019 3:23 pm

Re: Same version wine in different linux make different results

Post by invisible kid »

Could that be a multilib/multiarch issue? One distro has it enabled and one doesn't? I don't really use either distro, but it looks like it is not finding 32 bit libraries?
User avatar
malacology
Level 1
Level 1
Posts: 5
Joined: Mon Apr 19, 2021 6:28 am

Re: Same version wine in different linux make different results

Post by malacology »

Acutually, I mention this on another post and it's a error of wine 6.6, now 6.7 works
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Same version wine in different linux make different results

Post by jkfloris »

invisible kid wrote: Fri Apr 23, 2021 11:26 pm Could that be a multilib/multiarch issue? One distro has it enabled and one doesn't? I don't really use either distro, but it looks like it is not finding 32 bit libraries?
This looks like bug 50978
Locked