The Meaning of Life, the Universe, and Everything.
Location:
Somewhere
Join Date:
9/13/2012
Posts:
48
Member Details
I have a heavily modded client, based on the FTB Unleashed pack but with a heap of extra stuff added into it. The plan is to make it function as a server/client setup for a very small of whitelisted friends when i get it working.
I've (amazingly) managed to get all the block id errors resolved so far, not 100% sure on the item id conflicts but it loads without crashing for now.
I'm having problems making it work with Project Red (a Redpower replacement) and would prefer to learn why so I can try to resolve future errors on my own.
The mod list is here: http://pastebin.com/CbRUpG8L and I have since added the falling meteors mod (which works).
When I add Project Red, it loads and appears to function, but if I press R to see the recipe of Red Alloy Wire, the game crashes with a bunch of render errors. I've also had it crash the same way when in creative mode while searching out red alloy wire.
The Meaning of Life, the Universe, and Everything.
Location:
Somewhere
Join Date:
9/13/2012
Posts:
48
Member Details
Thank you. I poked through the forgecraft log file and wrote down all the item conflicts (yeah, there were a few). Some editing was required. It appears stable now, and one or two other unusual things (errors with recipes) are gone too.
Now, to see if I can shoehorn more in and try to not crash it again.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've (amazingly) managed to get all the block id errors resolved so far, not 100% sure on the item id conflicts but it loads without crashing for now.
I'm having problems making it work with Project Red (a Redpower replacement) and would prefer to learn why so I can try to resolve future errors on my own.
The mod list is here: http://pastebin.com/CbRUpG8L and I have since added the falling meteors mod (which works).
When I add Project Red, it loads and appears to function, but if I press R to see the recipe of Red Alloy Wire, the game crashes with a bunch of render errors. I've also had it crash the same way when in creative mode while searching out red alloy wire.
Here's the forge error log showing the crashes at the end: http://pastebin.com/aKKmgQcn
Here's my crash screen: http://pastebin.com/FD5MdfnF
And this pastebin has the error log: http://pastebin.com/pygRHeET
java version "1.7.0_25"
Java™ SE Runtime Environment (build 1.7.0_25-b17)
Java HotSpot™ 64-Bit Server VM (build 23.25-b01, mixed mode)
I have tried increasing the RAM available to java, boosting the PermGen to 160m, and trying the -XX:+UseConcMarkSweepGC setting. No difference.
Running a GTX590 (latest drivers) under Windows 7 (all up to date) on a Core i7 w/12Gb of RAM.
And... I think that's everything? I'd love some pointers or hints as to what I should be looking at/for next.
Thanks for your input.
Now, to see if I can shoehorn more in and try to not crash it again.