Jump to content

[1.8] Having trouble setting up a forge development environment


machineguner23

Recommended Posts

I used gradle to install the forge development environment  but when i try to run Minecraft through eclipse this happens:

 

 

[pre][19:35:33] [main/INFO] [GradleStart]: Extra: []

[19:35:33] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken, {REDACTED}, --assetIndex, 1.8, --assetsDir, C:/Documents and Settings/Eric/.gradle/caches/minecraft/assets, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker]

[19:35:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[19:35:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker

[19:35:33] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker

[19:35:33] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker

[19:35:33] [main/INFO] [FML]: Forge Mod Loader version 8.0.32.1320 for Minecraft 1.8 loading

[19:35:33] [main/INFO] [FML]: Java is Java HotSpot Client VM, version 1.7.0_71, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jdk1.7.0_71\jre

[19:35:33] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

[19:35:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker

[19:35:34] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin

[19:35:34] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin

[19:35:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:35:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[19:35:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:35:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[19:35:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:35:34] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!

[19:35:37] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing

[19:35:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[19:35:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[19:35:38] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[19:35:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[19:35:38] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[19:35:39] [Client thread/INFO]: Setting user: Player822

[19:35:44] [Client thread/INFO]: LWJGL Version: 2.9.1

[19:35:46] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization

[19:35:46] [Client thread/INFO] [FML]: MinecraftForge v11.14.1.1320 Initialized

[19:35:46] [Client thread/INFO] [FML]: Replaced 204 ore recipies

[19:35:46] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization

[19:35:46] [Client thread/INFO] [FML]: Searching C:\UselessThings\eclipse\mods for mods

[19:35:51] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load

[19:35:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod] at CLIENT

[19:35:52] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod] at SERVER

[19:35:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod

[19:35:53] [Client thread/INFO] [FML]: Processing ObjectHolder annotations

[19:35:53] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations

[19:35:53] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0

[19:35:53] [Client thread/INFO] [FML]: Applying holder lookups

[19:35:53] [Client thread/INFO] [FML]: Holder lookups applied

[19:35:54] [sound Library Loader/INFO]: Starting up SoundSystem...

[19:35:54] [Thread-7/INFO]: Initializing LWJGL OpenAL

[19:35:54] [Thread-7/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[19:35:55] [Thread-7/INFO]: OpenAL initialized.

[19:35:55] [sound Library Loader/INFO]: Sound engine started

[19:35:59] [Client thread/INFO]: Created: 512x512 textures-atlas

[19:36:01] [Client thread/INFO] [sTDOUT]: [com.example.examplemod.ExampleMod:init:18]: DIRT BLOCK >> tile.dirt

[19:36:01] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods

[19:36:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod

[19:36:01] [Client thread/INFO]: SoundSystem shutting down...

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x53be213a, pid=3428, tid=3496

#

# JRE version: Java SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)

# Java VM: Java HotSpot Client VM (24.71-b01 mixed mode windows-x86 )

# Problematic frame:

# C  [CT_OAL.DLL+0x1213a]

#

# 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:\UselessThings\eclipse\hs_err_pid3428.log

#

# If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#[/pre]

 

 

I'm running Windows XP 32 Bit with 4GB RAM and Java 7 if that matters.

 

Please help

Link to comment
Share on other sites

Try re-installing your Java JDK and JRE, it seems like your Current OpenAL driver is either incompatible or something else on your PC is causing a conflict.

 

Don't know about you, but I'd consider upgrading to Windows 7 or 8.1, Windows XP support is long gone :(

 

Googling a bit Further it seems like that the Driver is Proprietary of CreativeTechnologies, so if you have a Creative Sound card look for updated drivers or re-install your current drivers.

I require Java, both the coffee and the code :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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