Cannot load library mscoree.dll

Questions about Wine on Linux
Locked
sympactdev
Newbie
Newbie
Posts: 1
Joined: Thu Mar 03, 2022 4:02 pm

Cannot load library mscoree.dll

Post by sympactdev »

Uh idk much about this but I am getting this error if I am running a app
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

0024:fixme:imm:ImeSetActiveContext (0x251118, 1): stub
0024:fixme:imm:ImmReleaseContext (0001005C, 00251118): stub
0080:fixme:imm:ImeSetActiveContext (0x3f340, 0): stub
0080:fixme:imm:ImmReleaseContext (0000000000010020, 000000000003F340): stub


And It pop ups Cannot load library mscoree.dll
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Cannot load library mscoree.dll

Post by jkfloris »

mscoree.dll is the .Net /Wine Mono Framework.

Usually, the first time you use Wine, you will be asked if Wine-Mono needs to be downloaded and installed. You can check if Wine-Mono is installed with:

Code: Select all

wine uninstaller --list
You can also replace Wine-Mono with .Net from Microsoft. This can be done easily with winetricks.
Locked