Difference between revisions of "Wine and .NET Framework 4.0"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "winetricks 64-bit == Related == *Wine *Mint Linux- Install Wine *Wine and .NET Framework 4.0 *Installing Grape Juice Roblox on Mint Linux 20.1 *Installin...")
 
m
 
(One intermediate revision by one user not shown)
Line 3: Line 3:
 
64-bit
 
64-bit
  
 +
update: 
 +
$ wine --version
 +
wine-9.0
 +
 +
Wine installed on Ubuntu/Mint with .NET 4.0 ?
 +
 +
$ wine Gibbed.BorderlandsOz.SaveEdit.exe
 +
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
 +
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
 +
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
 +
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
 +
0110:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
 +
0110:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
  
  

Latest revision as of 17:56, 15 February 2024

winetricks

64-bit

update:

$ wine --version
wine-9.0

Wine installed on Ubuntu/Mint with .NET 4.0 ?

$ wine Gibbed.BorderlandsOz.SaveEdit.exe 
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0110:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented


Related