Error while running WINE

Questions about Wine on Linux
Locked
Meet0507
Newbie
Newbie
Posts: 1
Joined: Thu Jan 24, 2019 1:04 pm

Error while running WINE

Post by Meet0507 »

I was trying to install a software in my Ubuntu 18.04 LTS Machine using WINE Software and I am receiving this error continuously as I try to install it, "00a5:err:msi:ACTION_CallDllFunction failed to load dll L"C:\\users\\meet\\Temp\\msi3c04.tmp" (193)". I am too new for these things and pretty blank on what it means, could you guys please help me out.

And I am also getting this error and after that my installation just fail, can anyone please translate it for me, please:



00a1:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a1:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a1:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a1:err:mscoree:LoadLibraryShim error reading registry key for installroot
00a1:err:richedit:ReadStyleSheet skipping optional destination
00a1:err:richedit:ReadStyleSheet skipping optional destination
00a1:err:richedit:ReadStyleSheet skipping optional destination
00a1:err:richedit:ReadStyleSheet skipping optional destination
00a1:err:richedit:ReadStyleSheet skipping optional destination
00bd:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
00a1:err:msi:ITERATE_Actions Execution halted, action L"RunRMSInit" returned 1627
00a1:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
thatubuntuguy
Level 2
Level 2
Posts: 13
Joined: Wed Feb 06, 2019 11:37 am

Re: Error while running WINE

Post by thatubuntuguy »

Hi,
It seems you are missing the Wine Mono package and msi3c04.tmp.
What are you trying to install? Where did you install wine from?

Upon creating a new wineprefix with the wine installed from winehq NOT the ubuntu source wine will ask to download and install wine and gecko packages. Click yes for both. If you don't see this when creating a NEW wineprefix then you may have installed the ubuntu source's wine which doesn't ask you to install mono.

Hope this helps
Locked