cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.79k stars 115 forks source link

Installation stack at StdMarshal ReleaseMarshalData #281

Open dvogureckiy99 opened 1 year ago

dvogureckiy99 commented 1 year ago

installation stack and bring this stack at:

2080:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
2170:fixme:heap:RtlSetHeapInformation 0000000000DF0000 0 000000000011F320 4 stub
2170:fixme:heap:RtlSetHeapInformation 0000000001300000 0 000000000011F2E0 4 stub
2170:fixme:heap:RtlSetHeapInformation 0000000000000000 1 0000000000000000 0 stub
2170:fixme:heap:RtlSetHeapInformation 0000000001C30000 0 000000000011D6B0 4 stub
07e8:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
07e8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
2170:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
21f4:err:ole:CoGetContextToken apartment not initialised
2170:fixme:path:parse_url failed to parse L"System.Deployment"
2170:fixme:virtual:NtFlushProcessWriteBuffers stub
07e8:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
07e8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x0000044d,0000000000000000,0x0002,0x00000000,0000000001F1EFA0,0000000000000000): stub
07e8:err:eventlog:ReportEventW L".NET Runtime Optimization Service (clr_optimization_v4.0.30319_64) - 1>Failed to compile: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a . Error code = 0x80070003 \n"
07e8:err:eventlog:ReportEventW L"System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
07e8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub

with another try I have got:

warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_remove_mono internal
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
reg: Unable to find the specified registry key
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
reg: Unable to find the specified registry key
Executing rm -f /home/dmitriy/.fusion360/wineprefixes/default/dosdevices/c:/windows/system32/mscoree.dll
Executing rm -f /home/dmitriy/.fusion360/wineprefixes/default/dosdevices/c:/windows/syswow64/mscoree.dll
Executing w_do_call winxp
Executing mkdir -p /home/dmitriy/.fusion360/wineprefixes
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_winxp 
Executing wine winecfg -v winxp64
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\dmitriy\\.fusion360\\wineprefixes\\default\\", starting in the Windows directory.
------------------------------------------------------
warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/dmitriy/.fusion360/wineprefixes/default terminate
cryinkfly commented 1 year ago

It looks so, that some servers (winetricks) was down for a little time.

passalis commented 1 year ago

Hi, I am also experiencing the same issue. I killed the installations script the first time and now I am getting the second message (warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/nick/.fusion360/wineprefixes/default terminate ). So, you essentially just waited for the server to come back and run the script again? Thank you!

passalis commented 1 year ago

I eventually deleted all intermediate files and run the script again and now it seems to work. Thanks for your very useful work!