|
Post by chadlupkes on Sept 9, 2014 2:20:53 GMT
Would love to set up a server on my home network, but it just won't work for some reason. I'm not enough of a tech to have a clue why, but I did grab copies of the error logs, and the console screen if it will help. Can someone give me some direction on what I should do? In ... English?
|
|
|
Post by profoundgames on Sept 9, 2014 6:36:55 GMT
If you look at the last part of the console script: insert code here[19:15:00] [Server thread/ERROR] [DynamicLights_onFire]: Skipping event FMLServe
rStoppedEvent and marking errored mod DynamicLights_onFire since required depend
ency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_creepers]: Skipping event FMLSer
verStoppedEvent and marking errored mod DynamicLights_creepers since required de
pendency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_dropItems]: Skipping event FMLSe
rverStoppedEvent and marking errored mod DynamicLights_dropItems since required
dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_entityClasses]: Skipping event F
MLServerStoppedEvent and marking errored mod DynamicLights_entityClasses since r
equired dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_mobEquipment]: Skipping event FM
LServerStoppedEvent and marking errored mod DynamicLights_mobEquipment since req
uired dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_flameArrows]: Skipping event FML
ServerStoppedEvent and marking errored mod DynamicLights_flameArrows since requi
red dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_floodLights]: Skipping event FML
ServerStoppedEvent and marking errored mod DynamicLights_floodLights since requi
red dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_otherPlayers]: Skipping event FM
LServerStoppedEvent and marking errored mod DynamicLights_otherPlayers since req
uired dependency DynamicLights has errored
[19:15:00] [Server thread/ERROR] [DynamicLights_thePlayer]: Skipping event FMLSe
rverStoppedEvent and marking errored mod DynamicLights_thePlayer since required
dependency DynamicLights has errored
[19:15:00] [Server thread/INFO] [FML]: The state engine was in incorrect state E
RRORED and forced into state SERVER_STOPPED. Errors may have been discarded. It basicly says you have to remove dynamic Light from the servers mod folder Because that's a client only mod Also if you have done that, Don't forget to set the following line in the eula.txt to true! Or else it also wouldn't boot Original: #By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Tue Sep 09 08:29:28 CEST 2014
eula=false
Change it to: #By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Tue Sep 09 08:29:28 CEST 2014
eula=true
I hope this worked! Greetings, Profound Games
|
|
|
Post by chadlupkes on Sept 9, 2014 15:19:33 GMT
Awesome. I'll try that tonight. When I installed the server from the ATLauncher, it gave me the option to install Dynamic Lights and the other optional mods. Are these ALL server side mods that should be removed from the server? I thought Hats and Hat Stands had some server side connections.
Thanks!
|
|
|
Post by profoundgames on Sept 9, 2014 16:41:49 GMT
Awesome. I'll try that tonight. When I installed the server from the ATLauncher, it gave me the option to install Dynamic Lights and the other optional mods. Are these ALL server side mods that should be removed from the server? I thought Hats and Hat Stands had some server side connections. Thanks! Heey If you still have problems you should take a look at a tutorial I made for you and other people who have problems with setting up a server with Utopia³: The Age of Adventure. Forum post: utopia3.freeforums.net/thread/234/install-utopia-age-adventure-server
|
|
|
Post by chadlupkes on Sept 10, 2014 1:45:36 GMT
Server works great! Now I just have to get the Instance working in the ATLauncher again.
Update, after a reinstall, it works perfectly!!
|
|
|
Post by profoundgames on Sept 10, 2014 7:19:05 GMT
Server works great! Now I just have to get the Instance working in the ATLauncher again. Update, after a reinstall, it works perfectly!! Awesome!
|
|