Java
-
Search
-
Search all Forums
-
Search this Forum
-
Search this Thread
-
-
Tools
-
Jump to Forum
-
-
#1
Mar 4, 2021
I made myself a server using forge, and so far we only have 5 mods in the server. my friend downloaded all 5 correctly, and for some reason it said this.
Please do tell me whats wronge.
-
#3
Mar 5, 2021
im sorry but i have no clue what you just said
-
#4
Mar 5, 2021
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
Press Windows-Key + R
Type:
%appdata%/.minecraft/logs/
Open the latest.log and copy all lines
Paste it at paste.ubuntu.com — click on paste
and add the link to it here
space
-
-
#5
Mar 5, 2021
alright, i’m guessing this is what you wanted.
not rlly sure what’s wrong. me and my friend have tried everything to get him into the server, so once you find the solution please tell me what was wrong.
-
#6
Mar 5, 2021
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
Add the log directly after that issue
Is there a crash-report (crash-reports-folder) or a fml-client-latest.log (logs-folder)?
If yes, add these, too
space
-
-
#7
Mar 5, 2021
What do you mean by «add the log directly after that issue»?
-
#9
Mar 5, 2021
so apparently i was looking at the wrong thing and had to scroll all the way down and found a text file called «latest.log» if thats what you’re looking for.
https://paste.ubuntu.com/p/RCSk5PJv7N/
-
#11
Mar 5, 2021
Remember that the issue isnt with me, but with my friend. he cant join the server even though he has every mod required, and my other friend in the server plays with DynamicSurroundings and he can play normally on the server, its just some other friend that has the issue. Not me
-
#13
Mar 5, 2021
i’ll do it as soon as he gets online.
-
#15
Mar 6, 2021
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
Looks like there are no mods loaded — does he have the mods in the right directory? Or does it work in Singleplayer?
space
-
-
#16
Mar 7, 2021
we went into minecraft, he went to mods, clicked open mods folder and all of his mods were there. and it worked for him in singleplayer.
-
#19
Mar 8, 2021
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
[forge:split] rejected their server side version number during listping 'forge:split' : Version test of 'ABSENT ?' from server : REJECTED
I think he will need another Forge version
He is using 1.16.5-forge-36.0.46space
-
- To post a comment, please login.
Posts Quoted:
Reply
Clear All Quotes
When running or updating a modded Forge server, you can sometimes run into issues with mods or configs being different between the server and the client. While your server can sometimes automatically fix this issue, mainly in the case of configs being different, this can lead to players being unable to connect to the server. You can fix this issue by manually re-synchronising the mods and configurations on your server with the ones on your client, ensuring that they are the same.
- Stop your server. You can do this by clicking the Stop button at the top of the main panel page or at the top of your server’s console.
- As you will be deleting server files in order to update them, it is highly advisable to create a backup of your server prior to making any file edits. You can read our guide on how to do this here: How to Manually Backup Your Minecraft Server
- Connect to your server’s FTP. This can be done either using the web FTP accessible via the server panel, or by using an FTP client such as FileZilla. We suggest using an FTP client for this, as it makes uploading multiple files much easier (click here to read our FileZilla tutorial)
- Delete both the mods and config folders from your server. These are the two main folders that can lead to mods being mismatched; configs for mods also need to be synchronised for connections to be successful.
- Locate the modpack install folder for the modpack you are using. If you are using a modpack provided by an external launcher, you will be able to find the install folder according to this guide: How to Locate Your Minecraft Modpack Folder
If you are using a self-made modpack that you installed manually, this will be in the .minecraft folder wherever you installed the game. This varies per operating system and install, but should look something like this depending on your platform:
- Windows:
%AppData%/.minecraft
orC:/Users/(username)/AppData/Roaming/.minecraft
- MacOS:
~/Library/Application Support/minecraft
- Linux:
~/.minecraft
- Windows:
- After locating your modpack install folder, open it and upload both the mods and config folders.
- Once the uploads are complete, start your server! Your server should now be running with the same mods and configs as your client, and you should now be able to connect successfully.
It’s important to remember that some mods, such as OptiFine or any minimap mods, only work on the client and not the server. While Forge tries its best to disable these mods by detecting that they’re client-only, sometimes this doesn’t work and will result in your server crashing while loading. If this happens to be the case, simply remove any mods that are client-side only, or contact our support team for assistance! We’re always on hand to help you resolve server issues.
If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php
Java
Resolved
-
Search
-
Search all Forums
-
Search this Forum
-
Search this Thread
-
-
Tools
-
Jump to Forum
-
-
#1
Mar 28, 2022
I attempted to create my own modded server to play with a friend, using Forge, the CurseForge application, and a modpack that I’ve put together. My modpack works fine in my single-player test world. However, I’ve unfortunately encountered the «mismatched mod channel list» error when using the set for a server.
I set up a server (downloaded the correct Forge version installer that matches my modpack, ran the JAR file to «Install Client» (in the default Minecraft game folder), then «Install Server» (in a created folder for my server files). I ran «run.BAT», got the eula.txt, edited the «false» to «true», ran again «run.BAT», and the server is made. It works fine when I open the Minecraft launcher, go into «Multiplayer» in-game and test out a Direct Connection to «localhost».
But, I wanted to use my modpack, so I copied over everything from my modpack’s «mods» folder into my server’s «mods» folder, as well as all the «config» files into the respective «config» folder. After running «run.BAT» again (and a few times after), I ended up having to remove the OptiFine mod and a few client-side mods from the server’s mods folder. Ran «run.BAT» again, and that time it opened the console GUI, so supposedly it was working…until I opened Minecraft through the CurseForge app from my modpack profile and tested the «localhost» direct connection in-game, I received the message «Connection closed — mismatched mod channel list«.
Checked the server «latest.log», found some groups of «ERROR» lines, tried to remedy a couple of those (one by removing a mod, and one by fixing a typo in a JSON file). Also tried asking a few of the mod authors about their mod’s errors I received in this log (if they affect anything in a server or are safe to ignore). Still awaiting responses, at the moment. However, I’m unsure if those error lines are anything I should focus on at this point, or is there something else to look for to fix this «mismatched mod list» issue? Otherwise, I’ve been stuck with what to do anymore, thus hoping for any answers or suggestions here.
Here’s the latest server log:
[removed]
-
#2
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
16,039
- Location:
Germany
- Member Details
The mismatched mod channel list error is from your client — also add the log from your client
The server starts without any issues
-
-
#3
Mar 29, 2022
From the main Minecraft directory (appdata/roaming/.minecraft)? There’s definitely different content in there (only a few things), was I to copy all of the same mods and configs from the modpack folder into there as well as my server folder?
Here’s the latest.log info from the main Minecraft directory:
[removed]
-
#5
Mar 29, 2022
OptiFine in the main Minecraft mods folder? I removed it, ran the server, and nothing seems to have changed — same «mismatched mod list» error.
-
#6
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
16,039
- Location:
Germany
- Member Details
From your client, remove all mods
Then copy the mods from your server and paste these in your client mods folder
If it is still not working, make a test with a pre-configured modpack
On curseforge you will find the client modpack and a server modpack
-
-
#7
Mar 29, 2022
No change that I’ve noticed.
I did try a pre-made modpack, installed it in the CurseForge app, downloaded the server of it and extracted that as a folder, downloaded the matching Forge version and installed client — the result is that this server worked (except that I couldn’t get OptiFine to work with it; it wouldn’t show up in-game). But I was able to do a direct connection to a «localhost» server with the pre-made modpack.
-
#9
Mar 29, 2022
I had downloaded the correct OptiFine installer and tried both moving it into the main Minecraft mods folder, as well as extracting the «MOD» in it and having just that in the folder, but OF won’t show up in the game’s video settings or anything.
Aside from that, I’m not sure why this pre-made modpack worked when I tried a «localhost» server, no «mismatched mod list» error, but to create a server with my modpack doesn’t work and has that «mismatch» issue.
-
#10
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
16,039
- Location:
Germany
- Member Details
With using Forge you don’t need to install or extract Optifine — just put the jar file into your client’s mods folder to the other mods
-
-
#11
Mar 29, 2022
I’ve placed the OptiFine JAR file in the Minecraft mods folder, with and without the OF «mod» in my modpack folder (my server folder has not had any OF files the entire time), and still the «mismatched mod list» error in-game. The only thing different is OF showing up if I have the «mod» form of it in my modpack folder, and otherwise doesn’t appear when I remove its «mod» form from my modpack folder.
Apologies if I’m misunderstanding how dealing with Forge, OF, mods, and hosting a server works, as this is the first time I’ve attempted making such.
-
#12
Mar 29, 2022
Not sure if this is potentially an issue/relevant to the «mismatched mod list» problem, but I just noticed between my server latest.log and .minecraft latest.log, the Java info are slightly different: the .minecraft log states «starting: java version 17.0.1 by Microsoft«, and the server log states «starting: java version 17.0.2 by Oracle Corporation«. Under my programmes list, I have two Java 8 Update 321 (one is 64-bit) and a Java SE Dev Kit 17.0.2 (64-bit). Is there something that needs to change here?
EDIT: Well, now Idk if that’s the issue because I just checked the pre-made modpack I tested out, which also states 17.0.2 by Oracle, and that was a functioning server…
-
#13
Mar 30, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
16,039
- Location:
Germany
- Member Details
Java has to be different — a server and client can’t use the same java «process» — this will cause some issues
The client has a built-in java version
For your server, make a test with deleting the complete config folder
If it is still not working, switch to a pre-made modpack and use this one as base and add missing mods
-
-
#14
Mar 30, 2022
Oh, okay.
Still haven’t been able to resolve the mismatched mods issue. Even tried removing client-side only mods from the server mods folder, and vice versa (although not 100% certain of few of them), but no change.
I’ve attempted altering a copy of the pre-made modpack and server I tested from before, replaced all the mods, config, and resource packs in the CurseForge profile copy, and replaced all the mods and config files in the server folder I had downloaded from the modpack’s webpage and set up. Then the direct connection to «localhost», and same error… The log for this server has additional errors for missing pieces because of removed mods (from the pre-made modpack, in order to have matched with the content in mine).
-
#15
Mar 31, 2022
Tried using the highest OptiFine version for 1.18.1 instead (HD U H6 for Forge 39.1.0), and also changed the Forge version of my modpack profile to match that, 39.1.0. In an experiment to recreate this profile from scratch, going through all the mods, I found a couple that weren’t specifically for version 1.18.1, despite being functional within the modpack in a single-player world. Encountered some issue with a mod, «Tiered», and its library depedent, «UnionLib», which I noticed in a post about a server crash for 1.18.1, and the author suggested a specific version of UnionLib which did help, and actually was the final issue I’ve faced with this, as my modpack server finally logged me into the world and functioned like normal.
So it probably was a few issues with versions of some mods, I just wouldn’t have ever noticed unless actually going through and meticulously picking out the versions that are strictly for «1.18.1», along with making sure none of the mods are having other clashing versions within that. Hopefully there won’t be any more issues and the multiplayer server will turn out well. Thanks for your input, certain ones are helpful to know.
- To post a comment, please login.
Posts Quoted:
Reply
Clear All Quotes
By
discomplexity · Posted 37 minutes ago
—- Minecraft Crash Report —-
// I bet Cylons wouldn’t have this problem.
Time: 2023-02-11 14:50:12
Description: Rendering overlay
java.lang.IllegalAccessError: failed to access class net.minecraft.client.renderer.block.model.ItemModelGenerator$SpanFacing from class net.mehvahdjukaar.modelfix.ModelFix (net.minecraft.client.renderer.block.model.ItemModelGenerator$SpanFacing is in module minecraft@1.19.2 of loader ‘TRANSFORMER’ @4ff66917; net.mehvahdjukaar.modelfix.ModelFix is in module modelfix@1.8 of loader ‘TRANSFORMER’ @4ff66917)
at net.mehvahdjukaar.modelfix.ModelFix.createOrExpandSpan(ModelFix.java:54) ~[modelfix-1.8.jar%23711!/:?] {re:mixin,re:classloading}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111665_(ItemModelGenerator.java:533) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111642_(ItemModelGenerator.java:167) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_173439_(ItemModelGenerator.java:153) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.stream.Streams$IntStreamBuilderImpl.forEachRemaining(Streams.java:502) ~[?:?] {}
at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:617) ~[?:?] {}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111652_(ItemModelGenerator.java:149) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111661_(ItemModelGenerator.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111638_(ItemModelGenerator.java:53) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111670_(ItemModelGenerator.java:36) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.bake(ModelBakery.java:504) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.m_119349_(ModelBakery.java:489) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.m_119368_(ModelBakery.java:240) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.HashMap$KeySet.forEach(HashMap.java:1008) ~[?:?] {}
at net.minecraft.client.resources.model.ModelBakery.m_119298_(ModelBakery.java:236) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelManager.m_5787_(ModelManager.java:70) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:botania_xplat.mixins.json:client.ModelManagerAccessor,pl:mixin:APP:quark.mixins.json:client.accessor.AccessorModelManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelManager.m_5787_(ModelManager.java:20) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:botania_xplat.mixins.json:client.ModelManagerAccessor,pl:mixin:APP:quark.mixins.json:client.accessor.AccessorModelManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at com.mojang.blaze3d.systems.RenderSystem.m_69884_(RenderSystem.java:211) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:198) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.platform.Window.m_85435_(Window.java:337) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:kubejs-common.mixins.json:WindowMixin,pl:mixin:APP:quartz.mixins.json:QuartzStartupMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1143) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%2395!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— Head —
Thread: Render thread
Stacktrace:
at net.mehvahdjukaar.modelfix.ModelFix.createOrExpandSpan(ModelFix.java:54) ~[modelfix-1.8.jar%23711!/:?] {re:mixin,re:classloading}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111665_(ItemModelGenerator.java:533) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111642_(ItemModelGenerator.java:167) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_173439_(ItemModelGenerator.java:153) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.stream.Streams$IntStreamBuilderImpl.forEachRemaining(Streams.java:502) ~[?:?] {}
at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:617) ~[?:?] {}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111652_(ItemModelGenerator.java:149) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111661_(ItemModelGenerator.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111638_(ItemModelGenerator.java:53) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.block.model.ItemModelGenerator.m_111670_(ItemModelGenerator.java:36) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modelfix.mixins.json:ItemModelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.bake(ModelBakery.java:504) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.m_119349_(ModelBakery.java:489) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelBakery.m_119368_(ModelBakery.java:240) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.HashMap$KeySet.forEach(HashMap.java:1008) ~[?:?] {}
at net.minecraft.client.resources.model.ModelBakery.m_119298_(ModelBakery.java:236) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:client.ModelBakeryAccessor,pl:mixin:APP:botania_forge.mixins.json:client.ModelBakeryForgeAccessor,pl:mixin:APP:ae2.mixins.json:unlitquad.ModelBakeryMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelManager.m_5787_(ModelManager.java:70) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:botania_xplat.mixins.json:client.ModelManagerAccessor,pl:mixin:APP:quark.mixins.json:client.accessor.AccessorModelManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.resources.model.ModelManager.m_5787_(ModelManager.java:20) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:botania_xplat.mixins.json:client.ModelManagerAccessor,pl:mixin:APP:quark.mixins.json:client.accessor.AccessorModelManager,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_10834_(SimpleReloadInstance.java:68) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading}
at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572) ~[?:?] {}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) ~[?:?] {}
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614) ~[?:?] {re:mixin}
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at com.mojang.blaze3d.systems.RenderSystem.m_69884_(RenderSystem.java:211) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
at com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:198) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.json:MixinGlStateManager,pl:mixin:APP:mixins.oculus.json:MixinRenderSystem,pl:mixin:APP:mixins.oculus.json:statelisteners.MixinRenderSystem,pl:mixin:APP:flywheel.mixins.json:RenderTexturesMixin,pl:mixin:A}
— Overlay render details —
Details:
Overlay name: net.minecraft.client.gui.screens.LoadingOverlay
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:888) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing,pl:mixin:APP:mixins.oculus.json:MixinTweakFarPlane,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin,pl:mixin:APP:tempad.mixins.json:GameRendererMixin,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer,pl:mixin:APP:create.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23851!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.3.jar%2395!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
— Last reload —
Details:
Reload number: 1
Reload reason: initial
Finished: No
Packs: Default
— System Details —
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 305477240 bytes (291 MiB) / 1207959552 bytes (1152 MiB) up to 13388218368 bytes (12768 MiB)
CPUs: 32
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i9-13900K
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 3.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 32
Graphics card #0 name: NVIDIA GeForce RTX 4090
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2684
Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 4.80
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 4.80
Memory slot #1 type: Unknown
Virtual memory max (MB): 42475.86
Virtual memory used (MB): 12768.73
Swap memory total (MB): 10000.00
Swap memory used (MB): 0.00
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12768m -Xms256m
Loaded Shaderpack: (off)
Launched Version: forge-43.2.3
Backend library: LWJGL version 3.3.1 build 7
Backend API: NVIDIA GeForce RTX 4090/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.56, NVIDIA Corporation
Window size: 1024×768
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to ‘forge’
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: English (US)
CPU: 32x 13th Gen Intel(R) Core(TM) i9-13900K
ModLauncher: 10.0.8+10.0.8+main.0ef7e830
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.3.jar eventbus PLUGINSERVICE
fmlloader-1.19.2-43.2.3.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.2.3.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.2.3.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.2.3.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.2.3.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.8.jar jcplugin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
minecraft@1.0
javafml@null
kotlinforforge@3.9.1
lowcodefml@null
kotori_scala@2.13.10-build-10
Mod List:
client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |NONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
forge-1.19.2-43.2.3-universal.jar |Forge |forge |43.2.3 |NONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
trying to start a atm 8 server with some added mods and im not seeing what im doing wrong
Java
Resolved
-
Search
-
Search all Forums
-
Search this Forum
-
Search this Thread
-
-
Tools
-
Jump to Forum
-
-
#1
Mar 28, 2022
I attempted to create my own modded server to play with a friend, using Forge, the CurseForge application, and a modpack that I’ve put together. My modpack works fine in my single-player test world. However, I’ve unfortunately encountered the «mismatched mod channel list» error when using the set for a server.
I set up a server (downloaded the correct Forge version installer that matches my modpack, ran the JAR file to «Install Client» (in the default Minecraft game folder), then «Install Server» (in a created folder for my server files). I ran «run.BAT», got the eula.txt, edited the «false» to «true», ran again «run.BAT», and the server is made. It works fine when I open the Minecraft launcher, go into «Multiplayer» in-game and test out a Direct Connection to «localhost».
But, I wanted to use my modpack, so I copied over everything from my modpack’s «mods» folder into my server’s «mods» folder, as well as all the «config» files into the respective «config» folder. After running «run.BAT» again (and a few times after), I ended up having to remove the OptiFine mod and a few client-side mods from the server’s mods folder. Ran «run.BAT» again, and that time it opened the console GUI, so supposedly it was working…until I opened Minecraft through the CurseForge app from my modpack profile and tested the «localhost» direct connection in-game, I received the message «Connection closed — mismatched mod channel list«.
Checked the server «latest.log», found some groups of «ERROR» lines, tried to remedy a couple of those (one by removing a mod, and one by fixing a typo in a JSON file). Also tried asking a few of the mod authors about their mod’s errors I received in this log (if they affect anything in a server or are safe to ignore). Still awaiting responses, at the moment. However, I’m unsure if those error lines are anything I should focus on at this point, or is there something else to look for to fix this «mismatched mod list» issue? Otherwise, I’ve been stuck with what to do anymore, thus hoping for any answers or suggestions here.
Here’s the latest server log:
[removed]
-
#2
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
The mismatched mod channel list error is from your client — also add the log from your client
The server starts without any issues
space
-
-
#3
Mar 29, 2022
From the main Minecraft directory (appdata/roaming/.minecraft)? There’s definitely different content in there (only a few things), was I to copy all of the same mods and configs from the modpack folder into there as well as my server folder?
Here’s the latest.log info from the main Minecraft directory:
[removed]
-
#5
Mar 29, 2022
OptiFine in the main Minecraft mods folder? I removed it, ran the server, and nothing seems to have changed — same «mismatched mod list» error.
-
#6
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
From your client, remove all mods
Then copy the mods from your server and paste these in your client mods folder
If it is still not working, make a test with a pre-configured modpack
On curseforge you will find the client modpack and a server modpack
space
-
-
#7
Mar 29, 2022
No change that I’ve noticed.
I did try a pre-made modpack, installed it in the CurseForge app, downloaded the server of it and extracted that as a folder, downloaded the matching Forge version and installed client — the result is that this server worked (except that I couldn’t get OptiFine to work with it; it wouldn’t show up in-game). But I was able to do a direct connection to a «localhost» server with the pre-made modpack.
-
#9
Mar 29, 2022
I had downloaded the correct OptiFine installer and tried both moving it into the main Minecraft mods folder, as well as extracting the «MOD» in it and having just that in the folder, but OF won’t show up in the game’s video settings or anything.
Aside from that, I’m not sure why this pre-made modpack worked when I tried a «localhost» server, no «mismatched mod list» error, but to create a server with my modpack doesn’t work and has that «mismatch» issue.
-
#10
Mar 29, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
With using Forge you don’t need to install or extract Optifine — just put the jar file into your client’s mods folder to the other mods
space
-
-
#11
Mar 29, 2022
I’ve placed the OptiFine JAR file in the Minecraft mods folder, with and without the OF «mod» in my modpack folder (my server folder has not had any OF files the entire time), and still the «mismatched mod list» error in-game. The only thing different is OF showing up if I have the «mod» form of it in my modpack folder, and otherwise doesn’t appear when I remove its «mod» form from my modpack folder.
Apologies if I’m misunderstanding how dealing with Forge, OF, mods, and hosting a server works, as this is the first time I’ve attempted making such.
-
#12
Mar 29, 2022
Not sure if this is potentially an issue/relevant to the «mismatched mod list» problem, but I just noticed between my server latest.log and .minecraft latest.log, the Java info are slightly different: the .minecraft log states «starting: java version 17.0.1 by Microsoft«, and the server log states «starting: java version 17.0.2 by Oracle Corporation«. Under my programmes list, I have two Java 8 Update 321 (one is 64-bit) and a Java SE Dev Kit 17.0.2 (64-bit). Is there something that needs to change here?
EDIT: Well, now Idk if that’s the issue because I just checked the pre-made modpack I tested out, which also states 17.0.2 by Oracle, and that was a functioning server…
-
#13
Mar 30, 2022
TileEntity-
View User Profile
-
View Posts
-
Send Message
- Farlander
- Join Date:
9/20/2016
- Posts:
17,670
- Location:
Germany
- Member Details
Java has to be different — a server and client can’t use the same java «process» — this will cause some issues
The client has a built-in java version
For your server, make a test with deleting the complete config folder
If it is still not working, switch to a pre-made modpack and use this one as base and add missing mods
space
-
-
#14
Mar 30, 2022
Oh, okay.
Still haven’t been able to resolve the mismatched mods issue. Even tried removing client-side only mods from the server mods folder, and vice versa (although not 100% certain of few of them), but no change.
I’ve attempted altering a copy of the pre-made modpack and server I tested from before, replaced all the mods, config, and resource packs in the CurseForge profile copy, and replaced all the mods and config files in the server folder I had downloaded from the modpack’s webpage and set up. Then the direct connection to «localhost», and same error… The log for this server has additional errors for missing pieces because of removed mods (from the pre-made modpack, in order to have matched with the content in mine).
-
#15
Mar 31, 2022
Tried using the highest OptiFine version for 1.18.1 instead (HD U H6 for Forge 39.1.0), and also changed the Forge version of my modpack profile to match that, 39.1.0. In an experiment to recreate this profile from scratch, going through all the mods, I found a couple that weren’t specifically for version 1.18.1, despite being functional within the modpack in a single-player world. Encountered some issue with a mod, «Tiered», and its library depedent, «UnionLib», which I noticed in a post about a server crash for 1.18.1, and the author suggested a specific version of UnionLib which did help, and actually was the final issue I’ve faced with this, as my modpack server finally logged me into the world and functioned like normal.
So it probably was a few issues with versions of some mods, I just wouldn’t have ever noticed unless actually going through and meticulously picking out the versions that are strictly for «1.18.1», along with making sure none of the mods are having other clashing versions within that. Hopefully there won’t be any more issues and the multiplayer server will turn out well. Thanks for your input, certain ones are helpful to know.
- To post a comment, please login.
Posts Quoted:
Reply
Clear All Quotes
This guide will explain what is the Mismatched mod channel list error and how to solve it.
🚫 ‘Mismatched mod channel list’ Error Type 🚫
This error can appear in your Minecraft client when you try to join your modded server.
The message means that there are differences between the server and the client mods or config folders.
Here is our guide for installing mods into your server and here to one for installing them into your client.
Also, please note that there is a category of mods called client-side mods, which needs to be set up only on your client, not on the server too. Some examples are OptiFine or any mini-map mod. Please be sure to not add any client-side mods to your server to prevent this type of error.
We have a guide explaining them here.
✔️ How to Solve ✔️
To solve this error and be able to connect to your server, you will have to replace the server mods and config folder with the local ones from your PC.
We suggest you start the process by backing up the world as our guide explains here just in case.
You will have to do the following steps:
Log in to your Multicraft panel here and stop your server.
Connect via FileZilla to your server and rename your mods and config folder to mods_old and config_old. This way you also have a backup for those folders.
Here is our guide for connecting via FileZilla to your server if needed.
Find your local mods and config folders, meaning the ones from your PC.
We have a guide here for finding your local modpacks file, like the mods and config folders.
Use FileZilla to upload to your server your local mods and config folders now that you renamed the old ones in step number 1.
Start your server.
Done. Now you should be able to join your server just fine.
If you find any issues solving this error please contact us via live chat or the ticket system.
❕ Useful Links ❕
— Client-Side Mods
— Where to Find Client-Side Logs
— Improve Your Forge Modded Server Performance
Updated on: 10/20/2021