Wine issue on Arch Linux, curious if any seasoned Linux guys have any suggestions for me
-
Hello all, this is my first post
I am attempting to run Plutonium on my Arch install, I followed this guide albeit slightly modified to work with arch- but everything should be functional...
I am getting the following when I attempt to launch:
cproo12@7480archdt> ./start_bo2.sh /mnt/ST8000DM002/Games/DRMFree/Plutonium esync: up and running. 002c:fixme:winediag:LdrInitializeThunk wine-staging 8.3 is a testing version containing experimental patches. 002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org. 0074:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys" 0074:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys" 0074:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" 0098:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys" 0098:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys" 0098:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" 00a0:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00a0:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00a0:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00a0:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00a0:fixme:wineusb:query_id Unhandled ID query type 0x5. 0054:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub 0054:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub 002c:fixme:imm:ImeSetActiveContext (000000000001005E, 1): stub 002c:fixme:imm:ImmReleaseContext (000000000001005C, 000000000001005E): stub 012c:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption 012c:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export wine: configuration in L"/home/cproo12/.wine" has been updated. 0144:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"plutonium.exe" cannot be loaded 0144:err:module:LdrInitializeThunk Importing dlls for L"Z:\\mnt\\ST8000DM002\\Games\\DRMFree\\Plutonium\\plutonium.exe" failed, status c0000135
I did some research and found people suggesting reinstalling NET, so I did that, but no dice. Any suggestions? I can obviously dual boot but would prefer to play on my main install, and I know it is possible from others doing it here!
Thank you
-
Hello, the answer I think it is very late, but the problem is with net framework, it is not finding the mscore.dll that is dotnet thing, I installed dotnet with winetricks and everything is normal.
winetricks -q --force dotnet48