This issue has been around for months/years and it hasnt been fixed yet. And if you want me to be honest, i find it a lil bit rude how you help most other people here whenever they have problems, but instantly tell sgt sarcasm to create an issue on your github without saying anything else
The issue tracker is a better place for discussing complex bugs.
I was expecting this one to be more complex, with some obscure dependancy between the active samplers, but it turned out to be a simple copy-paste error.
java.lang.IllegalStateException: Already tesselating!
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
at net.minecraft.client.particle.EffectRenderer.func_78874_a(EffectRenderer.java:147)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1659)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1337)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
at net.minecraft.client.particle.EffectRenderer.func_78874_a(EffectRenderer.java:147)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1659)
I am trying to make stack textures for lapis lazuli, but I can't figure out what id to place next to "matchItems=". The id for lapis is 351/4, and I can get it to apply to all dyes (351), but I don't know how to place the 4 to make it only work for lapis. I have tried "351/4", "351 4", and what I knew would probably not work "dye_powder_blue". Does anyone know how to type the ids for items like this?
As far as I'm aware, Optifine is never made compatible with snapshots because, as snapshots warnings say "they can corrupt your world".
Now, try to picture this from a developer's perspective "why should I waste my time developing a mod for an unstable build of a game instead of waiting for the stable release and then work on it?". Think about it this way
You might have to wait till the next release is out for an update.
Best regards,
Yup, I knew all this already, and quite agree with the logic, which was why I was asking the question in the first place (as in 'is there a file to edit or a setting to tweak to make the current version of Optifine even run with the current snapshot?'...as I said, I don't normally even futz with the snapshots in the first place. :-) )
Of course this is kinda moot now that 1.11.1 has released, and I just have to be patient for the next Optifine release. :-)
Hey sp614x, I'm just wondering if the option of not clearing a texture/color attachment at the beginning of a frame is still a possibility in order to retain texture data across frames as we discussed. This really would be quite useful!
Help please!!! Its horrible to play without Optifine in order to avoid this happening!!
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Snipped.
"Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine"
I'm not an expert with this sort of thing, but going off that line, it seems that one or more of your mods aren't compatible with Optifine. Maybe try removing the mod and check if you're still getting a crash.
I've been playing with cit since it was added to optifine and love it so much. Still have not mastered it at all though. You created ItemBound, right? I'm probably going to take some inspiration from it as I make my own textures if that is ok.
Still cannot find a fix/reason as to why when I turn on VBOs (only in Optifine for some reason) it does this (its at the bottom with attachments). Any Ideas on how to fix?
Still cannot find a fix/reason as to why when I turn on VBOs (only in Optifine for some reason) it does this (its at the bottom with attachments). Any Ideas on how to fix?
Here's the Log:
...
Have you tried:
- other resource pack (default)
- smaller render distance
- give more memory to Minecraft
Hey sp614x, I'm just wondering if the option of not clearing a texture/color attachment at the beginning of a frame is still a possibility in order to retain texture data across frames as we discussed. This really would be quite useful!
Definitely, but it is still not clear how it should be configured and how it will be used.
Please create an issue on the issue tracker for further discussion: https://github.com/sp614x/optifine/issues
Definitely, but it is still not clear how it should be configured and how it will be used.
Please create an issue on the issue tracker for further discussion: https://github.com/sp614x/optifine/issues
The Meaning of Life, the Universe, and Everything.
Location:
Lyman
Join Date:
6/18/2013
Posts:
85
Location:
NA
Minecraft:
SuperSoldier1337
Xbox:
NA
Member Details
I would like to report a bug with Optifine. When fast math is enabled under the performance tab, the dungeons in my world generate incorrectly. It took me a while to figure out which option was doing this.
How to reproduce:
Have fast math ON;
Generate my world by typing "pollinating sandboxes" in the world seed box to get seed 0;
Go to these coordinates: XYZ: 0 54 110 and there will be no dungeon when there should be one;
Next repeat the previous steps but instead with fast math OFF or vanilla Minecraft and there will be a skeleton dungeon.
This bug has baffled me and kept me from playing Minecraft with Optifine for a while because I hate inconsistency. I can play Minecraft with Optifine's fast math off, but I would really appreciate it if this would be fixed. It is also very silly that a "graphics program" for Minecraft should change the way worlds are generated. Wouldn't you agree? Please fix this sp614x. Thanks.
Chloramine (not chlorine) is used to disinfect our water, but in the process it hurts us. Make chloramine a well known national issue in the U.S. It causes health problems. WARN your friends!
Hello! On Optifine.net I am having a problem. When I go to change my cape, (Which I paid for) and log in, it doesn't let me, no matter what I type in as the password. Please Help!
The issue tracker is a better place for discussing complex bugs.
I was expecting this one to be more complex, with some obscure dependancy between the active samplers, but it turned out to be a simple copy-paste error.
Help please!!! Its horrible to play without Optifine in order to avoid this happening!!
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 20/12/16 23:43
Description: Unexpected error
java.lang.IllegalStateException: Already tesselating!
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
at net.minecraft.client.particle.EffectRenderer.func_78874_a(EffectRenderer.java:147)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1659)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1337)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
at net.minecraft.client.particle.EffectRenderer.func_78874_a(EffectRenderer.java:147)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1659)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['TaPele'/174081, l='MpServer', x=3002,68, y=100,54, z=674,29]]
Chunk stats: MultiplayerChunkCache: 529, 538
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (434,64,15), Chunk: (at 2,4,15 in 27,0; contains blocks 432,0,0 to 447,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1587900 game time, 2646292 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 126 total; [EntityClientPlayerMP['TaPele'/174081, l='MpServer', x=3002,68, y=100,54, z=674,29], EntityTox['Tox'/465158, l='MpServer', x=2968,50, y=50,00, z=678,50], Entity_SpecialZombie['Zombie'/465668, l='MpServer', x=3005,50, y=20,00, z=749,50], EntityInkling['Inkling'/465923, l='MpServer', x=3045,50, y=32,00, z=714,50], Butterflyfish['Butterflyfish'/462594, l='MpServer', x=2995,50, y=21,00, z=601,50], EntityInkling['Inkling'/465921, l='MpServer', x=3044,53, y=33,13, z=717,77], Butterflyfish['Butterflyfish'/462592, l='MpServer', x=2995,03, y=21,00, z=607,69], EntityItem['item.item.tragicmc.ash'/459530, l='MpServer', x=2991,38, y=15,13, z=681,00], EntitySpider['Araña'/174866, l='MpServer', x=-25,41, y=-22,86, z=9,05], EntityInkling['Inkling'/460311, l='MpServer', x=2996,34, y=84,00, z=657,84], EntityZombie['Zombi'/174864, l='MpServer', x=-25,51, y=-22,81, z=7,15], EntityZombie['Zombi'/174868, l='MpServer', x=-24,51, y=-22,81, z=8,15], Entity_SpecialZombie['Zombie'/342035, l='MpServer', x=2998,50, y=85,00, z=659,34], EntityBat['Murciélago'/460829, l='MpServer', x=2990,66, y=44,60, z=669,25], EntityItem['item.item.tragicmc.ash'/465435, l='MpServer', x=3049,03, y=29,13, z=704,97], Entity_SpecialZombie['Zombie'/465701, l='MpServer', x=2990,50, y=62,00, z=719,50], Entity_SpecialZombie['Zombie'/465699, l='MpServer', x=2964,50, y=45,00, z=599,50], EntityBat['Murciélago'/461856, l='MpServer', x=2936,63, y=30,00, z=690,28], EntityBat['Murciélago'/462638, l='MpServer', x=2952,09, y=53,23, z=624,75], EntityBat['Murciélago'/465966, l='MpServer', x=3010,31, y=36,00, z=599,25], EntityItem['item.item.tragicmc.ectoplasm'/450348, l='MpServer', x=3012,69, y=44,13, z=708,06], EntityItem['item.item.tragicmc.ash'/459564, l='MpServer', x=2992,81, y=15,13, z=681,06], EntityBat['Murciélago'/465452, l='MpServer', x=3033,64, y=34,42, z=710,55], EntityBlock['desconocido'/465708, l='MpServer', x=2845,25, y=67,00, z=727,25], EntityBat['Murciélago'/465964, l='MpServer', x=2982,63, y=32,00, z=609,75], EntityBat['Murciélago'/465962, l='MpServer', x=2978,25, y=32,00, z=608,16], Entity_SpecialCreeper['Creeper'/465207, l='MpServer', x=3031,50, y=54,00, z=611,50], EntityBat['Murciélago'/465970, l='MpServer', x=3013,59, y=33,00, z=596,53], EntityBat['Murciélago'/465968, l='MpServer', x=3014,44, y=33,00, z=596,53], EntityBat['Murciélago'/465470, l='MpServer', x=2999,03, y=44,82, z=723,47], Entity_SpecialZombie['Zombie'/465211, l='MpServer', x=3030,50, y=54,00, z=612,50], EntityBat['Murciélago'/465466, l='MpServer', x=3016,39, y=45,85, z=711,29], EntityTox['Tox'/462137, l='MpServer', x=3015,50, y=31,00, z=696,50], EntitySniperSkeleton['Sniper Skeleton'/465209, l='MpServer', x=3035,50, y=54,00, z=613,50], EntityMinotaur['Minotaur'/461639, l='MpServer', x=2957,50, y=34,00, z=603,50], EntityWisp['Kindling Spirit'/462151, l='MpServer', x=2983,50, y=51,00, z=654,50], EntitySnake['entity.lom.Snake.name'/461637, l='MpServer', x=3009,50, y=16,00, z=742,50], EntityNorVox['Nor-Vox'/461635, l='MpServer', x=3043,50, y=32,00, z=718,50], EntityChicken['Pollo'/192078, l='MpServer', x=2942,56, y=64,00, z=595,53], EntitySpider['Araña'/203347, l='MpServer', x=0,33, y=-32,54, z=0,71], EntityFishy['entity.lom.Fishy.name'/465750, l='MpServer', x=3063,34, y=27,23, z=748,13], EntityPig['Chancho'/192080, l='MpServer', x=2940,22, y=70,00, z=604,38], EntityFishy['entity.lom.Fishy.name'/465748, l='MpServer', x=3066,50, y=26,79, z=745,50], EntityPumpkinhead['Pumpkinhead'/461651, l='MpServer', x=2952,50, y=40,00, z=624,50], Entity_SpecialSkeleton['Skeleton'/464479, l='MpServer', x=2978,69, y=50,00, z=655,69], EntityMinotaur['Minotaur'/463710, l='MpServer', x=2963,50, y=30,00, z=634,50], EntityInkling['Inkling'/464734, l='MpServer', x=2987,41, y=63,00, z=719,06], Entity_SpecialSpider['Spider'/464477, l='MpServer', x=2996,00, y=38,00, z=619,72], EntityFishy['entity.lom.Fishy.name'/465752, l='MpServer', x=3066,84, y=26,40, z=743,97], Entity_SpecialSkeleton['Skeleton'/464741, l='MpServer', x=2995,09, y=63,00, z=718,50], EntityZombie['Zombi'/203360, l='MpServer', x=1,33, y=-32,54, z=-0,29], Entity_SpecialSkeleton['Skeleton'/464483, l='MpServer', x=2978,69, y=50,00, z=654,31], EntityInkling['Inkling'/464738, l='MpServer', x=2990,47, y=43,00, z=671,72], Entity_SpecialSkeleton['Skeleton'/464481, l='MpServer', x=2977,75, y=50,00, z=654,91], EntityBat['Murciélago'/461165, l='MpServer', x=3028,39, y=48,42, z=729,94], EntityBat['Murciélago'/465773, l='MpServer', x=3035,38, y=53,68, z=611,28], EntityFishy['entity.lom.Fishy.name'/465271, l='MpServer', x=2979,34, y=33,00, z=726,09], Entity_SpecialZombie['Zombie'/465527, l='MpServer', x=2994,34, y=47,00, z=666,34], EntityFishy['entity.lom.Fishy.name'/465269, l='MpServer', x=2979,44, y=33,00, z=726,25], EntityVescavor['Vescavor'/463988, l='MpServer', x=2951,50, y=24,00, z=684,53], EntityNorVox['Nor-Vox'/459121, l='MpServer', x=3008,75, y=51,00, z=674,75], EntityZombie['Zombi'/242036, l='MpServer', x=-55,59, y=-21,82, z=-24,92], EntityRustMonster['Rust Monster'/446588, l='MpServer', x=3036,06, y=83,00, z=681,16], EntitySkeleton['Esqueleto'/242040, l='MpServer', x=-55,45, y=-21,79, z=-23,07], Entity_SpecialSkeleton['Skeleton'/466040, l='MpServer', x=3035,50, y=16,00, z=746,50], EntityItem['item.item.tragicmc.ash'/465543, l='MpServer', x=3021,28, y=46,13, z=698,19], Entity_SpecialSpider['Spider'/466054, l='MpServer', x=3040,50, y=84,00, z=680,50], Entity_SpecialZombie['Zombie'/464005, l='MpServer', x=2951,50, y=24,00, z=675,50], EntityInkling['Inkling'/465797, l='MpServer', x=3011,44, y=43,00, z=711,57], Entity_SpecialCreeper['Creeper'/464003, l='MpServer', x=2950,50, y=24,00, z=676,50], EntityBat['Murciélago'/461697, l='MpServer', x=3032,97, y=39,73, z=708,69], Entity_SpecialSkeleton['Skeleton'/462735, l='MpServer', x=2958,50, y=40,00, z=616,50], Entity_SpecialZombie['Zombie'/462733, l='MpServer', x=2956,11, y=29,61, z=616,70], EntityItem['item.item.Organs'/451469, l='MpServer', x=3012,13, y=43,13, z=710,19], EntityFishy['entity.lom.Fishy.name'/458377, l='MpServer', x=3075,50, y=21,93, z=712,50], Entity_SpecialSpider['Spider'/466056, l='MpServer', x=3040,50, y=84,00, z=684,50], EntityLightningCreeper['Lightning Creeper'/463767, l='MpServer', x=3006,50, y=46,00, z=712,50], EntityItem['item.item.tragicmc.ash'/451218, l='MpServer', x=3013,84, y=43,13, z=715,41], EntitySheep['Oveja'/174230, l='MpServer', x=2989,28, y=76,00, z=740,50], EntityZombie['Zombi'/203414, l='MpServer', x=0,33, y=-32,54, z=-1,29], EntityMinotaur['Minotaur'/461981, l='MpServer', x=3037,97, y=34,00, z=718,50], EntityBat['Murciélago'/465565, l='MpServer', x=2968,69, y=21,00, z=609,06], EntitySheep['Oveja'/191385, l='MpServer', x=2995,50, y=77,00, z=692,50], EntityBat['Murciélago'/465563, l='MpServer', x=2998,78, y=44,00, z=722,13], EntitySheep['Oveja'/191389, l='MpServer', x=2990,16, y=80,00, z=703,34], Entity_SpecialSkeleton['Skeleton'/465831, l='MpServer', x=3013,50, y=55,00, z=725,50], EntityFishingZombie['Fishing Zombie'/465829, l='MpServer', x=3014,50, y=55,00, z=724,50], EntityMRUPresence['entity.essentialcraft.ec3.common.entity.EntityMRUPresence.name'/191403, l='MpServer', x=2942,50, y=68,50, z=692,50], Entity_SpecialZombie['Zombie'/465835, l='MpServer', x=2944,50, y=31,00, z=647,50], EntityItem['item.item.tragicmc.ash'/451240, l='MpServer', x=2983,00, y=83,13, z=658,53], Entity_SpecialSkeleton['Skeleton'/465833, l='MpServer', x=3016,50, y=55,00, z=723,50], EntityBat['Murciélago'/464817, l='MpServer', x=2973,31, y=33,00, z=607,22], EntityTox['Tox'/465594, l='MpServer', x=2975,50, y=40,00, z=621,50], EntityTox['Tox'/465592, l='MpServer', x=2977,50, y=35,00, z=625,50], EntityHookHorror['Hook Horror'/457671, l='MpServer', x=2982,50, y=31,00, z=605,50], EntityTox['Tox'/465347, l='MpServer', x=2980,50, y=35,00, z=626,50], Entity_SpecialZombie['Zombie'/464842, l='MpServer', x=3075,50, y=27,00, z=693,88], Entity_SpecialZombie['Zombie'/465875, l='MpServer', x=3006,50, y=22,00, z=736,50], Entity_SpecialCreeper['Creeper'/465873, l='MpServer', x=3009,94, y=45,00, z=711,47], EntityItem['item.tile.dirt.default'/454364, l='MpServer', x=3010,53, y=89,13, z=652,19], EntityInkling['Inkling'/464348, l='MpServer', x=2995,50, y=38,00, z=621,69], EntityItem['item.item.bone'/459492, l='MpServer', x=3044,44, y=32,13, z=697,16], EntityItem['item.item.tragicmc.ash'/461538, l='MpServer', x=2990,91, y=45,13, z=664,72], EntityMRUPresence['entity.essentialcraft.ec3.common.entity.EntityMRUPresence.name'/191460, l='MpServer', x=3003,50, y=68,50, z=674,50], Entity_SpecialCreeper['Creeper'/458209, l='MpServer', x=2998,64, y=85,00, z=666,51], EntityTox['Tox'/464878, l='MpServer', x=2938,50, y=55,00, z=621,50], EntityFishy['entity.lom.Fishy.name'/463085, l='MpServer', x=2971,34, y=66,00, z=704,00], Entity_SpecialCreeper['Creeper'/460780, l='MpServer', x=2994,50, y=47,00, z=670,50], Entity_SpecialSkeleton['Skeleton'/464362, l='MpServer', x=3023,50, y=21,00, z=611,50], EntityZombie['Zombi'/179181, l='MpServer', x=4,07, y=-2,98, z=-13,00], EntityInkling['Inkling'/461557, l='MpServer', x=3030,50, y=54,00, z=615,50], EntitySnake['entity.lom.Snake.name'/459508, l='MpServer', x=2995,94, y=85,00, z=660,50], EntityIcyEnderman['Icy Enderman'/464884, l='MpServer', x=2983,50, y=32,00, z=662,47], EntityCaveSpider['Araña de Cueva'/191222, l='MpServer', x=32,58, y=-49,67, z=-14,77], EntityFishy['entity.lom.Fishy.name'/463091, l='MpServer', x=2971,63, y=66,00, z=702,41], EntityPlagueZombie['Plague Zombie'/463346, l='MpServer', x=3037,50, y=33,00, z=708,50], EntityRustMonster['Rust Monster'/460287, l='MpServer', x=3004,50, y=18,00, z=694,50], EntityInkling['Inkling'/465919, l='MpServer', x=3043,50, y=32,00, z=714,50], EntityChicken['Pollo'/191995, l='MpServer', x=2943,47, y=68,00, z=609,47], Entity_SpecialCreeper['Creeper'/461308, l='MpServer', x=2958,50, y=40,00, z=620,50], EntityMinotaur['Minotaur'/463867, l='MpServer', x=2980,50, y=35,00, z=615,50], EntityTox['Tox'/465659, l='MpServer', x=2951,51,
y=29,00, z=633,51], EntityGoblin['Hobgoblin'/191999, l='MpServer', x=2986,50, y=81,00, z=611,13], EntityTox['Tox'/463865, l='MpServer', x=2937,50, y=55,00, z=621,50], Entity_SpecialZombie['Zombie'/462329, l='MpServer', x=2994,50, y=24,00, z=739,97], EntityGoblin['Hobgoblin'/191997, l='MpServer', x=2978,75, y=75,00, z=611,56]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1007420960 bytes (960 MB) / 3753377792 bytes (3579 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 3, tcache: 0, allocated: 12, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D6 93 mods loaded, 93 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ivtoolkit{IvToolkit} [1.0.3] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA PlayerAPI{1.2} [Player API] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA OpenModsCore{0.6} [OpenModsCore] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ItemSearch{1.3} [Briman's Item Search] (_Item-Search-Mod-1.7.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA DCsAppleMilk{1.7.10_2.8g} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8g.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8g.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ArchitectureCraft{1.4.1} [ArchitectureCraft] (ArchitectureCraft-1.4.1-mc1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA asielib{0.2.7} [asielib] (AsieLib-1.7.10.zip)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA hud{1.3.2b} [Better HUD] (Better HUD by NukeDuck [1.7.10][1.3.2b](1).jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.6][MC1.7.10].jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1018-universal.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BRForgersCore{1.5.1} [BRForgersCore] (BRForgersCore-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Core{7.1.17} [BuildCraft] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Silicon{7.1.17} [BC Silicon] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Transport{7.1.17} [BC Transport] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Builders{7.1.17} [BC Builders] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Energy{7.1.17} [BC Energy] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Robotics{7.1.17} [BC Robotics] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA BuildCraft|Factory{7.1.17} [BC Factory] (buildcraft-7.1.17.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA chisel{2.9.3.9} [Chisel] (Chisel-2.9.3.9.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA clearingblock{0.3} [ClearingBlock Mod] (Clearing Block Mod-0.3.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA coloredwater{V3R01B0580} [Colored Water] (ColoredWater_V3R01B0580.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA custom_sword{1.7.2} [Custom Sword By Kelco_K22] (Custom-Sword-Mod-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA customtrees{2.0} [Custom Trees] (CustomTreesv2.0.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA DynamicCraft{1.1} [Dynamic Craft] (DynamicCraft-1.7.10-1.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA EnderIO{1.7.10-2.3.0.427_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.427_beta.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ec3toprojecte{1.0} [ec3toprojecte] (EssentialCraftv4.5.1710.223.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA essentialcraft{4.5.1710.223} [Essential Craft 3] (EssentialCraftv4.5.1710.223.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ThermalFoundation{1.7.10R1.2.4} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.4-114.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA hammertime{Hammer Time-1.7.10-1.3.6} [Hammer Time!] (HammerTime-1.3.6.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA HardcoreEnderExpansion{1.8.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA InfernalMobs{1.5.9} [Infernal Mobs] (Infernal-Mobs-Mod-1.7.10.zip)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA journeymap{5.0.0} [JourneyMap] (JourneyMap5.0.0_Unlimited_MC1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA lom{1.7.10-3.2.2} [LotsOMobs] (lom-1.7.10-3.2.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA mefa{Alpha 1.7.1.2} [Medieval Fantasy] (MeFa-Alpha 1.7.1.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA MoreDyes{1.7.10-1.0.0} [More Dyes] (moredyes-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA mwaw{1.7.10-0.0.7} [Elemental Witch Mod] (mwaw-0.0.7-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA necromancy{1.7.1} [Necromancy] (Necromancy-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Oceancraft{1.4.1} [Oceancraft] (OceanCraft-Mod-1.7.10.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-272.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-517.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA SilentGems{1.3.14} [Silent's Gems] (SilentGems-1.7.10-1.3.14-172.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA autoutils{1.0.1} [Autoutils] (statues-1.7.2-2.1.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA statues{2.1.1} [Statues] (statues-1.7.2-2.1.2.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA TragicMC{2.46.2876} [TragicMC 2] (TragicMC2-1.7.2-2.46.2876.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA tc{4.3.0_003} [Traincraft] (Traincraft-4.3.0_003.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA yegamolchattels{1.1.1.1} [Ye Gamol Chattels] (YeGamolChattels-1.1.1.1.jar)
UCHIJAAAAAAAAAAAAAAAAAAAAAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GTX 960/PCIe/SSE2'
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
CoFHCore: -[1.7.10]3.1.2-325
ThermalFoundation: -[1.7.10]1.2.4-114
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
* The RF API that is being used (1.7.10R1.1.0 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from buildcraft-7.1.17.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.70, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Mejcraft 2k16 V.1.4 Sphaxización y nuevas maderas.zip]
Current Language: Español (Argentina)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 11
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 372.70
OpenGlRenderer: GeForce GTX 960/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
I am trying to make stack textures for lapis lazuli, but I can't figure out what id to place next to "matchItems=". The id for lapis is 351/4, and I can get it to apply to all dyes (351), but I don't know how to place the 4 to make it only work for lapis. I have tried "351/4", "351 4", and what I knew would probably not work "dye_powder_blue". Does anyone know how to type the ids for items like this?
You need to enter in 4 as a damage value.
try
matchItems=351 (or matchItems=minecraft:dye)
damage=4
Yup, I knew all this already, and quite agree with the logic, which was why I was asking the question in the first place (as in 'is there a file to edit or a setting to tweak to make the current version of Optifine even run with the current snapshot?'...as I said, I don't normally even futz with the snapshots in the first place. :-) )
Of course this is kinda moot now that 1.11.1 has released, and I just have to be patient for the next Optifine release. :-)
Hey sp614x, I'm just wondering if the option of not clearing a texture/color attachment at the beginning of a frame is still a possibility in order to retain texture data across frames as we discussed. This really would be quite useful!
Creator of Sonic Ether's Unbelievable Shaders
Facebook | Twitter | Patreon
Time for an update:
Snipped.
"Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine"
I'm not an expert with this sort of thing, but going off that line, it seems that one or more of your mods aren't compatible with Optifine. Maybe try removing the mod and check if you're still getting a crash.
Thank you!
I've been playing with cit since it was added to optifine and love it so much. Still have not mastered it at all though. You created ItemBound, right? I'm probably going to take some inspiration from it as I make my own textures if that is ok.
Can't wait!!!!
Still cannot find a fix/reason as to why when I turn on VBOs (only in Optifine for some reason) it does this (its at the bottom with attachments). Any Ideas on how to fix?
Here's the Log:
Have you tried:
- other resource pack (default)
- smaller render distance
- give more memory to Minecraft
Definitely, but it is still not clear how it should be configured and how it will be used.
Please create an issue on the issue tracker for further discussion: https://github.com/sp614x/optifine/issues
Update to 1.10.2 or 1.11 - 1.7.10 has issues and I wish mod devs would make the leap.
Until someone ports this legendary mod I am leaving the minecraft scene. http://www.cosc.canterbury.ac.nz/greg.ewing/minecraft/mods/ArchitectureCraft/#mozTocId598776 I have watched too many legendary mods die and carpenters blocks sudden fallout out of mainstream made me cry. I realize the source is messy but some of the best mods from 1.6.4 and 1.7.10 were.
-yes
-yes
-I think, could you tell me how to?
sp614x has only been working on Ultra versions for 3 years now, I believe standard and light are done forever. Maybe he will someday. Maybe.
Alright, I've created the issue and provided an example for the usage of this functionality https://github.com/sp614x/optifine/issues/399
Creator of Sonic Ether's Unbelievable Shaders
Facebook | Twitter | Patreon
The bug where pistons flash invisible was fixed in 1.11.2 but it is not fixed in OptiFine 1.11.2.
I would like to report a bug with Optifine. When fast math is enabled under the performance tab, the dungeons in my world generate incorrectly. It took me a while to figure out which option was doing this.
How to reproduce:
Have fast math ON;
Generate my world by typing "pollinating sandboxes" in the world seed box to get seed 0;
Go to these coordinates: XYZ: 0 54 110 and there will be no dungeon when there should be one;
Next repeat the previous steps but instead with fast math OFF or vanilla Minecraft and there will be a skeleton dungeon.
This bug has baffled me and kept me from playing Minecraft with Optifine for a while because I hate inconsistency. I can play Minecraft with Optifine's fast math off, but I would really appreciate it if this would be fixed. It is also very silly that a "graphics program" for Minecraft should change the way worlds are generated. Wouldn't you agree? Please fix this sp614x. Thanks.
Hello! On Optifine.net I am having a problem. When I go to change my cape, (Which I paid for) and log in, it doesn't let me, no matter what I type in as the password. Please Help!