FabricMC / fabric-installer

An Installer for Fabric. For the vanilla launcher
Apache License 2.0
102 stars 66 forks source link

New update from microsoft break profile #98

Closed FlashLight34 closed 6 months ago

FlashLight34 commented 2 years ago

Inkedfabric bug

SET file=fabric-installer-0.10.2.jar IF %newlauncher% EQU 1 ( echo. Démarrage de l'installeur fabricmc Microsoft... echo. rem microsoft_store java -jar %file% client -dir %installdir% -mcversion %mcvers% -launcher microsoft_store ) IF %newlauncher% EQU 0 ( echo. Démarrage de l'installeur fabricmc... echo. java -jar %file% client -dir %installdir% -mcversion %mcvers% -launcher win32 )

FlashLight34 commented 2 years ago

i tried with win32 i got the same thing :(

FlashLight34 commented 2 years ago

lundi 13 décembre 2021

Tweaks and improvements

  1. Fixes & updates to how New Windows Launcher manages mods & save files. <-- maybe this one

  2. Fixed bug where if you clicked "Add Account" & quickly closed the login window, you would see an error message. That shouldn't happen anymore.

  3. Improvements to post-Microsoft Account migration flow.

  4. Update for Dungeons Cloudy Climb event.

  5. Corrected Minecraft logo art here and there throughout the Launcher.

  6. Users new to Java will now be prompted to create a Java gamertag when they navigate to the Skins Java tab.

Bug fixes

modmuss50 commented 2 years ago

I am using this version of the launcher and cannot see any issues? I am unsure what has changed, and even if that is related to Minecraft or Dungeons?

What issue are you experiencing as it seems to be working fine for me?

FlashLight34 commented 2 years ago

minecraft when i try to install, i dont have any fabric installation.

image

FlashLight34 commented 2 years ago

with this java -jar %file% client -mcversion %mcvers% -launcher microsoft_store without -dir %installdir% i got this fabric bug2

FlashLight34 commented 2 years ago

Im on windows 11 sorry i try to be more clear than possible hehe

FlashLight34 commented 2 years ago

what i can see the two launchers use the same profiles json now launcher bug

FlashLight34 commented 2 years ago

ok when i copy my profile file launcher_profiles.json and rename the copy to launcher_profiles_microsoft_store.json (yeah because this one not exist anymore) that remove my error, but the problem is the new launcher not use this file anymore and delete him :( when i open the launcher

FlashLight34 commented 2 years ago

hello :P i fixed my installer like this

in a .bat file

SET launcherProfile_MC=%appdata%.minecraft\launcher_profiles_microsoft_store.json SET launcherProfile=%appdata%.minecraft\launcher_profiles.json IF NOT EXIST %launcherProfile_MC% ( copy %launcherProfile% %launcherProfile_MC% /Y ) java -jar fabric-installer-0.10.2.jar client -mcversion 1.18.1 -launcher microsoft_store IF EXIST %launcherProfile_MC% ( rem save file before open launcher copy %launcherProfile_MC% %launcherProfile% /Y ping 127.0.0.1 -n 2 > nul ) open launcher...

FlashLight34 commented 2 years ago

i got this bug only with the Command line format, with the GUI that work fine.

FlashLight34 commented 2 years ago

this bug exist if i use -dir with old launcher, i got this with my wife minecraft :| and if i dont use -dir no error but the profile is not created ... with fabric-installer-0.11.0.jar

gptlang commented 11 months ago

I'm having the same issue on Linux.

java.lang.RuntimeException: No launcher profile.json found!
modmuss50 commented 6 months ago

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.