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

Freez to a blanck screen when start ./fusion360-start.sh script *solved* #34

Closed
brando16 opened this issue Jun 6, 2021 · 24 comments
Closed
Labels
question Further information is requested

Comments

@brando16
Copy link

brando16 commented Jun 6, 2021

Hi all,

very good job the software start but no do anything for hours when launch the start script, i work on Imac mid2011 with AMD radeon HD 6970 6990:

sudo lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09) 00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #5 (rev 05) 00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5) 00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5) 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5) 00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5) 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 (rev 05) 00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) 00:1f.0 ISA bridge: Intel Corporation Z68 Express Chipset LPC Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Blackcomb [Radeon HD 6970M/6990M] 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM] 02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe (rev 10) 03:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01) 04:00.0 FireWire (IEEE 1394): LSI Corporation FW643 [TrueFire] PCIe 1394b Controller (rev 08) 05:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 06:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 06:03.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 06:04.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 06:05.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 06:06.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] 07:00.0 System peripheral: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]

and uname is:
Linux iMac-di-Andrea.lan 5.3.18-lp152.75-default #1 SMP Wed May 5 09:22:56 UTC 2021 (16c42c8) x86_64 x86_64 x86_64 GNU/Linux

The system is opensuse Leap 15.2 the script work fine but not start.

@cryinkfly
Copy link
Owner

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

@cryinkfly cryinkfly added the question Further information is requested label Jun 7, 2021
@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

@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

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

Okay, I wait for your answer. 👍

@dreamcat4
Copy link

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

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

cryinkfly commented Jun 7, 2021

@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

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@dreamcat4
Copy link

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

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

cryinkfly commented Jun 7, 2021

@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

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

cryinkfly commented Jun 7, 2021

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?

@brando16
Copy link
Author

brando16 commented Jun 7, 2021 via email

@cryinkfly
Copy link
Owner

@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

@ekinyuksel12
Copy link

ekinyuksel12 commented Jun 8, 2021

I have the same problem too.

Ubuntu 20.10
Intel i7 1065g7
Nvida Mx330

@cryinkfly
Copy link
Owner

@ekinyuksel12 Thank you for your report! :-)

@cryinkfly
Copy link
Owner

@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)

@ekinyuksel12
Copy link

ekinyuksel12 commented Jun 9, 2021

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

@cryinkfly
Copy link
Owner

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

@ekinyuksel12
Copy link

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.

@cryinkfly
Copy link
Owner

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

… and so we continue this problem there.

@cryinkfly cryinkfly changed the title Freez to a blanck screen when start ./fusion360-start.sh script Freez to a blanck screen when start ./fusion360-start.sh script *solved* Jul 5, 2021
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

4 participants