CBM prg Studio v3.2.2 doesn't run (Could not load Mono)

Questions about Wine on Linux
Locked
luca92
Level 3
Level 3
Posts: 55
Joined: Thu Jan 23, 2014 5:44 am

CBM prg Studio v3.2.2 doesn't run (Could not load Mono)

Post by luca92 »

Hi,
I can't run CBM prg Studio v3.2.2 on ArchLinux 32 bit with wine 1.7.36-1

Code: Select all

$ wine CBMPrgStudio.exe
[...]
fixme:ntoskrnl:KeGetCurrentThread () stub
wine: Call from 0x7b83ac6c to unimplemented function ntoskrnl.exe.KeQueryPriorityThread, aborting
fixme:ntoskrnl:KeGetCurrentThread () stub
wine: Call from 0x7b83ac6c to unimplemented function ntoskrnl.exe.KeQueryPriorityThread, aborting
fixme:ntoskrnl:KeGetCurrentThread () stub
wine: Call from 0x7b83ac6c to unimplemented function ntoskrnl.exe.KeQueryPriorityThread, aborting
fixme:ntoskrnl:KeGetCurrentThread () stub
wine: Call from 0x7b83ac6c to unimplemented function ntoskrnl.exe.KeQueryPriorityThread, aborting
fixme:dbghelp_msc:pe_load_debug_directory This guy has FPO information
[...]
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
err:mscoree:load_mono Could not load Mono into this process

what can i do? nothing? :-þ
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: CBM prg Studio v3.2.2 doesn't run (Could not load Mono)

Post by dimesio »

Wine-mono was updated in 1.7.38, so try upgrading Wine and wine-mono. If that doesn't work, try installing whatever version of .NET this app requires (use winetricks).
Locked