Code Monkey home page Code Monkey logo

Comments (24)

brando16 avatar brando16 commented on May 18, 2024 1

from autodesk-fusion-360-for-linux.

dreamcat4 avatar dreamcat4 commented on May 18, 2024 1

hey @brando16 what might help to see is give the log output from the script command. when you run from cmdline. This way there should be some log printed in terminal.

maybe like this:

sh -x ./SCRIPT.sh

from autodesk-fusion-360-for-linux.

dreamcat4 avatar dreamcat4 commented on May 18, 2024 1

do you have a DISPLAY= environment variable set for xorg? can you launch other GUI apps from the same terminal session?

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024 1

from autodesk-fusion-360-for-linux.

ekinyuksel12 avatar ekinyuksel12 commented on May 18, 2024 1

I have the same problem too.

Ubuntu 20.10
Intel i7 1065g7
Nvida Mx330

from autodesk-fusion-360-for-linux.

ekinyuksel12 avatar ekinyuksel12 commented on May 18, 2024 1

I havve tried your steps but no luck still wihte blank screen. But now it gives me a crash reporter after a while.

Wine output:

00b7:err:ntdll:RtlLeaveCriticalSection section 0x1ee0bd20 is not acquired
00b7:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
00b7:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.ClosedCaptioning.ClosedCaptionProperties"
00b7:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.ClosedCaptioning.ClosedCaptionProperties"

Screenshot from 2021-06-09 10-35-17

Screenshot from 2021-06-09 10-41-43

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

Okay can you check, if Autodesk Fusion 360 run without my Start-Script? 😊

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@brando16 We can also writing in German. πŸ˜…

Yes you can, when you change into this folder:

.fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk

Then you run this command:

WINEPREFIX=".fusion360" wine Autodesk\ Fusion\ 360.lnk

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

Okay, I wait for your answer. πŸ‘

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@brando16 Have I understood that correctly? 😊

You opened the terminal and change to the correct folder with this command:

cd .fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk

and then you have started Autodesk Fusion 360 with this command:

WINEPREFIX=".fusion360" wine Autodesk\ Fusion\ 360.lnk

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@brando16 Which desktop environment have you installed on your system?

Can you run this command:

export DISPLAY=:0

Then do this:

cd .fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk

and then you have started Autodesk Fusion 360 with this command:

WINEPREFIX=".fusion360" wine Autodesk\ Fusion\ 360.lnk

β€”-

Can you also do this:

3BE41ADE-DD04-42EB-885A-20D164026CB7

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

When you open a new terminal, then you can use this command:

WINEPREFIX=".fusion360" wine Autodesk\ Fusion\ 360.lnk

… because you are already in your home folder. πŸ˜…

Did you have also installed the latest graphics driver?

from autodesk-fusion-360-for-linux.

brando16 avatar brando16 commented on May 18, 2024

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@brando16 I have seen that you will run Autodesk Fusion 360 with a AMD graphics card:

i work on Imac mid2011 with AMD radeon HD 6970 6990

Can you read this, please:

https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki/Supported-Graphics-Cards

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@ekinyuksel12 Thank you for your report! :-)

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@brando16 and @ekinyuksel12

  1. Step: Open your File-Browser and delete the folder ".fusion360" into your home folder!

  2. Step: Open a Terminal an change to your folder "Downloads" with this command:

cd Downloads

  1. Step: Create a new WINEPREFIX for Autodesk Fusion 360 with this command:

WINEPREFIX=~/.fusion360 sh winetricks -q corefonts msxml4 vcrun2017

  1. Step: Run this command:

WINEPREFIX=~/.fusion360 sh winetricks win10

  1. Step: Change to your fusion360 folder into your folder Downloads with this command:

cd fusion360

  1. Step: Install Autodesk Fusion 360 with this command (2x):

WINEPREFIX=~/.fusion360 wine Fusion\ 360\ Admin\ Install.exe -p deploy -g -f log.txt --quiet

  1. Step: Switch to your File-Browser and go into this folder:

/home/USERNAME/.fusion360/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform

  1. Step: Create a new folder "Optiona" and input the NMachineSpecificOptions.txt into this folder and change it from .txt to .xml!

  2. Step: Open Autodesk Fusion 360 with this command:

env WINEPREFIX="/$HOME/.fusion360" wine C:\windows\command\start.exe /Unix /$HOME/.fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk


When step 9 dosnt work for you @ekinyuksel12 , then you must add this option:

env WINEPREFIX="/$HOME/.fusion360" optirun wine C:\windows\command\start.exe /Unix /$HOME/.fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk


@brando16 Here you can see, that the user @DD1984 use a AMD Radeon Graphics Ryzen 5 PRO 4650G and it works with Autodesk Fusion 360: #30 (comment)

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

@ekinyuksel12 Maybe it works when you use dxvk. ☹️😊

from autodesk-fusion-360-for-linux.

ekinyuksel12 avatar ekinyuksel12 commented on May 18, 2024

Sorry for late answer. I tried that too but no luck. One week ago I switched to Ubuntu 21.04 and the issue seems to be disappear.

from autodesk-fusion-360-for-linux.

cryinkfly avatar cryinkfly commented on May 18, 2024

Okay I think this issue here has some similarities with this one here: #38

… and so we continue this problem there.

from autodesk-fusion-360-for-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.