Attempting to install Fusion 360 on Wine 5 (but failing)

Questions about Wine on Linux
Locked
boomonster
Newbie
Newbie
Posts: 1
Joined: Tue Jun 30, 2020 3:53 pm

Attempting to install Fusion 360 on Wine 5 (but failing)

Post by boomonster »

Hi,
I was trying to install Fusion 360 for CAD design. However, I get this string of errors at startup, and some more that continually spout from the terminal if I move my mouse over the window - which is plain white.

Code: Select all

wine Fusion\ 360\ Installer.exe 
0080:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0034:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:fixme:vcruntime:__telemetry_main_invoke_trigger (0000000002170000)
00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x24b3710 (nil) 0x24b3790) returning a dummy value (current locale)
00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x24b3710 0x24b3910 0x24b3790) returning a dummy value (current locale)
00e0:fixme:ieframe:PersistStorage_InitNew (000000000077E810)->(0000000001B7B320)
00e0:fixme:dwmapi:DwmIsCompositionEnabled 0000000009910434
011c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x584306d, context 0x2646a30, init_notify 0, handle 0xa6afa00): stub
00e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00e0:fixme:imm:ImmGetDescriptionW (0000000010091009, 0000000000000000, 0): semi stub
00e0:fixme:imm:ImmGetDescriptionW (0000000010091009, 000000000A9E2218, 9): semi stub
00e0:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000005410140)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 000000000021B640)
224[25bc590]: TSF: 0xa505490   TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard, hr=0x80004001
00e0:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000005410140)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 000000000021B620)
224[25bc590]: TSF: 0xa505490   TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard, hr=0x80004001
00e0:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000005410140)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 000000000021B640)
224[25bc590]: TSF: 0xa505490   TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard, hr=0x80004001
00e0:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000005410140)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 000000000021B620)
224[25bc590]: TSF: 0xa505490   TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard, hr=0x80004001
00e0:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0000000005410140)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 000000000021AA80)
224[25bc590]: TSF: 0xa505490   TSFStaticSink::EnsureInitActiveLanguageProfile(), FAILED to get active TIP keyboard, hr=0x80004001
The errors with the "hr=0x(hex number)" are the ones that I get from interacting with the window. As for the RandR 1.0 error, I was using the Nouveau driver,
but considering that my build has a 12-year old GTS 360M inside which was probably too old for the devs of Nouveau to care about, the driver crashed my system
randomly sometimes, and there were black pixels everywhere on my screen, making it look like I had a fried video card. So I can't use Nouveau.

I have also tried this fix (https://wiki.winehq.org/FAQ#Broken_NVID ... _RandR_1.0) to the RandR problem, but it crashed my
system, and I had to boot into recovery mode to remove the fix.

So, my version of Wine is 5.11 (output from wine --version), and I am running Debian 9.5.0 (Stretch) amd64. If there's any other information that you need to help solve this,
please tell me! And here's a link where you can download Fusion 360 directly from Autodesk for free. (technically for hobbyists, but downloading for testing purposes is
not breaking the "Terms and Conditions", I don't think) https://www.autodesk.ca/en/campaigns/fu ... -hobbyists

Boomonster
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Attempting to install Fusion 360 on Wine 5 (but failing)

Post by jkfloris »

There are some tips and tricks in the WineHQ AppDB
But don't expect miracles with a 360M GTS GPU.
Locked