| Anonymous | Login | Signup for a new account | 2013-05-19 04:51 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0005477 | opensim | [REGION] OpenSim Core | public | 2011-05-10 17:49 | 2011-07-22 11:42 | ||||
| Reporter | Michelle Argus | ||||||||
| Assigned To | melanie | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0005477: Agent Limit gets set to 0 when aplying changes in the Regionsettings. | ||||||||
| Description | When one changes any setting in the inworld viewer menu of the Region/Estate under the Tab "Region", the agentlimit is always set to 0. Due to thie agent limit teleports dont work afterwards. | ||||||||
| Additional Information | this issue might be related to http://opensimulator.org/mantis/view.php?id=5437. [^] For my regionconfigs i am using xml format loaded via web. | ||||||||
| Tags | No tags attached. | ||||||||
| Git Revision or version number | d4fcba08af080bcc60da490155cc88d3f20e7dda | ||||||||
| Run Mode | Grid (1 Region per Sim) , Grid (Multiple Regions per Sim) | ||||||||
| Physics Engine | BasicPhysics | ||||||||
| Environment | Mono / Linux32 | ||||||||
| Mono Version | 2.6.3 | ||||||||
| Viewer | imprudence | ||||||||
| Attached Files | |||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0018411) Michelle Argus (reporter) 2011-05-13 17:24 edited on: 2011-05-13 17:24 |
Did some further testing and this issue seems to be limited to using regionfiles from web, maybe also non ini fileformats. The result is that noone can visit the region, and only a manual DB change helps to put agentlimit to a higher value |
|
(0018883) Michelle Argus (reporter) 2011-07-15 19:24 |
Added patch fixing the agent Limit bug. It seems someone forgot to implement everything from the patch in Mantis 5437 ;) |
|
(0018904) justincc (administrator) 2011-07-16 01:22 |
Hi Michelle. Why does the patch use a configuration default of m_agentCapacity.ToString() rather than "0", like the other lines (I'm kind of assuming that 0 either means there is no limit, or that these defaults don't actually matter). Does it make any difference to the bug if we use 0 rather than m_agentCapacity.ToString()? |
|
(0018938) Michelle Argus (reporter) 2011-07-16 10:16 |
Hmm,using "0" as default means 0 agent limit = noone may enter. This also aplys to object_capacity which would remove all prims. unless set in the xml. I used m_agentCapacity.ToString() because that already was used in loadConfigurationOptionsFromMe() which entirely uses the default variables while loadConfigurationOptions() is mixed. Now I am not sure, but wouldnt it be better to set the default configvariables to non "0" for all ? Also using the variables loadConfigurationOptions() in the same method as loadConfigurationOptionsFromMe() would make it easier as one would just need to change the default variables at the beginning of the file? |
|
(0018943) Michelle Argus (reporter) 2011-07-16 11:15 |
Btw, why do we need loadConfigurationOptionsFromMe() and loadConfigurationOptions() do the identical job? |
|
(0019005) Michelle Argus (reporter) 2011-07-20 09:54 |
Added a new Patch which replaces patch 001. The new Patch does not use m_agentCapacity.ToString(). I also changed the default value for object_capacity to 15000 as 0 by default means the region could return all prims when not specifyed in the xml. |
|
(0019006) melanie (administrator) 2011-07-20 10:35 |
That code is already in core. commit 44e43d9d240735695668849fbd7aaafd339f262d Author: E. Allen Soard <allensoard@yahoo.com> Date: Fri Apr 15 06:17:26 2011 -0700 added it. |
|
(0019007) melanie (administrator) 2011-07-20 10:37 |
Proposed code is already in trunk. |
|
(0019022) justincc (administrator) 2011-07-21 01:52 |
As far as I can see this isn't the case - this is a slightly different area of the code. |
|
(0019027) Michelle Argus (reporter) 2011-07-21 21:15 |
thx justin, I allready thought I didnt find the right url for the trunk version, hehe |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-05-10 17:49 | Michelle Argus | New Issue | |
| 2011-05-10 17:49 | Michelle Argus | Git Revision | => d4fcba08af080bcc60da490155cc88d3f20e7dda |
| 2011-05-10 17:49 | Michelle Argus | SVN Revision | => r/15447 |
| 2011-05-10 17:49 | Michelle Argus | Run Mode | => Grid (1 Region per Sim) , Grid (Multiple Regions per Sim) |
| 2011-05-10 17:49 | Michelle Argus | Physics Engine | => BasicPhysics |
| 2011-05-10 17:49 | Michelle Argus | Environment | => Mono / Linux32 |
| 2011-05-10 17:49 | Michelle Argus | Mono Version | => 2.6.3 |
| 2011-05-10 17:49 | Michelle Argus | Viewer | => imprudence |
| 2011-05-13 17:24 | Michelle Argus | Note Added: 0018411 | |
| 2011-05-13 17:24 | Michelle Argus | Note Edited: 0018411 | |
| 2011-07-15 19:23 | Michelle Argus | File Added: 001-Bugfix_Agentlimit.txt | |
| 2011-07-15 19:24 | Michelle Argus | Note Added: 0018883 | |
| 2011-07-15 19:24 | Michelle Argus | Status | new => patch included |
| 2011-07-15 19:33 | Michelle Argus | Relationship added | related to 0005437 |
| 2011-07-16 01:22 | justincc | Note Added: 0018904 | |
| 2011-07-16 01:22 | justincc | Status | patch included => patch feedback |
| 2011-07-16 10:16 | Michelle Argus | Note Added: 0018938 | |
| 2011-07-16 11:15 | Michelle Argus | Note Added: 0018943 | |
| 2011-07-20 09:50 | Michelle Argus | File Added: 002-Bugfix_Agentlimit.txt | |
| 2011-07-20 09:54 | Michelle Argus | Note Added: 0019005 | |
| 2011-07-20 10:35 | melanie | Note Added: 0019006 | |
| 2011-07-20 10:37 | melanie | Status | patch feedback => resolved |
| 2011-07-20 10:37 | melanie | Resolution | open => no change required |
| 2011-07-20 10:37 | melanie | Assigned To | => melanie |
| 2011-07-20 10:37 | melanie | Note Added: 0019007 | |
| 2011-07-21 01:52 | justincc | Status | resolved => feedback |
| 2011-07-21 01:52 | justincc | Resolution | no change required => reopened |
| 2011-07-21 01:52 | justincc | Note Added: 0019022 | |
| 2011-07-21 21:15 | Michelle Argus | Note Added: 0019027 | |
| 2011-07-22 11:42 | melanie | Status | feedback => resolved |
| 2011-07-22 11:42 | melanie | Resolution | reopened => fixed |
| Copyright © 2000 - 2012 MantisBT Group |