Sub-process Launching Via Primary Application

Questions about Wine on Linux
Locked
ISJ-89639
Newbie
Newbie
Posts: 3
Joined: Tue Oct 12, 2021 1:36 pm

Sub-process Launching Via Primary Application

Post by ISJ-89639 »

MobaXterm recently started supporting Wine however my system is experiencing some issues.

Application Version: MobaXterm 21.4 Preview 2
Problem: After launching the application is unable to launch sub processes required for its operation.
CLI Messages:

Code: Select all

wine MobaXterm_Personal_21.4_Preview2.exe 
0009:err:ole:CoGetClassObject class {00bb2763-6a77-11d0-a535-00c04fd7d062} not registered
0009:err:ole:CoGetClassObject no class object {00bb2763-6a77-11d0-a535-00c04fd7d062} could be created for context 0x1
0009:err:ole:CoGetClassObject class {00bb2763-6a77-11d0-a535-00c04fd7d062} not registered
0009:err:ole:CoGetClassObject no class object {00bb2763-6a77-11d0-a535-00c04fd7d062} could be created for context 0x1
0009:err:ole:CoGetClassObject class {00bb2763-6a77-11d0-a535-00c04fd7d062} not registered
0009:err:ole:CoGetClassObject no class object {00bb2763-6a77-11d0-a535-00c04fd7d062} could be created for context 0x1
[485342] Oct 12 12:26:48 Not backgrounding
003f:err:module:import_dll Loading library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") failed (error c000007b).
wine: could not load kernel32.dll, status c0000135
0041:err:module:import_dll Loading library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") failed (error c000007b).
wine: could not load kernel32.dll, status c0000135
[485342] Oct 12 12:27:00 Early exit: Main timeout reached
File in question with 'ls -hal':

Code: Select all

-rwxr-xr-x  1 localadmin localadmin 1.6M Oct 12 12:26 MoTTY.exe
Screenshot of GUI error:
Image

Thanks!
ISJ-89639
Newbie
Newbie
Posts: 3
Joined: Tue Oct 12, 2021 1:36 pm

Re: Sub-process Launching Via Primary Application

Post by ISJ-89639 »

It works when ran under sudo... any ideas on why this is? I would prefer not to run it as sudo obviously.
ISJ-89639
Newbie
Newbie
Posts: 3
Joined: Tue Oct 12, 2021 1:36 pm

Re: Sub-process Launching Via Primary Application

Post by ISJ-89639 »

Totally agree, just used as a troubleshooting measure for a minute. Any ideas on switches to use etc that might help this work correctly?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Sub-process Launching Via Primary Application

Post by jkfloris »

Code: Select all

003f:err:module:import_dll Loading library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") failed (error c000007b).
wine: could not load kernel32.dll, status c0000135
This indicates that something is wrong with your wineprefix.
Try the program in a clean wineprefix.
Locked