Failed to run module constructor due to (null) "mscrolib.dll"

Questions about Wine on Linux
Locked
venomLightpro
Newbie
Newbie
Posts: 1
Joined: Mon Oct 16, 2023 12:15 am

Failed to run module constructor due to (null) "mscrolib.dll"

Post by venomLightpro »

wine VoiceAi.exe

Code: Select all

002c:fixme:winediag:LdrInitializeThunk wine-staging 8.15 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
002c:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
0034:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
012c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Failed to run module constructor due to (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll type:TypeInitializationException member:(null)
0124:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
wine --version

Code: Select all

002c:fixme:winediag:LdrInitializeThunk wine-staging 8.15 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
002c:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
0034:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

0124:fixme:ver:GetCurrentPackageId (000000000021FDB0 0000000000000000): stub
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Failed to run module constructor due to (null) "mscrolib.dll"

Post by jkfloris »

I assume you are trying to run this program.

I can see a login screen when I install the Microsoft .Net Framework.
The easiest way to do this is with winetricks:

Code: Select all

winetricks -q dotnet48
Locked