This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
kolya5544's profile picture

CC Monitors crash my minecraft, why?

Started by kolya5544, 21 March 2017 - 04:09 PM
kolya5544 #1
Posted 21 March 2017 - 05:09 PM
There are crash error in dev. console:

> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x697e6582, pid=6624, tid=0x00002054
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
> # Java VM: Java HotSpot(TM) Client VM (25.121-b13 mixed mode windows-x86 )
> # Problematic frame:
> # C [atioglxx.dll+0x7b6582]
> #
> # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\Nikolaj-5544\AppData\Roaming\.minecraft\hs_err_pid6624.log
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.java.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> AL lib: (EE) alc_cleanup: 1 device not closed
> Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

I tested it and it was when i placed more than 1 monitors to join it.
Lupus590 #2
Posted 21 March 2017 - 05:29 PM
Please show us this file: \Users\Nikolaj-5544\AppData\Roaming\.minecraft\hs_err_pid6624.log
kolya5544 #3
Posted 21 March 2017 - 05:53 PM
crash-log—- Minecraft Crash Report —-
// Don't be sad. I'll do better next time, I promise!
Time: 03.03.17 16:50
Description: Initializing game
java.lang.NoClassDefFoundError: org/apache/commons/lang3/tuple/Triple
at com.cricketcraft.chisel.api.rendering.TextureType$7.registerIcons(TextureType.java:194)
at com.cricketcraft.chisel.api.rendering.TextureType$SubmapManagerDefault.registerIcons(TextureType.java:458)
at com.cricketcraft.chisel.api.carving.VariationInfoBase.registerIcons(VariationInfoBase.java:61)
at com.cricketcraft.chisel.api.carving.CarvableHelper.registerBlockIcons(CarvableHelper.java:201)
at team.chisel.block.BlockCarvable.func_149651_a(BlockCarvable.java:71)
at net.minecraft.client.renderer.texture.TextureMap.func_110573_f(TextureMap.java:335)
at net.minecraft.client.renderer.texture.TextureMap.<init>(TextureMap.java:62)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.tuple.Triple
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 16 more

A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
– Head –
Stacktrace:
at com.cricketcraft.chisel.api.rendering.TextureType$7.registerIcons(TextureType.java:194)
at com.cricketcraft.chisel.api.rendering.TextureType$SubmapManagerDefault.registerIcons(TextureType.java:458)
at com.cricketcraft.chisel.api.carving.VariationInfoBase.registerIcons(VariationInfoBase.java:61)
at com.cricketcraft.chisel.api.carving.CarvableHelper.registerBlockIcons(CarvableHelper.java:201)
at team.chisel.block.BlockCarvable.func_149651_a(BlockCarvable.java:71)
at net.minecraft.client.renderer.texture.TextureMap.func_110573_f(TextureMap.java:335)
at net.minecraft.client.renderer.texture.TextureMap.<init>(TextureMap.java:62)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:540)
– Initialization –
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
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 (x86) version 6.1
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 141160592 bytes (134 MB) / 395591680 bytes (377 MB) up to 523501568 bytes (499 MB)
JVM Flags: 5 total; -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 50 mods loaded, 50 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH CollectiveFrameworkCore{1.0.0-132} [Collective Framework Core] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH <CCTweaks ASM>{1.1.1} [<CCTweaks ASM>] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH OpenComputers|Core{1.6.1.11} [OpenComputers (Core)] (minecraft.jar)
UCH PeripheralsPlusPlusCore{1.3.6} [Peripherals++ Core] (minecraft.jar)
UCH asielib{0.4.6} [asielib] (aiselib-1.7.10-0.4.6.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCH BuildCraft|Core{7.1.20} [BuildCraft] (buildcraft-7.1.20.jar)
UCH BuildCraft|Robotics{7.1.20} [BC Robotics] (buildcraft-7.1.20.jar)
UCH BuildCraft|Factory{7.1.20} [BC Factory] (buildcraft-7.1.20.jar)
UCH BuildCraft|Transport{7.1.20} [BC Transport] (buildcraft-7.1.20.jar)
UCH BuildCraft|Energy{7.1.20} [BC Energy] (buildcraft-7.1.20.jar)
UCH BuildCraft|Silicon{7.1.20} [BC Silicon] (buildcraft-7.1.20.jar)
UCH BuildCraft|Builders{7.1.20} [BC Builders] (buildcraft-7.1.20.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH CCLights2{0.4.3} [CCLights 2] (CCLights2-1.7.10-0.4.3.jar)
UCH CCTweaks{1.1.1} [CCTweaks] (CCTweaks-1.7.10-1.1.1.jar)
UCH CollectiveFramework{1.0.0-132} [Collective Framework] (CollectiveFramework-1.0.0-132.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
UCH ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCH ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH OpenComputers{1.6.1.11} [OpenComputers] (OpenComputers-MC1.7.10-1.6.1.11-universal.jar)
UCH computronics{1.6.1} [Computronics] (Computronics-1.7.10-1.6.1.jar)
UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
UCH ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
UCH ImmibisPeripherals{59.0.3} [Immibis's Peripherals] (immibis-peripherals-59.0.3.jar)
UCH malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCH malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCH MoarPeripherals{1.7.10-1.7-1.53} [MoarPeripherals] (MoarPeripherals-1.7.10-1.7-1.53.jar)
UCH OCS{1.7.5} [OpenCCSensors] (openccsensors-1.7.5.jar)
UCH openfm{0.1.0.44} [OpenFM] (OpenFM-1.7.10-0.1.0-44.jar)
UCH PeripheralsPlusPlus{1.3.6} [Peripherals++] (Peripherals++-1.3.6.jar)
UCH ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCH ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCH ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCH ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Chisel: Errors like "[FML]: Unable to lookup …" are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: Forge 1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon 9600/9550/X1050 Series GL version 2.1.8545 Release, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object 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: []
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
SquidDev #4
Posted 21 March 2017 - 06:06 PM
This appears to be a chisel issue:


java.lang.NoClassDefFoundError: org/apache/commons/lang3/tuple/Triple
at com.cricketcraft.chisel.api.rendering.TextureType$7.registerIcons(TextureType.java:194)
at com.cricketcraft.chisel.api.rendering.TextureType$SubmapManagerDefault.registerIcons(TextureType.java:458)

More over, 1.7.10 is no longer supported. If possible, please try to update to a more recent version of Minecraft.
Edited on 21 March 2017 - 05:06 PM
Bomb Bloke #5
Posted 21 March 2017 - 11:21 PM
I'm sceptical that the second post contains the correct crash log; putting aside that it's dated as being two weeks old, the initial error you posted states that your video card driver is crashing. Certain older AMD drivers are well-known for doing this due to an OpenGL texture handling bug (which can be triggered by Minecraft in any number of ways, not just via CC's monitors).
kolya5544 #6
Posted 24 March 2017 - 07:15 AM
but what can i do? Stop programming in CC? I have latest videocard drivers for my videocard, maybe i need 3.0Pixel Shader support? I have only 256 MB may it be problem?
Bomb Bloke #7
Posted 26 March 2017 - 12:30 AM
but what can i do? Stop programming in CC? I have latest videocard drivers for my videocard, maybe i need 3.0Pixel Shader support? I have only 256 MB may it be problem?

First figure out which log is the correct one. If you're getting a new log blaming a NoClassDefFoundError every time the game crashes due to placed monitors, then you should be checking that your mods are up to date.

If you're instead consistently seeing a crash within atioglxx.dll - a file that belongs to your graphics driver - then you're going to need to look deeper into that.

When you say you have the "latest videocard drivers", where are you getting that information from? If you're simply asking Windows to check for you, or if you're downloading the latest "all in one" driver pack from AMD, then there's a good chance that you don't! Older cards only have their drivers included within "legacy" driver download packs.

After breaking their OpenGL support, AMD did eventually release fixed drivers, but only for some of their cards, and due to the way Microsoft take their driver recommendations from system manufacturers instead of component manufacturers it can often be difficult to get the right ones installed (especially if Windows 10 is involved, as it likes to undo changes you make if it thinks a different driver version is "correct").

If a newer fixed driver truly doesn't exist for you then the only options are to either start experimenting with older drivers or to get a different video card.
kolya5544 #8
Posted 27 March 2017 - 06:06 PM
then there's a good chance that you don't!
I downloaded it from ATI official site.
If a newer fixed driver truly doesn't exist for you then the only options are to either start experimenting with older drivers or to get a different video card.
That's only what can i do.

And, as can i see, i can remove it problem for some time, about 1-2 days, i just stop my server and remove my file from 'world' folder, sometimes it can help, but it doesn't work now

And i am sure that it is monitor crash, becouse:
1. I spawn on my spawn-point where we can find some monitors
2. When i was on random-warp i decided to place monitor, i placed 1 monitor=nothing, i placed second monitor near the first=crash