Problem FTB Revelation: crash after putting an Advanced mining drill from Gravitation suit into a miner form IC2

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

derda98

New Member
Mar 3, 2021
4
1
2
Hi everybody,

I did put an Advanced mining drill from Gravitation suit into a miner from Industrial craft 2. After that, the game crashed immediately. I can't restart if by loading the map the game crashes directly.
The crash report is attached. Please help me I don't know what I can do now.

Thanks for all of your answers

Greetings Niklas
 

Attachments

  • crash-2021-03-03_11.12.23-server.txt
    59.9 KB · Views: 98
Last edited:

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Find a way to remove the ticking block:


  1. -- Block entity being ticked --
  2. Details:
  3. Name: ic2:miner // ic2.core.block.machine.tileentity.TileEntityMiner
  4. Block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  5. Block data value: 1 / 0x1 / 0b0001
  6. Block location: World: (-1248,73,-500), Chunk: (at 0,4,12 in -78,-32; contains blocks -1248,0,-512 to -1233,255,-497), Region: (-3,-1; contains chunks -96,-32 to -65,-1, blocks -1536,0,-512 to -1025,255,-1)
  7. Actual block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  8. Actual block data value: 1 / 0x1 / 0b0001


Either:

* use the setting in the forge config to remove ticking blocks / entities at start up - stop server, change config, start server, if it works, stop server and change the config back - and go from there.

* Restore a backup from before the crashes

* Try removing the ticking block in any other means - any offline editor of the save would do the trick
 

derda98

New Member
Mar 3, 2021
4
1
2
Find a way to remove the ticking block:


  1. -- Block entity being ticked --
  2. Details:
  3. Name: ic2:miner // ic2.core.block.machine.tileentity.TileEntityMiner
  4. Block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  5. Block data value: 1 / 0x1 / 0b0001
  6. Block location: World: (-1248,73,-500), Chunk: (at 0,4,12 in -78,-32; contains blocks -1248,0,-512 to -1233,255,-497), Region: (-3,-1; contains chunks -96,-32 to -65,-1, blocks -1536,0,-512 to -1025,255,-1)
  7. Actual block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  8. Actual block data value: 1 / 0x1 / 0b0001


Either:

* use the setting in the forge config to remove ticking blocks / entities at start up - stop server, change config, start server, if it works, stop server and change the config back - and go from there.

* Restore a backup from before the crashes

* Try removing the ticking block in any other means - any offline editor of the save would do the trick
Thx that worked
 
  • Like
Reactions: grandrolf
Status
Not open for further replies.