Thread: Project-OS Release

Page 3 of 20 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 195
  1. #21  
    Registered Member
    Join Date
    Jun 2015
    Posts
    34
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Eazy View Post
    Thank you everyone for the feedback.
    I know you dont want to man but could you help me i run the source through eclipse and i try to run it and it says this:

    [29/06/15 21:55]: [ObjectDef] DONE LOADING OBJECT CONFIGURATION
    [29/06/15 21:55]: [Region] DONE LOADING REGION CONFIGURATIONS
    [29/06/15 21:55]: Exception in thread "main" [29/06/15 21:55]: org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:43594
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap.bind(Ser verBootstrap.java:303)
    [29/06/15 21:55]: at server.Server.bind(Server.java:207)
    [29/06/15 21:55]: at server.Server.main(Server.java:115)
    [29/06/15 21:55]: Caused by: java.net.BindException: Address already in use: bind
    [29/06/15 21:55]: at sun.nio.ch.Net.bind0(Native Method)
    [29/06/15 21:55]: at sun.nio.ch.Net.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.Net.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.bind(NioServerSocketPipelineSink.java :148)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.handleServerSocket(NioServerSocketPip elineSink.java:100)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.eventSunk(NioServerSocketPipelineSink .java:74)
    [29/06/15 21:55]: at org.jboss.netty.channel.Channels.bind(Channels.jav a:468)
    [29/06/15 21:55]: at org.jboss.netty.channel.AbstractChannel.bind(Abstr actChannel.java:192)
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap$Binder.c hannelOpen(ServerBootstrap.java:348)
    [29/06/15 21:55]: at org.jboss.netty.channel.Channels.fireChannelOpen(C hannels.java:176)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket Channel.<init>(NioServerSocketChannel.java:85)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket ChannelFactory.newChannel(NioServerSocketChannelFa ctory.java:142)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket ChannelFactory.newChannel(NioServerSocketChannelFa ctory.java:90)
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap.bind(Ser verBootstrap.java:282)
    [29/06/15 21:55]: ... 2 more

    I'm probably doing something wrong as i dont tend to use eclipse tbh, if you could help me or if anyone here can in fact id be very appreciative.

    And if someone does help me and your looking to start up a server i can get you a free 6 month VPS with 2GB Ram
    Reply With Quote  
     

  2. #22  
    Registered Member
    Join Date
    May 2015
    Posts
    65
    Thanks given
    2
    Thanks received
    19
    Rep Power
    15
    Does this still have the same god damn dupes as Project Raw?
    Reply With Quote  
     

  3. #23  
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    Quote Originally Posted by CodingRSPS View Post
    I know you dont want to man but could you help me i run the source through eclipse and i try to run it and it says this:

    [29/06/15 21:55]: [ObjectDef] DONE LOADING OBJECT CONFIGURATION
    [29/06/15 21:55]: [Region] DONE LOADING REGION CONFIGURATIONS
    [29/06/15 21:55]: Exception in thread "main" [29/06/15 21:55]: org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:43594
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap.bind(Ser verBootstrap.java:303)
    [29/06/15 21:55]: at server.Server.bind(Server.java:207)
    [29/06/15 21:55]: at server.Server.main(Server.java:115)
    [29/06/15 21:55]: Caused by: java.net.BindException: Address already in use: bind
    [29/06/15 21:55]: at sun.nio.ch.Net.bind0(Native Method)
    [29/06/15 21:55]: at sun.nio.ch.Net.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.Net.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
    [29/06/15 21:55]: at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.bind(NioServerSocketPipelineSink.java :148)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.handleServerSocket(NioServerSocketPip elineSink.java:100)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket PipelineSink.eventSunk(NioServerSocketPipelineSink .java:74)
    [29/06/15 21:55]: at org.jboss.netty.channel.Channels.bind(Channels.jav a:468)
    [29/06/15 21:55]: at org.jboss.netty.channel.AbstractChannel.bind(Abstr actChannel.java:192)
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap$Binder.c hannelOpen(ServerBootstrap.java:348)
    [29/06/15 21:55]: at org.jboss.netty.channel.Channels.fireChannelOpen(C hannels.java:176)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket Channel.<init>(NioServerSocketChannel.java:85)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket ChannelFactory.newChannel(NioServerSocketChannelFa ctory.java:142)
    [29/06/15 21:55]: at org.jboss.netty.channel.socket.nio.NioServerSocket ChannelFactory.newChannel(NioServerSocketChannelFa ctory.java:90)
    [29/06/15 21:55]: at org.jboss.netty.bootstrap.ServerBootstrap.bind(Ser verBootstrap.java:282)
    [29/06/15 21:55]: ... 2 more

    I'm probably doing something wrong as i dont tend to use eclipse tbh, if you could help me or if anyone here can in fact id be very appreciative.

    And if someone does help me and your looking to start up a server i can get you a free 6 month VPS with 2GB Ram
    Because you are already running server

    Quote Originally Posted by The MT View Post
    Does this still have the same god damn dupes as Project Raw?
    Not the same ones, but it has dupes.




    Reply With Quote  
     

  4. #24  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by Eazy View Post
    Because you are already running server



    Not the same ones, but it has dupes.
    Aye, what's the deal with Ardi's client always doing the rapid java.NullPointerException? I've searched for about since the time ardi released his first client to figure it out.
    also.
    I cant get this error to go away and i've messed with image producing and kept changing it back and forth.
    Code:
    Exception in thread "Thread-3" java.lang.NegativeArraySizeException
    	at client.drawLogo(client.java:3410)
    	at client.resetImageProducers(client.java:3958)
    	at client.drawLoginScreen(client.java:11436)
    	at client.processDrawing(client.java:9878)
    	at RSApplet.run(RSApplet.java:202)
    	at client.run(client.java:5315)
    	at java.lang.Thread.run(Thread.java:745)
    EDIT: It happens when logging in and out.

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

  5. #25  
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    Quote Originally Posted by Big Cus View Post
    Aye, what's the deal with Ardi's client always doing the rapid java.NullPointerException? I've searched for about since the time ardi released his first client to figure it out.
    also.
    I cant get this error to go away and i've messed with image producing and kept changing it back and forth.
    Code:
    Exception in thread "Thread-3" java.lang.NegativeArraySizeException
    	at client.drawLogo(client.java:3410)
    	at client.resetImageProducers(client.java:3958)
    	at client.drawLoginScreen(client.java:11436)
    	at client.processDrawing(client.java:9878)
    	at RSApplet.run(RSApplet.java:202)
    	at client.run(client.java:5315)
    	at java.lang.Thread.run(Thread.java:745)
    EDIT: It happens when logging in and out.
    Line 8056 in client.java is it uncommented?




    Reply With Quote  
     

  6. #26  
    Registered Member Xlrators's Avatar
    Join Date
    May 2015
    Posts
    429
    Thanks given
    4
    Thanks received
    34
    Rep Power
    41
    Trying to figure out what the mainclass to run is, is it server.Server? I got it open in eclipse.

    - - - Updated - - -

    Says this when I try to launch the server in eclipse.

    Exception in thread "main" java.lang.Error: Unresolved compilation problem:

    at server.Server.main(Server.java:103)
    Reply With Quote  
     

  7. #27  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by Eazy View Post
    Line 8056 in client.java is it uncommented?
    LOL IM DUMB. What about the nullpointer? Ever known a fix for that?

    - - - Updated - - -

    Quote Originally Posted by Xlrators View Post
    Trying to figure out what the mainclass to run is, is it server.Server? I got it open in eclipse.

    - - - Updated - - -

    Says this when I try to launch the server in eclipse.

    Exception in thread "main" java.lang.Error: Unresolved compilation problem:

    at server.Server.main(Server.java:103)
    Well... Did ya fix the errors?
    And did you comment out the Vote things?

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

  8. #28  
    Registered Member
    Join Date
    Aug 2013
    Posts
    87
    Thanks given
    14
    Thanks received
    4
    Rep Power
    0
    Quote Originally Posted by Big Cus View Post
    LOL IM DUMB. What about the nullpointer? Ever known a fix for that?

    - - - Updated - - -
    that8056 line is uncommented and that is drawlogo... I got no errors with it
    Reply With Quote  
     

  9. #29  
    Registered Member
    Join Date
    Jun 2015
    Posts
    34
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Eazy View Post
    Because you are already running server



    Not the same ones, but it has dupes.

    What do you mean I'm already running the server? No im not lol it won't run ...
    Reply With Quote  
     

  10. #30  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by CodingRSPS View Post
    What do you mean I'm already running the server? No im not lol it won't run ...
    restart ur cpu lad.

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

Page 3 of 20 FirstFirst 1234513 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [508] Project-pked RELEASE [508]
    By Lenin in forum Downloads
    Replies: 38
    Last Post: 03-12-2011, 12:50 AM
  2. Project 72 release. (Full source.)
    By Blair' in forum Downloads
    Replies: 62
    Last Post: 04-17-2010, 03:37 PM
  3. [Emulous] Project Exnb - Released
    By Swarfega in forum Downloads
    Replies: 210
    Last Post: 03-08-2010, 10:07 AM
  4. Project Support Release
    By Logical in forum Website Development
    Replies: 26
    Last Post: 12-10-2009, 12:32 AM
  5. Project Omniscinet -- Released
    By Core in forum Downloads
    Replies: 80
    Last Post: 02-22-2009, 10:27 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •