EmuDeck / emudeck-we

Windows Edition
GNU General Public License v3.0
43 stars 22 forks source link

Installation gets stuck on creating symlinks #55

Open Bboy486 opened 2 months ago

Bboy486 commented 2 months ago

As it says when I'm running this on Windows the installation get stuck on creating symlink. I can cancel that part and then a few scripts run it looks like it finishes however I am not sure why it freezes at that point.

Also I think this is causing an issue with the Emudeck plug in for playnite.

Howl-24 commented 3 weeks ago

Was it stuck while creating Xenia save links? If so, try opening 'C:\Users\XXX\AppData\Roaming\EmuDeck\backend\functions\EmuScripts\emuDeckXenia.ps1' and editing Line 26 to: mkdir "$emusPath\xenia\" -ErrorAction SilentlyContinue. Then, delete the folder at 'C:\Users\XXX\AppData\Roaming\EmuDeck\EmulationStation-DE\Emulators\xenia\content' and reinstall EmuDeck.

visionexbx commented 1 week ago

Was is stuck on creating Xenia save links? If so, try open "C:\Users\XXX\AppData\Roaming\EmuDeck\backend\functions\EmuScripts\emuDeckXenia.ps1" and edit Line 26 to "mkdir "$emusPath\xenia" -ErrorAction SilentlyContinue" ,then reinstall Emudeck.

I am stuck in the same place

Howl-24 commented 1 week ago

Was is stuck on creating Xenia save links? If so, try open "C:\Users\XXX\AppData\Roaming\EmuDeck\backend\functions\EmuScripts\emuDeckXenia.ps1" and edit Line 26 to "mkdir "$emusPath\xenia" -ErrorAction SilentlyContinue" ,then reinstall Emudeck.

I am stuck in the same place

Delete the folder at 'C:\Users\XXX\AppData\Roaming\EmuDeck\EmulationStation-DE\Emulators\xenia\content' and then reinstall, as this path conflicts with the symlink that the installation script is about to create.