cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!

Home Page:https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when saving

pp1sp1 opened this issue · comments

when trying to save a project, an error often, but not always, appears, making it impossible to save the project

My error
Error: Got an unknown exception during persistence Protein Assets to a local file on disk!
Error: DesignConfigurationTableBlobSerializer::doSave - createZipPartFromFile failed!
Error: Got an unknown exception during persistence Protein Assets to a local file on disk!
Error: Got an unknown exception during persistence Protein Assets to a local file on disk!

Desktop (please complete the following information):

  • Operating system Big Linux(manjaro)
  • Desktop environment KDE Plasma

This plagued me for a year, recently found the solution in #310
It boils down to:
Go into Preferences -> Network -> Server Verification and select
Do not warn when accessing through an intermediate server
and save settings

@sd1337 The problem might be related to the solution in #310, but unfortunately this solution doesn't solve the problem.

I get output like this:

0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_254.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_255.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0dc0:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0028:fixme:secur32:get_cipher_algid unknown algorithm 23
0028:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
0028:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0028:fixme:file:CopyFileExW cancel_ptr is not supported
0028:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_262.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_262.json.user", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\9852aa66f5af6660db76d8087c75a7da16ce322c\AdpSDKCore.dll", 0x00000001, 0000000000000000, 00007728D41CF5F0): stub
0028:fixme:secur32:get_cipher_algid unknown algorithm 23
0028:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
0028:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0028:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_263.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_263.json.user", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_264.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_264.json.user", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub
0e30:fixme:mpr:WNetGetUniversalNameW (L"C:\users\jens\AppData\Roaming\Autodesk\ADPSDK\JSON\73695730-9986-4367-b26e-23ecedb4d170_265.json.user.saving", 0x00000001, 0000000000000000, 00007728D41CEEC0): stub

Dręczyło mnie to przez rok, niedawno znalazłem rozwiązanie w #310 Sprowadza się to do: Przejdź do Preferencje -> Sieć -> Weryfikacja serwera i wybierz Do not warn when accessing through an intermediate server i zapisz ustawienia

thank you it works