Wine-devel 5.12 and Amplitube 4.9

Questions about Wine on Linux
Locked
abalos
Level 2
Level 2
Posts: 15
Joined: Mon Feb 20, 2017 1:14 pm

Wine-devel 5.12 and Amplitube 4.9

Post by abalos »

Hi, Amplitube used to work with wine-devel, but now it crashes.
the commnad
strings AmpliTube\ 4.dll | grep -i .dll gives the following

This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
USER32.DLL
KERNEL32.dll
USER32.dll
ADVAPI32.dll
HostVST.dll

I am on ubuntu 20.04 with wine-devel 5.12,
Other IK multimdeia vts plugins work correctly

Thank you
abalos
Level 2
Level 2
Posts: 15
Joined: Mon Feb 20, 2017 1:14 pm

Re: Wine-devel 5.12 and Amplitube 4.9

Post by abalos »

An here is the backtrace
https://pastebin.com/7mHT41MB
when launhing the application
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine-devel 5.12 and Amplitube 4.9

Post by jkfloris »

Hi, Amplitube used to work with wine-devel, but now it crashes.
...
This indicates a bug in your application.
If so, then this is indeed a bug. You can report this on: https://bugs.winehq.org/
In your bug report, describe which version worked and attach a terminal output if it contains useful information.
abalos
Level 2
Level 2
Posts: 15
Joined: Mon Feb 20, 2017 1:14 pm

Re: Wine-devel 5.12 and Amplitube 4.9

Post by abalos »

Issue seems to be solved with wine-devel 5.13
Locked