Jump to content

Recommended Posts

Posted

Hi, new here and I have this crash everytime I search in the book with "gear" i can type in the "g" but with the next letter minecraft crash

 

 

Mods loaded: 33

ModLoader 1.2.5

mod_MinecraftForge 3.1.3.101

mod_ModLoaderMp 1.2.5v1

mod_TooManyItems 1.2.5 2012-04-10

mod_WirelessRedstone 1.5

mod_ReiMinimap v3.0_04 [1.2.5]

mod_AdditionalBuildcraftObjects 0.9.1-94 (MC 1.2.5, BC 3.1.5)

mod_BuildCraftCore 3.1.5

mod_BuildCraftBuilders 3.1.5

mod_BuildCraftEnergy 3.1.5

mod_BuildCraftFactory 3.1.5

mod_BuildCraftTransport 3.1.5

mod_LogisticsPipes 0.2.2 (built with Minecraft 1.2.5, Buildcraft 3.1.5,

 

Forge 3.0.1.75)

mod_AdditionalPipes 3.0.8 (Minecraft 1.2.5, Buildcraft 3.1.5, Forge

 

3.0.1.75)

mod_BuildCraftSilicon 3.1.5

mod_CraftGuide 1.4.3 for Minecraft 1.2.3

mod_Direwolf20House Direwolf20 House v1.1 for Minecraft 1.2.5

mod_EE 1.4.3.0

mod_Forestry 1.4.4.1

mod_BuildCraftZFP (Forestry Package)

mod_IC2 v1.95

mod_AdvancedMachines v1.4 for IC2 1.90

mod_InvTweaks 1.41b (1.2.4)

mod_CompactSolars 2.1

mod_PortalGun 1.2.4v1

mod_RedPowerControl 2.0pr5

mod_RedPowerCore 2.0pr5

mod_RedPowerLighting 2.0pr5

mod_RedPowerLogic 2.0pr5

mod_RedPowerMachine 2.0pr5

mod_RedPowerWiring 2.0pr5

mod_RedPowerWorld 2.0pr5

mod_Timber 1.2.4

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem.

 

 

 

 

--- BEGIN ERROR REPORT 84cbafa5 --------

Generated 2012-04-28 10:56

 

Minecraft: Minecraft 1.2.5

OS: Windows 7 (amd64) version 6.1

Java: 1.6.0_20, Sun Microsystems Inc.

VM: Java HotSpot 64-Bit Server VM (mixed mode), Sun Microsystems Inc.

LWJGL: 2.8.3

OpenGL: GeForce GT 425M/PCI/SSE2 version 4.2.0, NVIDIA Corporation

 

java.lang.AbstractMethodError

at forge.MinecraftForgeClient.getItemRenderer

 

(MinecraftForgeClient.java:135)

at tw.a(RenderItem.java:339)

at CraftGuide.ui.GuiRenderer.drawItemStack(GuiRenderer.java:353)

at CraftGuide.ui.GuiRenderer.drawItemStack(GuiRenderer.java:333)

at CraftGuide.ui.FilterSelectGrid.renderGridCell

 

(FilterSelectGrid.java:73)

at CraftGuide.ui.GuiScrollableGrid.renderGridRow

 

(GuiScrollableGrid.java:136)

at CraftGuide.ui.GuiScrollableGrid.renderGridRows

 

(GuiScrollableGrid.java:124)

at CraftGuide.ui.Rendering.GridRect.render(GridRect.java:24)

at CraftGuide.ui.GuiRenderer.render(GuiRenderer.java:232)

at CraftGuide.ui.GuiWindow.render(GuiWindow.java:27)

at CraftGuide.ui.GuiElement.render(GuiElement.java:89)

at CraftGuide.ui.GuiElement.render(GuiElement.java:89)

at CraftGuide.ui.GuiElement.render(GuiElement.java:89)

at CraftGuide.ui.GuiElement.render(GuiElement.java:89)

at CraftGuide.ui.GuiElement.render(GuiElement.java:89)

at CraftGuide.ui.GuiElement.render(GuiElement.java:82)

at CraftGuide.ui.GuiScrollableGrid.draw(GuiScrollableGrid.java:30)

at CraftGuide.ui.FilterSelectGrid.draw(FilterSelectGrid.java:85)

at CraftGuide.ui.GuiElement.draw(GuiElement.java:52)

at CraftGuide.ui.GuiElement.draw(GuiElement.java:52)

at CraftGuide.ui.GuiElement.draw(GuiElement.java:52)

at CraftGuide.ui.GuiElement.draw(GuiElement.java:52)

at CraftGuide.ui.GuiElement.draw(GuiElement.java:52)

at CraftGuide.Gui.a(Gui.java:45)

at CraftGuide.GuiCraftGuide.a(GuiCraftGuide.java:308)

at lr.b(EntityRenderer.java:972)

at EntityRendererProxy.b(EntityRendererProxy.java:21)

at net.minecraft.client.Minecraft.x(Minecraft.java:869)

at net.minecraft.client.Minecraft.run(Minecraft.java:747)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 11b2129f ----------

 

 

Is this a Forge problem or is it Cafting guide?

Posted

For me it looks that the source makes a communikation error beetween two classes.

 

This will be because of Craftguid, you had wrote craftguid is for 1.2.3

So their will be the reason of communikation error.

 

If Craftguid have a update install that, or miss the mod, because 1.2.5 isn't realy compatible with 1.2.5 or 1.2.4

Posted

They need to update there mod, they use a old function that was removed in 1.2.5

Tell your mod maker to update.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

I had tested craftguide and buildcraft shortly, and i don't get kicked out by writing gear for example.

 

So i would say it's a mistake of one of these mods, because buildcraft or redpower works still fine with craftguide.

Easy to test for me^^

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Im trying to build my mod using shade since i use the luaj library however i keep getting this error Reason: Task ':reobfJar' uses this output of task ':shadowJar' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. So i try adding reobfJar.dependsOn shadowJar  Could not get unknown property 'reobfJar' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. my gradle file plugins { id 'eclipse' id 'idea' id 'maven-publish' id 'net.minecraftforge.gradle' version '[6.0,6.2)' id 'com.github.johnrengelman.shadow' version '7.1.2' id 'org.spongepowered.mixin' version '0.7.+' } apply plugin: 'net.minecraftforge.gradle' apply plugin: 'org.spongepowered.mixin' apply plugin: 'com.github.johnrengelman.shadow' version = mod_version group = mod_group_id base { archivesName = mod_id } // Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17. java.toolchain.languageVersion = JavaLanguageVersion.of(17) //jarJar.enable() println "Java: ${System.getProperty 'java.version'}, JVM: ${System.getProperty 'java.vm.version'} (${System.getProperty 'java.vendor'}), Arch: ${System.getProperty 'os.arch'}" minecraft { mappings channel: mapping_channel, version: mapping_version copyIdeResources = true runs { configureEach { workingDirectory project.file('run') property 'forge.logging.markers', 'REGISTRIES' property 'forge.logging.console.level', 'debug' arg "-mixin.config=derp.mixin.json" mods { "${mod_id}" { source sourceSets.main } } } client { // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. property 'forge.enabledGameTestNamespaces', mod_id } server { property 'forge.enabledGameTestNamespaces', mod_id args '--nogui' } gameTestServer { property 'forge.enabledGameTestNamespaces', mod_id } data { workingDirectory project.file('run-data') args '--mod', mod_id, '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/') } } } sourceSets.main.resources { srcDir 'src/generated/resources' } repositories { flatDir { dirs './libs' } maven { url = "https://jitpack.io" } } configurations { shade implementation.extendsFrom shade } dependencies { minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" implementation 'org.luaj:luaj-jse-3.0.2' implementation fg.deobf("com.github.Virtuoel:Pehkui:${pehkui_version}") annotationProcessor 'org.spongepowered:mixin:0.8.5:processor' minecraftLibrary 'luaj:luaj-jse:3.0.2' shade 'luaj:luaj-jse:3.0.2' } // Example for how to get properties into the manifest for reading at runtime. tasks.named('jar', Jar).configure { manifest { attributes([ 'Specification-Title' : mod_id, 'Specification-Vendor' : mod_authors, 'Specification-Version' : '1', // We are version 1 of ourselves 'Implementation-Title' : project.name, 'Implementation-Version' : project.jar.archiveVersion, 'Implementation-Vendor' : mod_authors, 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), "TweakClass" : "org.spongepowered.asm.launch.MixinTweaker", "TweakOrder" : 0, "MixinConfigs" : "derp.mixin.json" ]) } rename 'mixin.refmap.json', 'derp.mixin-refmap.json' } shadowJar { archiveClassifier = '' configurations = [project.configurations.shade] finalizedBy 'reobfShadowJar' } assemble.dependsOn shadowJar reobf { re shadowJar {} } publishing { publications { mavenJava(MavenPublication) { artifact jar } } repositories { maven { url "file://${project.projectDir}/mcmodsrepo" } } }  
    • All versions of Minecraft Forge suddenly black screen even without mods (tried reinstalling original Minecraft, Java, updating drivers doesn't work)
    • When i join minecraft all ok, when i join world all working fine, but when i open indentity menu, i get this The game crashed whilst unexpected error Error: java.lang.NullPointerException: Cannot invoke "top.ribs.scguns.common.Gun$Projectile.getDamage()" because "this.projectile" is null crash report here https://paste.ee/p/0vKaf
  • Topics

×
×
  • Create New...

Important Information

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