|
|
Anyone help? Im getting this error as well
Quote Originally Posted by chase92 View Post
I downloaded your link and I am getting this error
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
at ethos.server.data.ServerData.loadServerData(Server Data.java:78)
at ethos.server.data.ServerData.<init>(ServerData.jav a:69)
at ethos.Server.<clinit>(Server.java:132)
What do I do on that line...
Import collections fixed it. But you're right I'm still not completely out of the waters. How would you suggest I fix it because I don't know which data files I'm missing or have misplaced.
All I did was download the base and set it up in eclipse so I don't know if this is my fault or the uploader's. Not trying to be cheeky, just confused. Any help is appreciated.
your imports should look like this:
Code:package ethos.server.data; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.NotSerializableException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.PriorityQueue; import org.apache.commons.io.FilenameUtils;
When hosting do i use ipv4 or ipv6? My buddy cant play with me but I can login. I am port fowarded I checked the port...
Make sure to set LIVE_SERVER to true in client configuration.

| « os-scape 171 server | Morytania Release || Blended Data || 25+ Bosses || Raids 2 items » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |