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.94k stars 121 forks source link

ZwLoadDriver failed to create driver L (Help!) plz #302

Closed TheRealAgentP closed 1 month ago

TheRealAgentP commented 1 year ago

Screenshot_20230206_103816_YouTube Screenshot_20230206_122822 Screenshot_20230206_122944 Screenshot_20230206_123007 Screenshot_20230206_123133 OK, i have been trying to get fusion 360 to install on my Kubuntu 22.04 machine. I followed the youtube video step by step and I didnt have an issue untill this command.

wine setup/streamer.exe -p deploy -g -f log.txt --quiet

afterwards I was greeted with exactly this and only this.

0074:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\wineusb": c0000142 0054:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\nsiproxy": c0000135 0098:err:rpc:RpcAssoc_BindConnection receive failed with error 1726

dzervas commented 1 year ago

Try to execute Fusion 360 Admin Install.exe with the same flags

TheRealAgentP commented 1 year ago

Oh! Sorry, I didn't see this till today. I don't completely understand what you mean, could you elaborate a bit more please?

dzervas commented 1 year ago

yea sorry for the cryptic answer, I've been reversing Fusion for a while and I take too many info for granted. So:

streamer.exe is the installer of fusion that manages the updates/installs/etc. and is in C:\Program Files\Autodesk\webdeploy\meta\<number>\. Passing -p deploy -g -f log.txt --quiet you tell it to do a global installation (as admin in C:\Program Files the -g flag), without GUI.

I couldn't get streamer.exe to play nice under wine so you can use Fusion 360 Admin Install.exe which is the exact same executable just with everything built-in

EDIT: If that doesn't work either, say so as I have another trick up my sleeve

TheRealAgentP commented 1 year ago

Awesome! Thanks for your quick response! Because I still lack some understanding ( nothing on you, I'm not a very advanced user yet) would the command remain the same but instead of streamer.exe I replace it with Fusion360AdminInstall.exe?

dzervas commented 1 year ago

yeap, downloaded from the link in my previous comment (nothing sketchy, it's the official Autodesk's installer for "batch installations" from the official autodesk website)

In other news, let me introduce fusion360-streamer. It's still an infant but aims to re-implement the whole autodesk installer with support for older versions (and I've got many, many more features in mind but it remains to be seen). @cryinkfly take a look!

cryinkfly commented 1 year ago

Are there any news?

TheRealAgentP commented 1 year ago

I ended up switching to a different linux distro (manjaro) and the installation went smoothly. I am beginning to experience some graphical bugs but I'll put that into another report