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.79k stars 115 forks source link

Fix error "No internet connection possible" #305

Closed felixstorm closed 1 year ago

felixstorm commented 1 year ago

📝 Description

Enforce that the Windows version is really Windows 10 after all the other winetricks have been applied.

📑 Context

Some winetricks that get applied in install.sh seem to set the Windows version to Windows XP temporarily without properly setting it back to Windows 10 afterwards. This leads to Fusion 360 not starting anymore but complaining about not being able to connect to the internet.
This PR should fix #300.

I have not updated the version number or time and date in the script because I was not sure what version number you would prefer or if there are other files that need updating - feel free to add anything to the PR as you like. Thanks!

✅ Checklist:

🔗 Link to story (if available)

300

cryinkfly commented 1 year ago

@felixstorm Thanks for your help! :+1:

felixstorm commented 1 year ago

No worries, thank you for your work and effort maintaining this project!