Jump to content

Recommended Posts

Posted
3 minutes ago, Luis_ST said:

Problem with Oh The Biomes You'll Go. Make sure you are using the latest version.
If the Mod is already up to date, report this bug to the Mod author.

I got a question, how do i figure out these errors, since i struggle alot to figure it out. what should i be looking for 

 

Posted

there are a lot of errors but this is the error:

Quote

Mixin apply failed byg.mixins.json:server.MixinMinecraftServer -> net.minecraft.server.MinecraftServer: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field field_240767_f_ was not located in the target class net.minecraft.server.MinecraftServer. Using refmap byg.refmap.json org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field field_240767_f_ was not located in the target class net.minecraft.server.MinecraftServer. Using refmap byg.refmap.json

this is the indicate for Oh The Biomes You'll Go:

Quote

Using refmap byg.refmap.json

 

Posted
35 minutes ago, ixRaiin said:

I got a question, how do i figure out these errors, since i struggle alot to figure it out. what should i be looking for 

i wish more people had your enthusiasm.
though, i doubt a non-programmer can just read about call stacks in 2min and be done.

see those indented rows? that's what was happening when things crashed. topmost row is what crashed (not always the answer you need, but often enough). row below it is what called the thing that crashed. and row below it is what called the thing that called the thing that crashed...

there's more to it, but you don't need it and i don't want to type all night...

anyway - if the crash is in mod code, you try to recognize the mod from the namespace (thing on the left, separated with dots). if crash is in mojang's code, you may not be able to tell and need to resort to binary search (remove half the mods and try). in this case, we don't have a namespace (it wasn't mod's code) but luckily the message mentions "byg" as a mod code.

Posted
2 minutes ago, MFMods said:

i wish more people had your enthusiasm.
though, i doubt a non-programmer can just read about call stacks in 2min and be done.

see those indented rows? that's what was happening when things crashed. topmost row is what crashed (not always the answer you need, but often enough). row below it is what called the thing that crashed. and row below it is what called the thing that called the thing that crashed...

there's more to it, but you don't need it and i don't want to type all night...

anyway - if the crash is in mod code, you try to recognize the mod from the namespace (thing on the left, separated with dots). if crash is in mojang's code, you may not be able to tell and need to resort to binary search (remove half the mods and try). in this case, we don't have a namespace (it wasn't mod's code) but luckily the message mentions "byg" as a mod code.

The thing is im new but i occasionally code in python and I wana code but i wana learn to read these codes figure out these errors myself

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.