
[Crash]: With Microsoft Launcher
Tsoccerguy3 opened this issue ยท 17 comments
OS
Windows
GPU
NVIDIA
Modpack (Optional)
No response
Game log
crash-2022-03-27_08.59.10-client.txt
latest.log
Description
Instead of sponge mixins try https://www.curseforge.com/minecraft/mc-mods/grimoire-api
https://github.com/Aizistral-Studios/Grimoire
You must be referencing another error . There are no mods installed , No Optifine installed , look at crash logs , except these 2
triangulator-mc1.7.10-1.3.1
SpongeMixins-1.2.0
Testing
triangulator-mc1.7.10-1.3.2
animfix-mc1.7.10-1.3.2
SpongeMixins-1.2.0
Hmmmm ? There is a bigger problem that it disables and crashes the Microsoft Launcher
I will take a look a the code later and debug it .
You must be referencing another error . There are no mods installed , No Optifine installed , look at crash logs , except these 2
triangulator-mc1.7.10-1.3.1 SpongeMixins-1.2.0
As per the log file:
Attempting to add C:\Users\ASUS\AppData\Roaming\.minecraft\mods\1.7.10\New folder\OptiFine_1.7.10_HD_U_E7.jar to the URL Class Path
You should not have any extraneous files or folders in the mods folder.
It works on my machine with a clean install of 1.7.10 with the microsoft launcher + forge
Your instance seems to be messed up, OptiFine is not loading properly. Make sure you put the optifine, spongemixins, and animfix jars directly inside .minecraft/mods/
, and not into any other subdirectory.
Personally, I recommend using MultiMC instead, it's a way better launcher for modded minecraft compared to the ancient official launcher.
I tried again . Moved out the /mods/1.7.10/New_Folder . Only the 3 required mods in the /mods/1.7.10/ , directory . Clean install .
I have no idea why your mods are exploring non related directories.
I tried again . Moved out the /mods/1.7.10/New_Folder . Only the 3 required mods in the /mods/1.7.10/ , directory . Clean install .
I have no idea why your mods are exploring non related directories.
You still have extra files in your .minecraft/mods folder
Attempting to add C:\Users\ASUS\AppData\Roaming\.minecraft\mods\New folder\OptiFine_1.7.10_HD_U_E7.jar to the URL Class Path
Please make sure to remove any extraneous jar files from the mods folder, including any subdirectories.
Lets try pastebin , Looks like that original log is being cashed somewhere and your reading the same one . There are no mods or Optifine in the readable path
Lets try pastebin , Looks like that original log is being cashed somewhere and your reading the same one . There are no mods or Optifine in the readable path
this new crash report is a duplicate of https://github.com/FalsePattern/AnimFix/issues/2
Not possible . here is a screenshot of the Directory structure .
FIY, the mod recursively looks for jars inside the
.minecraft/mods
directory, NOT inside the.minecraft/mods/1.7.10
directory. Storing mods in.minecraft/mods/1.7.10
is non-standard and unsupported.
History of Forge . Prior to 1.13 , Paths searched are , .minecraft/mods/[version] . This is Legacy . With future versions , 1.13+ , it became a good practice to create instances , a game directory for each version . Forge versions up to 1.12.2 obey Legacy path structures or instances . You can ask here , some of the old timers will know .https://twitter.com/forgedevteam?lang=en
I looked a bit at your coding last night . It's really hacky and with all the code injection , its easy to break. I fixed triangulater . got it to work by compiling myself . I have not looked at the others yet