Closed xii69 closed 1 year ago
Je dirait plutot que ca viens de l'Open Launcher Lib
Tu as quelle version de l'open launcher lib? Celle de Litarvan, ou celle de Flow?
et surtout, je te conseil de ne pas mettre la mise a jour dans une condition. Le jeu ne sera pas retéléchargé, mais il y aura quand meme une vérification des fichiers de mc
Tu as quelle version de l'open launcher lib? Celle de Litarvan, ou celle de Flow?
Flow
et surtout, je te conseil de ne pas mettre la mise a jour dans une condition. Le jeu ne sera pas retéléchargé, mais il y aura quand meme une vérification des fichiers de mc
Its a long story, I'll share a .zip file of this launcher for those people who want to use it which all assets are downloaded already
Tu as quelle version de l'open launcher lib? Celle de Litarvan, ou celle de Flow?
Flow
Then, for the MC version you are using, i recommand you to use NoFramework instead.
et surtout, je te conseil de ne pas mettre la mise a jour dans une condition. Le jeu ne sera pas retéléchargé, mais il y aura quand meme une vérification des fichiers de mc
Its a long story, I'll share a .zip file of this launcher for those people who want to use it which all assets are downloaded already
Even if you share a zip, the valid files won't be re downloaded, unless the checksum or the size isn't the same as the one Mojang list in the download manifest
Still didn't understood how I can fix the missing sound and other stuff.
Instead of using the old GameInfos stuff etc, you can use the NoFramework
class. It's easier and avoid a lot of problems to launch the game.
NoFramework noFramework = new NoFramework(GameDirGenerator.createGameDir("neverland", true), authInfos, GameFolder.FLOW_UPDATER_1_19_SUP);
to add your ram arguments, you can use noFramework.getAdditionalVmArgs().add
and then
Process process = noFramework.launch("1.19.4", "0.14.22", NoFramework.ModLoader.FABRIC);
Thanks, should I delete the downloaded files and let the launcher download them again?
maybe! a clean env is always better to test these kind of things lmao
Thanks.
Describe the bug No Sound, Background and Game icon
To Reproduce Steps to reproduce the behavior:
Launching minecraft using this code:
Expected behavior The launched client should have sound and background image in the main menu