| Blockland Forums > Modification Help |
| RTB Development |
| << < (228/889) > >> |
| mctwist:
I think I found the error, even if it should have worked anyway: --- Code: ---if (!$RTB::RTBS_ServerControl) { exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs"); } --- End code --- Changed to: --- Code: ---if (!$RTB::RTBR_ServerControl_Hook) { exec("Add-Ons/System_ReturnToBlockland/RTBR_ServerControl_Hook.cs"); } --- End code --- And apparently, it worked, even if it should have worked anyway. Sorry for taking up your time. Edit: And so I got this(Total unrelated of the above): --- Code: ---Add-Ons/System_ReturnToBlockland/RTBC_IRCClient.cs (1175): Unable to find object: '' attempting to call function 'setBitmap' BackTrace: ->RTBIC_SC::onDisconnect->RTBIC_Disconnect->RTBIC_SetPane --- End code --- |
| Ephialtes:
Re-executing the hook script clears all the prefs that had been previously registered so this would have caused the problem. |
| mctwist:
I thought that it was something like that. What about this one then? --- Code: ---Add-Ons/System_ReturnToBlockland/RTBC_IRCClient.cs (1175): Unable to find object: '' attempting to call function 'setBitmap' BackTrace: ->RTBIC_SC::onDisconnect->RTBIC_Disconnect->RTBIC_SetPane --- End code --- |
| Ephialtes:
That's just some crap with the IRC client and since I'm ditching it I'm not fixing bugs related to it. This has nothing to do with the error you had. |
| mctwist:
--- Quote from: mctwist on March 17, 2010, 03:48:00 PM ---Edit: And so I got this(Total unrelated of the above): --- Code: ---Add-Ons/System_ReturnToBlockland/RTBC_IRCClient.cs (1175): Unable to find object: '' attempting to call function 'setBitmap' BackTrace: ->RTBIC_SC::onDisconnect->RTBIC_Disconnect->RTBIC_SetPane --- End code --- --- End quote --- I didn't say that it was related. |
| Navigation |
| Message Index |
| Next page |
| Previous page |