Wine and .NET Framework 4.0: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 7: Line 7:
  wine-9.0
  wine-9.0


Wine installed on Ubuntu/Mint with .NET 4.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 ==
== Related ==

Latest revision as of 15: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