Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. * That error report and command line shows you using the minecraft vanilla server not forge * It also shows you trying to use java 17 when minecraft/forge 1.12.2 only works with java 8 * minecraft/forge 1.12.2 is no longer supported in these forums https://forums.minecraftforge.net/topic/91712-supported-version-directory/
  2. As I said above, you need to talk to nvidia about crashes in their driver. All I can see is minecraft doing an opengl call:
  3. That is information collected by java from the operating system. You would need to ask your java vendor. In your case microsoft, the link is in the crash report: http:// https://github.com/microsoft/openjdk/issues
  4. You need to enable debug for the client and add the following to its java arguments so we can see the full stacktrace of that NPE error. -Dforge.logging.mojang.level=debug
  5. Looks like an issue with optifine? If you are using their latest 1.19.4 preview release, you need to contact them.
  6. Now it says you are trying to load a world that was created with custom mod dimensions, but you no longer have those mods installed. i.e. hem and beyond_earth
  7. No idea. All I can tell you is what errors appear in the logs you posted. You should report the issue to multicraft or the BetterMC modpack developers. Maybe they know?
  8. Issue with quark, check you have the latest version, etc.
  9. It starts at line 2080 in that file you uploaded. If you are having difficulty with the byg config, I suggest you contact the byg mod authors. Usually if you have a broken config file, you can delete it and the mod will recreate with default values.
  10. Looks like a conflict between the pluto mod and immersive portals. Check you have the latest versions of these mods then contact the mod authors.
  11. BTW: The last thing in the logs for the server you posted is this: Which suggests you have a mod trying to load client classes on the server. Just above it I can see you have rubidium installed which is a client side only mod you don't need on the server. You likely have others?
  12. Please don't post logs in the forums, use a file upload site. Trying to use search in the forums is impossible, especially when there are multiple logs. The log(s) you just posted all finish at 10:09:40. They don't show the original error you posted which was at 10:46:14 I would guess you are looking in the wrong place for the logs? Your original error shows minecraft installed in /custom_forge while the logs show it is in /home/admin1/multicraft/servers/server577/
  13. Issue with journeymap. Check you have the latest version then contact the mod author.
  14. Issue with the darkerdepths mod. Check you have the latest version then contact the mod author.
  15. It is you that needs to supply more information. Like the debug.log so we can see the error. Likely you only installed a mod on the server and not the client. That usually won't work.
  16. That error message says the file that got downloaded is not the file it expected. The file hash does not match. This usually means either; * The file didn't download properly, so try downloading it again * You have been using a hacked version of minecraft so you are not connecting to mojang's website to download the files (pirated minecraft is not supported in this forum).
  17. You are trying to use optifine for 1.16.5 with minecraft 1.19.3?
  18. Some problems with your byg config files: e.g. one is You probably uninstalled immersiveenginnering and now the config is invalid? Look at the error message for a complete list of problems.
  19. The MDK is an archive not a program. You unzip it. Or use jar -xf file-name which is the same thing as unzipping.
  20. Only providing snippets of code out of context and no error message means you are unlikely to get help. And directly registering features hasn't been the correct thing to do since at least minecraft 1.18.1
  21. Add some debug for the results of your Block.asItem() calls. I bet at least one of the is "minecraft:air", i.e. not registered/found so its count will be zero. I would also guess that your ITEMS.getValues() contains those BlockItems anyway. Otherwise how are they are registered? So the Block part is duplicate work.
  22. That debug.log is from 30 minutes before your crash: 10:46:14 (crash) vs 10:09:40 (debug.log)
  23. The modern way to register CreativeModeTabs is: https://github.com/MinecraftForge/MinecraftForge/blob/f03adc840e031b0c772e07ddda4ab910e367469a/src/main/java/net/minecraftforge/event/CreativeModeTabEvent.java#L56 e.g. from the forge tests https://github.com/MinecraftForge/MinecraftForge/blob/44c689f1712fcfb7ccb13262d1c02f0a880055be/src/test/java/net/minecraftforge/debug/CreativeModeTabTest.java
  24. Posting code snippets out of context and not showing the error isn't going to get you much help. We have no psychic powers.
  25. You are trying to use the 1.19.4 version of appleskin with minecraft 1.19.2 That isn't going to work well.

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.