FL-Studio 12.3 on Wine-3/Lubuntu 18.04 'Unhandled Exception'

Questions about Wine on Linux
Locked
jayachar88
Newbie
Newbie
Posts: 2
Joined: Mon Jun 18, 2018 8:32 am

FL-Studio 12.3 on Wine-3/Lubuntu 18.04 'Unhandled Exception'

Post by jayachar88 »

Hi,

Trying to install FL-Studio 12.3 Producer Edition on a i5-8400 desktop running Lubuntu 18.04 (64-bit), under Wine. However, after several uninstall/reinstall of Wine (version 3.0, and some older version 2.20, 1.9.18), and trying to install FL-Studio 12.3, I seem to be running into similar set of issues. Wondering if I could have some help to figure out what's going on, as there are several reports of people having successfully installed FL-Studio on Wine.

Here's the output of

Code: Select all

wine your_app.exe &> /tmp/log.txt 2>&1
:
wine: created the configuration directory '/home/jayachar/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
Could not load wine-gecko. HTML rendering will be disabled.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/jayachar/.wine' has been updated.
0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
wine: Unhandled exception 0x0eedfade in thread 9 at address 0x150023:0x7b43c8bc (thread 0009), starting debugger...
thanks,
J
jayachar88
Newbie
Newbie
Posts: 2
Joined: Mon Jun 18, 2018 8:32 am

Re: FL-Studio 12.3 on Wine-3/Lubuntu 18.04 'Unhandled Except

Post by jayachar88 »

Kindly note that I managed to solve the problem by uninstalling wine from the standard Ubuntu repos, and reinstalling from winehq.com's repos following instructions for Ubuntu on it's site. After reinstalling the wine (devel branch on 18.04), everything seems to work fine so far.
Locked