warjort
Members-
Posts
5420 -
Joined
-
Last visited
-
Days Won
175
Everything posted by warjort
-
@DavidTMYou need to start your own thread and post the logs. Error code 1 is a very general error, it just means the launcher doesn't know the cause.
-
https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
-
[1.19.2] Quark has failed to load correctly.
warjort replied to Bammcool's topic in Support & Bug Reports
If you know the problem is with quark, you should contact the mod author. The issue appears to be this recent change: https://github.com/VazkiiMods/Quark/commit/1983ff42603cd822a763a37dd75c9d0105095f2c the author probably meant to use the google Lists class instead of the similar apache Lists class? The latter doesn't exist on the server. -
Upgrade your java
-
https://forums.minecraftforge.net/topic/119273-cant-download-forge-it-says-error/?do=findComment&comment=523804
-
This is a launcher issue, not forge. https://bugs.mojang.com/browse/MCL-20622 i.e. your disk is full or some other issue with that file (maybe permissions?) means it cannot open/replace it See the linked https://bugs.mojang.com/browse/MCL-11722 for possible solutions But 1.16.5 is no longer supported in this forum. https://forums.minecraftforge.net/topic/91712-supported-version-directory/ So you will need to find a general minecraft help forum if you want further help with this launcher issue.
-
Maybe? https://forums.minecraftforge.net/topic/123829-a-solution-to-failed-to-log-in-the-authentication-servers-are-currently-not-reachable-please-try-again/#comment-537860
-
Contact the mod authors.
-
-
-
You need to post the logs/debug.log It's hard to help or give correct answers when we don't have all the information. That looks like some issue with the visuality mod
-
The error doesn't say which mod is causing the problem. But it's almost certainly one of the mods you updated. Here's the most likely ones from the error message:
-
Minecraft 1.19+ immediate crash. Exit code 1
warjort replied to deadskull256's topic in Modder Support
https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530 -
That file is private.
-
https://johann.loefflmann.net/en/software/jarfix/index.html
-
You cannot - except maybe if you make your own "LiquidBlock". See LiquidBlock.placeBlock() which schedules Fluid.tick()s to cause spreading whenever you setBlock().
-
https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
-
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820 That warning is irrelevant. Language providers don't need a mods.toml
-
It doesn't identify what is causing the problem. You will need to ask microsoft using that issues link for help. Or you could try using a different java, e.g. https://adoptium.net/ even if it doesn't fix the problem, it might give you a better error message?
-
-
https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
-
Something is crashing in native code. It is hard to read what the problem is from that log. Can you post the first 20 lines from this file (enough to see where it says problematic frame): Don't post the full file.
-
Don't exaroton provide a way to see the console after the game crashes? The thing you keep posting is the log. The log is not the console. Though the console will show some parts of the log. As I have said many times already, your problem is something is crashing the game without logging the error. The only way you can see the error is by looking at the console. As I said, I suggest you install the server on your local PC. Then start it from the command line using run.bat That should show the error crashing the game. I can only repeat myself so many times. If you don't understand what I am saying, ask a friend who knows computers for help.