PlayOnLinux seems to append two slashes in the path of my installed Wine version Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionInstalled Linux, now Windows doesn't boot anymoreDrive cannot be mounted automatically, but manual mount is successfulSatisfying lib dependencyCan Playonlinux work without Wine installed at system-level?LMDE2 does not work on my laptop after being installed from Live CD/DVDReplace ctags with exuberant-ctagsWhy does Wine need to install its own instance of Mono when there already is a fresh version of Mono installed in the system?My USB hard drive seems inaccessibleDual booted by accident?How to play streaming video from sites like HBO that require a Windows environment?
How do you clear the ApexPages.getMessages() collection in a test?
How does the Nova's Burn power work at the 7-9 level?
How to set letter above or below the symbol?
Cold is to Refrigerator as warm is to?
What computer would be fastest for Mathematica Home Edition?
How do I keep my slimes from escaping their pens?
Stopping real property loss from eroding embankment
Stars Make Stars
Estimate capacitor parameters
How can I protect witches in combat who wear limited clothing?
How to rotate it perfectly?
Are my PIs rude or am I just being too sensitive?
Two different pronunciation of "понял"
Why use gamma over alpha radiation?
Did the new image of black hole confirm the general theory of relativity?
Was credit for the black hole image misattributed?
Simulating Exploding Dice
What do I do if technical issues prevent me from filing my return on time?
What loss function to use when labels are probabilities?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Why is "Captain Marvel" translated as male in Portugal?
Antler Helmet: Can it work?
Strange behaviour of Check
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
PlayOnLinux seems to append two slashes in the path of my installed Wine version
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionInstalled Linux, now Windows doesn't boot anymoreDrive cannot be mounted automatically, but manual mount is successfulSatisfying lib dependencyCan Playonlinux work without Wine installed at system-level?LMDE2 does not work on my laptop after being installed from Live CD/DVDReplace ctags with exuberant-ctagsWhy does Wine need to install its own instance of Mono when there already is a fresh version of Mono installed in the system?My USB hard drive seems inaccessibleDual booted by accident?How to play streaming video from sites like HBO that require a Windows environment?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using Mint and I installed PlayOnLinux and several Wine versions. All of them had the same issue of crashing out of nowhere when setting up a new hard drive after selecting the options to choose a different Wine version etc. When I ran it from the terminal I noticed the following error message when doing anything with the hard drive, like trying to open Wine configuration window:
/usr/share/playonlinux/lib/wine.lib: line 565: /home/gabriel/.PlayOnLinux//wine/linux-x86/1.5.0/bin/wine: No such file or directory
[POL_Wine] Error: Wine seems to have crashed
This file does exist, but then I noticed the double slashes after ".PlayOnLinux" folder. Is it supposed to be like this? I meddled in the source code but I couldn't find where the path is set to see if there is an extra slash or what.
linux-mint wine playonlinux
add a comment |
I am using Mint and I installed PlayOnLinux and several Wine versions. All of them had the same issue of crashing out of nowhere when setting up a new hard drive after selecting the options to choose a different Wine version etc. When I ran it from the terminal I noticed the following error message when doing anything with the hard drive, like trying to open Wine configuration window:
/usr/share/playonlinux/lib/wine.lib: line 565: /home/gabriel/.PlayOnLinux//wine/linux-x86/1.5.0/bin/wine: No such file or directory
[POL_Wine] Error: Wine seems to have crashed
This file does exist, but then I noticed the double slashes after ".PlayOnLinux" folder. Is it supposed to be like this? I meddled in the source code but I couldn't find where the path is set to see if there is an extra slash or what.
linux-mint wine playonlinux
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago
add a comment |
I am using Mint and I installed PlayOnLinux and several Wine versions. All of them had the same issue of crashing out of nowhere when setting up a new hard drive after selecting the options to choose a different Wine version etc. When I ran it from the terminal I noticed the following error message when doing anything with the hard drive, like trying to open Wine configuration window:
/usr/share/playonlinux/lib/wine.lib: line 565: /home/gabriel/.PlayOnLinux//wine/linux-x86/1.5.0/bin/wine: No such file or directory
[POL_Wine] Error: Wine seems to have crashed
This file does exist, but then I noticed the double slashes after ".PlayOnLinux" folder. Is it supposed to be like this? I meddled in the source code but I couldn't find where the path is set to see if there is an extra slash or what.
linux-mint wine playonlinux
I am using Mint and I installed PlayOnLinux and several Wine versions. All of them had the same issue of crashing out of nowhere when setting up a new hard drive after selecting the options to choose a different Wine version etc. When I ran it from the terminal I noticed the following error message when doing anything with the hard drive, like trying to open Wine configuration window:
/usr/share/playonlinux/lib/wine.lib: line 565: /home/gabriel/.PlayOnLinux//wine/linux-x86/1.5.0/bin/wine: No such file or directory
[POL_Wine] Error: Wine seems to have crashed
This file does exist, but then I noticed the double slashes after ".PlayOnLinux" folder. Is it supposed to be like this? I meddled in the source code but I couldn't find where the path is set to see if there is an extra slash or what.
linux-mint wine playonlinux
linux-mint wine playonlinux
edited 17 hours ago
gamofe
asked 17 hours ago
gamofegamofe
17719
17719
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago
add a comment |
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512406%2fplayonlinux-seems-to-append-two-slashes-in-the-path-of-my-installed-wine-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f512406%2fplayonlinux-seems-to-append-two-slashes-in-the-path-of-my-installed-wine-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-linux-mint, playonlinux, wine
The double slashes are harmless, probably caused by overzealous insertion of slashes when constructing the path name. Your problem is most likely somewhere else.
– Hans-Martin Mosner
9 hours ago
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
9 hours ago
@Hans-MartinMosner, Ubuntu 18 did something that Wine simply doesn't work anymore as it did in 16.04, at least for my game.
– gamofe
6 hours ago