Jump to content

Recommended Posts

Posted

Hi everyone, i hope you can help me. I have problem where i cant open newer versions of forge i tried multiple versions like. 1.18.2, 1.16.5, 1.14.4. I didnt play minecraft for longer time but i always play at 1.12.2 which is going fine everything under 1.12 is running good but above 1.12 is not working. I using original minecraft launcher and it always only shows code error 1. I dont know how to get or copy log of launching. So after i get to know it i will update the log.

- Also i always tried it without mods (just forge)

- Origin MC works for that versions

- Sorry for my english

Posted

Logs are in <game_directory>/logs for latest.log and debug.log, and <game_directory>/crash-reports for crash reports.

I'm not good at modding, but at least I can read a crash report (well enough). That's something, right?

Posted
2 minutes ago, SilverSk said:

[22feb2023 20:18:30.382] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:

Mod ID: 'geckolib3', Requested by: 'graveyard', Expected range: '[3.0.53,)', Actual version: '[MISSING]'

Mod ID: 'geckolib3', Requested by: 'duneons', Expected range: '[0,)', Actual version: '[MISSING]'

Mod ID: 'architectury', Requested by: 'identity', Expected range: '[2.3.23,)', Actual version: '[MISSING]'

Mod ID: 'architectury', Requested by: 'mca', Expected range: '[4.1.32,)', Actual version: '[MISSING]'

Mod ID: 'libraryferret', Requested by: 'medievalentity', Expected range: '[3.0.0,)', Actual version: '[MISSING]'

From what I can tell, you seem to be missing some dependencies. It is also worth noting that mods that worked in 1.12.2 or prior won't work in 1.13+ due to massive code rewrite of Minecraft.

 

6 minutes ago, SilverSk said:

Also for some reason crash report wasnt there

When the game crashes prematurely, it won't leave a crash report because that code hasn't been loaded yet.

I'm not good at modding, but at least I can read a crash report (well enough). That's something, right?

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'm making a custom modpack to play with my brothers on a LAN world and have them download the exact same modpack. When I load into the world the first thing I notice is extreme block update and entity lag. Here's the curseforge modpack profile code: x-Ks0X75 Here's the link to the spark profile I ran for a bit: https://spark.lucko.me/8DGqRZRYel Could someone let me know which mod(s) are causing the issue? Seems like one or more datapacks are looping a function. I'd also really appreciate tips on the performance mods I'm using and if there are any conflicts/redundancies. Mod suggestions are also more than welcome for performance. How does LAN hosting compare to server hosting in a performance sense?
    • Make a test just with  java -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause If there is no change, directly set the java path in your script 1.20.1 requires Java 17 Download and install this version: https://www.azul.com/downloads/?version=java-17-lts&os=windows&architecture=x86-64-bit&package=jdk#zulu Then update the script to: "C:\Program Files\Zulu\zulu-17\bin\javaw.exe" -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause  
    • @echo off REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM  pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause  
    • Did you build some stuff with Nosiphus Furniture Mod (nfm)? Looks like the beige variants of some furniture causing issues   Backup the world and make a test without nfm
    • https://pastebin.com/mgJCNzAC @TileEntity THE GOAT! that's the log once I load into a world before that everything is fine if you want the whole log just say so (I might need to use google drive though)
×
×
  • Create New...

Important Information

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