Everything posted by warjort
-
My server crashes on load
[09:52:57] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/YourMother/Desktop/modded/nstallserver/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER Exception in thread "main" java.io.UncheckedIOException: java.util.zip.ZipException: zip END header not found at [email protected]/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:59) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at [email protected]/cpw.mods.niofs.union.UnionFileSystem.<init>(UnionFileSystem.java:52) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystemInternal(UnionFileSystemProvider.java:115) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystem(UnionFileSystemProvider.java:105) at [email protected]/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:75) at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:58) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator.createMod(AbstractModLocator.java:35) Looks like one of your mods wasn't downloaded correctly. The jar file is truncated/incomplete. Unfortunately, the error message doesn't say which one.
-
Ragnamod VI incomplete set of tags received from server
https://forums.minecraftforge.net/topic/91712-supported-version-directory/
-
Mouse sensitivity altering
If this is a user question: options -> controls -> mouse settings -> mouse sensitivity If this is a modding question: Minecraft.getInstance().options.sensitivity().set(.25d); NOTE: The real value is stored between 0.0 and 1.0, but displayed on screen as 0% to 200% so 0.25 = 50%
-
keep getting "java.lang.IllegalStateException: Registry is already frozen" when trying to use custom mod pack
For curseforge you need to enable the forge debug log in the minecraft settings.
-
keep getting "java.lang.IllegalStateException: Registry is already frozen" when trying to use custom mod pack
createdeco-1.2.9-1.18.2.jar |Create Deco |createdeco |1.2.9-1.18.2 |ERROR |Manifest: NOSIGNATURE Your problem is likely caused by createdeco not being up-to-date with the latest changes to create. https://www.curseforge.com/minecraft/mc-mods/create-deco?comment=128 But you will need to post a link to your logs/debug.log if you want us to confirm/find the real problem.
-
Continue To Get: ERR_TOO_MANY_REDIRECTS When Attempting Install
The real solution is to fix your browser, e.g. clear your cookies/cache to remove broken information or uninstall/update broken browser plugins. But, on the download page click "show all versions". Next to the installer you want to download there is an "i" where you can see a direct download link.
-
Adding entry to enum
Isn't this just a case of returning OTHER_PROBLEM (which doesn't display a message)? But before you do that use player.displayClientMessage() to display whatever message you want.
-
Game crashes when loading or creating save
Download the latest optifine 1.18.2 preview. https://github.com/sp614x/optifine/issues/7009#issuecomment-1228057896
-
1.19.2 Mixin was not found in any of the following sources
That's what I said. I answered it because the problem is really a gradle (repository config) issue rather anything mixin specific.
-
1.19.2 Mixin was not found in any of the following sources
This is like walking into a shoe repair shop and asking if they can fix your glasses. 🙂 These are the forge support forums, not mixin. Anyway, you appear to be missing the sponge/mixin maven from your repository configuration: - Plugin Repositories (could not resolve plugin artifact 'org.spongepowered.mixin:org.spongepowered.mixin.gradle.plugin:0.7.+') Searched in the following repositories: Gradle Central Plugin Repository maven(https://maven.minecraftforge.net/) e.g. https://github.com/VazkiiMods/Botania/blob/eae067be2c5df0cf89c4e978c3fa2c693580a120/Forge/build.gradle#L5
-
(1.19.1) Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(27) + len
And do it on your own thread.
-
(1.19.1) Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(27) + len
The output of the logs will change. Please post the new logs.
-
Exception ticking world
No Magma is a fork of Forge. Forge doesn't have the patch that is in play here: https://git.magmafoundation.org/magmafoundation/Magma-1-18-x/-/blob/1.18.x/patches/minecraft/net/minecraft/world/level/block/grower/AbstractTreeGrower.java.patch#L24
-
I can't run minecraft 1.19.2; it crashes and i don't know how fix it.
Other people have the same issue as you with Smart Farmers: https://www.curseforge.com/minecraft/mc-mods/smarter-farmers-farmers-replant/issues/9 You don't have the latest version of moonlight: https://www.curseforge.com/minecraft/mc-mods/selene/files/all?filter-game-version=2020709689%3A7498 But Smart Farmers hasn't been updated since June. https://www.curseforge.com/minecraft/mc-mods/smarter-farmers-farmers-replant/files You need to talk to the mod author.
-
Exception ticking world
This isn't forge.
-
Reset all player stat when servers start
Correct. It was also frustration at having to "spoon feed" every single line of code to the original poster. I am not sure how much of this feature they have actually written for themselves. 🙂
-
1.18.2 server keeps crashing
Sorry, but it's up to you manage your mods and read their documentation. If you can't do this yourself, use a modpack where somebody has already done this for you. This is the forge support forum. As a service we can you point to which mod causes a problem, but ultimately it's the mod author that must help you.
-
1.18.2 server keeps crashing
Scratch that, it is rubidium not createdeco. It's the same problem, but you don't need that on the server. So you can remove it along with its other related client side only mods like oculus.
-
1.18.2 server keeps crashing
This is a bug with createdeco trying to load client classes on the server. Contact the mod author. Although, I believe createdeco is not up-to-date with recent changes to create anyway: https://www.curseforge.com/minecraft/mc-mods/create-deco#c128
-
Reset all player stat when servers start
Is that a serious question? Did you even look at that class?
-
is forge installer meant to come up with this if not what do i do
It's not sketchy. Another way you could solve the issue is to uninstall your java and reinstall it. This assumes your java installer actually adds the file association for .jar files.
-
is forge installer meant to come up with this if not what do i do
https://johann.loefflmann.net/en/software/jarfix/index.html
-
Reset all player stat when servers start
No, you don't create the player, that will cause all kinds of issues. You update the ServerStatsCounter directly. e.g. the equivalent of your player.resetStat(stat) is stats.setValue(null, stat, 0); Although setValue() takes a player as the first parameter, you can see in the code it doesn't actually use it. So you can pass "null". The idea of using the ServerStatsCounter to update the value is so you don't have worry about the correct handling of the json format.
-
I can't run minecraft 1.19.2; it crashes and i don't know how fix it.
Your original problem is MultiMinecraft2 telling forge to use files that don't exist. Looks like a download problem with that launcher, you will need to contact them about this.
-
[1.8.9] gradlew setupDecompWorkspace fails with ":decompileMc"
You can if you really want to, but you won't get support in these forums.
IPS spam blocked by CleanTalk.