Author Topic: Brick datablock errors  (Read 488 times)

Every time starting a server, I get hundreds of these. How do I figure out what add-on causes them?
Code: [Select]
ERROR: Brick datablock "brick1x3x2Data" has the same uiname as "plate1x3x2Data" (1x3x2) - removing.
BackTrace: ->SM_StartMission->createServer->onServerCreated->verifyBrickUINames

Every time starting a server, I get hundreds of these. How do I figure out what add-on causes them?
Code: [Select]
ERROR: Brick datablock "brick1x3x2Data" has the same uiname as "plate1x3x2Data" (1x3x2) - removing.
BackTrace: ->SM_StartMission->createServer->onServerCreated->verifyBrickUINames
The UI name is probably JUST 1x3x2
Yet they are different bricks
The game thinks that there are 2 of the same bricks called 1x3x2
GAME NO LIKE
So the game removes them to avoid complications.

The UI name is probably JUST 1x3x2
Yet they are different bricks
The game thinks that there are 2 of the same bricks called 1x3x2
GAME NO LIKE
So the game removes them to avoid complications.

I know that
But I want to find out which add-on is causing it so I can remove it