Re: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

2015-11-28 Thread AJLDuarte
Hi Rui,

Make sure you install the new version on a clean folder, since 
some old files aren’t correctly cleaned out

At least folder bin/addin-db-002 in particular should be 
deleted on a update

Also please report issues like this using mantis ( 
http://opensimulator.org/mantis )

Regards,

Ubit

 

PS: tudo bem contigo?

 

From: opensim-users-boun...@opensimulator.org 
[mailto:opensim-users-boun...@opensimulator.org] On Behalf Of Radioactive Rosca
Sent: Saturday, November 28, 2015 12:33
To: opensim-users@opensimulator.org
Subject: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION 
EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

 

Greetings

 

When trying to upgrade from osgrid-opensim-10212015.v0.8.3.41b2855 to 
osgrid-opensim-11242015.v.0.9.0.774ac5e or previous one, I always get the 
following error and the OpenSim aborts. 

 

I tried to compare the .ini file with the one included and only the options 
related with the NPC's. I even tried with a OpenSim with only one region and 
almost empty (Radioactive 14) and I always get the abort. 

 

Overtiring with the old 0.8.3 version from the zip file (without the .ini file) 
solves the problem. Can anyone help?

 

...

2015-11-28 11:54:48,621 INFO  (1) - OpenSim.Framework.PluginLoader`1 [PLUGINS]: 
Plugin Loaded: OpenSimProfile

2015-11-28 11:54:48,624 INFO  (1) - OpenSim.Framework.PluginLoader`1 [PLUGINS]: 
Plugin Loaded: OpenSim.Region.PhysicsModules.Meshing

2015-11-28 11:54:48,879 ERROR (1) - OpenSim.Application [APPLICATION]: 

APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

 

Exception: System.TypeLoadException: Method 'CreateMesh' in type 
'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher' from assembly 
'OpenSim.Region.PhysicsModules.Meshing, Version=0.8.3.32762, Culture=neutral, 
PublicKeyToken=null' does not have an implementation.

   at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, 
String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)

   at System.Reflection.RuntimeAssembly.GetType(String name, Boolean 
throwOnError, Boolean ignoreCase)

   at Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean throwIfNotFound)

   at Mono.Addins.TypeExtensionNode.get_Type()

   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode
 node, IConfig modulesConfig, Dictionary`2 loadedModules) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
 194

   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase
 openSim) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
 108

   at OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin plugin) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line
 64

   at OpenSim.Framework.PluginLoader`1.Load() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 191

   at OpenSim.Framework.PluginLoader`1.Load(String extpoint) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 153

   at OpenSim.OpenSimBase.LoadPlugins() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
 196

   at OpenSim.OpenSimBase.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
 271

   at OpenSim.OpenSim.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line 
169

   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
 160

   at OpenSim.Application.Main(String[] args) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line
 326

 

Application is terminating: True

 

 

Best regards.

Rui Costa, Radioactive Rosca

 

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

2015-11-28 Thread Chris
To be more specific, did the file search in the bin directory. Apologies 
for any confusion.


On 11/28/2015 4:28 PM, Chris wrote:
If you're merging dev code over your old install (Possibly you're 
using git to pull new changes?) that could be the issue. I found that 
I was having this problem to until I did a file search for all files 
related to ".Meshing" and removed them, then recompiled the project, 
and the exception went away and OpenSim loaded.


I have since then just completely started over from scratch and did a 
fresh pull from development master and no issues there.


Hope this helps!

On 11/28/2015 6:33 AM, Radioactive Rosca wrote:

Greetings

When trying to upgrade from 
osgrid-opensim-10212015.v0.8.3.41b2855 to osgrid-opensim-11242015.v.0.9.0.774ac5e or 
previous one, I always get the following error and the OpenSim aborts.


I tried to compare the .ini file with the one included and only the 
options related with the NPC's. I even tried with a OpenSim with only 
one region and almost empty (Radioactive 14) and I always get the abort.


Overtiring with the old 0.8.3 version from the zip file (without the 
.ini file) solves the problem. Can anyone help?


...
2015-11-28 11:54:48,621 INFO  (1) - OpenSim.Framework.PluginLoader`1 
[PLUGINS]: Plugin Loaded: OpenSimProfile
2015-11-28 11:54:48,624 INFO  (1) - OpenSim.Framework.PluginLoader`1 
[PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModules.Meshing

2015-11-28 11:54:48,879 ERROR (1) - OpenSim.Application [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.TypeLoadException: Method 'CreateMesh' in type 
'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher' from assembly 
'OpenSim.Region.PhysicsModules.Meshing, Version=0.8.3.32762, 
Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly 
assembly, String name, Boolean throwOnError, Boolean ignoreCase, 
ObjectHandleOnStack type)
   at System.Reflection.RuntimeAssembly.GetType(String name, Boolean 
throwOnError, Boolean ignoreCase)
   at Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean 
throwIfNotFound)

   at Mono.Addins.TypeExtensionNode.get_Type()
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode 
node, IConfig modulesConfig, Dictionary`2 loadedModules) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line 
194
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase 
openSim) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line 
108
   at OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin plugin) 
in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line 
64
   at OpenSim.Framework.PluginLoader`1.Load() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 
191
   at OpenSim.Framework.PluginLoader`1.Load(String extpoint) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 
153
   at OpenSim.OpenSimBase.LoadPlugins() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line 
196
   at OpenSim.OpenSimBase.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line 
271
   at OpenSim.OpenSim.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line 
169
   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line 
160
   at OpenSim.Application.Main(String[] args) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line 
326


Application is terminating: True


Best regards.
*Rui Costa, Radioactive Rosca*
/
/



___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users



--
OpenSim: 10 Region Standalone on 0.8.1 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)



--
OpenSim: 10 Region Standalone on 0.8.1 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

2015-11-28 Thread Chris
If you're merging dev code over your old install (Possibly you're using 
git to pull new changes?) that could be the issue. I found that I was 
having this problem to until I did a file search for all files related 
to ".Meshing" and removed them, then recompiled the project, and the 
exception went away and OpenSim loaded.


I have since then just completely started over from scratch and did a 
fresh pull from development master and no issues there.


Hope this helps!

On 11/28/2015 6:33 AM, Radioactive Rosca wrote:

Greetings

When trying to upgrade from 
osgrid-opensim-10212015.v0.8.3.41b2855 to osgrid-opensim-11242015.v.0.9.0.774ac5e or 
previous one, I always get the following error and the OpenSim aborts.


I tried to compare the .ini file with the one included and only the 
options related with the NPC's. I even tried with a OpenSim with only 
one region and almost empty (Radioactive 14) and I always get the abort.


Overtiring with the old 0.8.3 version from the zip file (without the 
.ini file) solves the problem. Can anyone help?


...
2015-11-28 11:54:48,621 INFO  (1) - OpenSim.Framework.PluginLoader`1 
[PLUGINS]: Plugin Loaded: OpenSimProfile
2015-11-28 11:54:48,624 INFO  (1) - OpenSim.Framework.PluginLoader`1 
[PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModules.Meshing

2015-11-28 11:54:48,879 ERROR (1) - OpenSim.Application [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.TypeLoadException: Method 'CreateMesh' in type 
'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher' from assembly 
'OpenSim.Region.PhysicsModules.Meshing, Version=0.8.3.32762, 
Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly 
assembly, String name, Boolean throwOnError, Boolean ignoreCase, 
ObjectHandleOnStack type)
   at System.Reflection.RuntimeAssembly.GetType(String name, Boolean 
throwOnError, Boolean ignoreCase)
   at Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean 
throwIfNotFound)

   at Mono.Addins.TypeExtensionNode.get_Type()
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode 
node, IConfig modulesConfig, Dictionary`2 loadedModules) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line 
194
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase 
openSim) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line 
108
   at OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin plugin) 
in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line 
64
   at OpenSim.Framework.PluginLoader`1.Load() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 
191
   at OpenSim.Framework.PluginLoader`1.Load(String extpoint) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 
153
   at OpenSim.OpenSimBase.LoadPlugins() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line 
196
   at OpenSim.OpenSimBase.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line 
271
   at OpenSim.OpenSim.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line 
169
   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line 
160
   at OpenSim.Application.Main(String[] args) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line 
326


Application is terminating: True


Best regards.
*Rui Costa, Radioactive Rosca*
/
/



___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users



--
OpenSim: 10 Region Standalone on 0.8.1 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


[Opensim-users] Local accounts

2015-11-28 Thread Damean Paolino
This may seem like a silly question but, here goes.

 

I'm testing HG on my Beta grid and am running into a slight issue.  We're
running 0.8.1.2 Post_Fixes on our beta grid and our local accounts are
unable to acquire content on Any foreign grid.  What could be the cause of
this.  I've poured through the ini files and can't seem to pinpoint what may
be causing this issue.

 

Kind Regards,

Karl

 

 

 

___

Karl M. Dreyer Jr.

In World Avi : Damean Paolino

Island Oasis, LLC Co-Founder | CIO

  http://www.islandoasis.biz

 

Notice: The contents of this email and any files transmitted with it are
confidential and intended solely for the individual or entity to whom it is
addressed. The content of this email message is not to be disclosed, copied,
distributed, or shared with any person(s) or entities without the express
consent of the sender. This message contains confidential information and is
intended only for the individual named.

 

 

 

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] Autobackup settings not working ?

2015-11-28 Thread R.Gunther

Thats so silly, yes i forgot that. But that's because the already use this.

AutoBackupModuleEnabled = true

So you expect to enable or disable it with that option. it did read the 
setings now.

It's now waiting and se if it works.

On 28 Nov 2015 20:04, ssm2017 wrote:


It looks like you have forgotten to set :
AutoBackup = true

Le 28 nov. 2015 19:32, "R.Gunther" > a écrit :


Trying to make a new backup construction because the old one with
remoteadmin seems to fail.
But autobackup ignores settings too. You can see it activate in
the log. The log is telling me this,

2015-11-28 19:23:43,970 INFO  (1) -
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule
[AUTO BACKUP]: AutoBackupModule enabled
2015-11-28 19:23:43,990 DEBUG (1) -
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule
[AUTO BACKUP]: Here is the default config:
2015-11-28 19:23:43,994 DEBUG (1) -
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule
[AUTO BACKUP]: AutoBackup: DISABLED
[AUTO BACKUP]: Interval: 720 minutes
[AUTO BACKUP]: Do Busy Check: Yes
[AUTO BACKUP]: Naming Type: Time
[AUTO BACKUP]: Backup Dir: .
[AUTO BACKUP]: Script:


But in opensim.ini i have set this (most of the lines where first
in region.ini but did fail too.

[AutoBackupModule]
;; default is module is disabled at the top level
AutoBackupModuleEnabled = true

;Interval in minutes. 1380 minutes = backup every 23 hours
;AutoBackupInterval = 4140
AutoBackupInterval = 180

;Filename always "YourRegionname.oar" (explanation below)
;"Overwrite" = overwrites old file. Saves disk capacity.
;"Time" = New File with timestamp appended on every backup.
More diskspace is needed!
AutoBackupNaming = "Overwrite"

;Backup Path Standard "." (directory of the OpenSim.exe).
Could be changed to "C:\Backups" for example
AutoBackupDir = "f"

;Backup is skipped when there are more than 3 people on the region
AutoBackupAgentThreshold = 5

What is wrong with autobackup ?

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
Opensim-users mailing list
Opensim-users@opensimulator.org

http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users



___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] Autobackup settings not working ?

2015-11-28 Thread ssm2017
It looks like you have forgotten to set :
AutoBackup = true
Le 28 nov. 2015 19:32, "R.Gunther"  a écrit :

> Trying to make a new backup construction because the old one with
> remoteadmin seems to fail.
> But autobackup ignores settings too. You can see it activate in the log.
> The log is telling me this,
>
> 2015-11-28 19:23:43,970 INFO  (1) -
> OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO
> BACKUP]: AutoBackupModule enabled
> 2015-11-28 19:23:43,990 DEBUG (1) -
> OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO
> BACKUP]: Here is the default config:
> 2015-11-28 19:23:43,994 DEBUG (1) -
> OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO
> BACKUP]: AutoBackup: DISABLED
> [AUTO BACKUP]: Interval: 720 minutes
> [AUTO BACKUP]: Do Busy Check: Yes
> [AUTO BACKUP]: Naming Type: Time
> [AUTO BACKUP]: Backup Dir: .
> [AUTO BACKUP]: Script:
>
>
> But in opensim.ini i have set this (most of the lines where first in
> region.ini but did fail too.
>
> [AutoBackupModule]
> ;; default is module is disabled at the top level
> AutoBackupModuleEnabled = true
>
> ;Interval in minutes. 1380 minutes = backup every 23 hours
> ;AutoBackupInterval = 4140
> AutoBackupInterval = 180
>
> ;Filename always "YourRegionname.oar" (explanation below)
> ;"Overwrite" = overwrites old file. Saves disk capacity.
> ;"Time" = New File with timestamp appended on every backup. More
> diskspace is needed!
> AutoBackupNaming = "Overwrite"
>
> ;Backup Path Standard "." (directory of the OpenSim.exe). Could be
> changed to "C:\Backups" for example
> AutoBackupDir = "f"
>
> ;Backup is skipped when there are more than 3 people on the region
> AutoBackupAgentThreshold = 5
>
> What is wrong with autobackup ?
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


[Opensim-users] Autobackup settings not working ?

2015-11-28 Thread R.Gunther
Trying to make a new backup construction because the old one with 
remoteadmin seems to fail.
But autobackup ignores settings too. You can see it activate in the log. 
The log is telling me this,


2015-11-28 19:23:43,970 INFO  (1) - 
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO 
BACKUP]: AutoBackupModule enabled
2015-11-28 19:23:43,990 DEBUG (1) - 
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO 
BACKUP]: Here is the default config:
2015-11-28 19:23:43,994 DEBUG (1) - 
OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule [AUTO 
BACKUP]: AutoBackup: DISABLED

[AUTO BACKUP]: Interval: 720 minutes
[AUTO BACKUP]: Do Busy Check: Yes
[AUTO BACKUP]: Naming Type: Time
[AUTO BACKUP]: Backup Dir: .
[AUTO BACKUP]: Script:


But in opensim.ini i have set this (most of the lines where first in 
region.ini but did fail too.


[AutoBackupModule]
;; default is module is disabled at the top level
AutoBackupModuleEnabled = true

;Interval in minutes. 1380 minutes = backup every 23 hours
;AutoBackupInterval = 4140
AutoBackupInterval = 180

;Filename always "YourRegionname.oar" (explanation below)
;"Overwrite" = overwrites old file. Saves disk capacity.
;"Time" = New File with timestamp appended on every backup. More 
diskspace is needed!

AutoBackupNaming = "Overwrite"

;Backup Path Standard "." (directory of the OpenSim.exe). Could be 
changed to "C:\Backups" for example

AutoBackupDir = "f"

;Backup is skipped when there are more than 3 people on the region
AutoBackupAgentThreshold = 5

What is wrong with autobackup ?

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] ubODE implementation

2015-11-28 Thread Unadecal Arado
Thanks Tom for taking the time to answer my question. I think it'll be
worth experimenting with the OSGrid dev version indeed. I am eager to to
offer vehicles and weapons to my users (and myself!) since we had to leave
those behind when my RP group emigrated from SL last year.

On 28 November 2015 at 12:22, Tom Frost  wrote:

> Hi,
>
> On Sat, Nov 28, 2015 at 08:44:28AM +, Unadecal Arado wrote:
> >Has ubODE been rolled out into the latest OS release? Has anyone
> >experimented with it perhaps with vehicles and weaponsscripts ported
> >directly from SL?
>
> If by OS release you mean the last official release (0.8.2) then: no.
>
> However, the latest OSgrid release (dev release for testing) does have
> the avination code (including ubode) in it. So if you are eager to start
> testing (please do! testing is very very important) you can find the
> latest OSgrid development release here:
>
> http://www.osgrid.org/index.php/downloads
>
> >If ubode has not been officially released yet, is there a
> >timeframe/expected version for its inclusion?
> >All I've heard about it so far is that the codebase had been donated
> to
> >the project, but nothing more concrete than that.
>
> It will be part of 0.9.0.0 release, which isn't available yet. I'm not
> aware of any other timeframe than 'when it is done' :)
>
> While the merge of the new code is complete, it has resulted in some
> issues that are currently being investigated and fixed. Patience, it's a
> virtue :) Wouldn't want to rush this one out, it has lots of fundamental
> changes that require exhaustive testing, or else there will be a real
> risk of breaking existing deployments in disastrous ways.
>
> - Tom
> ___
> Opensim-users mailing list
> Opensim-users@opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

2015-11-28 Thread Thomas Ringate
I have not had this issue with the new releases.  The way I always upgrade to a 
new release is to rename my existing bin folder to bin-old, then copy over the 
bin folder from the new release.  after that I only need to copy over my  
“region” folder and my “FlotsamCache.ini and GridCommon.ini” files into the new 
release and restart it.  This ensures there are no leftover old modules.

I make all of my changes to GridCommon.ini and do not change anything in the 
opensim.ini file.  That way updates are very easy, and I only need to examine 
the GridCommon.ini to see if anything new has changed.

It sounds like you may be over writing your old folder which I do not do.

There are some fairly serious issues with the current OSgrid releases, and I 
would recommend you wait another release or two before giving it a try.

I reverted all of my regions back to the osgrid-opensim-10212015.v0.8.3.41b2855 
 and am only testing with one region now.

I have discovered some scripts simply do not work and have not been able to 
find the functions that are causing the issues so I can report them.



From: Radioactive Rosca
Sent: Saturday, November 28, 2015 7:33 AM
To: opensim-users@opensimulator.org
Subject: [Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION 
EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Greetings

When trying to upgrade from osgrid-opensim-10212015.v0.8.3.41b2855 to 
osgrid-opensim-11242015.v.0.9.0.774ac5e or previous one, I always get the 
following error and the OpenSim aborts.

I tried to compare the .ini file with the one included and only the options 
related with the NPC's. I even tried with a OpenSim with only one region and 
almost empty (Radioactive 14) and I always get the abort.

Overtiring with the old 0.8.3 version from the zip file (without the .ini file) 
solves the problem. Can anyone help?

...
2015-11-28 11:54:48,621 INFO  (1) - OpenSim.Framework.PluginLoader`1 [PLUGINS]: 
Plugin Loaded: OpenSimProfile
2015-11-28 11:54:48,624 INFO  (1) - OpenSim.Framework.PluginLoader`1 [PLUGINS]: 
Plugin Loaded: OpenSim.Region.PhysicsModules.Meshing
2015-11-28 11:54:48,879 ERROR (1) - OpenSim.Application [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.TypeLoadException: Method 'CreateMesh' in type 
'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher' from assembly 
'OpenSim.Region.PhysicsModules.Meshing, Version=0.8.3.32762, Culture=neutral, 
PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, 
String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)
   at System.Reflection.RuntimeAssembly.GetType(String name, Boolean 
throwOnError, Boolean ignoreCase)
   at Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean throwIfNotFound)
   at Mono.Addins.TypeExtensionNode.get_Type()
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode
 node, IConfig modulesConfig, Dictionary`2 loadedModules) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
 194
   at 
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase
 openSim) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
 108
   at OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin plugin) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line
 64
   at OpenSim.Framework.PluginLoader`1.Load() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 191
   at OpenSim.Framework.PluginLoader`1.Load(String extpoint) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line 153
   at OpenSim.OpenSimBase.LoadPlugins() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
 196
   at OpenSim.OpenSimBase.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
 271
   at OpenSim.OpenSim.StartupSpecific() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line 
169
   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
 160
   at OpenSim.Application.Main(String[] args) in 
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line
 326

Application is terminating: True


Best regards.
Rui Costa, Radioactive Rosca






___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


---
This email has been checked for viruses by Avast ant

[Opensim-users] osgrid-opensim-11242015.v.0.9.0.774ac5e: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

2015-11-28 Thread Radioactive Rosca
Greetings

When trying to upgrade from
osgrid-opensim-10212015.v0.8.3.41b2855 to
osgrid-opensim-11242015.v.0.9.0.774ac5e or
previous one, I always get the following error and the OpenSim aborts.

I tried to compare the .ini file with the one included and only the options
related with the NPC's. I even tried with a OpenSim with only one region
and almost empty (Radioactive 14) and I always get the abort.

Overtiring with the old 0.8.3 version from the zip file (without the .ini
file) solves the problem. Can anyone help?

...
2015-11-28 11:54:48,621 INFO  (1) - OpenSim.Framework.PluginLoader`1
[PLUGINS]: Plugin Loaded: OpenSimProfile
2015-11-28 11:54:48,624 INFO  (1) - OpenSim.Framework.PluginLoader`1
[PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModules.Meshing
2015-11-28 11:54:48,879 ERROR (1) - OpenSim.Application [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.TypeLoadException: Method 'CreateMesh' in type
'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher' from assembly
'OpenSim.Region.PhysicsModules.Meshing, Version=0.8.3.32762,
Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly,
String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack
type)
   at System.Reflection.RuntimeAssembly.GetType(String name, Boolean
throwOnError, Boolean ignoreCase)
   at Mono.Addins.RuntimeAddin.GetType(String typeName, Boolean
throwIfNotFound)
   at Mono.Addins.TypeExtensionNode.get_Type()
   at
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode
node, IConfig modulesConfig, Dictionary`2 loadedModules) in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
194
   at
OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase
openSim) in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line
108
   at OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin plugin) in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line
64
   at OpenSim.Framework.PluginLoader`1.Load() in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line
191
   at OpenSim.Framework.PluginLoader`1.Load(String extpoint) in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line
153
   at OpenSim.OpenSimBase.LoadPlugins() in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
196
   at OpenSim.OpenSimBase.StartupSpecific() in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line
271
   at OpenSim.OpenSim.StartupSpecific() in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line
169
   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line
160
   at OpenSim.Application.Main(String[] args) in
k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line
326

Application is terminating: True


Best regards.
*Rui Costa, Radioactive Rosca*
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


Re: [Opensim-users] ubODE implementation

2015-11-28 Thread Tom Frost
Hi,

On Sat, Nov 28, 2015 at 08:44:28AM +, Unadecal Arado wrote:
>Has ubODE been rolled out into the latest OS release? Has anyone
>experimented with it perhaps with vehicles and weaponsscripts ported
>directly from SL?

If by OS release you mean the last official release (0.8.2) then: no.

However, the latest OSgrid release (dev release for testing) does have
the avination code (including ubode) in it. So if you are eager to start
testing (please do! testing is very very important) you can find the
latest OSgrid development release here:

http://www.osgrid.org/index.php/downloads

>If ubode has not been officially released yet, is there a
>timeframe/expected version for its inclusion?
>All I've heard about it so far is that the codebase had been donated to
>the project, but nothing more concrete than that.

It will be part of 0.9.0.0 release, which isn't available yet. I'm not
aware of any other timeframe than 'when it is done' :)

While the merge of the new code is complete, it has resulted in some
issues that are currently being investigated and fixed. Patience, it's a
virtue :) Wouldn't want to rush this one out, it has lots of fundamental
changes that require exhaustive testing, or else there will be a real
risk of breaking existing deployments in disastrous ways.

- Tom
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users


[Opensim-users] ubODE implementation

2015-11-28 Thread Unadecal Arado
Good morning,

Has ubODE been rolled out into the latest OS release? Has anyone
experimented with it perhaps with vehicles and weaponsscripts ported
directly from SL?

If ubode has not been officially released yet, is there a
timeframe/expected version for its inclusion?

All I've heard about it so far is that the codebase had been donated to the
project, but nothing more concrete than that.

Many thanks,

Unadecal
___
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users