The Godfather, tag editor Mint 20

Questions about Wine on Linux
Locked
post7
Newbie
Newbie
Posts: 1
Joined: Sun Jul 12, 2020 1:19 pm

The Godfather, tag editor Mint 20

Post by post7 »

Hello,

I am fairly new to Linux still, a bit more than a year into my journey away from Windows. Guess I'm close to a newbie, but not afraid of the terminal. Yesterday I updated my Mint Cinnamon 19.3 to 20. Most everything is back up and working, but one application will not play nice. The GodFather, a tag editor mainly for MP3. I know there are other tag editors around, and I have tried them, but they simply don't fit my needs. There are 3 Windows programs I don't want to be without, mp3gain, Irfanview and The GodFather. Other than those I'm good, and the first two work just fine under Wine.

I'm not sure what you need from me more than Linux Mint 20 Ulyana, Feel free to ask, here are a few:

wine --version
wine-5.12
dpkg --print-architecture
amd64
dpkg --print-foreign-architectures
i386

When the program first failed I deleted the old Wine bottle and then:
WINEARCH=win32 WINEPREFIX=~/wine/godfather winetricks

In winetricks I installed support for jet40 and mdac28 (when I check it has added both mdac 27 and mdac28 without me asking for it, it happened more than once so I know I didn't do it). Those two did the trick on Mint 19. I also added corefonts and tahoma, and topped off by checked winecfg that already suggested Windows 7 as Windows-version. When I now try to do: wine TheGodFather.exe, this is what I get:

WARNING: radv is not a conformant vulkan implementation, testing use only.
INTEL-MESA: warning: Haswell Vulkan support is incomplete
WARNING: radv is not a conformant vulkan implementation, testing use only.
INTEL-MESA: warning: Haswell Vulkan support is incomplete
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D970, 00000000 0031D998
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0031D970 00000000 0031D998) returning a dummy value (current locale)
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D970, 019419B0 0031D998
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0031D970 019419B0 0031D998) returning a dummy value (current locale)
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001007E 0x00000000
0024:fixme:uxtheme:BufferedPaintInit Stub ()
0024:fixme:msg:ChangeWindowMessageFilter 49 00000001
0024:fixme:msg:ChangeWindowMessageFilter 233 00000001
0024:fixme:msado15:connection_put_CursorLocation 0147F250, 3
wine: Unhandled exception 0x0eedfade in thread 24 at address 7B00F542 (thread 0024), starting debugger...
winedbg: Internal crash at 0x7bc2820e

Since it seems to complain about my Vulkan install early on I reinstalled to a latest version (I think). The program isn't graphics heavy at all, but ok:

inxi -Gx
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
vendor: Gigabyte driver: i915 v: kernel bus ID: 00:02.0
Device-2: AMD Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]
vendor: Gigabyte driver: amdgpu v: kernel bus ID: 01:00.0
Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: fbdev,vesa
resolution: 1360x768~60Hz
OpenGL: renderer: AMD Radeon HD 7900 Series (TAHITI DRM 3.35.0
5.4.0-40-generic LLVM 10.0.1)
v: 4.6 Mesa 20.2.0-devel (git-351b513 2020-07-12 focal-oibaf-ppa)
direct render: Yes

Any ideas?
Thank's in advance!
Locked