Posted June 26, 20205 yr I am writing a mod and wanted to test it on a server, but it prevents other players from joining. I can not really get something out of the exception since it is just a nullpointer with no clue where it is thrown. What I did to test it was to start a Lan-World in eclipse and tried to join from a real client that had the same version of the mod. I deleted the file scans in the debugServer.log to make the file smal enough. If someone has an Idea of what I did wrong pls help me out. debugClient.log latestServer.log latestClient.log debugServer.log Edited June 26, 20205 yr by Eisenpaulchen
June 26, 20205 yr Quote [26Jun2020 14:45:15.913] [Server thread/ERROR] [net.minecraftforge.common.loot.LootModifierManager/]: Couldn't read global loot modifier list from forge:loot_modifiers/global_loot_modifiers.json java.io.FileNotFoundException: forge:loot_modifiers/global_loot_modifiers.json I'm not sure how you managed this, honestly. Quote [26Jun2020 14:45:06.822] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in magiccards:item/cardtableitem [26Jun2020 14:45:06.823] [Server-Worker-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #missing in magiccards:block/cardtable You should probably fix these. Not the cause of your crash, that appears to have been a null pointer exception in the networking thread, but I can't discern why. You also haven't posted your code either. Soo... Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 26, 20205 yr Author The first thing was there from the beginning before I wrote something, and how shall I provide all of my code ?
June 26, 20205 yr Yes. Preferably as a clonable git repo. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 26, 20205 yr Author Hope this works. I never used GitHub before 😅 https://github.com/Orothuin/Magiccards
June 27, 20205 yr Author Thanks for the information. But what debugger do you mean? (I only knew the debug tool from my IDE which did not post that information I think) and thx for the advise.
June 27, 20205 yr Author I will take this as an motivation to look deeper into the eclipse debugger and its functionalities. Still thank you helping me even though I am apparently stupid . (I just did not knew I could achieve more detailed Informations since in the past the IDE printed the stacktrace without extra work) Edited June 27, 20205 yr by Eisenpaulchen
June 27, 20205 yr Author Is the forum a bit buggy? I always write my msgs twice or so Edited June 27, 20205 yr by Eisenpaulchen
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.