1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug RemoteException caused by ClassCastException: Cannot cast sc to aqi

Discussion in 'Developer Support' started by SlashnHax, Mar 17, 2016.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    Code (Text):
    1.  
    2. java.lang.RuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    3.         java.rmi.RemoteException: Unable to retrieve the value of aqi.w for 11671809870700741; nested exception is:
    4.         java.lang.ClassCastException: Cannot cast sc to aqi
    5.         at com.runemate.game.api.script.Execution.delayUntil(qwb:60)
    6.         at com.runemate.game.api.script.Execution.delayUntil(qwb:261)
    7.         at com.runemate.game.api.script.Execution.delayUntil(qwb:44)
    8.         at com.runemate.game.api.script.Execution.delayUntil(qwb:159)
    9.         at com.runemate.game.api.hybrid.local.hud.Menu.click(pdc:218)
    10.         at nul.iIiiiIiiIIII.interact(dxb:190)
    11.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:31)
    12.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:63)
    13.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:94)
    14.         at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.NpcAttacker.execute(NpcAttacker.java:51)
    15.         at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.CombatHandler.execute(CombatHandler.java:23)
    16.         at java.util.Optional.ifPresent(Optional.java:159)
    17.         at com.alphav2.api.bot.taskbot.AlphaTaskBot.onLoop(AlphaTaskBot.java:30)
    18.         at com.alphav2.api.bot.AlphaBot.run(AlphaBot.java:143)
    19.         at com.runemate.game.api.script.framework.AbstractScript.start(bwb:52)
    20.         at nul.IiIIIIiIiiII.run(zcc:239)
    21. Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    22.         java.rmi.RemoteException: Unable to retrieve the value of aqi.w for 11671809870700741; nested exception is:
    23.         java.lang.ClassCastException: Cannot cast sc to aqi
    24.         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    25.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    26.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    27.         at java.security.AccessController.doPrivileged(Native Method)
    28.         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    29.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    30.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    31.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    32.         at java.security.AccessController.doPrivileged(Native Method)
    33.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    34.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    35.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    36.         at java.lang.Thread.run(Unknown Source)
    37.         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    38.         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    39.         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    40.         at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    41.         at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    42.         at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    43.         at nul.IIiiiIiIiiiI.int(vmb:184)
    44.         at com.runemate.game.api.hybrid.local.hud.Menu.getItems(pdc:98)
    45.         at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(pdc:167)
    46.         at com.runemate.game.api.hybrid.local.hud.Menu.contains(pdc:202)
    47.         at com.runemate.game.api.hybrid.local.hud.Menu.int(pdc)
    48.         at com.runemate.game.api.script.Execution.delayUntil(qwb:64)
    49.         ... 15 more
    50. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqi.w for 11671809870700741; nested exception is:
    51.         java.lang.ClassCastException: Cannot cast sc to aqi
    52.         at nul.IIIiIiIIiI.enum(Unknown Source)
    53.         at nul.IIIiIiIIiI.serialize(Unknown Source)
    54.         at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    55.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    56.         at java.lang.reflect.Method.invoke(Unknown Source)
    57.         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    58.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    59.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    60.         at java.security.AccessController.doPrivileged(Native Method)
    61.         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    62.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    63.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    64.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    65.         at java.security.AccessController.doPrivileged(Native Method)
    66.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    67.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    68.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    69.         at java.lang.Thread.run(Unknown Source)
    70. Caused by: java.lang.ClassCastException: Cannot cast sc to aqi
    71.         at java.lang.invoke.MethodHandleImpl.newClassCastException(Unknown Source)
    72.         at java.lang.invoke.MethodHandleImpl.castReference(Unknown Source)
    73.         ... 18 more
    74.  
    @Cloud
     
  2. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    Maybe this will help as well?
    Code (Text):
    1. java.lang.RuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    2.     java.rmi.RemoteException: Unable to retrieve the value of aql.n for 111986036707525772; nested exception is:
    3.     java.lang.ClassCastException: Cannot cast sa to aql
    4.     at com.runemate.game.api.script.Execution.delayUntil(qwb:60)
    5.     at com.runemate.game.api.script.Execution.delayUntil(qwb:261)
    6.     at com.runemate.game.api.script.Execution.delayUntil(qwb:44)
    7.     at com.runemate.game.api.script.Execution.delayUntil(qwb:159)
    8.     at com.runemate.game.api.hybrid.local.hud.Menu.click(pdc:218)
    9.     at nul.iIiiiIiiIIII.interact(dxb:190)
    10.     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(xl:52)
    11.     at com.Sudo.Helper.SudoInteract.interactWith(SudoInteract.java:34)
    12.     at com.Sudo.bots.SudoDivination.DivMethods.startHarvest(DivMethods.java:34)
    13.     at com.Sudo.bots.SudoDivination.SudoDivination.onLoop(SudoDivination.java:68)
    14.     at com.runemate.game.api.script.framework.LoopingScript.run(knb:91)
    15.     at com.runemate.game.api.script.framework.AbstractScript.start(bwb:52)
    16.     at nul.IiIIIIiIiiII.run(zcc:239)
    17. Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    18.     java.rmi.RemoteException: Unable to retrieve the value of aql.n for 111986036707525772; nested exception is:
    19.     java.lang.ClassCastException: Cannot cast sa to aql
    20.     at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    21.     at sun.rmi.transport.Transport$1.run(Unknown Source)
    22.     at sun.rmi.transport.Transport$1.run(Unknown Source)
    23.     at java.security.AccessController.doPrivileged(Native Method)
    24.     at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    25.     at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    26.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    27.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
    28.     at java.security.AccessController.doPrivileged(Native Method)
    29.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    30.     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    31.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    32.     at java.lang.Thread.run(Unknown Source)
    33.     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    34.     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    35.     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    36.     at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    37.     at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    38.     at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    39.     at nul.IIiiiIiIiiiI.int(vmb:184)
    40.     at com.runemate.game.api.hybrid.local.hud.Menu.getItems(pdc:98)
    41.     at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(pdc:167)
    42.     at com.runemate.game.api.hybrid.local.hud.Menu.contains(pdc:202)
    43.     at com.runemate.game.api.hybrid.local.hud.Menu.int(pdc)
    44.     at com.runemate.game.api.script.Execution.delayUntil(qwb:64)
    45.     ... 12 more
    46. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aql.n for 111986036707525772; nested exception is:
    47.     java.lang.ClassCastException: Cannot cast sa to aql
    48.     at nul.IIIiIiIIiI.enum(Unknown Source)
    49.     at nul.IIIiIiIIiI.serialize(Unknown Source)
    50.     at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    51.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    52.     at java.lang.reflect.Method.invoke(Unknown Source)
    53.     at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    54.     at sun.rmi.transport.Transport$1.run(Unknown Source)
    55.     at sun.rmi.transport.Transport$1.run(Unknown Source)
    56.     at java.security.AccessController.doPrivileged(Native Method)
    57.     at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    58.     at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    59.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    60.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
    61.     at java.security.AccessController.doPrivileged(Native Method)
    62.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    63.     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    64.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    65.     at java.lang.Thread.run(Unknown Source)
    66. Caused by: java.lang.ClassCastException: Cannot cast sa to aql
    67.     at java.lang.invoke.MethodHandleImpl.newClassCastException(Unknown Source)
    68.     at java.lang.invoke.MethodHandleImpl.castReference(Unknown Source)
    69.     ... 18 more
    Code (Text):
    1. [doublepost=1459125683,1458279195][/doublepost]java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    2.     java.rmi.RemoteException: Unable to retrieve the value of aqx.d for 51586122078794924; nested exception is:
    3.     java.lang.ClassCastException: required class aqx but encountered class sj
    4.     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:353)
    5.     at sun.rmi.transport.Transport$1.run(Transport.java:177)
    6.     at sun.rmi.transport.Transport$1.run(Transport.java:174)
    7.     at java.security.AccessController.doPrivileged(Native Method)
    8.     at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    9.     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    10.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    11.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    12.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    13.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    14.     at java.lang.Thread.run(Thread.java:722)
    15.     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    16.     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    17.     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    18.     at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    19.     at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    20.     at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    21.     at nul.iIiIIIiIIiII.float(jnb:196)
    22.     at nul.iIiIIIiIIiII.float(jnb:112)
    23.     at com.runemate.game.api.hybrid.local.hud.Menu.getItemCount(rac:223)
    24.     at nul.iiIiIIiiIIII.getBounds(cpb:105)
    25.     at nul.iiIiIIiiIIII.contains(cpb:82)
    26.     at nul.iiiiIIiIiiii.float(oob:23)
    27.     at nul.iiiiIIiIiiii.float(oob:36)
    28.     at nul.iiiiIIiIiiii.move(oob:232)
    29.     at com.runemate.game.api.hybrid.input.Mouse.move(knb:226)
    30.     at com.runemate.game.api.hybrid.input.Mouse.click(knb:169)
    31.     at nul.iiIiIIiiIIII.click(cpb:36)
    32.     at com.runemate.game.api.hybrid.local.hud.Menu.click(rac:106)
    33.     at com.runemate.game.api.hybrid.local.hud.Menu.click(rac:132)
    34.     at nul.IIiiIIiiiIII.interact(bob:240)
    35.     at com.runemate.game.api.hybrid.entities.details.Interactable.interact(hk:22)
    36.     at com.Sudo.Helper.SudoInteract.interactWith(SudoInteract.java:34)
    37.     at com.Sudo.bots.SudoDivination.DivMethods.startHarvest(DivMethods.java:34)
    38.     at com.Sudo.bots.SudoDivination.SudoDivination.onLoop(SudoDivination.java:68)
    39.     at com.runemate.game.api.script.framework.LoopingScript.run(yvb:260)
    40.     at com.runemate.game.api.script.framework.AbstractScript.start(rqb:22)
    41.     at nul.IIIIiIiiiIii.run(pbc:82)
    42. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqx.d for 51586122078794924; nested exception is:
    43.     java.lang.ClassCastException: required class aqx but encountered class sj
    44.     at nul.IIIiIiIIiI.enum(Unknown Source)
    45.     at nul.IIIiIiIIiI.serialize(Unknown Source)
    46.     at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
    47.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    48.     at java.lang.reflect.Method.invoke(Method.java:601)
    49.     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
    50.     at sun.rmi.transport.Transport$1.run(Transport.java:177)
    51.     at sun.rmi.transport.Transport$1.run(Transport.java:174)
    52.     at java.security.AccessController.doPrivileged(Native Method)
    53.     at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    54.     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    55.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    56.     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    57.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    58.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    59.     at java.lang.Thread.run(Thread.java:722)
    60. Caused by: java.lang.ClassCastException: required class aqx but encountered class sj
    61.     at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
    62.     ... 16 more
     
  3. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
  4. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    Idk if this exception has had an attempt in being addressed, but it still occurs in the most recent update. (V1.0.37)


    Code (Text):
    1. java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    2.         java.rmi.RemoteException: Unable to retrieve the value of aqj.j for 111412929134478026; nested exception is:
    3.         java.lang.ClassCastException: required class aqj but encountered class sf
    4.         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:353)
    5.         at sun.rmi.transport.Transport$1.run(Transport.java:177)
    6.         at sun.rmi.transport.Transport$1.run(Transport.java:174)
    7.         at java.security.AccessController.doPrivileged(Native Method)
    8.         at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    9.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    10.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    11.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    12.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    13.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    14.         at java.lang.Thread.run(Thread.java:722)
    15.         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    16.         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    17.         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    18.         at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    19.         at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    20.         at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    21.         at nul.IiIIiIiiIIiI.class(psb:101)
    22.         at com.runemate.game.api.hybrid.local.hud.Menu.getItems(yyb:1)
    23.         at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(yyb:5)
    24.         at com.runemate.game.api.hybrid.local.hud.Menu.getItem(yyb:23)
    25.         at com.runemate.game.api.hybrid.local.hud.Menu.click(yyb:271)
    26.         at nul.IIiiIIiIIiII.interact(kob:194)
    27.         at com.runemate.game.api.hybrid.entities.details.Interactable.interact(ij:256)
    28.         at com.Sudo.Helper.SudoInteract.interactWith(SudoInteract.java:34)
    29.         at com.Sudo.bots.SudoDivination.DivMethods.startHarvest(DivMethods.java:35)
    30.         at com.Sudo.bots.SudoDivination.SudoDivination.onLoop(SudoDivination.java:123)
    31.         at com.runemate.game.api.script.framework.LoopingScript.run(dub:67)
    32.         at com.runemate.game.api.script.framework.AbstractScript.start(npb:150)
    33.         at nul.iIiiiIiIiIII.run(tec:66)
    34. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqj.j for 111412929134478026; nested exception is:
    35.         java.lang.ClassCastException: required class aqj but encountered class sf
    36.         at nul.iIiIiiIIIi.const(Unknown Source)
    37.         at nul.iIiIiiIIIi.serialize(Unknown Source)
    38.         at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    39.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    40.         at java.lang.reflect.Method.invoke(Method.java:601)
    41.         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
    42.         at sun.rmi.transport.Transport$1.run(Transport.java:177)
    43.         at sun.rmi.transport.Transport$1.run(Transport.java:174)
    44.         at java.security.AccessController.doPrivileged(Native Method)
    45.         at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    46.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    47.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    48.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    49.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    50.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    51.         at java.lang.Thread.run(Thread.java:722)
    52. Caused by: java.lang.ClassCastException: required class aqj but encountered class sf
    53.         at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
    54.         ... 16 more
     
  5. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    It's getting in the way of my long runs :( The longest I've gotten was like 7 hours when I got lucky
     
    proxi likes this.
  6. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    @Cloud
    --- Double Post Merged, Apr 6, 2016, Original Post Date: Apr 2, 2016 ---
    Is this still occurring @SlashnHax @proxi?
     
  7. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    I haven't seen it in a while, I will post if this changes.
     
  8. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    I haven't seen it in the last few days.
     

Share This Page

Loading...