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

Bug Paid account can't run more than 2 instances

Discussion in 'Client & Site Support' started by Norma Steetz, Feb 11, 2018.

  1. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    My friend's paid RM acc should be able to run 4 instances but when he runs a 3rd it ends the first instance before starting. He has managed to fix it by uninstalling and reinstalling Java, however this only works the first time he launches RM. If he closes it the issue returns, essentially meaning he has to install java every time he runs RM. I have noticed that some settings reset when java is reinstalled, e.g. authenticator, local bot directory etc. so maybe some setting is being toggled by reinstalling java?

    Java version: 32-bit 8u161
    OS: Windows 7 64-bit (Edited)
    Error:
    Code (Text):
    1. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    2.     at java.util.ArrayList.rangeCheck(Unknown Source)
    3.     at java.util.ArrayList.get(Unknown Source)
    4.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    5.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    6.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    7.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    8.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    9.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    10.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    11.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    12.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    13.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    14.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    15.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    16.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    17.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    18.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    19.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    20.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    21.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    22.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    23.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    24.     at javafx.collections.ModifiableObservableListBase.setAll(ModifiableObservableListBase.java:90)
    25.     at javafx.collections.ObservableListBase.setAll(ObservableListBase.java:250)
    26.     at nul.iiIIIiiIiiiIi.char(ipb:62)
    27.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    28.     at java.security.AccessController.doPrivileged(Native Method)
    29.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    30.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    31.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    32.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    33.     at java.lang.Thread.run(Unknown Source)
    All assistance appreciated.
     
    #1 Norma Steetz, Feb 11, 2018
    Last edited: Feb 13, 2018
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @Cloud please reverse the stack trace and create an issue about it. I assume it's @Party's domain.
     
    Nature Rune likes this.
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I need to know what version of RuneMate that stacktrace was from to reverse it
     
  4. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    It would be reasonable to assume that it was whatever the deployed version was at the time of the OP.
     
  5. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    The issue seemed to have been fixed for my friend yesterday, however today it has reoccurred. This time the stack trace is slightly different and also now reinstalling Java does not solve the issue for the first launch of RM. He is using the latest version of RM, and correction from original post his OS is windows 7 64-bit.

    Code (Text):
    1. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    2.     at java.util.ArrayList.rangeCheck(Unknown Source)
    3.     at java.util.ArrayList.get(Unknown Source)
    4.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    5.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    6.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    7.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    8.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    9.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    10.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    11.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    12.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    13.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    14.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    15.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    16.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    17.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    18.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    19.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    20.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    21.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    22.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    23.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    24.     at javafx.collections.ModifiableObservableListBase.setAll(ModifiableObservableListBase.java:90)
    25.     at javafx.collections.ObservableListBase.setAll(ObservableListBase.java:250)
    26.     at nul.iIiiIiiIIIIiI.false(ukb:216)
    27.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    28.     at java.security.AccessController.doPrivileged(Native Method)
    29.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    30.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    31.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    32.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    33.     at java.lang.Thread.run(Unknown Source)
     
  6. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    What is the RuneMate version? Should say under Help.
     
  7. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    Code (Text):
    1. [Debug] Java Version: 8u161 x86 (Oracle Corporation)
    2. [Debug] Maximum Heap Size: 990MB
    3. [Debug] RuneMate Version: 2.79.4
    4. [Debug] Operating System: Windows 7 x64
    --- Double Post Merged, Feb 20, 2018, Original Post Date: Feb 13, 2018 ---
    @Arbiter The issue has arisen again with the same stack trace as post #5 in this thread. The computer information is exactly the same as post #7 in this thread. This issue is very frustrating for my friend. He is a paying customer and we would both appreciate any assistance that can be provided.
    --- Double Post Merged, Feb 22, 2018 ---
    UPDATE: The issue persists for my friend so he is still limited to 2 accounts at once. It turns out he is getting the same issue on two different PCs. I've told him to try restarting his router and seeing if the issue goes away, since he has had the issue fixed on and off since I originally posted about this. Are there any ports he might need to forward or router/network settings that might cause this?
     
  8. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    You need to post the log *and* the RuneMate version at the time of the error. That way we can convert the error into something we can debug.
     
  9. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    Code (Text):
    1. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    2.     at java.util.ArrayList.rangeCheck(Unknown Source)
    3.     at java.util.ArrayList.get(Unknown Source)
    4.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    5.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    6.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    7.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    8.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    9.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    10.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    11.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    12.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    13.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    14.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    15.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    16.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    17.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    18.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    19.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    20.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    21.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    22.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    23.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    24.     at javafx.collections.ModifiableObservableListBase.setAll(ModifiableObservableListBase.java:90)
    25.     at javafx.collections.ObservableListBase.setAll(ObservableListBase.java:250)
    26.     at nul.iIiiIiiIIIIiI.false(ukb:216)
    27.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    28.     at java.security.AccessController.doPrivileged(Native Method)
    29.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    30.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    31.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    32.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    33.     at java.lang.Thread.run(Unknown Source)
    This is a stack trace as of today. The rm version is the same as above. 2.79.4
     
  10. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
  11. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    -
    --- Double Post Merged, Feb 27, 2018, Original Post Date: Feb 27, 2018 ---
    Hi, any update on this getting fixed? It's very inconvenient...
    --- Double Post Merged, Mar 1, 2018 ---
    @Arbiter Could you please give an update as to if/when this will be fixed. So far my friend has not been able to utilize his paid benefits at all for the last fortnight.
     
  12. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    We're looking into it but not having much luck just yet @Norma Steetz , we've never encountered the issue before and it's not making a lot of sense.
     
  13. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Please try with the updated build. If it is still not resolved we will need an updated log dump.
     
  14. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    Sorry for the delay, here is a stack trace on the latest version:

    Code (Text):
    1. [Debug] Java Home: C:\Program Files (x86)\Java\jre1.8.0_161
    2. [Debug] Java Version: 8u161 x86 (Oracle Corporation)
    3. [Debug] Maximum Heap Size: 990MB
    4. [Debug] RuneMate Version: 2.80.4
    5. [Debug] Operating System: Windows 7 x64
    Code (Text):
    1. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    2.     at java.util.ArrayList.rangeCheck(Unknown Source)
    3.     at java.util.ArrayList.get(Unknown Source)
    4.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    5.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    6.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    7.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    8.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    9.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    10.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    11.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    12.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    13.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    14.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    15.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    16.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    17.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    18.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    19.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    20.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    21.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    22.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    23.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    24.     at com.sun.javafx.collections.ObservableListWrapper.clear(ObservableListWrapper.java:157)
    25.     at nul.IIiIiiiIiiiiI.void(nlb:28)
    26.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    27.     at java.security.AccessController.doPrivileged(Native Method)
    28.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    29.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    30.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    31.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    32.     at java.lang.Thread.run(Unknown Source)
    Thanks for trying to fix this, will be very appreciative once it's rectified.
     
  15. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @Cloud hopefully easier this time. @Norma Steetz can you please private message me the Transaction ID of the payment that is going unused. After we patch the issue I will refund the payment.
     
  16. Norma Steetz

    Joined:
    Sep 27, 2017
    Messages:
    16
    Likes Received:
    1
    My friend hasn't received the bug for the last few days! Hopefully the issue is resolved for good now. It would be greatly appreciated if his payment could be refunded, it actually expired today and he didn't get to use much of his hours. I've pmed you the transaction info, please let me know if you need any further information. Thanks for your assistance.
    --- Double Post Merged, Mar 11, 2018, Original Post Date: Mar 10, 2018 ---
    Hmm, bad news...The bug seems to have resurfaced (again). Here is the stack trace, let me know if there's anything that can be done on the user end or if a solution has been implemented and should retry.

    Code (Text):
    1. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    2.     at java.util.ArrayList.rangeCheck(Unknown Source)
    3.     at java.util.ArrayList.get(Unknown Source)
    4.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    5.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    6.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    7.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    8.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    9.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    10.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    11.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    12.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    13.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    14.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    15.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    16.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    17.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    18.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    19.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    20.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    21.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    22.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    23.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    24.     at com.sun.javafx.collections.ObservableListWrapper.clear(ObservableListWrapper.java:157)
    25.     at nul.iIiIiiiIIIiII.const(clb:58)
    26.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    27.     at java.security.AccessController.doPrivileged(Native Method)
    28.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    29.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    30.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    31.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    32.     at java.lang.Thread.run(Unknown Source)
    33. [Report on the forums] The bot object was stopped before its exception was thrown.
    34. java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
    35.     at java.util.ArrayList.rangeCheck(Unknown Source)
    36.     at java.util.ArrayList.get(Unknown Source)
    37.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    38.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    39.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    40.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    41.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    42.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    43.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    44.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    45.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    46.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    47.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    48.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    49.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    50.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    51.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    52.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    53.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    54.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    55.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    56.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    57.     at com.sun.javafx.collections.ObservableListWrapper.clear(ObservableListWrapper.java:157)
    58.     at nul.iIiIiiiIIIiII.const(clb:58)
    59.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    60.     at java.security.AccessController.doPrivileged(Native Method)
    61.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    62.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    63.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    64.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    65.     at java.lang.Thread.run(Unknown Source)
    66. [Report on the forums] The bot object was stopped before its exception was thrown.
    67. java.lang.IndexOutOfBoundsException: Index: 2, Size: 0
    68.     at java.util.ArrayList.rangeCheck(Unknown Source)
    69.     at java.util.ArrayList.get(Unknown Source)
    70.     at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
    71.     at javafx.collections.transformation.FilteredList.get(FilteredList.java:172)
    72.     at javafx.scene.control.ListCell.updateItem(ListCell.java:459)
    73.     at javafx.scene.control.ListCell.lambda$new$160(ListCell.java:167)
    74.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    75.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    76.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    77.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    78.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    79.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    80.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    81.     at javafx.collections.transformation.FilteredList.sourceChanged(FilteredList.java:147)
    82.     at javafx.collections.transformation.TransformationList.lambda$getListener$23(TransformationList.java:106)
    83.     at javafx.collections.WeakListChangeListener.onChanged(WeakListChangeListener.java:88)
    84.     at com.sun.javafx.collections.ListListenerHelper$Generic.fireValueChangedEvent(ListListenerHelper.java:329)
    85.     at com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent(ListListenerHelper.java:73)
    86.     at javafx.collections.ObservableListBase.fireChange(ObservableListBase.java:233)
    87.     at javafx.collections.ListChangeBuilder.commit(ListChangeBuilder.java:482)
    88.     at javafx.collections.ListChangeBuilder.endChange(ListChangeBuilder.java:541)
    89.     at javafx.collections.ObservableListBase.endChange(ObservableListBase.java:205)
    90.     at com.sun.javafx.collections.ObservableListWrapper.clear(ObservableListWrapper.java:157)
    91.     at nul.iIiIiiiIIIiII.const(clb:58)
    92.     at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
    93.     at java.security.AccessController.doPrivileged(Native Method)
    94.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
    95.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    96.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    97.     at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
    98.     at java.lang.Thread.run(Unknown Source)
    99. [Report on the forums] The bot object was stopped before its exception was thrown.
    --- Double Post Merged, Mar 20, 2018 ---
    @Arbiter please check your pms, instead of refunding some unusable hours you have accidentally removed hours 27 days before they were due to expire. Thanks.
     
    #16 Norma Steetz, Mar 20, 2018
    Last edited: Mar 20, 2018

Share This Page

Loading...