boomboomthehacker

Common TURBOKrist errors

Jun 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Q: I'm getting 12MH/s on my GTX Titan X!
  2. A: Try increasing your work load by the power of 2.
  3.  
  4. Q: "Gradlew" failed at the test stage!
  5. A: Try gradlew build -x test
  6.  
  7. Q: Not compiling... Could not determine the dependencies of task ':test'
  8. A: Delete the whole turbokrist folder then git clone WITH RECURSIVE.
  9.  
  10. Q: "No main manifest attribute, in turbokrist.jar"
  11. A: The JAR is in turbokrist-CLI, not libs! You got the wrong jar!
  12.  
  13. Q: "com.nativelibs4java.opencl.CLBuildException: Compilation failure"
  14. A: Update your GPU drivers.
  15.  
  16. Q: "Main class org.gradlew.wrapper.GradleWrapperMain couldn't be found or loaded."
  17. A: If you are on windows, USE THE NATIVE COMMAND PROMPT
  18.  
  19. Q: "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1"
  20. A: Your -w parameters should be in the format of <deviceSignature>:<worksize>
  21.  
  22. Q: Out of resource crash
  23. A: INCREASE YOUR JVM MEMORY!
  24.  
  25. Q: "Could not determine the dependencies of task ':compileJava'."
  26. A: INSTALL JDK!
Add Comment
Please, Sign In to add comment