-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
fusion360 fails to launch when using fusion360-start.sh *solved* #44
Comments
@00schoeny Have you installed winbind? |
I installed winbind. Still wont open.
|
Okay, I know that you can find this DLL in vcrun2015. Can you install it with winetricks? For example: winetricks -q vcrun2015 |
I'm getting the same issue, $ 002e:err:ntdll:RtlLeaveCriticalSection section 0x1b0fe3b0 is not acquired wine: Call from 0x7b02dc26 to unimplemented function ucrtbase.dll.feclearexcept, aborting wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available. wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available. wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available. 0072:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work. vcrun2015 is installed |
Okay, read this one: #38 (comment) |
@cryinkfly still no luck for me after following instructions from the comment linked above and installing vcrun2015 and winbind. same behavior, hanging during startup. |
deleted NMachineSpecificOptions.xml, no LoginState.xml found, and no change getting the same error. tried lutris #42 (comment) |
Can you tell me more, what you mean about unable to login? 😊 |
I'm able to login but the main application won't start up. That means successful login->some minutes a white window->crash window. |
it just streams this (using lutris 6.1) i'd love to get more details but for some reason i cannot capture the output, |
Could you please copy paste the start command here? It would be way easier to use than coping it from the screenshot. |
This worked for me, just replace the content of the F360DIR variable |
Thank you @mavaa , let me do small modification to make it usable for everybody: F360DIR="$HOME/.wineprefixes/fusion360/"
env WINEPREFIX="${F360DIR}" wine C:\\windows\\command\\start.exe /Unix "${F360DIR}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk" |
Here you can find more about my new program launcher: #70 |
The desktop file is no longer present via the link given here. Can the project link to a place where it can be found? |
I just attempted to install and run fusion for the first time on my ASUS Q550L running Ubuntu 20.04.
After running the install script i attempted to run the start script, see terminal output below. After the first failed attempt i used ctrl-c to cancel and retried.
The text was updated successfully, but these errors were encountered: