Advertisement
Keridos

Untitled

Jun 5th, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. 2013-06-06 04:18:02 [WARNING] [MMMPS-CLIENT] Loading shaders failed!
  2. 2013-06-06 04:18:02 [INFO] [STDERR] java.lang.ExceptionInInitializerError
  3. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders.hBlurProgram(MuseShaders.scala)
  4. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.powersuits.client.ClientProxy.registerRenderers(ClientProxy.java:93)
  5. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.powersuits.common.ModularPowersuits.load(ModularPowersuits.java:152)
  6. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  8. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  9. 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  10. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  11. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  12. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  14. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  17. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:186)
  20. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:166)
  21. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
  25. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  28. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29. 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
  31. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
  32. 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
  33. 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
  34. 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  35. 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
  36. 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
  37. 2013-06-06 04:18:02 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Error creating shader: 0(2) : warning C7555: 'varying' is deprecated, use 'in/out' instead
  38. 2013-06-06 04:18:02 [INFO] [STDERR] 0(5) : error C7533: global variable gl_ModelViewProjectionMatrix is deprecated after version 120
  39. 2013-06-06 04:18:02 [INFO] [STDERR] 0(5) : error C7533: global variable gl_Vertex is deprecated after version 120
  40. 2013-06-06 04:18:02 [INFO] [STDERR] 0(6) : error C7533: global variable gl_MultiTexCoord0 is deprecated after version 120
  41. 2013-06-06 04:18:02 [INFO] [STDERR]
  42. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.ShaderProgram.mk(ShaderProgram.scala:72)
  43. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.ShaderProgram.<init>(ShaderProgram.scala:18)
  44. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders$.<init>(MuseShaders.scala:13)
  45. 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders$.<clinit>(MuseShaders.scala)
  46. 2013-06-06 04:18:02 [INFO] [STDERR] ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement