Xrecode3 problem in linux, might be a wine problem

Questions about Wine on Linux
Locked
User avatar
rado84
Level 2
Level 2
Posts: 36
Joined: Sat May 25, 2013 11:48 am

Xrecode3 problem in linux, might be a wine problem

Post by rado84 »

I don't know enough about how Wine works, so I need help with fixing a weird problem: the program Xrecode3 used to work fine but after an update of Wine to version 6.19 it keeps showing me a message dialog that the program has been tempered with (it's not) or "it has been hacked". I tried everything I could think of: delete /.wine and make wine recreate it (I thought maybe something got messed up inside) and then reinstall .Net Framework 4.8.1, directx and the redistributables (a package containing all redists from 2005 up until 2019). That didn't fix the problem, so I deleted /.wine again and tried using winetricks to install the mentioned packages into the system but that didn't fix it either. The weird thing is that the program in question (xrecode3) works in Windows just fine without any errors. But I don't wanna run Windows, I wanna use it in linux. I'm out of ideas, so I need your help to get it running again.

I searched through the program's directories but couldn't find any logs that might help you. This is the message I keep gettting in Linux:

Image

The program can be downloaded from https://xrecode.com/
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Xrecode3 problem in linux, might be a wine problem

Post by jkfloris »

and then reinstall .Net Framework 4.8.1, directx and the redistributables (a package containing all redists from 2005 up until 2019).
The program seems to work fine in a clean Wine prefix.
Do you get the same warning if you don't install any additional programs and components?

Code: Select all

# Install xrecode3 in its own prefix:
WINEPREFIX=${HOME}/xrecode wine setup_xrecode3_win_64bit_1.113.exe
# Run xrecode3:
cd "${HOME}/xrecode/drive_c/Program Files/xrecode3"
WINEPREFIX=${HOME}/xrecode wine xrecode3x64.exe
User avatar
rado84
Level 2
Level 2
Posts: 36
Joined: Sat May 25, 2013 11:48 am

Re: Xrecode3 problem in linux, might be a wine problem

Post by rado84 »

No, nothing of the kind. It just won't run at all, if I don't install the stuff.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Xrecode3 problem in linux, might be a wine problem

Post by jkfloris »

Can you post a terminal output?
Locked