Advertisement
Guest User

theerror

a guest
Nov 12th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Picked up _JAVA_OPTIONS: -Xmx6G
  2.  
  3. > Configure project :
  4. This mapping 'snapshot_20180814' was designed for MC 1.12! Use at your own peril.
  5. Found AccessTransformer: kami_at.cfg
  6. Version string 'b2' does not match SemVer specification
  7. You should try SemVer : http://semver.org/
  8.  
  9. > Task :compileJava
  10. Potential refmap conflict. Duplicate refmap name mixins.kami.refmap.json specified for sourceSet main, already defined for sourceSet main
  11. Note: SpongePowered MIXIN Annotation Processor Version=0.7.11
  12. Note: ObfuscationServiceMCP supports type: "searge"
  13. Note: ObfuscationServiceMCP supports type: "notch"
  14. Note: Loading searge mappings from C:\Users\User\.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_snapshot\20180814\1.12.2\srgs\mcp-srg.srg
  15. Note: Loading notch mappings from C:\Users\User\.gradle\caches\minecraft\de\oceanlabs\mcp\mcp_snapshot\20180814\1.12.2\srgs\mcp-notch.srg
  16. Note: Writing refmap to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\compileJava-refmap.json
  17. Note: Writing refmap to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\compileJava-refmap.json
  18. Note: Writing searge output SRGs to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\mcp-srg.srg
  19. Note: Writing notch output SRGs to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\mcp-notch.srg
  20. C:\Users\User\Desktop\waizyhack.src\KAMI\build\sources\main\java\me\zeroeightsix\kami\module\modules\misc\AntiDeathScreen.java:7: error: cannot find symbol
  21. @Info(name = "AntiDeathScreen", description = "Anti Death Screen Bug", category = Category.MISC)
  22. ^
  23. symbol: class Info
  24. Note: Writing refmap to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\compileJava-refmap.json
  25. Note: Writing refmap to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\compileJava-refmap.json
  26. Note: Writing searge output SRGs to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\mcp-srg.srg
  27. Note: Writing notch output SRGs to C:\Users\User\Desktop\waizyhack.src\KAMI\build\tmp\compileJava\mcp-notch.srg
  28. 1 error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement