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;








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.










share|improve this question
























  • 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

















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.










share|improve this question
























  • 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













0












0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In 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 ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.