Thread: Hopefully someone can help me 718

Results 1 to 3 of 3
  1. #1 Hopefully someone can help me 718 
    Registered Member yenthe's Avatar
    Join Date
    Jul 2011
    Posts
    149
    Thanks given
    10
    Thanks received
    16
    Rep Power
    0
    Hello there, Im new to coding and trying to learn but i have a issue with this error


    java.lang.Error: Unresolved compilation problems:
    PollHandler cannot be resolved
    Poll cannot be resolved to a type
    PollHandler cannot be resolved to a variable

    at com.enso.net.decoders.WorldPacketsDecoder.processP ackets(WorldPacketsDecoder.java:1374)
    at com.enso.net.decoders.WorldPacketsDecoder.decode(W orldPacketsDecoder.java:300)
    at com.enso.net.ServerChannelHandler.messageReceived( ServerChannelHandler.java:96)
    at org.jboss.netty.channel.SimpleChannelHandler.handl eUpstream(SimpleChannelHandler.java:95)
    at org.jboss.netty.channel.DefaultChannelPipeline.sen dUpstream(DefaultChannelPipeline.java:563)
    at org.jboss.netty.channel.DefaultChannelPipeline.sen dUpstream(DefaultChannelPipeline.java:558)
    at org.jboss.netty.channel.Channels.fireMessageReceiv ed(Channels.java:268)
    at org.jboss.netty.channel.Channels.fireMessageReceiv ed(Channels.java:255)
    at org.jboss.netty.channel.socket.nio.NioWorker.read( NioWorker.java:91)
    at org.jboss.netty.channel.socket.nio.AbstractNioWork er.processSelectedKeys(AbstractNioWorker.java:373)
    at org.jboss.netty.channel.socket.nio.AbstractNioWork er.run(AbstractNioWorker.java:247)
    at org.jboss.netty.channel.socket.nio.NioWorker.run(N ioWorker.java:35)
    at org.jboss.netty.util.ThreadRenamingRunnable.run(Th readRenamingRunnable.java:102)
    at org.jboss.netty.util.internal.DeadLockProofWorker$ 1.run(DeadLockProofWorker.java:42)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
    at java.lang.Thread.run(Unknown Source)



    So what happens, The source works and when i loging the game it kinda crashes with this error
    Its a 718 source from enso TransecendRS

    And when i try loginning in again it says my character is still logged in
    Reply With Quote  
     

  2. #2  
    Registered Member Ledion's Avatar
    Join Date
    Nov 2014
    Posts
    141
    Thanks given
    4
    Thanks received
    8
    Rep Power
    0
    It seems like there is an error with PollHandler, it says that something is unresolved. I recommend you use eclipse, if you don't and also try using code tags
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member yenthe's Avatar
    Join Date
    Jul 2011
    Posts
    149
    Thanks given
    10
    Thanks received
    16
    Rep Power
    0
    Maybe i need to remove pollhandler somewhere

    FIXED IT

    removed the code thanks alot
    Reply With Quote  
     


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. Replies: 2
    Last Post: 05-12-2016, 01:05 AM
  2. Perhaps someone can help me
    By Max in forum Spam
    Replies: 3
    Last Post: 11-20-2013, 09:04 AM
  3. Replies: 21
    Last Post: 05-05-2013, 04:25 AM
  4. I hope someone can help me
    By xSvenx in forum Help
    Replies: 2
    Last Post: 11-17-2012, 05:50 PM
  5. Replies: 7
    Last Post: 10-18-2012, 09:48 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
  •