Can't Figure Out What Is Wrong

Status
Not open for further replies.

reddvilzz

New Member
Jul 29, 2019
376
0
1
Here is the pastebin: http://pastebin.com/DDs5DHK1

i was travelling around with my jetpack and at this same spot i always got this error which i can figure out what is wrong.
even after i read the crash log it didn't make sense for me.
Please anyone?

using modified Unleashed 1.1.2

in the minecraft crash report the logs only showing this tesselating errors
  1. 2013-08-07 20:08:44 [INFO] [STDERR] java.lang.IllegalStateException: Already tesselating!
  2. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:481)
  3. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:471)
  4. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.RenderGlobal.func_72736_c(RenderGlobal.java:1511)
  5. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.RenderGlobal.func_72718_b(RenderGlobal.java:1359)
  6. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_82829_a(EntityRenderer.java:1763)
  7. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1571)
  8. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1122)
  9. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
  10. 2013-08-07 20:08:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
  11. 2013-08-07 20:08:44 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
 

ShneekeyTheLost

Too Much Free Time
Dec 8, 2012
3,728
3,004
333
Lost as always
Well, first off, I see this:

Code:
[OptiFine] OpenGL: ATI Mobility Radeon HD 3650 version 2.1.8501 Release, ATI Technologies Inc.
[OptiFine] OpenGL Version: 2.1
Okay, I could go into a bunch of GeekSpeek, but in brief: Update your graphics card drivers. OpenGL should be version 3.2. This should happen simultaneously with your graphics card driver update.
The actual error itself is actually higher up in the code, which is why we prefer complete logs, such as you have linked. It is MachineMuse's Modular Powersuits verrtex shaders not being kosher. Updating your graphics card should fix this problem, since you have LWJGL 2.9.0. If not, go into the config and disable them.
 

reddvilzz

New Member
Jul 29, 2019
376
0
1
Well, first off, I see this:

Code:
[OptiFine] OpenGL: ATI Mobility Radeon HD 3650 version 2.1.8501 Release, ATI Technologies Inc.
[OptiFine] OpenGL Version: 2.1
Okay, I could go into a bunch of GeekSpeek, but in brief: Update your graphics card drivers. OpenGL should be version 3.2. This should happen simultaneously with your graphics card driver update.
The actual error itself is actually higher up in the code, which is why we prefer complete logs, such as you have linked. It is MachineMuse's Modular Powersuits verrtex shaders not being kosher. Updating your graphics card should fix this problem, since you have LWJGL 2.9.0. If not, go into the config and disable them.

Well isn't my pastebin complete logs? Because i just copy all the log directly from the console.
So if i updated the openGL on my graphic card all is well? Or if i disabled the verrtex shaders?
 

ShneekeyTheLost

Too Much Free Time
Dec 8, 2012
3,728
3,004
333
Lost as always
Well isn't my pastebin complete logs? Because i just copy all the log directly from the console.
So if i updated the openGL on my graphic card all is well? Or if i disabled the verrtex shaders?
Updating your graphics drivers should automatically update the openGL as well. Disabling vertex shaders might help, but you REALLY need to update your drivers, man.
 
  • Like
Reactions: reddvilzz

reddvilzz

New Member
Jul 29, 2019
376
0
1
Well just checked out software updates for my graphic cards, and there isn't any updates to be made, so how do i update to openGL 3.1? can you please point me?
 
Status
Not open for further replies.