Advertisement
Guest User

Untitled

a guest
Apr 20th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Loading: net.java.games.input.OSXEnvironmentPlugin
  2. controllers: 0
  3. Info log:
  4. ERROR: 0:15: '>=' : wrong operand types no operation '>=' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
  5. ERROR: 0:17: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
  6.  
  7. Info log:
  8. ERROR: 0:18: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'const 4-component vector of float' and a right operand of type '3-component vector of float' (or there is no acceptable conversion)
  9. ERROR: 0:18: '=' : cannot convert from 'const 4-component vector of float' to '3-component vector of float'
  10. ERROR: 0:30: 'assign' : cannot convert from 'const 4-component vector of float' to '3-component vector of float'
  11.  
  12. Info log:
  13. ERROR: 0:6: '*' : wrong operand types no operation '*' exists that takes a left-hand operand of type 'const float' and a right operand of type 'const int' (or there is no acceptable conversion)
  14. ERROR: 0:7: '&' : reserved for future use
  15. ERROR: 0:8: '>>' : reserved for future use
  16. ERROR: 0:8: '&' : reserved for future use
  17. ERROR: 0:9: '>>' : reserved for future use
  18. ERROR: 0:9: '&' : reserved for future use
  19.  
  20. Info log:
  21. ERROR: 0:35: 'frac' : no matching overloaded function found
  22. ERROR: 0:36: '>' : wrong operand types no operation '>' exists that takes a left-hand operand of type 'float' and a right operand of type 'const int' (or there is no acceptable conversion)
  23. ERROR: 0:36: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion)
  24. ERROR: 0:36: 'assign' : cannot convert from 'const int' to 'float'
  25. ERROR: 0:37: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion)
  26. ERROR: 0:37: 'assign' : cannot convert from 'const int' to 'float'
  27. ERROR: 0:39: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion)
  28. ERROR: 0:39: 'assign' : cannot convert from 'const int' to 'float'
  29.  
  30. Exception in thread "Game" java.lang.UnsupportedClassVersionError: com/mojang/spacegame/renderer/Textures : Unsupported major.minor version 51.0
  31. at java.lang.ClassLoader.defineClass1(Native Method)
  32. at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
  33. at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  34. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
  35. at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
  36. at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
  37. at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
  38. at java.security.AccessController.doPrivileged(Native Method)
  39. at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  40. at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  41. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  42. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  43. at com.mojang.spacegame.SpaceGame.init(SpaceGame.java:108)
  44. at com.mojang.spacegame.SpaceGame.run(SpaceGame.java:731)
  45. at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement