Jump 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.

Daltax

Members
  • Joined

  • Last visited

Everything posted by Daltax

  1. crashes without the mod too... doesn't crash with a brand new world and no mods. The issue has to be the mod that prevents me from loading AND creating single player worlds and from creating modded worlds from the server. so far, I've on,ly been able to load the server after generating it with no mods, then loading it with the mods.
  2. should I remove that mod ?
  3. I only have server utilites from that author, nothing else
  4. the server froze I guess... I don't find any mod named elrolutilities ? whether it is on my mods list or on the net ? I also have no idea how to run it with powerhsell. it doesn't even say "open with" when I right click on "run.bat"... I shut down the console by closing it after the videos, nothing was done before. also about that link... you are right, that happens. but that was not the case for my crash. look at the top left in the second video, it doesn't say "select". it simply crash and froze sadly
  5. I did and recorded everything. Also I used the screenshot to show you which console I'm using, not to show something specific inside anyways, here are the videos containing the crash moment (where the ice stops making sounds) and the console being "paused" : (I also typed "stop in the console after ending the video but nothing happened) https://streamable.com/lndpvp https://streamable.com/rvo7lw Here are the logs in a gist : https://gist.github.com/Daltaxy/b27012850860f7eb8b46bfa9fafde122 there are 3 of them in the link
  6. I will try again. and no. I know every time before the server starts I click on <enter> a few times. This way, the console types "Unknown or incomplete command", and I know the serverhas started. Now after the game crashed, a few minutes in, whatever I typed did not do anything. Also, I use this console, the basic run.bat one, with nogui. I don't even know if there are other ways to run one. https://prnt.sc/fFa4lz58UyfU
  7. yes. I could play, but no chunks would load, I could see under the loaded map if I went out of bounds and eventually fall in the void. And for the server, in the console, whatever I typed, it did not count. any command + <enter> would just get me back to the next line without any response from the server. I had to close the console/cmd window to turn it off. that sounds like a server crash ? caused by the client (me), precisely because of a mod. Which one is more likely to have caused this issue ? here is the client latest.log. I do not have the debug.log for the client as I use GDLauncher and it's a mess to get it https://paste.ee/p/r9rTS
  8. latest.log : https://paste.ee/p/eGNy0
  9. Hello. My 1.19.2 server crashes within 5 minutes of playing each time. The reason seems to change every time, but this couldn't be due to multiple mods, right ? This time, all I can say is that right before the crash, I jumped on "Thin Ice" from the mod Ecologics. the ice broke and made a sound. Right after that, I continued jumping on other thin ice blocks but none of them made the sound. I tried breaking a block to see if it would drop to confirm it crashed : it did. debug.log : https://paste.ee/p/ynPNr could anyone help me find the mod in cause so I can remove it ? thank you
  10. It was Inventory Profiles Next, in "Locked Slots" -> Pick items directly in the inventory : false
  11. Hello. I recently started my minecraft server but something very annoying has been happening. Every time I pick an item up, it transfers to my inventory, and doesn't pop in the hotbar. This is unbearable for me. I looked through many configs and did not find the mod that was causing this. Does anyone have an idea which mods do that ? I have a video showing all of my mods (don't mind the disabled ones of course) : https://streamable.com/6egyqo But there are many mods so if you could just remind me of the few mods you know that do that ? This way I can either remove the mod or disable it. Thank you.
  12. IT WAS HEXEREI THANK YOU SO MUCH https://prnt.sc/PkP6FIy3dPdy
  13. I do have Hexerei. I'll try without.
  14. alright... here I go. I will update once I find the mod that caused problems.
  15. oh my god... Should I focus on the mods that add the most recipes ? Like Delightful, The Veggie Way, etc ? are they more likely to have the bug ?
  16. alright thank you for that
  17. I simply noticed that when I use the "say" command to use the console to speak in the server, it says "Not Secure". That wasn't there in 1.19 Maybe it's the new chat system, yeah.
  18. sure, here is the debug.log after I tried joining : https://paste.ee/p/5SgNK FYI, I only joined once
  19. This is what I get now : https://prnt.sc/d1th6llzSzZQ (nvm look at next) Also, any idea why it says this "Not Secure" thing in the server ? How do I fix it ? https://prnt.sc/82Zy59IPLwWD I'm sure they are linked Now it says this https://prnt.sc/A2CrZi2gkwAy (nvm too) --->but yeah the issue remains the same because we can see the same error in the server : https://prnt.sc/b5RRrXeij7js Anyways, here is the debug.log if that worked : (oh my god it is 157 MB I think I'll have to disable that later) Sorry for the delay by the way, my internet is garbage and it took a while to upload. https://mega.nz/file/QE5UjayA#vnospuyMyOm9Li_r9BDq_1KHPhXv5JlNYss4_qmBOV8 So two issues. Do you know how to fix the "Not Secure" thing ? and 2, with the debug log, can you say anything ?
  20. alright, booting minecraft up after having done that. also, I found this, but I do not have eccentric tome enabled. however, I might have config/key linked to that mod because I used it in previous updates. could that be the issue ? https://forums.minecraftforge.net/topic/111203-crash-on-joining-server-because-p_130086_-is-null/
  21. <?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="SysOut" target="SYSTEM_OUT"> <LegacyXMLLayout /> </Console> <RollingRandomAccessFile name="File" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz"> <PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level]: %msg{nolookups}%n" /> <Policies> <TimeBasedTriggeringPolicy /> <OnStartupTriggeringPolicy /> </Policies> </RollingRandomAccessFile> </Appenders> <Loggers> <Root level="info"> <filters> <MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" /> </filters> <AppenderRef ref="SysOut"/> <AppenderRef ref="File"/> </Root> </Loggers> </Configuration> That's what it says
  22. I don't know how to get the debug log with this...
  23. I don't think your jvm argument changed anything sadly... Here is everything I can include : Latest.log : https://paste.ee/p/54Rb5 Log with the jvm argument : https://paste.ee/p/j8Aov
  24. Hello. I would like to know the reason of this crash when I join my 1.19.2 server. The server itself runs fine. debug log : https://paste.ee/p/NvsdA edit : here is the error in minecraft : https://prnt.sc/o2H6C36ghwVS thank you!
  25. indeed. The issue now is InventorySorter not loading correctly : crash. Reported it to the github.

Important Information

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

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.