Everything posted by Luis_ST
-
Forge Installer not opening
Make sure you have java installed. Run the installer via CMD and post full output here. CMD command, replace the <installer_name> with the file name of the installer java -Xmx1G -jar <installer_name>.jar Note: You need to execute this command in the directory of the installer
-
[1.8.9] gradlew setupDecompWorkspace fails with ":decompileMc"
You still can create Mods on this version but we wont help you if you have issue/questions with those versions.
-
Crash when using Forge 1.18.2
Problem with Valhelsia Core. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
-
Reset all player stat when servers start
You should use the Forge Bot on the Forge Discord server. Command: !moj <class_name>.<field_name> <version> // The version is optional if you use the latest version (currently 1.19.2) Use the command in #bot-commands channel
-
Capability not syncing
Forge 43.1.1 or above (which is the case here) adds support for the @AutoRegisterCapability annotation which should be used. LazyOptional#ifPresent should only be used if the Capability is written to be not always preset.
-
1.18.2 All the Mods 7 Error
Drag and drop the log file on https://gist.github.com/ then click on Create secret gist and post the link here.
-
internal exception io.netty.handler.codec.decoderexception.unknown serializer type 19
Please add -Dforge.logging.mojang.level=debug to the JVM arguments of your Launcher. Launch the game and produce the error, then post debug.log (client) from the logs folder. Please also provide the server debug.log.
-
Forge 1.19.2 crashes before startup
Please post launcher_log.txt.
-
My friend is falling through world on multiplayer server and then disconnecting.
Your friend should make sure his internet connection is working properly. Please post debug.log from the server and the disconnecting client.
-
Data Packs Not Working
Please post debug.log from the logs folder.
-
(1.19.1) Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(27) + len
@AthensguyPlease add -Dforge.logging.mojang.level=debug to the JVM arguments of your Launcher. Launch the game and produce the error, then post updated debug.log.
-
(1.19.1) Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(27) + len
Please add -Dforge.logging.mojang.level=debug to the JVM arguments of your Launcher. Launch the game and produce the error, then post debug.log from the logs folder in your own thread (create your own thread).
-
Reset all player stat when servers start
Subscribe to ServerTickEvent, in the Event you need to check the Time, you can get it from LocalTime#now. Then check if the hour is 0 and if the second is 0, if this is the case clear the banned Players. Note 1: Checking the second could lead problems if the server is laggy. Note 2: You should not forget to reset the played time of all Players.
-
Reset all player stat when servers start
There are no Players on there server in ServerStartedEvent. You should reset the Stat in EntityJoinLevelEvent PlayerLoggedInEvent (might be the better Event).
-
Build gradle error
I assumed that you are using a new mdk, sorry for that. Did you tried to re-import the Project? Refreshed Gradle? Regenerate the run configs?
-
Build gradle error
You need to first setup the Project before you can import it into your IDE.
-
Build gradle error
Please also provide the settings.gradle. How did you setup your Project?
-
Build gradle error
Please post your build.gradle file.
-
How to stop rendering entities in Forge
Subscribe to RenderLivingEvent.Pre and cancel it, if you want that the LivingEntity should not be rendered This is good way to start: https://forge.gemwire.uk/wiki/Main_Page
-
game crashed error code 1
You can use https://gist.github.com/ to upload larger text files.
-
How to get the name of an Item that an Anvil changed it to.
Vanilla Menus are hardcoded, they can only be open on a specific Block. You need to create your own Menu to achieve this.
-
Minecraft crashing on startup (1.18.2) (exit code -1)
One of your mods requires AutoRegLib. Unfortunately the mod does not properly indicate this dependency, so the mod simply crashes instead of Forge showing a helpful error message.
-
game crashed error code 1
Depends on your launcher but normally in the logs folder of your game directory. If you using CurseForge you need to enable the debug.log in the settings.
-
How to get the name of an Item that an Anvil changed it to.
Subscribe to AnvilUpdateEvent you then can get the name via AnvilUpdateEvent#getName
-
My minecraft is crashing with 1.19.2
The log you post does not indicate a crash, it also does not looks like the full log. You can use https://gist.github.com/ to upload larger text files. Check if there are updated versions
IPS spam blocked by CleanTalk.