Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2013-06-06 04:18:02 [WARNING] [MMMPS-CLIENT] Loading shaders failed!
- 2013-06-06 04:18:02 [INFO] [STDERR] java.lang.ExceptionInInitializerError
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders.hBlurProgram(MuseShaders.scala)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.powersuits.client.ClientProxy.registerRenderers(ClientProxy.java:93)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.powersuits.common.ModularPowersuits.load(ModularPowersuits.java:152)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:186)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:166)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
- 2013-06-06 04:18:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
- 2013-06-06 04:18:02 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
- 2013-06-06 04:18:02 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
- 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
- 2013-06-06 04:18:02 [INFO] [STDERR] 0(5) : error C7533: global variable gl_ModelViewProjectionMatrix is deprecated after version 120
- 2013-06-06 04:18:02 [INFO] [STDERR] 0(5) : error C7533: global variable gl_Vertex is deprecated after version 120
- 2013-06-06 04:18:02 [INFO] [STDERR] 0(6) : error C7533: global variable gl_MultiTexCoord0 is deprecated after version 120
- 2013-06-06 04:18:02 [INFO] [STDERR]
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.ShaderProgram.mk(ShaderProgram.scala:72)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.ShaderProgram.<init>(ShaderProgram.scala:18)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders$.<init>(MuseShaders.scala:13)
- 2013-06-06 04:18:02 [INFO] [STDERR] at net.machinemuse.utils.render.MuseShaders$.<clinit>(MuseShaders.scala)
- 2013-06-06 04:18:02 [INFO] [STDERR] ... 34 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement