Skip to content

Instantly share code, notes, and snippets.

@C4N4D4M4N
Created November 2, 2018 00:09
Show Gist options
  • Save C4N4D4M4N/91b39233a26f8a1b4600a7049885398b to your computer and use it in GitHub Desktop.
Save C4N4D4M4N/91b39233a26f8a1b4600a7049885398b to your computer and use it in GitHub Desktop.
[20:06:56] C:\Users\Kael\AppData\Roaming\.tribot
[20:06:56] Script initializing
[20:06:56] Login bot state = false
[20:06:56] AI antbian state = false
[20:06:56] Loaded existing purchase history
[20:06:56] Listening for GE Offer changes
[20:06:56] Listening for GE Collection changes
[20:06:56] Listening for Inventory Item changes
[20:06:56] Offer Observer initialized
[20:06:56] Attempting to connect to RSX_Master
[20:06:56] Waiting to receive AI
[20:06:56] Collection Bin initialized
[20:06:56] Connection established
[20:06:56] Item Observer initialized
[20:06:56] Mouse Handler initialized
[20:06:59] Exception in thread "Thread-103"
[20:06:59] java.lang.OutOfMemoryError: Cannot allocate new LongPointer(0): totalBytes = 331M, physicalBytes = 747M
[20:06:59] at org.bytedeco.javacpp.LongPointer.<init>(LongPointer.java:76)
[20:06:59] at org.nd4j.linalg.api.buffer.BaseDataBuffer.<init>(BaseDataBuffer.java:622)
[20:06:59] at org.nd4j.linalg.api.buffer.BaseDataBuffer.<init>(BaseDataBuffer.java:591)
[20:06:59] at org.nd4j.linalg.api.buffer.LongBuffer.<init>(LongBuffer.java:45)
[20:06:59] at org.nd4j.linalg.api.buffer.factory.DefaultDataBufferFactory.createLong(DefaultDataBufferFactory.java:446)
[20:06:59] at org.nd4j.linalg.factory.Nd4j.createBufferDetached(Nd4j.java:1353)
[20:06:59] at org.nd4j.linalg.factory.Nd4j.read(Nd4j.java:2432)
[20:06:59] at org.deeplearning4j.util.ModelSerializer.restoreComputationGraph(ModelSerializer.java:595)
[20:06:59] at org.deeplearning4j.util.ModelSerializer.restoreComputationGraph(ModelSerializer.java:465)
[20:06:59] at org.deeplearning4j.nn.graph.ComputationGraph.readObject(ComputationGraph.java:4576)
[20:06:59] at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
[20:06:59] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:06:59] at java.lang.reflect.Method.invoke(Method.java:526)
[20:06:59] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1158)
[20:06:59] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2169)
[20:06:59] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2060)
[20:06:59] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1567)
[20:06:59] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2278)
[20:06:59] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2202)
[20:06:59] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2060)
[20:06:59] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1567)
[20:06:59] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:427)
[20:06:59] at java.util.HashMap.readObject(HashMap.java:1409)
[20:06:59] at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
[20:06:59] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:06:59] at java.lang.reflect.Method.invoke(Method.java:526)
[20:06:59] at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1158)
[20:06:59] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2169)
[20:06:59] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2060)
[20:06:59] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1567)
[20:06:59] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2278)
[20:06:59] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2202)
[20:06:59] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2060)
[20:06:59] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1567)
[20:06:59] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:427)
[20:06:59] at scripts.RSX.RSX_Worker.lambda$onStart$0(RSX_Worker.java:501)
[20:06:59] at java.lang.Thread.run(Thread.java:748)
[20:06:59] Caused by: java.lang.OutOfMemoryError: Physical memory usage is too high: physicalBytes (747M) > maxPhysicalBytes (746M)
[20:06:59] at org.bytedeco.javacpp.Pointer.deallocator(Pointer.java:588)
[20:06:59] at org.bytedeco.javacpp.Pointer.init(Pointer.java:124)
[20:06:59] at org.bytedeco.javacpp.LongPointer.allocateArray(Native Method)
[20:06:59] at org.bytedeco.javacpp.LongPointer.<init>(LongPointer.java:68)
[20:06:59] ... 36 more
[20:07:09] Socket closed
[20:07:09] Input closed
[20:07:09] Offer Observer shutdown
[20:07:09] Offer Observer thread shutdown
[20:07:09] Collection Bin shutdown
[20:07:09] Item Observer shutdown
[20:07:09] Item Observer thread shutdown
[20:07:09] Mouse Handler shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment