Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » BRenBot 1.53.11
Re: BRenBot 1.53.11 [message #463647 is a reply to message #463211] |
Mon, 05 March 2012 13:54 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma:
|
General (3 Stars) |
|
|
Made a test plugin to make sure there was nothing else causing problems.
Problem is caused by the xml config settings.
<config>
<cvar name="test" value="1"/>
</config>
Not sure why this is causing the problem and not in other plugins.
[13:34:17] Loading plugin TEST... Use of tied on a handle without * is deprecate
d at XML/Parser/Expat.pm line 447.
Can't use string ("1") as a HASH ref while "strict refs" in use at plugin.pm lin
e 285.
=== 5272 === Sessions were started, but POE::Kernel's run() method was never
called to execute them. This usually happens because an error
occurred before POE::Kernel->run() could be called. Please fix
any errors above this notice, and be sure that POE::Kernel->run()
is called. See documentation for POE::Kernel's run() method for
another way to disable this warning.
#TEST.pm
package TEST;
use POE;
use plugin;
our $plugin_name;
our %config;
our %additional_events =
(
);
sub start
{
my ( $session, $heap, $args ) = @_[ SESSION, HEAP, ARG0 ];
my $kernel = $_[KERNEL];
if ( $config{'test'} == 1 )
{
print ( "weeeeeeeeeee\n" );
}
}
sub stop
{
my ( $session, $heap, $args ) = @_[ SESSION, HEAP, ARG0 ];
my $kernel = $_[KERNEL];
}
1;
#TEST.xml
<?xml version="1.0" ?>
<plugin name="TEST">
<events>
</events>
<config>
<cvar name="test" value="1"/>
</config>
</plugin>
[Updated on: Mon, 05 March 2012 16:30] Report message to a moderator
|
|
|
|
|
BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: roszek on Wed, 29 February 2012 14:08
|
|
|
Re: BRenBot 1.53.11
By: Ethenal on Wed, 29 February 2012 16:43
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Wed, 29 February 2012 16:54
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Fri, 02 March 2012 04:59
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Mon, 05 March 2012 14:19
|
|
|
Re: BRenBot 1.53.11
By: T0RN on Mon, 05 March 2012 16:22
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Tue, 06 March 2012 03:22
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Tue, 06 March 2012 06:52
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Tue, 06 March 2012 08:25
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 04:52
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Wed, 07 March 2012 05:00
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Wed, 07 March 2012 05:58
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 06:00
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 06:16
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 07:00
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 08:10
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: zunnie on Wed, 07 March 2012 11:38
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Thu, 08 March 2012 06:09
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Thu, 08 March 2012 10:09
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Thu, 08 March 2012 16:12
|
|
|
Re: BRenBot 1.53.11
|
|
|
Re: BRenBot 1.53.11
By: iRANian on Fri, 09 March 2012 00:25
|
Goto Forum:
Current Time: Sun Jan 05 00:29:22 MST 2025
Total time taken to generate the page: 0.01036 seconds
|