https://bugs.winehq.org/show_bug.cgi?id=48432
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi
Confirming. I guess this is the app: https://www.behringer.com/Categories/Behringer/Mixers/Digital/XR18/p/P0BI8/D...) ?
sha1sum X-AIR-Edit.exe 7a8a3a0fa89f90f9d4738b09e2d6f844671ee14b X-AIR-Edit.exe
The crash happens apparently when you hover over the upper "buttons" or LEDs or whatever it is. At first +relay did not show anything obvious to me but when I scrolled up this line showed up:
0009:Call KERNEL32.GetProcAddress(7bc30000,0069d054 "wine_get_version") ret=004c000a 0009:Ret KERNEL32.GetProcAddress() retval=7bc431fc ret=004c000a
that looks suspicious...
grep wine_get_version X-AIR-Edit.exe Binary file X-AIR-Edit.exe matches
Looks like it`s aware when run in wine. You could try Staging I guess and select "Hide wine version", I was lazy and just replaced the string in the binary:
sed -i 's/wine_get_version/qine_get_version/g' X-AIR-Edit.exe
Now the program works AFAICT, did not get a crash. Could you try one of the proposed methods and report back please? If it works for you too this should probably be resolved as invalid.
Also please add downloadlink if the download link i pasted is the correct one