FTBTeam / FTB-App

Electron, Vue2, and Tailwind based frontend system for the FTB App; a new Modpack launcher for FTB and Curse modpacks.
https://feed-the-beast.com/app
GNU Lesser General Public License v2.1
86 stars 22 forks source link

Change instance location #1061

Closed eto-ban closed 2 months ago

eto-ban commented 5 months ago

What Operating System

Windows 10

Debug Code

FTB-DBGZUJUZOBIZU

Describe the bug

image When you try to change a directory, everything from that directory is transferred and then it ends with an error

maybe there is a configuration file somewhere and I can change the path there

Steps to reproduce

1 im change path 2 image 3 image

Expected behaviour

transfer 200GB of data)

Screenshots

No response

Additional information

No response

MichaelHillcox commented 5 months ago

Yeah, this makes sense, essentially you've located your instances within D: but then tried to migrate them to D:/Progs. Whilst this logically makes sense, the way the app handles the instances folder is that it expects the folders within the instance's folder to be instances, not generic folders, so placing the instances' folder within the current instances folder has the possibility of making things go weird...

There is nothing stopping you from closing the app, moving the folders yourself, then editing the settings.json within the apps .ftba/bin folder. And telling it where the new instances are located.

This isn't super ideal by any means, I'm sure there is something I can do to allow this to be done within the app...