Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. == MCP v4.4 ==
  2. > Recompiling client...
  3. "C:\Program Files\Java\jdk1.6.0_27\bin\javac.exe" -g -source 1.6 -target 1.6 -cl
  4. asspath "lib/;lib/*;jars/bin/minecraft.jar;jars/bin/jinput.jar;jars/bin/lwjgl.ja
  5. r;jars/bin/lwjgl_util.jar" -sourcepath src/minecraft -d bin/minecraft src/minecr
  6. aft\net\minecraft\client\*.java src/minecraft\net\minecraft\isom\*.java src/mine
  7. craft\net\minecraft\src\*.java src/minecraft\net\minecraft\src\forge\*.java con
  8. f/patches/*.java failed.
  9. Return code : 1
  10.  
  11. == ERRORS FOUND ==
  12.  
  13. src\minecraft\net\minecraft\src\Tessellator.java:418: byteBuffer is already defi
  14. ned in net.minecraft.src.Tessellator
  15. private static ByteBuffer byteBuffer;
  16. ^
  17.  
  18. src\minecraft\net\minecraft\src\Tessellator.java:419: intBuffer is already defin
  19. ed in net.minecraft.src.Tessellator
  20. private static IntBuffer intBuffer;
  21. ^
  22.  
  23. src\minecraft\net\minecraft\src\Tessellator.java:420: floatBuffer is already def
  24. ined in net.minecraft.src.Tessellator
  25. private static FloatBuffer floatBuffer;
  26. ^
  27.  
  28. src\minecraft\net\minecraft\src\EntityPlayer.java:531: cannot find symbol
  29. symbol : variable potionDigSpeed
  30. location: class net.minecraft.src.Potion
  31. if(isPotionActive(Potion.potionDigSpeed))
  32. ^
  33.  
  34. src\minecraft\net\minecraft\src\EntityPlayer.java:533: cannot find symbol
  35. symbol : variable potionDigSpeed
  36. location: class net.minecraft.src.Potion
  37. f *= 1.0F + (float)(getActivePotionEffect(Potion.potionDigSpeed).getAmplifier()
  38. + 1) * 0.2F;
  39. ^
  40.  
  41. src\minecraft\net\minecraft\src\EntityPlayer.java:533: operator + cannot be appl
  42. ied to <any>.getAmplifier,int
  43. f *= 1.0F + (float)(getActivePotionEffect(Potion.potionDigSpeed).getAmplifier()
  44. + 1) * 0.2F;
  45. ^
  46.  
  47. src\minecraft\net\minecraft\src\EntityPlayer.java:533: inconvertible types
  48. found : <nulltype>
  49. required: float
  50. f *= 1.0F + (float)(getActivePotionEffect(Potion.potionDigSpeed).getAmplifier()
  51. + 1) * 0.2F;
  52. ^
  53.  
  54. src\minecraft\net\minecraft\src\EntityPlayer.java:535: cannot find symbol
  55. symbol : variable potionDigSlow
  56. location: class net.minecraft.src.Potion
  57. if(isPotionActive(Potion.potionDigSlow))
  58. ^
  59.  
  60. src\minecraft\net\minecraft\src\EntityPlayer.java:537: cannot find symbol
  61. symbol : variable potionDigSlow
  62. location: class net.minecraft.src.Potion
  63. f *= 1.0F - (float)(getActivePotionEffect(Potion.potionDigSlow).getAmplifier() +
  64. 1) * 0.2F;
  65. ^
  66.  
  67. src\minecraft\net\minecraft\src\EntityPlayer.java:537: operator + cannot be appl
  68. ied to <any>.getAmplifier,int
  69. f *= 1.0F - (float)(getActivePotionEffect(Potion.potionDigSlow).getAmplifier() +
  70. 1) * 0.2F;
  71. ^
  72.  
  73. src\minecraft\net\minecraft\src\EntityPlayer.java:537: inconvertible types
  74. found : <nulltype>
  75. required: float
  76. f *= 1.0F - (float)(getActivePotionEffect(Potion.potionDigSlow).getAmplifier() +
  77. 1) * 0.2F;
  78. ^
  79.  
  80. src\minecraft\net\minecraft\src\EffectRenderer.java:128: cannot find symbol
  81. symbol : method setBrightness(int)
  82. location: class net.minecraft.src.Tessellator
  83. tessellator.setBrightness(entityfx.func_35115_a(f));
  84. ^
  85.  
  86. src\minecraft\net\minecraft\src\Tessellator.java:27: cannot find symbol
  87. symbol : variable useVBO
  88. location: class net.minecraft.src.Tessellator
  89. useVBO = false;
  90. ^
  91.  
  92. src\minecraft\net\minecraft\src\Tessellator.java:30: cannot find symbol
  93. symbol : variable bufferSize
  94. location: class net.minecraft.src.Tessellator
  95. bufferSize = i;
  96. ^
  97.  
  98. src\minecraft\net\minecraft\src\Tessellator.java:30: cannot find symbol
  99. symbol : variable i
  100. location: class net.minecraft.src.Tessellator
  101. bufferSize = i;
  102. ^
  103.  
  104. src\minecraft\net\minecraft\src\Tessellator.java:31: cannot find symbol
  105. symbol : variable i
  106. location: class net.minecraft.src.Tessellator
  107. byteBuffer = GLAllocation.createDirectByteBuffer(i * 4);
  108. ^
  109.  
  110. src\minecraft\net\minecraft\src\Tessellator.java:35: cannot find symbol
  111. symbol : variable i
  112. location: class net.minecraft.src.Tessellator
  113. rawBuffer = new int[i];
  114. ^
  115.  
  116. src\minecraft\net\minecraft\src\Tessellator.java:36: cannot find symbol
  117. symbol : variable useVBO
  118. location: class net.minecraft.src.Tessellator
  119. useVBO = tryVBO && GLContext.getCapabilities().GL_ARB_vertex_buffer_object;
  120. ^
  121.  
  122. src\minecraft\net\minecraft\src\Tessellator.java:37: cannot find symbol
  123. symbol : variable useVBO
  124. location: class net.minecraft.src.Tessellator
  125. if(useVBO)
  126. ^
  127.  
  128. src\minecraft\net\minecraft\src\Tessellator.java:65: cannot find symbol
  129. symbol : variable useVBO
  130. location: class net.minecraft.src.Tessellator
  131. if(useVBO)
  132. ^
  133.  
  134. src\minecraft\net\minecraft\src\Tessellator.java:73: cannot find symbol
  135. symbol : variable useVBO
  136. location: class net.minecraft.src.Tessellator
  137. if(useVBO)
  138. ^
  139.  
  140. src\minecraft\net\minecraft\src\Tessellator.java:86: cannot find symbol
  141. symbol : variable useVBO
  142. location: class net.minecraft.src.Tessellator
  143. if(useVBO)
  144. ^
  145.  
  146. src\minecraft\net\minecraft\src\Tessellator.java:99: cannot find symbol
  147. symbol : variable useVBO
  148. location: class net.minecraft.src.Tessellator
  149. if(useVBO)
  150. ^
  151.  
  152. src\minecraft\net\minecraft\src\Tessellator.java:111: cannot find symbol
  153. symbol : variable useVBO
  154. location: class net.minecraft.src.Tessellator
  155. if(useVBO)
  156. ^
  157.  
  158. src\minecraft\net\minecraft\src\Tessellator.java:121: cannot find symbol
  159. symbol : variable useVBO
  160. location: class net.minecraft.src.Tessellator
  161. if(useVBO)
  162. ^
  163.  
  164. src\minecraft\net\minecraft\src\Tessellator.java:430: non-static variable byteBu
  165. ffer cannot be referenced from a static context
  166. byteBuffer = GLAllocation.createDirectByteBuffer(nativeBufferSize * 4);
  167. ^
  168.  
  169. src\minecraft\net\minecraft\src\Tessellator.java:431: non-static variable intBuf
  170. fer cannot be referenced from a static context
  171. intBuffer = byteBuffer.asIntBuffer();
  172. ^
  173.  
  174. src\minecraft\net\minecraft\src\Tessellator.java:431: non-static variable byteBu
  175. ffer cannot be referenced from a static context
  176. intBuffer = byteBuffer.asIntBuffer();
  177. ^
  178.  
  179. src\minecraft\net\minecraft\src\Tessellator.java:432: non-static variable floatB
  180. uffer cannot be referenced from a static context
  181. floatBuffer = byteBuffer.asFloatBuffer();
  182. ^
  183.  
  184. src\minecraft\net\minecraft\src\Tessellator.java:432: non-static variable byteBu
  185. ffer cannot be referenced from a static context
  186. floatBuffer = byteBuffer.asFloatBuffer();
  187. ^
  188.  
  189. src\minecraft\net\minecraft\src\Tessellator.java:433: non-static variable byteBu
  190. ffer cannot be referenced from a static context
  191. shortBuffer = byteBuffer.asShortBuffer();
  192. ^
  193.  
  194. src\minecraft\net\minecraft\src\Tessellator.java:434: cannot find symbol
  195. symbol : variable useVBO
  196. location: class net.minecraft.src.Tessellator
  197. useVBO = tryVBO && GLContext.getCapabilities().GL_ARB_vertex_buffer_object;
  198. ^
  199.  
  200. src\minecraft\net\minecraft\src\Tessellator.java:436: cannot find symbol
  201. symbol : variable useVBO
  202. location: class net.minecraft.src.Tessellator
  203. if(useVBO)
  204. ^
  205.  
  206. 33 errors
  207. ==================
  208.  
  209. > Done in 6.70 seconds
  210. > Recompiling server...
  211. !! Can not find server sources !!
  212. Press any key to continue . . .
  213.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement