F5F Stay Refreshed Software Operating Systems Problem encountered while trying to launch the app via Wine.

Problem encountered while trying to launch the app via Wine.

Problem encountered while trying to launch the app via Wine.

Pages (3): 1 2 3 Next
Z
zoestar6
Junior Member
14
05-05-2023, 08:33 AM
#1
I set up the app with Wine and it functioned perfectly until the day before you attempted another installation. Now you need to launch it again.
Z
zoestar6
05-05-2023, 08:33 AM #1

I set up the app with Wine and it functioned perfectly until the day before you attempted another installation. Now you need to launch it again.

V
VikingPlay
Junior Member
25
05-05-2023, 07:42 PM
#2
I put in TMNF (Trackmania Nations Forever) and everything worked fine until I tried installing grapejuice, which lets you install Roblox on Linux, and then I lost access to TMNF. That happened on Pop OS 22.04.
V
VikingPlay
05-05-2023, 07:42 PM #2

I put in TMNF (Trackmania Nations Forever) and everything worked fine until I tried installing grapejuice, which lets you install Roblox on Linux, and then I lost access to TMNF. That happened on Pop OS 22.04.

P
Phalanges410
Junior Member
4
05-16-2023, 08:22 AM
#3
Execute those two commands from different directories. By default your setup (often called a bottle) is ~/.wine or ~/.wine64. Once TMNF is running, switch to ~/.tmnf and run the executable with WINEPREFIX=~/.tmnf. Using wine can be tricky, but it’s safer than juggling many sandboxes. When I was playing WoW on Linux, I’d update a script to change the prefix each time wine was updated, so if issues arose I could simply ignore that version. Today Steam and Proton handle things well with separate prefixes per game, so I no longer rely on this method.
P
Phalanges410
05-16-2023, 08:22 AM #3

Execute those two commands from different directories. By default your setup (often called a bottle) is ~/.wine or ~/.wine64. Once TMNF is running, switch to ~/.tmnf and run the executable with WINEPREFIX=~/.tmnf. Using wine can be tricky, but it’s safer than juggling many sandboxes. When I was playing WoW on Linux, I’d update a script to change the prefix each time wine was updated, so if issues arose I could simply ignore that version. Today Steam and Proton handle things well with separate prefixes per game, so I no longer rely on this method.

R
Roccoboy8
Member
162
05-16-2023, 12:32 PM
#4
Yes, you can simply type the command directly into the terminal for immediate execution.
R
Roccoboy8
05-16-2023, 12:32 PM #4

Yes, you can simply type the command directly into the terminal for immediate execution.

S
SaoGaymer
Member
61
05-17-2023, 12:47 PM
#5
Alternatively, you might adjust the menu file. When you feel like skipping steps, set up a ~/bin/tmnf file so you only need to launch it instead of recalling commands like: touch ~/bin/tmnf chmod u+r ~/bin/tmnf echo "#!/bin/bash" >> ~/bin/tmnf echo "WINEPREFIX=~/.tmnf wine \"[path to exe]\"" >> ~/bin/tmnf then simply run tmnf or use ~/bin/tmnf if needed."
S
SaoGaymer
05-17-2023, 12:47 PM #5

Alternatively, you might adjust the menu file. When you feel like skipping steps, set up a ~/bin/tmnf file so you only need to launch it instead of recalling commands like: touch ~/bin/tmnf chmod u+r ~/bin/tmnf echo "#!/bin/bash" >> ~/bin/tmnf echo "WINEPREFIX=~/.tmnf wine \"[path to exe]\"" >> ~/bin/tmnf then simply run tmnf or use ~/bin/tmnf if needed."

R
RG48
Posting Freak
778
05-25-2023, 07:56 AM
#6
The issue arises because the required executable is missing at the specified path. Ensure the file exists at the location mentioned in the error.
R
RG48
05-25-2023, 07:56 AM #6

The issue arises because the required executable is missing at the specified path. Ensure the file exists at the location mentioned in the error.

K
KitlenLove
Junior Member
32
05-25-2023, 12:02 PM
#7
Create the directory ~/bin first, then add the command to your .bashrc file. This updates the search path so you can run your scripts directly from the terminal without full paths.
K
KitlenLove
05-25-2023, 12:02 PM #7

Create the directory ~/bin first, then add the command to your .bashrc file. This updates the search path so you can run your scripts directly from the terminal without full paths.

M
MrKryp
Senior Member
643
05-28-2023, 05:38 PM
#8
After entering the 2 cmds, proceed with the next steps as instructed.
M
MrKryp
05-28-2023, 05:38 PM #8

After entering the 2 cmds, proceed with the next steps as instructed.

A
ArthoFake
Member
142
05-28-2023, 06:44 PM
#9
Oh, sorry, just go back and carry on with the command that gave the error.
A
ArthoFake
05-28-2023, 06:44 PM #9

Oh, sorry, just go back and carry on with the command that gave the error.

C
Cxppe
Member
117
05-29-2023, 02:59 AM
#10
C
Cxppe
05-29-2023, 02:59 AM #10

Pages (3): 1 2 3 Next