Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclean shutdown, crashes on exit *solved* #10

Closed
dreamcat4 opened this issue Apr 23, 2021 · 4 comments
Closed

Unclean shutdown, crashes on exit *solved* #10

dreamcat4 opened this issue Apr 23, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@dreamcat4
Copy link

Hello, I'm not sure if anybody else has this same problem. However when i close Fusion, it will always crash during the exit. Here is an example:

Screenshot from 2021-04-23 11-47-59

And sometimes i get the same error during launch process. It will say double free tache2...

IDK why it happens to me. Please let me know if you also have same issue. For the time being, I manually run the following command to kill process afterwards:

alias kill-fusion="ps -aux | grep -i \"autodesk\|fusion\" | sed -e \"s/  */ /g\" | cut -d' ' -f2 | xargs kill -9 2> /dev/null"

however even after doing that, there is still some remaining wine .exe processes in background that is accumulating. After every restart:

[id:~/Games/autodesk-fusion-360] 123 $ ps -aux | grep -i "\.exe"
id         77800  0.0  0.0 2421304 24736 ?       Ssl  10:09   0:00 C:\windows\system32\services.exe
id         77803  0.0  0.0 1967960 18984 ttyS0   Ssl+ 10:09   0:01 C:\windows\system32\winedevice.exe
id         77810  0.0  0.0 2313588 37764 ?       Ssl  10:09   0:00 C:\windows\system32\plugplay.exe
id         77812  0.0  0.0 2028736 60988 pts/0   Sl   10:09   0:00 C:\windows\system32\explorer.exe /desktop
id         77820  0.1  0.0 2265604 41692 ?       Ssl  10:09   0:08 C:\windows\system32\winedevice.exe
id         77868  0.0  0.0 1896944 13764 ?       Ssl  10:09   0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted
id         77873  0.0  0.0 2158992 20364 ?       Ssl  10:09   0:00 C:\windows\system32\rpcss.exe
id        239416  0.0  0.0 2486840 24908 ?       Ssl  11:19   0:00 C:\windows\system32\services.exe
id        239419  0.0  0.0 1967960 18628 ?       Ssl  11:19   0:00 C:\windows\system32\winedevice.exe
id        239426  0.0  0.0 2116964 30120 ?       Ssl  11:19   0:00 C:\windows\system32\plugplay.exe
id        239428  0.0  0.0 2028736 61224 pts/0   Sl   11:19   0:00 C:\windows\system32\explorer.exe /desktop
id        239434  0.1  0.0 2265604 41660 ?       Ssl  11:19   0:02 C:\windows\system32\winedevice.exe
id        239463  0.0  0.0 1896944 13804 ?       Ssl  11:19   0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted
id        239468  0.0  0.0 2158992 20148 ?       Ssl  11:19   0:00 C:\windows\system32\rpcss.exe
id        240627  0.0  0.0 2486840 24996 ?       Ssl  11:20   0:00 C:\windows\system32\services.exe
id        240630  0.0  0.0 1967960 18804 ?       Ssl  11:20   0:00 C:\windows\system32\winedevice.exe
id        240637  0.0  0.0 2313504 37920 ?       Ssl  11:20   0:00 C:\windows\system32\plugplay.exe
id        240639  0.0  0.0 2028728 61276 pts/0   Sl   11:20   0:00 C:\windows\system32\explorer.exe /desktop
id        240652  0.1  0.0 2265604 41728 ?       Ssl  11:20   0:02 C:\windows\system32\winedevice.exe
id        240675  0.0  0.0 1896944 13796 ?       Ssl  11:20   0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted
id        240680  0.0  0.0 2158992 20332 ?       Ssl  11:20   0:00 C:\windows\system32\rpcss.exe
id        250926  0.0  0.0 2486840 25016 ?       Ssl  11:26   0:00 C:\windows\system32\services.exe
id        250929  0.0  0.0 1967960 18700 ?       Ssl  11:26   0:00 C:\windows\system32\winedevice.exe
id        250943  0.0  0.0 2313504 38000 ?       Ssl  11:26   0:00 C:\windows\system32\plugplay.exe
id        250945  0.0  0.0 2028736 61256 pts/0   Sl   11:26   0:00 C:\windows\system32\explorer.exe /desktop
id        250951  0.1  0.0 2265604 41708 ?       Ssl  11:26   0:02 C:\windows\system32\winedevice.exe
id        250972  0.0  0.0 1896944 13632 ?       Ssl  11:26   0:00 C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted
id        250977  0.0  0.0 2158992 20332 ?       Ssl  11:26   0:00 C:\windows\system32\rpcss.exe
id        293523  0.0  0.0   9044  2644 pts/0    S+   11:51   0:00 grep --color=auto -i \.exe
θ60° [id:~/Games/autodesk-fusion-360] $ 

so clearly it would be better to know how to exit cleanly without crashing. If there is some workaround IDK.

@cryinkfly
Copy link
Owner

cryinkfly commented Apr 23, 2021

You can run this command: wineserver -k

... with this one you can close all wine processes.

@cryinkfly cryinkfly added the bug Something isn't working label Apr 23, 2021
@DD1984
Copy link

DD1984 commented Jun 5, 2021

script https://github.com/DD1984/f360_run for run fusion360 under sandbox

@Evanlec
Copy link

Evanlec commented Aug 20, 2021

This happens to me as well (have to force quit everytime I want to exit). ArchLinux. Would be great if it could shut down cleanly.

@paony
Copy link

paony commented Nov 20, 2021

Happens for me too - on a machine with intel integrated grafix (ubuntu 20.04)
Does not happen on a machine with nvidia gfx
Maybe an intel (DXVK) specific issue?

@cryinkfly cryinkfly changed the title Unclean shutdown, crashes on exit Unclean shutdown, crashes on exit *solved* Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants