Error when using winetricks dotnet452

Questions about Wine on Linux
Locked
frenchiveruti
Level 1
Level 1
Posts: 7
Joined: Sat Jan 13, 2018 4:26 pm

Error when using winetricks dotnet452

Post by frenchiveruti »

Sys specs in signature.

command:

Code: Select all

winetricks -q dotnet452
Hello, I'm trying to install dotnet452 and I keep getting this error:

Code: Select all

090b:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
that simply spams the console output.
I need it for Terraria and other games.
Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when using winetricks dotnet452

Post by dimesio »

Fixmes are not errors, and that one is both common and generally harmless. If winetricks reports success at the end, don't worry about it. If not, make sure you are using the latest versions of Wine and winetricks in a clean 32 bit wineprefix. I just tested it, and it worked fine in 3.0-rc6.
frenchiveruti
Level 1
Level 1
Posts: 7
Joined: Sat Jan 13, 2018 4:26 pm

Re: Error when using winetricks dotnet452

Post by frenchiveruti »

dimesio wrote:Fixmes are not errors, and that one is both common and generally harmless. If winetricks reports success at the end, don't worry about it. If not, make sure you are using the latest versions of Wine and winetricks in a clean 32 bit wineprefix. I just tested it, and it worked fine in 3.0-rc6.
Ah, I see, thanks Dimesio.
Locked