@yamyam
Code:
wine: Call from 0x7b00fdee to unimplemented function vcruntime140_1.dll.__CxxFrameHandler4, aborting
...
According to my - layman's - understanding, it has something to do with the unimplemented vcruntime140_1.dll.
However, there is a vcruntime140_1.dll in the wineprefix. Does it perhaps have something to do with the correct version? Or what could be the reason?
That message says that the ampsim program / plugin made a call to a Windows API function named __CxxFrameHandler4
, found inside the vcruntime140_1.dll
, but the WINE version of the DLL has that function only as a stub -- it isn't expected to be called.
You are likely to get better support for this issue (maybe even a WINE developer who can implement the stub!) on the winehq.org site. This page does not show that anybody has gotten Amplitube version 5 running (version 4 gets a "gold" rating, though):
https://appdb.winehq.org/objectManager. ... n&iId=9883
The bugzilla shows only one issue related to (older) Amplitube:
https://bugs.winehq.org/buglist.cgi?qui ... =amplitube
Searching the bugzilla for that API function name doesn't bring back any results:
https://bugs.winehq.org/buglist.cgi?qui ... meHandler4
Statistics: Posted by tseaver — Fri Mar 08, 2024 4:42 am