Jump to content

warjort

Members
  • Posts

    5420
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by warjort

  1. @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.
  2. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
  3. 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.
  4. Upgrade your java
  5. https://forums.minecraftforge.net/topic/119273-cant-download-forge-it-says-error/?do=findComment&comment=523804
  6. 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.
  7. 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
  8. One of your mod files is broken. The error does not say which one. Probably it didn't download properly.
  9. Contact the mod authors.
  10. 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
  11. 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:
  12. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
  13. That file is private.
  14. If you don't post your logs/debug.log we can't help you. That file should say where the mod is located. I can tell from searching github that flightlib is part of the create jetpack mod: https://github.com/PssbleTrngle/FlightLib But you might have it from some other source?
  15. https://johann.loefflmann.net/en/software/jarfix/index.html
  16. You cannot - except maybe if you make your own "LiquidBlock". See LiquidBlock.placeBlock() which schedules Fluid.tick()s to cause spreading whenever you setBlock().
  17. https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537530
  18. https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820 That warning is irrelevant. Language providers don't need a mods.toml
  19. 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?
  20. https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
  21. 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.
  22. 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.
×
×
  • Create New...

Important Information

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