Jump to content

Zambie1980

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Zambie1980

  1. I've been having several weird bugs lately but this one is what is the most aggravating of them all. I've allocated 4GB of RAM to my MC, i'm using Optfine, no shaders or textures and most if not everything is set to low. The first issue is the biggest one. 1: I removed the mod Jurrasicraft from my Mc as it gave me a crash, I figured it collided badly so I replaced it with Fossils and Archaeology - Revival. On the same world I had removed/added the mods, it made the game entirely unplayable. It wouldn't crash but it would freeze every time I moved even by a frame. I tried looking at the sky but even that was freezing and I had to use task manager to even exit the game. I don't know why it's started doing this as I've not had any other issues mod wise. So this issue i'd like help fixing more than anything (again, i've no crash log because I never actually crashed except for the one time it said it was from Jurrasicraft) 2: I've been having a very strange issue lately but I can't tell if it's mod related or not. Randomly in the distance or fairly close in the game I've been hearing either TNT or creeper explosions just going off left and right with no creepers in sight, no TNT having been laid out. They're just out of the blue explosions for no reason. I don't know again if this is mod related, but I never had this issue when my MC was mod free so I'm assuming this might be from something. 3: Final issue. Randomly whenever I look in a certain direction, all blocks BUT wood logs and underground tunnels become invisible, but when I start to look away, the blocks revert back to normal and are able to be seen. This doesn't fix itself either once I leave the area, if I go back to that area it happens in, it stays like that with the looking/ not looking issue. I couldn't get a screenshot of this at the time but if one is needed I will try to provide. If any help can be given please do let me know! -Update- https://paste.dimdev.org/ahagojuvav.mccrash The world I was previously on no longer worked, so I made a new world after I had removed the mod, but am now receiving that crash. I'm not sure what's wrong?
  2. Alrighty, thank you so much for the help! It is greatly appreciated.
  3. Okay, I found a way to paste the debug.log ! Took a while, sorry about that! https://gist.github.com/Zambie1980/36e92200d0e2a91ad8c78ace6c4634ff Honestly should've thought to use that to begin with.
  4. Oh, alrighty i'll be sure to remove that! I did have the actual debug log, but it just refused to actually upload for some reason. I think the file itself was too big ( 16,587 KB ) cause I tried two-three times and it got less than halfway then just popped up saying it failed to upload.
  5. Okay, my bad, I've never had to look for any of the logs before so I wasn't sure, but I do believe I found the correct log this time. latest.log
  6. Oh, I found it here. I wasn't sure where all to look/ what to do, but it said debug.log on it already so I thought that's what I had needed?
  7. Okay so, I found this file that said Debug.log , but i'm not sure if this is the right thing (it's a txt doc). If that's not the right thing then i'm not sure how to upload it. The file that said debug.log
  8. Sorry about that! I forgot to include it, but i'm having an issue doing so. I try to copy the entire page by holding the mouse down then copy/pasting, but it just stops picking up that I tried to copy the entire page. (I start from the top and copies less than 10% of everything highlighted) . Hate to sound clueless, but is there any way to copy everything easier then what i'm trying at the moment? CTRL+A does the same thing sadly.
  9. https://paste.dimdev.org/tagojafuja.mccrash When the crash screen appeared it said the mod causing the crash was unknown, and the crash appears randomly. It can be working perfectly for a good while then out of nowhere i'm kicked. Any ideas or help would be great!
  10. Simply put I was adding and removing mods I wasn't using and the crashing started today, but I can't tell what mods are causing what simply because the crash reports keep saying different things (for example it would say Quark, Biomes o plenty or various others were causing the crash, when removed the crash cause would be 'Unknown' ) . Now it's gotten worse as I was trying to figure everything out. I could at the very least get into the game, but now it crashes upon loading. I might need help step-by-step on what could be causing what so i'm willing to work with whatever advice I can get. https://paste.dimdev.org/kazirovofa.mccrash <- Here's the crash report, if anyone can help that would be terrific. -Edit- this particular crash was fixed!
  11. Thank you so much! It works perfectly now, I had no idea to even check the 1.12.2 folder after I had gotten rid of OTG.
  12. Sorry if this isn't the right place to post this, but I wasn't sure where else to post. I keep having this issue and i'm not sure why, but it is consistent and yet also not. What I mean is the "Ticking entity" keeps changing from things from Animania to regular vanilla MC mobs like villagers or horses. I can't play at all and i'm not sure if it's a mod messing up my game, multiple mods or if my game is just broken. I'm new to this forum so any help would be appreciated greatly, mostly because I know nothing about Curse/coding. ---- Minecraft Crash Report ---- // Don't do that. Time: 2019-07-15 21:11:38 EDT Description: Ticking entity java.lang.NoClassDefFoundError: com/pg85/otg/forge/dimensions/WorldProviderOTG at com.pg85.otg.forge.asm.OTGHooks.getGravityFactor(OTGHooks.java:26) at net.minecraft.entity.EntityLivingBase.travel(EntityLivingBase.java:1977) at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2393) at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:678) at net.minecraft.entity.EntityAgeable.onLivingUpdate(EntityAgeable.java:178) at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179) at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:377) at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1993) at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) at net.minecraft.world.World.updateEntity(World.java:1955) at net.minecraft.world.World.redirect$updateEntity$zbb000(World.java:4118) at net.minecraft.world.World.updateEntities(World.java:1759) at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:252) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: com.pg85.otg.forge.dimensions.WorldProviderOTG at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 18 more Caused by: java.lang.NullPointerException A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Entity being ticked -- Entity Type: minecraft:villager (net.minecraft.entity.passive.EntityVillager) Entity ID: 35 Entity Name: Villager Entity's Exact location: -219.50, 108.00, 96.50 Entity's Block location: World: (-220,108,96), Chunk: (at 4,6,0 in -14,6; contains blocks -224,0,96 to -209,255,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: ~~ERROR~~ NullPointerException: null Entity NBT: {HurtByTimestamp:0,ForgeData:{},RelativeAABB:[-0.30000001192092896d,0.0d,-0.30000001192092896d,0.30000001192092896d,1.9500000476837158d,0.30000001192092896d],Attributes:[{Base:20.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.5d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:16.0d,Modifiers:[{UUIDMost:-5799658358575707565L,UUIDLeast:-4913151168619904787L,Amount:-0.09245006102577097d,Operation:1,Name:"Random spawn bonus"}],Name:"generic.followRange"}],Riches:0,Invulnerable:0b,FallFlying:0b,ForcedAge:0,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DeathTime:0s,ForgeCaps:{"villagenames:modularskin":{villagenames:{SkinTone:2,BiomeType:2,Profession:5,ProfessionLevel:0,Career:1}},"llibrary:extendedentitydatacapability":{},"twilightforest:cap_shield":{permshields:0,tempshields:0}},HandDropChances:[0.085f,0.085f],PersistenceRequired:0b,Age:0,Motion:[0.0d,0.0d,0.0d],Leashed:0b,UUIDLeast:-6719990106773652676L,Health:20.0f,LeftHanded:0b,Air:300s,OnGround:0b,Dimension:0,Offers:{Recipes:[]},Rotation:[0.0f,0.0f],UpdateBlocked:0b,HandItems:[{},{}],ProfessionName:"minecraft:nitwit",ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Profession:5,UUIDMost:2390088672125800176L,Pos:[-219.5d,108.0d,96.5d],Fire:-1s,ArmorItems:[{},{},{},{}],CanPickUpLoot:1b,HurtTime:0s,CareerLevel:2,Career:1,Inventory:[],Willing:0b} -- Affected level -- Level name: ,,, All players: 0 total; [] Chunk stats: ServerChunkCache: 629 Drop: 0 Level seed: -1538651628586633617 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true} Level spawn location: World: (-68,64,256), Chunk: (at 12,4,0 in -5,16; contains blocks -80,0,256 to -65,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 1 game time, 1 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 89917 (now: false), thunder time: 102641 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2525093328 bytes (2408 MB) / 3892314112 bytes (3712 MB) up to 4294967296 bytes (4096 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104 FML: MCP 9.42 Powered by Forge 14.23.5.2836 Optifine OptiFine_1.12.2_HD_U_E3 53 mods loaded, 53 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:------ |:-------------------- |:------------------ |:------------------------------------------------ |:---------------------------------------- | | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | LCHIJA | mcp | 9.42 | minecraft.jar | None | | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2836.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2836 | forge-1.12.2-14.23.5.2836.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LCHIJA | otgcore | 1.12.2 - v7 | minecraft.jar | None | | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None | | LCHIJA | randompatches | 1.12.2-1.17.2.0 | randompatches-1.12.2-1.17.2.0.jar | None | | LCHIJA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | LCHIJA | ambientsounds | 3.0 | AmbientSounds_v3.0.4_mc1.12.2.jar | None | | LCHIJA | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None | | LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-API-1.12.1.jar | None | | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None | | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None | | LCHIJA | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None | | LCHIJA | jei | 4.15.0.285 | jei_1.12.2-4.15.0.285.jar | None | | LCHIJA | quark | r1.5-146 | Quark-r1.5-146.jar | None | | LCHIJA | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None | | LCHIJA | backpacks16840 | 3.5.5 | backpacks+1.12.2+-+3.5.5.jar | None | | LCHIJA | betteranimalsplus | 6.0.3 | betteranimalsplus-1.12.2-6.0.3.jar | None | | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None | | LCHIJA | zawa | 1.12.2-1.6.0 | zawa+-+1.6.0+(1.12.2).jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 | | LCHIJA | bookworm | 1.12.2-2.2.0 | bookworm+-+2.2.0+(1.12.2).jar | None | | LCHIJA | chococraft | 0.9.8.0 | ChocoCraft-3-Mod-1.12.2.jar | None | | LCHIJA | creeperconfetti | 1.4.2 | creeperconfetti-1.4.2.jar | None | | LCHIJA | cyclicmagic | 1.19.3 | Cyclic-1.12.2-1.19.3.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe | | LCHIJA | mocreatures | 12.0.5 | DrZharks+MoCreatures+Mod-12.0.5.jar | None | | LCHIJA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None | | LCHIJA | exoticbirds | 1.0 | Exotic-Birds-Mod-1.12.2.jar | None | | LCHIJA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None | | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None | | LCHIJA | cfm | 6.3.0 | furniture-6.3.0-1.12.2.jar | None | | LCHIJA | minecraftfuture | 0.1.8 | future-mc-0.1.8.jar | None | | LCHIJA | goodnightsleep | 0.0.1 | Good-Night-Sleep-Mod-1.12.2.jar | None | | LCHIJA | heroicarmory | 1.0.0 | Heroic-Armory-Mod-1.12.2.jar | None | | LCHIJA | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None | | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | | LCHIJA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | | LCHIJA | moon-core | 7.0 | moon-core+7.0+(1.12).jar | None | | LCHIJA | simplerecipes | 1.12.2c | Pam's+Simple+Recipes+1.12.2c.jar | None | | LCHIJA | quantimate | 1.6.3 | Quantimate1.12.2-1.6.3.jar | None | | LCHIJA | randomtweaks | 1.12.2-2.7.0.1 | randomtweaks-1.12.2-2.7.0.1.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd | | LCHIJA | additionalstructures | 2.2.2 | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar | None | | LCHIJA | spartanweaponry | beta 1.2.3 | SpartanWeaponry-1.12.2-beta-1.2.3.jar | None | | LCHIJA | specialmobs | 1.0.2_for_mc1.12.2 | specialmobsOTHER -1.0.2_for_mc1.12.2.jar | None | | LCHIJA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None | | LCHIJA | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None | | LCHIJA | villagenames | 3.2 | VillageNames-1.12.2-3.2.jar | None | | LCHIJA | ebwizardry | 4.1.4 | Wizardry-Mod-1.12.2.jar | None | | LCHIJA | xaerominimap | 1.16.4 | Xaeros_Minimap_1.16.4_Forge_1.12.jar | None | | LCHIJA | llibrary | 1.7.18 | llibrary-1.7.18-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec | | LCHIJA | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 | Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar) RandomPatches (randompatches-1.12.2-1.17.2.0.jar) com.therandomlabs.randompatches.core.RPTransformer LoadingPlugin (Quark-r1.5-146.jar) vazkii.quark.base.asm.ClassTransformer BCModPlugin (backpacks+1.12.2+-+3.5.5.jar) brad16840.core.ClassTransformer Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer AppleCore (AppleCore-mc1.12.2-3.2.0.jar) squeek.applecore.asm.TransformerModuleHandler OTGCorePlugin (OTG-Core.jar) com.pg85.otg.forge.asm.OTGClassTransformer VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Suspected Mods: Unknown Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' Client Crashes Since Restart: 0 Integrated Server Crashes Since Restart: 1[/pre]
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.