s4ptacle / Sims4Tools

Sims 4 modding tools and library
209 stars 48 forks source link

Linux version #32

Open D4llo opened 7 months ago

D4llo commented 7 months ago

I try do download the app and run the exe through wine. It failed. Output:

log

002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
004c:err:ole:start_rpcss Failed to open RpcSs service
0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0098:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0098:fixme:file:NtLockFile I/O completion on lock not implemented yet
0098:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00a8:fixme:file:NtLockFile I/O completion on lock not implemented yet
00a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00b0:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
00b0:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export
00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0110:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0110:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
0110:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export
wine: configuration in L"/home/dallo/.wine" has been updated.
0170:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0170:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0170:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0170:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.
0170:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.
0184:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000007D9D030, 0000000001467DE0, 0000000007D9D038, 0000000007D9D028
0184:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000007D9D030, 0000000001467DE0, 0000000007D9D038, 0000000007D9D028
0184:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000007D9D030, 0000000001467DE0, 0000000007D9D038, 0000000007D9D028
0170:fixme:ver:GetCurrentPackageId (000000000041E960 0000000000000000): stub
0170:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.
0170:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at S4PIDemoFE.Properties.Settings.get_FormWindowState () [0x0000c] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm.MainForm_LoadFormSettings () [0x00010] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor () [0x001c6] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor (System.String[] args) [0x00000] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at (wrapper remoting-invoke-with-check) S4PIDemoFE.MainForm..ctor(string[])
  at S4PIDemoFE.Program.Main (System.String[] args) [0x0001a] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at S4PIDemoFE.Properties.Settings.get_FormWindowState () [0x0000c] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm.MainForm_LoadFormSettings () [0x00010] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor () [0x001c6] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor (System.String[] args) [0x00000] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at (wrapper remoting-invoke-with-check) S4PIDemoFE.MainForm..ctor(string[])
[dallo@dallo-endeavouros s4pe]$ ^C
[dallo@dallo-endeavouros s4pe]$ systemctl restart systemd-binfmt
[dallo@dallo-endeavouros s4pe]$ wine s4pe.exe 
0118:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0118:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
0118:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0118:fixme:ver:GetCurrentPackageId (000000000041E960 0000000000000000): stub
0118:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.
0118:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at S4PIDemoFE.Properties.Settings.get_FormWindowState () [0x0000c] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm.MainForm_LoadFormSettings () [0x00010] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor () [0x001c6] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor (System.String[] args) [0x00000] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at (wrapper remoting-invoke-with-check) S4PIDemoFE.MainForm..ctor(string[])
  at S4PIDemoFE.Program.Main (System.String[] args) [0x0001a] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at S4PIDemoFE.Properties.Settings.get_FormWindowState () [0x0000c] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm.MainForm_LoadFormSettings () [0x00010] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor () [0x001c6] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at S4PIDemoFE.MainForm..ctor (System.String[] args) [0x00000] in <0fadfef0de9940dfb852d423eeb74c0c>:0 
  at (wrapper remoting-invoke-with-check) S4PIDemoFE.MainForm..ctor(string[])
D4llo commented 7 months ago

To be cross platform we could move this to dotnet core with avalon for the UI.