Open Jlov0 opened 6 months ago
Try adding drive Z
to /
. This can be done in the launcher's settings. If it didn't help - add a symlink to the prefix/dosdevices
folder which will be pointing to /
I tried both methods but same issue persists
here is the current error log I am getting after applying those changes.
Z:\>start GenshinImpact.exe -screen-fullscreen 0 -popupwindow
Z:\>Z:
Z:\>cd "/data/genshin/fps-unlocker"
Path not found.
Z:\>start fpsunlock.exe 144 5000
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0130:fixme:heap:GetNumaHighestNodeNumber semi-stub: 000000000011E960
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0130:fixme:heap:EnumSystemFirmwareTables (0x4649524d, 0000000000000000, 0)
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
0138:fixme:exec:SHELL_execute flags ignored: 0x00000100
013c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000138FF50
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.
Here is what I did according to what you said for the symlink. I am a newbie to wine so I might have done something not accordingly
[justin@archlinux dosdevices]$ rm z:
[justin@archlinux dosdevices]$ ls
c: d:: e::
[justin@archlinux dosdevices]$ ln -s / z:
[justin@archlinux dosdevices]$ ls
c: d:: e:: z:
[justin@archlinux dosdevices]$ ls -l
total 0
lrwxrwxrwx 1 justin users 28 Jun 2 00:41 c: -> /data/genshin/prefix/drive_c
lrwxrwxrwx 1 justin users 8 Jun 1 23:51 d:: -> /dev/sda
lrwxrwxrwx 1 justin users 9 Jun 1 23:51 e:: -> /dev/sda1
lrwxrwxrwx 1 justin users 1 Jun 2 00:49 z: -> /
[justin@archlinux dosdevices]$
I had also tried to point the fps unlocker .bat file in the z: drive like this
cd "/prefix/dosdevices/z:/fps-unlocker"
but it had just reverted back to the default path of
cd "/data/genshin/fps-unlocker"
I'll keep messing around with it but I am not too sure what is really going on. I assume if I reinstall everything it will probably function but thats a couple hour install. Its not that deep, i can live without 144 fps but interesting to see if i can fix it.
As mentioned in the title, the fps unlocker cannot start because the path is not found. I double checked the pathing and found no issues. Everything seems to be correct, permissions are correct. I did change the installation of the game into my /data/ directory if that maybe messed up the path. fpsunlock.exe is also within the directory path.
I am running on Arch with KDE de
These are the terminal logs.
Might as well add my debug logs
config file