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

Install Error Conflict At 47, 48, 49

Started by Jenkoplz, 25 February 2012 - 09:54 AM
Jenkoplz #1
Posted 25 February 2012 - 10:54 AM
I don't seem to be the only one with this error. In the other forums it was said unzipping the .zip file into the mod folder will resolve this issue but for me it hasn't. Here is my log:


27 achievements
174 recipes
ModLoader 1.1 Initializing...
Mod Initialized: mod_MinecraftForge 1.3.3.12
Mod Initialized: mod_ModLoaderMp 1.0.0
ComputerCraft: turtleBlockID 209
CONFLICT @ -47
ComputerCraft: Searching for RedPowerLib...
ComputerCraft: RedPowerLib not found.
ModLoaderMP 1.0.0 Initialized
Mod Initialized: mod_CCTurtle 1.3
Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
ComputerCraft: computerBlockID 207
ComputerCraft: diskDriveBlockID 208
ComputerCraft: diskItemID 4000
CONFLICT @ -49
CONFLICT @ -48
Mod Initialized: mod_ComputerCraft 1.3
Mod Loaded: mod_MinecraftForge 1.3.3.12
Mod Loaded: mod_ModLoaderMp 1.0.0
MinecraftForge v1.3.3.12 Initialized
Mod Loaded: mod_CCTurtle 1.3
Mod Loaded: mod_ComputerCraft 1.3
Done.
WARNING: Found unknown Windows version: Windows 7
Attempting to use default windows plug-in.
Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin

Starting up SoundSystem...
Initializing LWJGL OpenAL
	(The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.

Stopping!

SoundSystem shutting down...
	Author: Paul Lamb, www.paulscode.com
rockymc #2
Posted 25 February 2012 - 11:12 AM
You need to use Flan's ModLoader Mp 1.1 v2.
FuzzyPurp #3
Posted 25 February 2012 - 11:40 AM
You need to use Flan's ModLoader Mp 1.1 v2.

Or SDK's modloadermp v4 :P/>/>
Jenkoplz #4
Posted 25 February 2012 - 12:22 PM
You need to use Flan's ModLoader Mp 1.1 v2.

I was using Flan's 1.1 v2 but he apparently doesn't update his version numbers??

Here is my log using SDK's 1.1 v4

27 achievements
174 recipes
ModLoader 1.1 Initializing...
Mod Initialized: mod_MinecraftForge 1.3.3.12
Mod Initialized: mod_ModLoaderMp 1.1v4
ComputerCraft: turtleBlockID 209
CONFLICT @ -47
ComputerCraft: Searching for RedPowerLib...
ComputerCraft: RedPowerLib not found.
ModLoaderMP 1.0.0 Initialized
Mod Initialized: mod_CCTurtle 1.3
Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg
ComputerCraft: computerBlockID 207
ComputerCraft: diskDriveBlockID 208
ComputerCraft: diskItemID 4000
CONFLICT @ -49
CONFLICT @ -48
Mod Initialized: mod_ComputerCraft 1.3
Mod Loaded: mod_MinecraftForge 1.3.3.12
Mod Loaded: mod_ModLoaderMp 1.1v4
MinecraftForge v1.3.3.12 Initialized
Mod Loaded: mod_CCTurtle 1.3
Mod Loaded: mod_ComputerCraft 1.3
Done.
WARNING: Found unknown Windows version: Windows 7
Attempting to use default windows plug-in.
Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin

Starting up SoundSystem...
Initializing LWJGL OpenAL
	(The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
OpenAL initialized.

Unable to find spawn biome
Stopping!

SoundSystem shutting down...
	Author: Paul Lamb, www.paulscode.com


**Update** Though my client log has not changed, and the above errors persist, the mod now *appears* to be working as intended. These errors may or may not be related to the trouble I was having. I had been working under the assumption they were.

Thank you for the help.
Edited on 25 February 2012 - 11:58 AM