Thread: ScapeEmulator

Results 1 to 2 of 2
  1. #1 ScapeEmulator 
    Registered Member SuperMario's Avatar
    Join Date
    May 2012
    Posts
    329
    Thanks given
    30
    Thanks received
    26
    Rep Power
    5
    Code:
    MessageDecoder<Message> decoder = (MessageDecoder<Message>) codecs.get(frame.getOpcode());
    The method get(Class<T>) in the type CodecRepository is not applicable for the arguments (int)

    How do I fix this, I downloaded the source straight.

    LOL
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Mar 2013
    Age
    24
    Posts
    1,767
    Thanks given
    335
    Thanks received
    386
    Rep Power
    318
    Quote Originally Posted by SuperMario View Post
    Code:
    MessageDecoder<Message> decoder = (MessageDecoder<Message>) codecs.get(frame.getOpcode());
    The method get(Class<T>) in the type CodecRepository is not applicable for the arguments (int)

    How do I fix this, I downloaded the source straight.
    As the error implies, #get(Class<T>) of type CodecRespository is not applicable for the argument that has been passed.
    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. ScapeEmulator
    By _jpe in forum Downloads
    Replies: 60
    Last Post: 01-23-2020, 04:21 AM
  2. ScapeEmulator project recruitement
    By Proto in forum Requests
    Replies: 0
    Last Post: 08-23-2014, 05:23 AM
  3. [ScapeEmulator] Adding a Plugin System
    By _js5 in forum Tutorials
    Replies: 7
    Last Post: 08-08-2013, 09:38 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
  •