Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. == MCP 6.1 (data: 6.1, client: 1.2.4, server: 1.2.4) ==
  2. # found jad, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs, pa
  3. ram csvs, astyle, astyle config
  4. == Recompiling client ==
  5. > Cleaning bin
  6. > Recompiling
  7. '"C:\Program Files\Java\jdk1.6.0_15\bin\javac" -Xlint:-options -deprecation -g -
  8. source 1.6 -target 1....' failed : 1
  9.  
  10. == ERRORS FOUND ==
  11.  
  12. src\minecraft\net\minecraft\src\RenderGlobal.java:395: cannot find symbol
  13. symbol : variable GL
  14. location: class net.minecraft.src.RenderGlobal
  15. GL.glLineWidth(2.0F);
  16. ^
  17.  
  18. src\minecraft\net\minecraft\src\RenderGlobal.java:399: AxisAlignedBB(double,doub
  19. le,double,double,double,double) has private access in net.minecraft.src.AxisAlig
  20. nedBB
  21. drawOutlinedBoundingBox(new AxisAlignedBB(d - 0.5, d1 + 0.1, d2
  22. - 0.5, d + 0.5, d1 + 2.0, d2 + 0.5));
  23. ^
  24.  
  25. src\minecraft\net\minecraft\src\RenderGlobal.java:399: non-static method drawOut
  26. linedBoundingBox(net.minecraft.src.AxisAlignedBB) cannot be referenced from a st
  27. atic context
  28. drawOutlinedBoundingBox(new AxisAlignedBB(d - 0.5, d1 + 0.1, d2
  29. - 0.5, d + 0.5, d1 + 2.0, d2 + 0.5));
  30. ^
  31.  
  32. 3 errors
  33. ==================
  34.  
  35. !! Can not find server sources, try decompiling !!
  36. Press any key to continue . . .
Add Comment
Please, Sign In to add comment