Closed FlashLight34 closed 6 months ago
i tried with win32 i got the same thing :(
lundi 13 décembre 2021
Tweaks and improvements
Fixes & updates to how New Windows Launcher manages mods & save files. <-- maybe this one
Fixed bug where if you clicked "Add Account" & quickly closed the login window, you would see an error message. That shouldn't happen anymore.
Improvements to post-Microsoft Account migration flow.
Update for Dungeons Cloudy Climb event.
Corrected Minecraft logo art here and there throughout the Launcher.
Users new to Java will now be prompted to create a Java gamertag when they navigate to the Skins Java tab.
Bug fixes
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?
minecraft when i try to install, i dont have any fabric installation.
with this java -jar %file% client -mcversion %mcvers% -launcher microsoft_store
without -dir %installdir% i got this
Im on windows 11 sorry i try to be more clear than possible hehe
what i can see the two launchers use the same profiles json now
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
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...
i got this bug only with the Command line format, with the GUI that work fine.
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
I'm having the same issue on Linux.
java.lang.RuntimeException: No launcher profile.json found!
👋 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.
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 )