Jump to content

These 2 Errors do not let join my locally hosted server 80% of the time.


invis7

Recommended Posts

(EDIT: THIS IS A CLIENT-SIDED ISSUE, THIS HAPPENS WHEN JOINING ANY SERVER)

I have been currently having this issue where if I join my server, I get one of these 2 errors.
I have tried fixing this issue by looking at the output log in both Server and Client side, from what I have seen I was not able to find anything I can understand that would have helped me.
These two errors pop up randomly with no pattern when attempting to join the server when it says Encrypting...
I have tried removing all mods from the Client and Server side, which did nothing and still showed the same errors (I don't remember which error showed or even if it showed both), so from what I tried to do, I do not think this is a mod Issue but rather a Forge Issue.

How do I fix this?
Here are the errors and all the information:


Internal Exception: java.lang.NoClassDefFoundError: com/google/common/util/concurrent/TrustedListenableFutureTask
Debug.log: https://www.mediafire.com/file/hbtycb1tamqt1qr/debug2.log/file
(PS: Debug.log file cannot be uploaded to Pastebin due to it crashing because of the Large Amount of Spam OpenGL logs)
Medal-wkgf9-Fkak-Q.png

Internal Exception: Internal Exception: java.lang.NoClassDefFoundError: com/google/common/collect/LinkedHashMultiMap$ValueSet
Debug.log: https://www.mediafire.com/file/o1d48z0bjfyff1e/debug.log/file
(PS: Debug.log file cannot be uploaded to Pastebin due to it crashing because of the Large Amount of Spam OpenGL logs)
Medal-9h-Pi-Aglr5-S.png

Client Mods:
explorer-UM2-QHp-T5b-Z.png

Server Mods:
explorer-jr-DSm-Uhw-ZC.png

Edited by invis7
Link to comment
Share on other sites

@TileEntity
It didn't work with the antivirus disabled.
Internal Exception: Internal Exception: java.lang.NoClassDefFoundError: com/google/common/collect/LinkedHashMultiMap$ValueSet.

Do you think that this issue can be solved if, instead of locally hosting it, maybe hosting on a cloud service provider.

Link to comment
Share on other sites

Check for Intel/Nvidia driver updates

 

If there is no change, maybe a mod is conflicting with the CPU/GPU or some OpenGL features of it

 

Maybe make a test with a similar large modpack and check if there are the same issues

Link to comment
Share on other sites

I have no idea - maybe an issue with the internet or java or something similar


 

java.lang.NoClassDefFoundError: com/google/common/net/InetAddresses
...
java.lang.NoClassDefFoundError: com/google/common/util/concurrent/NullnessCasts

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, Im beginning to learn how to mod with forge, I previously was messing around with spigot but wanted to switch from plugins to full fledged modding. I'm trying to make a recipe for turning a block into charcoal   ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.CHARCOAL_BLOCK_ITEM.get()) .pattern("CCC") .pattern("CCC") .pattern("CCC") .define('C', Items.CHARCOAL) .unlockedBy(getHasName(Items.CHARCOAL), has(Items.CHARCOAL)) .save(pRecipeOutput); This is under an Override build Recipes class and registered with data gen However I get this error that I don't understand the reason behind why I'm getting it   This removes the normal recipe of smelting any wood log into charcoal, but my custom recipe is there and works Any help with the proper way of doing this and solving this issue is appreciated ps: Is the only way to make recipes with forge is through Minecraft's datapack system?? Am I to belive that Spigot has a better implementation of custom recipes then Forge, a Mod API??
    • You need to override the burn time of the corresponding BlockItem, like with this code to register a block that can be used as fuel:   private static <T extends Block> RegistryObject<Item> registerFuelBlockItem(String name, RegistryObject<T> block, int burnTime) { return ModItems.ITEMS.register(name, () -> new BlockItem(block.get(), new Item.Properties()) { @Override public int getBurnTime(ItemStack itemStack, @Nullable RecipeType<?> recipeType) { return burnTime; } }); }  
    • Can you post your recipe generation class? You might have forgotten to add the advancement trigger, that part is a bit tricky.
    • https://mclo.gs/YHcp6d1 Got rid of a few of the mods that needed that version of gecko lib and now... 
    • It is worthy of the world to hear this testimony. I'm here to spread the word about Captain WebGenesis's wonderful deeds. My name is Martin Luther. I lost USD 232,000.00 in a binary investment trading scam and didn't realize it until a few weeks later. The site and services I utilized appeared authentic, and everything appeared legitimate until I emailed them to request a withdrawal of my weekly gains and they did not reply. I looked online for a specialized expert to help me get my money back. After reading countless testimonials about how Fastfund Recovery has assisted numerous con victims in getting their money back from fraudulent investment firms, I decided to give the expert a trial. I contacted Fastfund Recovery and submitted my case to the expert. He assured me that all my lost money would be retrieved and returned to my wallet address. Fastfund Recovery worked on my case, and to my amazement, my lost funds were returned to my wallet within 72 hours. Contact Fastfund Recovery right away to have your lost money returned to you. Contact Info  Tele gram ; Fastfundsrecovery mail ; { Fastfundrecovery8 (AT) Gmail com }  
  • Topics

×
×
  • Create New...

Important Information

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