OpenBlocks

OpenBlocks

56M Downloads

Radio crash

BassMaker opened this issue ยท 13 comments

commented

When removing a tuner card (by right clicking on the radio block) with another tuner card in your hand, it will proceed to crash your game. Any attempt to re-open this world will result in another game crash. I tried removing the station (tuner card) from the configuration and that didn't work. Any suggestions? I'd like to continue using this world.

commented

Do you have a crash log available?

As a temporary measure you can probably set the radio block id to 0 then re-launching the game. However, I recommend taking a backup of your world first

commented

@mikeemoo Where would I post the crash log?

commented
commented

@rfox90 Somehow, I always forget that exists... http://pastebin.com/vqSezkzq

commented

openmods.config.ConfigProcessing.canRegisterBlock.

How high are your item ids for the crystals?

commented

Use pastebin please.

commented

You don't need to "Open MC" you just need to check the openblocks config file.

commented

NM, 14998

commented

@rfox90 I'm not quite sure. I can't even open that version of MC to check. What is the generic item ID?

commented

Yes it does, Root of your Minecraft server/config/OpenBlocks.cfg

Tons of IDs. If you didn't specify these IDs to start with where did you get them from. My only mistake was calling them Item Ids. Your crashlog relates to a block ID.

Unless i'm massively misreading the crash log you are trying to register a block with an block ID that is too large. I've had issues like this in the past which have caused the same issues.

Assigning block ids is something you need to get used to as every single mod has this feature. As you add more mods to your mod pack you'll come across ID conflicts where you need to edit those IDs so they fall into the correct range.

Your crashlog suggests the game does not even start. Are you sure this is the most relevant and up to date copy?

commented

Yes, it's the most up to date. The only time I've ever had to edit item/block ID's is when I add an unsupported mod, like say, Minechem. I had to change some Id's in that. Regardless... I'm going to just try to reinstall the pack. That way I know it will all work together. Add the things that I know work alongside it. And hopefully never try to remove a tuner card with another one. Crossed fingers for my world, but I'm okay with restarting.

commented

This isn't a bug with openblocks. I suggest closing.

commented

If you have another issue, please let us know. Unable to reproduce so closing this for now.