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. You need to post a link to the logs/debug.log so we can see the earlier error the werewolves mod is complaining about.
  2. Override add/readAdditionalSaveData()
  3. Why didn't you show the error? Your "something related to rendering" is probably because you haven't registered an EntityRenderer for your new Entity. This isn't the way you use the FallingBlockEntity anyway. You do: FallingBlockEntity.fall(...) Passing in parameters to identify the block you want to fall. See for example ScaffoldingBlock.tick() or one of the blocks that extends FallingBlock/Fallable.
  4. Issue with the illuminations mod. Check you have the latest version then contact the mod author.
  5. Sorry there is no launcher_log.txt for the server. 🙂 To see any unlogged/uncaught exception you will need to run the server from the command line or use whatever tools your hosting provider has to see the "console".
  6. There is no real error in that log, if it is the full log post a link to the launcher_log.txt directly after the crash. Or if you have a hs_err_pid file in the minecraft folder from the time of the crash post the first 20 lines, do not post the full file. You do have warnings from rubidium in that log. Rubidium is a client side mod not required on the server. If it was written properly it should completely disable itself on the server, but it doesn't.
  7. Install the latest optifine preview release for 1.18.2
  8. Install the latest preview release of optifine.
  9. This is crash in the java virtual machine, you need to contact microsoft or try a different java. Or maybe you have this problem? https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102
  10. If you are using something other than the mojang launcher, you need to ask them where their launcher log is. They might not even log the information needed? You should also check if you have a file beginning hs_err_pid in your minecraft folder from the time of the crash. If you do, just post the first 20 lines of that file.
  11. On the command line type: gradlew --stacktrace runclient this should show the error, given where it stops it is likely something broken in your mods.toml ?
  12. If those really are the full logs, post a link to your launcher_log.txt directly after the crash.
  13. There is no error in that log it just says the client disconnected. If the error is logged at all it will be on the client. Since you have the debug logging enabled it does list which mods are doing custom networking This should narrow your search a bit? You can also check the issue/bug report pages for these mods. References to FML are forge's networking handlers. So you can ignore those.
  14. There is no way to change the rendering for normal blocks individually (beyond major hacks to the game that would likely cause compatiblity problems). They are all really the same block, just drawn in different places on the screen.
  15. If you want to have a block that has custom data (who placed the block) and to change the rendering based on that data then you need a BlockEntity. https://forge.gemwire.uk/wiki/Block_Entities https://forge.gemwire.uk/wiki/Block_Entity_Renderer
  16. That doesn't look like the correct log. It shows an error where you have 5 missing mods. It's only in rare circumstances the debug.log will actually identify a mod with broken networking. The error normally occurs within netty (a networking library) which knows nothing about minecraft let alone mods.
  17. One of your mods has an invalid version string in its mods.toml The error message does not say which one. It is not one of the 4 builtin mods you get warnings about. Maybe this one? Since the version in the jar file name starts with a V. But that is just a guess.
  18. https://forums.minecraftforge.net/topic/119636-forge-1193-44048-installerjar-does-not-start-on-ubuntu-2204/#comment-524468
  19. Known issue: https://github.com/Asek3/Oculus/issues/257
  20. No. Whatever it is, just shows the same error that doesn't identify the mod. So far I haven't seen any clue to what mod could be causing it in anything you have posted. Like I said originally, you need to experiment with removing mods to find the problem mod (backup your world). Or start from scratch with a test world/server and add mods one-by-one or in small groups and test it. This will make it easier to identify which mod is causing the problem.,
  21. A lot of mods use mixin which doesn't support java 19. You need to install and use java 17 if you have any of those.
  22. Sorry this is the installer not the actual server. You need to pass the parameters on the command line if you can't start the gui. e.g. java -jar forge-xxx-installer.jar --installServer /folder/where/you/want/the/server
  23. You are trying to use the server gui in an environment that has no graphical device. See run.sh for the comment about the nogui parameter.
  24. Looks like your block doesn't have that block property. See for example RotatedPillarBlock.createBlockStateDefinition() To make a question answerable, you need to post all the relevant code (not just snippets out of context). Preferably on github.
  25. That is not the logs/debug.log What you show implies there is no obvious error on the server. It justs show the user logging in and then disconnecting.

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.