Welcome to the RaGEZONE - MMORPG development forums.

[Guide]PokeNet Server Setup

This is a discussion on [Guide]PokeNet Server Setup within the Tutorials forums, part of the Pokémon category; Originally Posted by aznhonor0101 Can anyone help me with this? It's in the error: "Resource not found: org/newdawn/slick/data/defaultfont.png" This means ...

Page 22 of 32 FirstFirst ... 121415161718192021222324252627282930 ... LastLast
Results 316 to 330 of 474
  1. #316
    Ultimate Member
    Rank
    Member
    Join Date
    Nov 2010
    Posts
    158
    Liked
    10

    Re: [Guide]PokeNet Server Setup

    Click
    Quote Originally Posted by aznhonor0101 View Post
    Can anyone help me with this?
    It's in the error:

    "Resource not found: org/newdawn/slick/data/defaultfont.png"

    This means that your missing the font image in the data folder in Slick2D.

  2. #317
    Registered
    Rank
    Member
    Join Date
    Aug 2011
    Posts
    7
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    Nevermind found my answer, sorry.
    Last edited by Genericforname; 23-01-12 at 03:55 AM. Reason: Image links didnt work

  3. #318
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    32
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    nice tutorial...gonna try it...

  4. #319
    Newbie
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    1
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    I can not find the file "SERVER_START.bat" that appears is the only ... "run_pokenet.sh"

  5. #320
    Newbie
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    1
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    Can you reupload the fix file for Client on megaupload please?
    It was on Megaupload :S

  6. #321
    Registered
    Rank
    Member
    Join Date
    Jun 2009
    Posts
    19
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    Code:
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'muted' in 'field list'
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    	at java.lang.reflect.Constructor.newInstance(Unknown Source)
    	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    	at com.mysql.jdbc.Util.getInstance(Util.java:381)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1957)
    	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2107)
    	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2642)
    	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1634)
    	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1553)
    	at org.pokenet.server.network.MySqlManager.query(MySqlManager.java:118)
    	at org.pokenet.server.network.RegistrationManager.register(RegistrationManager.java:164)
    	at org.pokenet.server.network.RegistrationManager.run(RegistrationManager.java:222)
    	at java.lang.Thread.run(Unknown Source)
    java.sql.SQLException: Illegal operation on empty result set.
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
    	at com.mysql.jdbc.ResultSetImpl.checkRowPos(ResultSetImpl.java:841)
    	at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2653)
    	at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2794)
    	at org.pokenet.server.network.RegistrationManager.register(RegistrationManager.java:177)
    	at org.pokenet.server.network.RegistrationManager.run(RegistrationManager.java:222)
    	at java.lang.Thread.run(Unknown Source)
    Error Login working but when register it says Unknown error occurred. Please try again later.

  7. #322
    Summer dont stop me!
    Rank
    Member +
    Join Date
    Nov 2007
    Posts
    428
    Liked
    2

    Re: [Guide]PokeNet Server Setup

    Hey DefaulT. I get this error when I try to create a account on my server: (See attachments)
    Attached Thumbnails Attached Thumbnails pokenet.jpg  

  8. #323
    Registered
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    7
    Liked
    0
    Gamertag: DaveGodzz PSN ID: Zkweelur

    Re: [Guide]PokeNet Server Setup

    reupload fix client

  9. #324
    MysticLuna
    Rank
    Member +
    Join Date
    Dec 2011
    Posts
    337
    Liked
    12

    Re: [Guide]PokeNet Server Setup

    Megaupload is down. Can you reload the client fix?

  10. #325
    Member
    Rank
    Member
    Join Date
    Sep 2005
    Posts
    61
    Liked
    11

    Re: [Guide]PokeNet Server Setup

    I can't start the server. I have installed both of the java files but when I try to run the SERVER_START.bat this is the error I get:

    'java' is not recognized as an internal or external command, operable program or batch file
    PC users swear by their computers. Mac users swear at their computers.

  11. #326
    Ultimate Member
    Rank
    Member
    Join Date
    Oct 2010
    Posts
    186
    Liked
    15

    Re: [Guide]PokeNet Server Setup

    someone can reupload the client fix when the client up and quit really fast??

  12. #327
    MysticLuna
    Rank
    Member +
    Join Date
    Dec 2011
    Posts
    337
    Liked
    12

    Re: [Guide]PokeNet Server Setup

    Default, please re-upload the client fix

  13. #328
    Member
    Rank
    Member
    Join Date
    Sep 2005
    Posts
    61
    Liked
    11

    Re: [Guide]PokeNet Server Setup

    Quote Originally Posted by saccydog View Post
    I can't start the server. I have installed both of the java files but when I try to run the SERVER_START.bat this is the error I get:

    'java' is not recognized as an internal or external command, operable program or batch file

    Fixed my issue, here's how:

    Make sure that you have Java 6 installed. To do so first we need to open up CMD.
    In Vista/7 open the start menu and enter cmd in the search field, and press enter.
    In XP open the start menu and click Run, then enter cmd and press enter. You can also hold the Windows key down and press R to open Run.
    At the command prompt, enter the following command, and press enter: java -version
    Java then should display its version, and should read "java version 1.6"
    If you have a previous version (less than 1.6) or you get this error: "'java' is not recognized as an internal or external command, operable program or batch file.", then you need to install/update the computers java version. You can do so at the java download page.
    After you installed the latest java try again with java -version. If you get an error at this point, try the following to add java to your system path.
    Right click Computer
    Click properties
    Click "Advanced system settings"
    Click "Environment Variables"
    Under system variables, find the Path variable.
    Click edit, and append to the end of the value: ";C:\Program Files (x86)\Java\jre6\bin"
    Now re-open the command prompt and try again.
    PC users swear by their computers. Mac users swear at their computers.

  14. #329
    Registered
    Rank
    Member
    Join Date
    Oct 2011
    Posts
    13
    Liked
    0

    Re: [Guide]PokeNet Server Setup

    mrs: pleace, I want to ask you post or write all the home servers or profesional servers you have of Pokenet that exist in this moment online for play best reggards.

  15. #330
    Summer dont stop me!
    Rank
    Member +
    Join Date
    Nov 2007
    Posts
    428
    Liked
    2

    Re: [Guide]PokeNet Server Setup

    Raggahc. Stop posting in all of defaults threads asking that. Default does not have any active servers.
    Posted via Mobile Device

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •