[Fedora] Run THR Editor under Wine

Questions about Wine on Linux
Locked
inisider
Newbie
Newbie
Posts: 3
Joined: Sun May 29, 2022 10:53 am

[Fedora] Run THR Editor under Wine

Post by inisider »

Hi, folks!
I am trying to run THR Editor [https://usa.yamaha.com/support/updates/57648_en.html] under Wine and get the following error: [https://pastebin.com/9ahXT4sC].
Could you please advise me on how it could be resolved?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: [Fedora] Run THR Editor under Wine

Post by jkfloris »

It looks like the environment variables have the default values.
Does the application work if you run it from a terminal?

Code: Select all

cd "/home/ok/.wine/drive_c/Program Files (x86)/Yamaha/YAMAHA THR Editor/"
wine "THR Editor.exe"
inisider
Newbie
Newbie
Posts: 3
Joined: Sun May 29, 2022 10:53 am

Re: [Fedora] Run THR Editor under Wine

Post by inisider »

Hi jkfloris,

Sorry for delayed answer. I missed your message.

I tried to run from terminal and got actually the same error:

Code: Select all

[ok@fedora Projects]$ cd "/home/ok/.wine/drive_c/Program Files (x86)/Yamaha/YAMAHA THR Editor/"
[ok@fedora YAMAHA THR Editor]$ ls
 THR10C.YDL   THR10X.YDL   THR5_10.YDL   THR5A.YDL   THR_Editor_en.pdf  'THR Editor.exe'   THR_Editor_jp.pdf
[ok@fedora YAMAHA THR Editor]$ wine "THR Editor.exe"
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: [Fedora] Run THR Editor under Wine

Post by jkfloris »

I do not have much experience with Fedora, but I read that several users have problems with the Fedora Wine packages.
Are you using the Fedora Wine packages or the ones from WineHQ?
inisider
Newbie
Newbie
Posts: 3
Joined: Sun May 29, 2022 10:53 am

Re: [Fedora] Run THR Editor under Wine

Post by inisider »

I am using from Fedora Wine packages.
Locked