1
Modded Server HELP PLEASE
Hello everyone ; )
I have a modpack and I'm trying to make a server for it, but it's not working : (
When I turn on the server and the modpack they work. But when I log onto the server it Crashes the game, but doesn't Crash the server. I have a couple ideas.
- Maybe My server doesn't have enought GB ?
- Maybe I am putting some wrong mods into the server mods file ?
So If you have any suggestions PLEASE help. You Comment Will be Much appreciated.
This is some information that might help you and me to figure out the Problem:
Info:
- 16 GB Computer
- Not the best Internet.
- 40-50 mods
Server mods: http://picpaste.com/Screenshot__9_-eSvgvOIp.png
( All ) Modpack Mods: http://picpaste.com/Screenshot__10_-d04YVW1q.png
Game Crash After me joining the server: http://pastebin.com/AMcWfCet
If you have any questions before asking them re-read my "story" : )
Thanks everyone : )
If you want to be staff on the server I will be glad to work with you, but first we need to make it work : )
Justin P.
I have a modpack and I'm trying to make a server for it, but it's not working : (
When I turn on the server and the modpack they work. But when I log onto the server it Crashes the game, but doesn't Crash the server. I have a couple ideas.
- Maybe My server doesn't have enought GB ?
- Maybe I am putting some wrong mods into the server mods file ?
So If you have any suggestions PLEASE help. You Comment Will be Much appreciated.
This is some information that might help you and me to figure out the Problem:
Info:
- 16 GB Computer
- Not the best Internet.
- 40-50 mods
Server mods: http://picpaste.com/Screenshot__9_-eSvgvOIp.png
( All ) Modpack Mods: http://picpaste.com/Screenshot__10_-d04YVW1q.png
Game Crash After me joining the server: http://pastebin.com/AMcWfCet
If you have any questions before asking them re-read my "story" : )
Thanks everyone : )
If you want to be staff on the server I will be glad to work with you, but first we need to make it work : )
Justin P.
2
Thanks for helping. You gave me a couple of Ideas. : )
Hmm... Well here is where something went wrong:
[20:04:28] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@393d7253[id=467ae55c-d1d6-4fbf-87be-b17ba186627e,name=JppetC,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:135) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [brm.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
[20:04:42] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking screen
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1675) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) ~[FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) ~[bcx.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) ~[bao.class:?]
... 9 more
It looks like it had a problem with you logging in or something. Right here:
[20:04:28] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@393d7253[id=467ae55c-d1d6-4fbf-87be-b17ba186627e,name=JppetC,properties={},legacy=false]
It says it couldn't look up your profile properties, and then a bunch of errors followed, I'm not used to troubleshooting server errors, so I don't know if that's normal or not, but I'm pretty sure it's not. Maybe try just using the server mods, and not your clienside mods (Just make sure all the mods from the clientside and serverside are the same, then try again. I hope this helped
EDIT: Tree Capitator is not just a client side mod, it has to be server side as well. Though I'm not sure that's the problem.
[20:04:28] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@393d7253[id=467ae55c-d1d6-4fbf-87be-b17ba186627e,name=JppetC,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:135) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [brm.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
[20:04:42] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking screen
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1675) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) ~[FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78) ~[bcx.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661) ~[bao.class:?]
... 9 more
It looks like it had a problem with you logging in or something. Right here:
[20:04:28] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@393d7253[id=467ae55c-d1d6-4fbf-87be-b17ba186627e,name=JppetC,properties={},legacy=false]
It says it couldn't look up your profile properties, and then a bunch of errors followed, I'm not used to troubleshooting server errors, so I don't know if that's normal or not, but I'm pretty sure it's not. Maybe try just using the server mods, and not your clienside mods (Just make sure all the mods from the clientside and serverside are the same, then try again. I hope this helped
EDIT: Tree Capitator is not just a client side mod, it has to be server side as well. Though I'm not sure that's the problem.
