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

fusion360 fails to launch when using fusion360-start.sh *solved* #44

Closed
00schoeny opened this issue Jul 17, 2021 · 17 comments
Closed

fusion360 fails to launch when using fusion360-start.sh *solved* #44

00schoeny opened this issue Jul 17, 2021 · 17 comments
Labels
question Further information is requested

Comments

@00schoeny
Copy link

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.

Screenshot from 2021-07-17 15-04-42

@00schoeny
Copy link
Author

sudo apt update fixed my wine issues from the original post.

i am still getting a failure to load:
Screenshot from 2021-07-17 15-34-22

@cryinkfly
Copy link
Owner

@00schoeny Have you installed winbind?

@cryinkfly cryinkfly added the question Further information is requested label Jul 18, 2021
@marrobHD
Copy link
Contributor

I installed winbind. Still wont open.

may@zorinos-TM1701:~/Schreibtisch$ bash ./fusion360-start.sh 
may@zorinos-TM1701:~/Schreibtisch$ 00c2:err:ntdll:RtlLeaveCriticalSection section 0x1b0f9300 is not acquired
wine: Call from 0x7b02dc26 to unimplemented function ucrtbase.dll.feclearexcept, aborting

@cryinkfly
Copy link
Owner

wine: Call from 0x7b02dc26 to unimplemented function ucrtbase.dll.feclearexcept, aborting

Okay, I know that you can find this DLL in vcrun2015. Can you install it with winetricks?

For example: winetricks -q vcrun2015

@TerraRoot
Copy link

TerraRoot commented Jul 19, 2021

I'm getting the same issue,
`$ ./fusion360-start.sh

$ 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

@cryinkfly
Copy link
Owner

Okay, read this one: #38 (comment)

@00schoeny
Copy link
Author

@cryinkfly still no luck for me after following instructions from the comment linked above and installing vcrun2015 and winbind. same behavior, hanging during startup.

@TerraRoot
Copy link

deleted NMachineSpecificOptions.xml, no LoginState.xml found, and no change getting the same error.

tried lutris #42 (comment)
it started! but now it unable to login, different issue :)

@cryinkfly
Copy link
Owner

@TerraRoot

it started! but now it unable to login, different issue :)

Can you tell me more, what you mean about unable to login? 😊

@marrobHD
Copy link
Contributor

I'm able to login but the main application won't start up. That means successful login->some minutes a white window->crash window.

@TerraRoot
Copy link

0100:fixme:netprofm:connection_GetAdapterId 0000000038A50CE0, 000000005B32B930 07c4:fixme:netprofm:connection_GetAdapterId 00000000200D3220, 000000002434B930

it just streams this (using lutris 6.1) i'd love to get more details but for some reason i cannot capture the output,

@cryinkfly
Copy link
Owner

I have deleted my start-script!!!

But here You can find the command for running Autodesk Fusion 360 over the terminal (Example):

Bildschirmfoto_2021-08-01_18-40-20
Bildschirmfoto_2021-08-01_18-40-39
Bildschirmfoto_2021-08-01_18-41-08

@cryinkfly cryinkfly changed the title fusion360 fails to launch when using fusion360-start.sh fusion360 fails to launch when using fusion360-start.sh *solved* Aug 1, 2021
@marrobHD
Copy link
Contributor

marrobHD commented Aug 1, 2021

Could you please copy paste the start command here? It would be way easier to use than coping it from the screenshot.

@mavaa
Copy link

mavaa commented Aug 2, 2021

F360DIR="$HOME/f360"
env WINEPREFIX="$F360DIR" wine C:\\windows\\command\\start.exe /Unix "/home/martin/f360/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk"

This worked for me, just replace the content of the F360DIR variable

@alejojo
Copy link

alejojo commented Aug 13, 2021

F360DIR="$HOME/f360"
env WINEPREFIX="$F360DIR" wine C:\\windows\\command\\start.exe /Unix "/home/martin/f360/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk"

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"

@cryinkfly
Copy link
Owner

Here you can find more about my new program launcher: #70

@bmcage
Copy link

bmcage commented Mar 1, 2022

The desktop file is no longer present via the link given here. Can the project link to a place where it can be found?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

7 participants