You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found this when i try to use portable version of the launcher
using windows sandbox to simulate "moving to new pc" condition, and i got this problem
step i produce
i take portable version in my F:\games
i link/mount F:\games to the windows sandbox Desktop\portable
doing first setup, select GameFolder location (Desktop\portable\GameFolder) and finish initialization (i choose genshin as my first setup)
close windows sandbox
change link/mount from Desktop\portable to Desktop\portable2
repeat first setup, select the GameFolder again but now is in Desktop\portable2\GameFolder, and finish initialization (still choose genshin)
and Desktop\portable\GameFolder is suddenly created
left is Desktop\portable2
right is Desktop\portable
my find is, GameFolder\GIGlb (potentialy all game version) has its own config.ini and there game_install_path is pointing to the absolute path of game data, in this case located in Desktop\portable instead of the new GameFolder location i choose from the second "first setup" (Desktop\portable2)
The Important
i dared to use those pre-setup GameFolder from the sandbox in my pc, and it create me the GameFolder i describe above
Expected Behavior
it should update the config.ini to use new GameData folder
OR
use relative path instead absolute path (i know it's already tracked in #79)
Steps to reproduce
Related Issues
No response
Screenshot(s)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
AFAIK the creation of the GiGlb folder in the old folder is due to the launcher still thought the path is in the portable folder as its saved in the GiGlb folder config so the launcher tries to resolve it. Removing this method might causes some errors/inconvenience in the time where Collapse is reinstalled in the same PC where the path did not changed.
well the main use case for this problem is to be able to use collapse in portable mode so that i dont have to need to run the "first run", have my config pre-set up even if i change pc, and not creating directory like this
(i can imagine if i mount my drive as D: in one pc, and then move another pc it mount as F:, launcher will still create the GameFolder in D: and treat it as it was there)
Affected Version
1.80.12
Bug Behavior
i found this when i try to use portable version of the launcher
using windows sandbox to simulate "moving to new pc" condition, and i got this problem
step i produce
F:\games
F:\games
to the windows sandboxDesktop\portable
Desktop\portable\GameFolder
) and finish initialization (i choose genshin as my first setup)Desktop\portable
toDesktop\portable2
Desktop\portable2\GameFolder
, and finish initialization (still choose genshin)Desktop\portable\GameFolder
is suddenly createdleft is
Desktop\portable2
right is
Desktop\portable
my find is,
GameFolder\GIGlb
(potentialy all game version) has its ownconfig.ini
and theregame_install_path
is pointing to the absolute path of game data, in this case located inDesktop\portable
instead of the new GameFolder location i choose from the second "first setup" (Desktop\portable2
)The Important
i dared to use those pre-setup GameFolder from the sandbox in my pc, and it create me the GameFolder i describe above
Expected Behavior
it should update the
config.ini
to use new GameData folderOR
use relative path instead absolute path (i know it's already tracked in #79)
Steps to reproduce
Related Issues
No response
Screenshot(s)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: