SphereServer BugTracker - SphereServer |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001779 | SphereServer | executable - linux build | public | 16-07-10 19:47 | 25-10-10 16:49 |
|
Reporter | trinax | |
Assigned To | MrSugarCube | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | |
Platform | | OS | | OS Version | |
Product Version | 0.56c Nightly | |
Target Version | | Fixed in Version | | |
Nightly Version | Not Available |
Experimental Flags | DiagonalWalkCheck, New_Triggers, AllowTelnetPacketFilter |
Option Flags | FileCommands, NoHouseMuteSpeech |
Internal Build Number | |
|
Summary | 0001779: CRITICAL error on startup in sphere(world|chars).scp |
Description | 05:19:CRITICAL:(sphereworld.scp,2587)Error Pri=2, Code=0, Desc='CTileItemType.ReadInfo: TileData Read', in GetItemData
05:19:CRITICAL:(sphereworld.scp,60260)Error Pri=2, Code=0, Desc='CTileItemType.ReadInfo: TileData Read', in GetItemData
The line in the save file includes some "multi" items like ship or house. When I remove the error objects from the file, new ones appear. |
Steps To Reproduce | |
Additional Information | Does not occur in nightly, it occurs in svn.
Using UO:ML's tiledata.mul after a fresh install, modified. |
Tags | No tags attached. |
Relationships | related to | 0001657 | resolved | MrSugarCube | Item Slots Not Readed By Sphere |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
16-07-10 19:47 | trinax | New Issue | |
16-07-10 19:47 | trinax | Nightly Version | => Not Available |
16-07-10 19:47 | trinax | Experimental Flags | => DiagonalWalkCheck, New_Triggers, AllowTelnetPacketFilter |
16-07-10 19:47 | trinax | Option Flags | => FileCommands, NoHouseMuteSpeech |
16-07-10 22:19 | xantier | Note Added: 0000513 | |
16-07-10 22:48 | trinax | Note Added: 0000514 | |
16-07-10 22:50 | xantier | Note Added: 0000515 | |
16-07-10 22:56 | trinax | Note Added: 0000516 | |
16-07-10 23:07 | xantier | Note Added: 0000517 | |
16-07-10 23:22 | trinax | Note Added: 0000518 | |
16-07-10 23:22 | trinax | Note Edited: 0000518 | |
17-07-10 00:09 | xantier | Note Added: 0000519 | |
17-07-10 08:32 | trinax | Note Deleted: 0000518 | |
17-07-10 08:32 | trinax | Note Deleted: 0000516 | |
17-07-10 08:32 | trinax | Note Deleted: 0000514 | |
17-07-10 09:15 | xantier | Note Deleted: 0000519 | |
17-07-10 09:15 | xantier | Note Deleted: 0000517 | |
17-07-10 09:16 | xantier | Note Deleted: 0000515 | |
17-07-10 12:42 | trinax | Note Added: 0000522 | |
17-07-10 12:58 | trinax | Note Added: 0000523 | |
17-07-10 17:16 | trinax | Note Added: 0000524 | |
21-07-10 02:19 | Mirravin | Note Added: 0000525 | |
31-07-10 18:23 | trinax | Note Edited: 0000524 | |
25-10-10 16:48 | MrSugarCube | Relationship added | related to 0001657 |
25-10-10 16:49 | MrSugarCube | Note Added: 0000722 | |
25-10-10 16:49 | MrSugarCube | Status | new => closed |
25-10-10 16:49 | MrSugarCube | Assigned To | => MrSugarCube |
25-10-10 16:49 | MrSugarCube | Resolution | open => no change required |
14-11-10 19:54 | MrSugarCube | Category | executable - linux => executable - linux build |
Notes |
|
|
common problem but harmless |
|
|
(0000522)
|
trinax
|
17-07-10 12:42
|
|
I could not login into game because of the logon problem but know I tried it in windows and;
in SVN, I cannot see the houses, instead I see a white dot (like the ones when you do .debug 1) but the doors can be seen. Tried both [multidef] and [itemdef] (the old one I have) versions of the multi files, cannot see for both.
in latest Nightly, everything is okay, no errors and the houses are there. |
|
|
(0000523)
|
trinax
|
17-07-10 12:58
|
|
Additional feedback: the problem is not there on a fresh windows SVN sphere. |
|
|
(0000524)
|
trinax
|
17-07-10 17:16
(edited on: 31-07-10 18:23) |
|
I have found and fixed the problem, it was about some multiple declaration of multis in my scripts.
|
|
|
|
I have fixed multi, but sometimes I get errors:
03:37:CRITICAL:Error Pri=2, Code=107, Desc='CTileItemType.ReadInfo: TileData Read', in GetItemData
20:09:CRITICAL:Error Pri=2, Code=22, Desc='CTileItemType.ReadInfo: TileData Read', in GetItemData
Code 22 and 107 only. Somebody know, what can be the reason? Or what it really means?
Sphere: Linux, Build: #1296. |
|
|
|
The error itself is caused by a failed attempt at reading an entry from tiledata.mul.
If the problem only appears after using the automated builds, the likely cause is that there are still item scripts that haven't been updated. All item scripts whose ID is greater than 0x3FFF must be updated to use the new range, not just multis. |
|