Author Topic: Old versions of Duplicator  (Read 1659 times)

Help
Basically, my Tool_NewDuplicator addon has been crashing my server.
If anybody has older versions such as:
- 1.6.1
- 1.6.0
- Whatever

Please send it below.
I would appreciate it if the version is higher than 1.5.0
Thanks in advance.

why download an older and buggier version of new duplicater
just send a console.log of your crashes


You sure it's not Event_SaveLoadItems causing you to crash?

You sure it's not Event_SaveLoadItems causing you to crash?
I disabled all my event addons and still crashing.

how about you disable ALL of them, and read the pinned topic liked it asked you too

Usually crashing loops can't be traced because it crashes the game before any callbacks so you should try disabling all addons

I have 1.6.2, is that ok?

nevermind I thought it was old cause of the modified date but nvm lol it hasn't been updated for a while

Remove System_ReturnToBlockland or System_BlocklandGlass you shouldn't be using both, only one or the other.

Remove System_ReturnToBlockland or System_BlocklandGlass you shouldn't be using both, only one or the other.
Blockland Glass downloads a fake version of RTB so the RTB Archive mods will work

Blockland Glass downloads a fake version of RTB so the RTB Archive mods will work
I have a portable installation of Blockland with Blockland Glass installed and my console never has this

Code: [Select]
Client checking Add-On: System_ReturnToBlockland
Loading Add-On: System_ReturnToBlockland (CRC:-1931546528)
Executing Add-Ons/System_ReturnToBlockland/client.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/options.cs.
Executing config/client/rtb/prefs.cs.
Executing config/server/ADD_ON_LIST.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/profiles/generic.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/profiles/connectClient.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/profiles/infoTips.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/profiles/modManager.cs.
Executing Add-Ons/System_ReturnToBlockland/support/fileCache.cs.
Executing Add-Ons/System_ReturnToBlockland/support/functions.cs.
Executing Add-Ons/System_ReturnToBlockland/support/gui.cs.
Executing Add-Ons/System_ReturnToBlockland/support/networking.cs.
Executing Add-Ons/System_ReturnToBlockland/support/overlay.cs.
Executing Add-Ons/System_ReturnToBlockland/support/xmlParser.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/overlay.gui.
Executing Add-Ons/System_ReturnToBlockland/interface/mods/addOns.cs.

Add-Ons/System_ReturnToBlockland/interface/mods/addOns.cs (25): Unable to find object: 'AddOnsGui' attempting to call function 'delete'
BackTrace: ->onStart->serverPart2->initClient->loadClientAddOns->interfaceFunction

Executing Add-Ons/System_ReturnToBlockland/interface/addOns.gui.
Executing Add-Ons/System_ReturnToBlockland/interface/mods/joinServer.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/joinServer.gui.
Executing Add-Ons/System_ReturnToBlockland/interface/mods/loading.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/mods/mainMenu.cs.
Executing Add-Ons/System_ReturnToBlockland/interface/mods/customGame.cs.
Missing file: Add-Ons/System_ReturnToBlockland/interface/colorManager.gui!
Executing Add-Ons/System_ReturnToBlockland/interface/manual.gui.
Executing Add-Ons/System_ReturnToBlockland/interface/options.gui.
Executing Add-Ons/System_ReturnToBlockland/interface/serverControl.gui.
Executing Add-Ons/System_ReturnToBlockland/modules/client/colorManager.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/guiControl.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/guiTransfer.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/infoTips.cs.
Executing Add-Ons/System_ReturnToBlockland/hooks/infoTips.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/manual.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/serverControl.cs.
Activating package: RTB_Modules_Client_ColorManager
Activating package: RTB_Modules_Client_InfoTips
Activating package: RTB_Modules_Client_GuiTransfer
Activating package: RTB_Modules_Client_ServerControl
Executing Add-Ons/System_ReturnToBlockland/additions/RTBC_Profiles.cs.
Executing Add-Ons/System_ReturnToBlockland/additions/RTB_IRCClient.gui.
Executing Add-Ons/System_ReturnToBlockland/additions/RTBC_IRCClient.cs.
Activating package: RTBC_IRCClient
Activating package: RTB_Client

Obviously they have both add-ons installed and should remove one of them

Also, you have both Tool_NewDuplicator and Tool_Duplicator. Remove the old Tool_Duplicator