Advertisement
reporter1

Untitled

Jul 31st, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. [APPLICATION]:
  2. APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
  3.  
  4. Exception: System.FormatException: Dashes are in the wrong position for GUID parsing.
  5. at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
  6. at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
  7. at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
  8. at System.Guid..ctor(String g)
  9. at MySql.Data.Types.MySqlGuid.MySql.Data.Types.IMySqlValue.ReadValue(MySqlPacket packet, Int64 length, Boolean nullVal)
  10. at MySql.Data.MySqlClient.ResultSet.ReadColumnData(Boolean outputParms)
  11. at MySql.Data.MySqlClient.ResultSet.NextRow(CommandBehavior behavior)
  12. at MySql.Data.MySqlClient.MySqlDataReader.Read()
  13. at OpenSim.Data.MySQL.MySQLSimulationData.LoadItems(SceneObjectPart prim) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 574
  14. at OpenSim.Data.MySQL.MySQLSimulationData.LoadObjects(UUID regionID) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 543
  15. at OpenSim.Services.SimulationService.SimulationDataService.LoadObjects(UUID regionUUID) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Services\SimulationService\SimulationDataService.cs:line 99
  16. at OpenSim.Region.Framework.Scenes.Scene.LoadPrimsFromStorage(UUID regionID) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Framework\Scenes\Scene.cs:line 2312
  17. at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Application\OpenSimBase.cs:line 456
  18. at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_flag, IScene& scene) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Application\OpenSimBase.cs:line 367
  19. at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise() in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\ApplicationPlugins\LoadRegions\LoadRegionsPlugin.cs:line 130
  20. at OpenSim.OpenSimBase.StartupSpecific() in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Application\OpenSimBase.cs:line 276
  21. at OpenSim.OpenSim.StartupSpecific() in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Application\OpenSim.cs:line 169
  22. at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line 160
  23. at OpenSim.Application.Main(String[] args) in k:\OSGRID\opensim-0.9.0-458-g9b4e83c\OpenSim\Region\Application\Application.cs:line 326
  24.  
  25. Application is terminating: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement