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.81k stars 116 forks source link

F360 sometimes freezes *solved* #139

Closed tome9111991 closed 2 years ago

tome9111991 commented 2 years ago

hello i have random freezes during startup. fusion360 looks like: fu

on terminal got this:

0688:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000B9AF4D0): stub!
03e8:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 03e8, blocked by 0448, retrying (60 sec)
0464:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0464, blocked by 0448, retrying (60 sec)
0468:err:sync:RtlpWaitForCriticalSection section 000000007BC6AAA0 "dlls/ntdll/thread.c: fls_section" wait timed out in thread 0468, blocked by 0464, retrying (60 sec)
03e8:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 03e8, blocked by 0448, retrying (60 sec)
0464:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0464, blocked by 0448, retrying (60 sec)
0468:err:sync:RtlpWaitForCriticalSection section 000000007BC6AAA0 "dlls/ntdll/thread.c: fls_section" wait timed out in thread 0468, blocked by 0464, retrying (60 sec)

i'm use Linux Mint 20.2 any had an idea what the issue is?

GoTVm commented 2 years ago

So you did manage to install it then. Mind sharing how you did it?

tome9111991 commented 2 years ago

So you did manage to install it then. Mind sharing how you did it?

My issue was i have to open instal-wizzard.sh with terminal. before that I could not see the sudo promp. After delete old fusion360 dir and re install with default path and wine 6.22 works so far. And dont use fusion360 link on desktop.

cryinkfly commented 2 years ago

I have published a new Minor Update!

dajuro commented 2 years ago

I experience some similar behavior on ada8981a0207451af822cbba21decf5b08c03f8a:

1104:err:sync:RtlpWaitForCriticalSection section 000000007BC6C520 "dlls/ntdll/loader.c: peb_lock" wait timed out in thread 1104, blocked by 0e78, retrying (60 sec)
0b6c:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0b6c, blocked by 0e78, retrying (60 sec)
0bc8:err:sync:RtlpWaitForCriticalSection section 000000007BC6CC40 "dlls/ntdll/threadpool.c: waitqueue.cs" wait timed out in thread 0bc8, blocked by 0b6c, retrying (60 sec)
0b88:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0b88, blocked by 0b94, retrying (60 sec)
0bb0:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0bb0, blocked by 0b94, retrying (60 sec)
0bb4:err:sync:RtlpWaitForCriticalSection section 000000007BC6CAC0 "dlls/ntdll/thread.c: fls_section" wait timed out in thread 0bb4, blocked by 0bb0, retrying (60 sec)
0130:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0130, blocked by 0b94, retrying (60 sec)
0ba4:err:sync:RtlpWaitForCriticalSection section 0000000000140100 "dlls/ntdll/heap.c: main process heap section" wait timed out in thread 0ba4, blocked by 0b94, retrying (60 sec)

I'm running wine-6.22 (Staging) on Ubuntu 20.04. Any clue whats going on?