View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002191SphereServerexecutable - windows buildpublic16-08-13 05:5308-09-13 16:32
ReporterCoruja 
Assigned ToBen 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.56c Nightly 
Summary0002191: Console error when a boat turn left/right
DescriptionWhen someone is on the "edge" (x,y) of the map and turn the ship left/right, probably something internally on hardcoded function SHIPTURNLEFT / SHIPTURNRIGHT will check for something nearby, making it check on a undefined area out of map and return a console error
Additional Information01:31:ERROR:(sphere_item_multis_houses_ships.scp,55)Point(4106,4098): trying to get a sector for point on map #0 out of bounds for this map(7168,4096). Defaulting to sector 0 of the map.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,55)Attempting to access invalid memory block at 4106,4098,-5.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,55)GetMapBlock failed at 4106,4098,-5.

01:31:ERROR:(sphere_item_multis_houses_ships.scp,55)Point(4106,4098): trying to get a sector for point on map #0 out of bounds for this map(7168,4096). Defaulting to sector 0 of the map.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,55)Attempting to access invalid memory block at 4106,4098,-5.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,55)GetMapBlock failed at 4106,4098,-5.

01:31:ERROR:(sphere_item_multis_houses_ships.scp,73)Point(4106,4098): trying to get a sector for point on map #0 out of bounds for this map(7168,4096). Defaulting to sector 0 of the map.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,73)Attempting to access invalid memory block at 4106,4098,-5.
01:31:WARNING:(sphere_item_multis_houses_ships.scp,73)GetMapBlock failed at 4106,4098,-5.

--------------------------------

[SPEECH spk_ship_cmds]
...

ON=Turn Left
ON=Port
SHIPTURNLEFT <-- line 55

...

ON=Turn Right
ON=Starboard
SHIPTURNRIGHT <-- line 73
TagsNo tags attached.
Nightly VersionAutomated (specify build number)
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0001659)
Ben (manager)
08-09-13 02:34

I've managed to replicate it. Now to find a fix :)
(0001661)
Ben (manager)
08-09-13 16:32

this should also be fixed

- Issue History
Date Modified Username Field Change
16-08-13 05:53 Coruja New Issue
08-09-13 02:34 Ben Note Added: 0001659
08-09-13 02:34 Ben Assigned To => Ben
08-09-13 02:34 Ben Status new => confirmed
08-09-13 16:32 Ben Note Added: 0001661
08-09-13 16:32 Ben Status confirmed => resolved
08-09-13 16:32 Ben Fixed in Version => 0.56c Nightly
08-09-13 16:32 Ben Resolution open => fixed


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker