<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Verdana">Hi Justin<br>
<br>
My other 2 modules (search and profile) do not run into this
issue, allthough they are more or less structured the same way.
The money module is like all my others a shared module. When I add
debug lines to the log, I can see it running through
"Initialise(IConfigSource source)" and then never hear/read
anything of it anymore. Not AddRegion() or RegionLoaded() or
anything else ... and it either receives AddRegion for all regions
or for none. When I check with "show modules" it tells me that it
is not even loaded (running here 0.7.5 stable btw), allthough some
custom console commands </font><font face="Verdana"><font
face="Verdana">of the module </font>are working.<br>
<br>
Thanks for the hint with the log level of
"RegionModulesControllerPlugin". Turning this to "DEBUG" I get
sometimes a line (when it loads correctly) like:<br>
<br>
</font><font face="Verdana"><font face="Verdana">DEBUG -
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin
[REGIONMODULE]: Deferred load of </font></font><font
face="Verdana"><font face="Verdana"><font face="Verdana">jOpenSimMoneyModule<br>
</font>and a bit later then</font><br>
DEBUG -
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin
[REGIONMODULE]: Adding scene testregion to shared module </font><font
face="Verdana"><font face="Verdana"><font face="Verdana"><font
face="Verdana">jOpenSimMoneyModule </font></font></font>(deferred)<br>
<br>
... but when it fails, it writes only the first one and then later
it adds the BetaGridLikeMoneyModule instead, allthough this should
be disabled by configuration in OpenSim.ini:<br>
<br>
[Startup]<br>
...<br>
economymodule = jOpenSimMoneyModule<br>
...<br>
</font><br>
<div class="moz-cite-prefix"><font face="Verdana">Also something
"interesting": once it failed to startup correct, it will fail
to startup correct most of time later at restart. Renaming the
containing folder helps sometimes ?!?!?<br>
<br>
Greetz<br>
Georg<br>
<br>
</font><br>
<br>
Am 16.04.2013 22:37, schrieb Justin Clark-Casey:<br>
</div>
<blockquote cite="mid:516DB6A1.2010109@googlemail.com" type="cite">I'm
not sure what would cause this behaviour, since AddRegion() should
always be triggered on startup and if there was a general problem
then there would be many problems with core modules.
<br>
<br>
Do any other modules suffer this issue? Is this a shared or
non-shared module? Does the module receive AddRegion for other
regions? Does the module receive other events?
<br>
<br>
You can see more information on module startup if you change the
RegionModulesControllerPlugin log level in OpenSim.exe.config. In
fairly recent dev versions of OpenSimulator there is also a "show
modules" command which will show loaded modules.
<br>
<br>
On 16/04/13 16:01, FoTo50 wrote:
<br>
<blockquote type="cite">Hi
<br>
<br>
Developing a third party (currency) module I run into some
strange behaviour. Sometimes AddRegion() is triggered at
<br>
startup, sometimes it is not triggered. Does somebody know what
could cause this behaviour? (running on several
<br>
plattforms, but mostly under linux/mono 2.10.8.1)
<br>
<br>
Greetz
<br>
FoTo50 alias Georg
<br>
<br>
<br>
_______________________________________________
<br>
Opensim-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a>
<br>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-dev">https://lists.berlios.de/mailman/listinfo/opensim-dev</a>
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</body>
</html>