Everything posted by warjort
-
Need some help understanding error.
Check you have the latest version then contact the mod author.
-
[1.18.2] Player.hurt() doesn't work
Please don't post on other people's threads unless you are helping the original poster. And if you don't show all relevant code to reproduce your problem (preferably on github) we can't help. We have no psychic powers. But maybe you want to look at CompassItem.inventoryTick() and its use of isClientSide ? Don't try to continue the conversation here, start your own thread.
-
Forge server wont work
Note: This is not the part you added to the beginning of the last line of the run.bat That does not contain a , after Program or a - You need to find where you are passing this.
-
Forge server wont work
Can you please stop posting files in the forums and upload them to a file sharing site. That error message says you are passing the java location as a parameter to minecraft. i.e. in the "%*" part of the run.bat You need to explain how you are running the run.bat, i.e. what parameters you are passing to it. And upload your full modified run.bat and user_jvm_args.txt to a file sharing site.
-
Can't create world due to failure to load data packs
Check you have the latest versions of these mods then contact the mod authors.
-
Need some help understanding error.
Post a link to the logs/debug.log
-
Forge server don't work
If that's not it, you need somebody who can help you understand why the server can't bind to the ip address on that port.
-
Forge server wont work
https://forums.minecraftforge.net/topic/123572-server-wont-launch-all-the-mods-8-error-message-below/?do=findComment&comment=537079 And we can't help you if you don't post the log when using java 17 - "it does not work" is not a useful bug report.
-
exit code 1 forge 1.19.2 1.19.3 1.19.4
pirated launchers are not supported here.
-
Forge server don't work
Post a link to your logs/debug.log But this doesn't sound like a Forge/Minecraft issue. It sounds like the server can't bind to that ip address for some reason, this is a networking issue. You should contact Hamachi.
-
Need help with dedicated server
The issue is the contents of the files not the names. And that the logs are for different times, so not the same login attempt. Only the launcher_log.txt shows the client connecting to the server and that log never shows debug information. But I don't think the debug.log will give any new information in this case. It looks like one of your mods is just *silently* breaking the network buffer. curseforge lets you download "server packs" if the mod pack author uploaded one but it doesn't let you create or run them.
-
somethings missing on my minecraft log but i can't understand
Post a link to your launcher_log.txt from directly after the crash - see my footer for how to find it with curseforge. Don't post logs in the forum, use a file sharing site.
-
Forge server wont work
Use java 17
-
help
That is a mod for minecraft 1.19.2, you have 1.19.4
-
Everytime I try to load a world a it says "server sent an invalid packet" I am on 1.19.2
Use the correct version of optifine for your version of forge - see their download page.
-
Minecraft Forge 1.19.2 Server Error - "zip END header not found"
That error says one of your jars is corrupt/incomplete. It does not say which one. Try running the following command on each mod jar jar -tf mod.jar That should list the contents of the jar if it is ok or give you the same error if it is broken. "unzip -t" can also be used to test the contents of a zip/jar. Failing that, maybe it is an issue with your native library, like this issue from about a year ago? https://github.com/madler/zlib/issues/613
-
Error Code 1 When Starting Minecraft
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
-
Need help with dedicated server
I don't know what logs you posted. They look all over the place in terms of contents and times. But I did find this in what looks like your launcher_log.txt There are 2 errors there. The first says something is breaking the networking, but does not say what. All it says it has detected the network buffer is not empty when it should be. The second is the OutOfMemoryError you mentioned before. At this point, I've exhausted where I can look to find the problem. It's not giving any indication as to a possible cause beyond that memory error. It's likely the only way you will find the problem mod is by experimenting with removing mods until you find the one that makes the problem go away. Backup your world before removing mods.
-
Forge 1.19.2 "Exit Code 1" when opened
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
-
Custom TNT - Cannot Resolve Constructor
From what I understand (I didn't look that closely) the original code was correct except it lacked the usual type parameter needed for the builder? This is because the compiler can't infer the type in that code so you have to tell it. Something like this untested code: But note the subtile of this forum. If you are posting compiler errors, you are in the wrong place. You really want a learning java forum.
-
Help! Players and entities in my Minecraft Server keep becoming invincible!
There's no error in that log except some periodioc warnings about 5 second server thread ticks. They should take 0.05 seconds. You can use a mod like: https://www.curseforge.com/minecraft/mc-mods/spark to look for what is causing lag. Read their wiki/docs to figure out how to use it.
-
Error Code 1 When Starting Minecraft
No log = no help
-
1.19.2 modpack server
- Need help with dedicated server
The normal logs/debug.log. Put it on a file sharing site. Also check you have done it correctly by looking for that error you see in the client log.- [SOLVED] [1.18.2] level.explode() doesn't trigger block updates (+correct method to "launch" player?)
The wiki is here: https://forge.gemwire.uk/wiki/Main_Page which has a section on sides. But the api you are using isnt forge, its vanilla minecraft. Don't expect that to be documented. You need to learn it by looking at vanilla code or at other mods. - Need help with dedicated server
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.