Anonymous | Login | Signup for a new account | 2021-01-15 22:37 PST | ![]() |
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 | |||||
0008207 | opensim | [REGION] OpenSim Core | public | 2017-07-05 09:28 | 2017-07-16 23:57 | |||||
Reporter | testdev627 | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | new | Resolution | open | |||||||
Platform | Operating System | Operating System Version | ||||||||
Product Version | master (dev code) | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0008207: PGSQL - Failure in DoOnRezScriptQueue() | |||||||||
Description | This line of code will cause scripts to fail to load if (args.Name.Substring(0, args.Name.IndexOf(",")) == "Mono.Security") complied scripts don't contain comma and so the original code throws an exception and does not load the script if you replace with this line - it works if (args.Name.StartsWith("Mono.Security,")) The offending line of code can be found in PGSQLManager.cs and in PGSQLFramework.cs | |||||||||
Steps To Reproduce | Fresh install using PGSQL | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | ||||||||||
Run Mode | Grid (Multiple Regions per Sim) | |||||||||
Physics Engine | BulletSim | |||||||||
Script Engine | ||||||||||
Environment | Unknown | |||||||||
Mono Version | None | |||||||||
Viewer | ||||||||||
Attached Files | ||||||||||
![]() |
|
(0032154) Gavin Hird (reporter) 2017-07-16 23:57 |
What scripts are you referring to? LSL, OSSL or compiled mono? |
![]() |
|||
Date Modified | Username | Field | Change |
2017-07-05 09:28 | testdev627 | New Issue | |
2017-07-16 23:57 | Gavin Hird | Note Added: 0032154 |
Copyright © 2000 - 2012 MantisBT Group |