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 23, 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?
Can the Great Weapon Master feat's "Power Attack" apply to attacks from the Spiritual Weapon spell?
Chinese Seal on silk painting - what does it mean?
Can an alien society believe that their star system is the universe?
Selecting user stories during sprint planning
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
How can I reduce the gap between left and right of cdot with a macro?
How to install press fit bottom bracket into new frame
Can anything be seen from the center of the Boötes void? How dark would it be?
What's the meaning of "fortified infraction restraint"?
Why do we bend a book to keep it straight?
How fail-safe is nr as stop bytes?
Illegal assignment from sObject to Id
Project Euler #1 in C++
What is the topology associated with the algebras for the ultrafilter monad?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Maximum summed subsequences with non-adjacent items
What is the difference between globalisation and imperialism?
How does the math work when buying airline miles?
Take 2! Is this homebrew Lady of Pain warlock patron balanced?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Why wasn't DOSKEY integrated with COMMAND.COM?
Most bit efficient text communication method?
What is a fractional matching?
Using et al. for a last / senior author rather than for a first author
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 23, 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
Apr 14 at 21:11
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@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
Apr 14 at 23:33
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 Apr 14 at 13:12
gamofe
asked Apr 14 at 13:06
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
Apr 14 at 21:11
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@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
Apr 14 at 23:33
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
Apr 14 at 21:11
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@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
Apr 14 at 23:33
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
Apr 14 at 21:11
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
Apr 14 at 21:11
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@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
Apr 14 at 23:33
@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
Apr 14 at 23:33
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
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
Apr 14 at 21:11
@Hans-MartinMosner, I guess. I tried with an older version and things were the same. Something wrong with Mint.
– gamofe
Apr 14 at 21:21
@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
Apr 14 at 23:33