Blockland Forums > Help
Brick datablock errors
Pages: (1/1)
Mold:
Every time starting a server, I get hundreds of these. How do I figure out what add-on causes them?
--- Code: ---ERROR: Brick datablock "brick1x3x2Data" has the same uiname as "plate1x3x2Data" (1x3x2) - removing.
BackTrace: ->SM_StartMission->createServer->onServerCreated->verifyBrickUINames
--- End code ---
Darksaber530:
--- Quote from: Mold on June 02, 2012, 02:57:54 PM ---Every time starting a server, I get hundreds of these. How do I figure out what add-on causes them?
--- Code: ---ERROR: Brick datablock "brick1x3x2Data" has the same uiname as "plate1x3x2Data" (1x3x2) - removing.
BackTrace: ->SM_StartMission->createServer->onServerCreated->verifyBrickUINames
--- End code ---
--- End quote ---
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.
Mold:
--- Quote from: Darksaber530 on June 02, 2012, 03:47:50 PM ---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.
--- End quote ---
I know that
But I want to find out which add-on is causing it so I can remove it
Pages: (1/1)