MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002071 | Zandronum | [All Projects] Bug | public | 2015-01-18 11:11 | 2018-09-30 21:52 |
|
Reporter | Dusk | |
Assigned To | Torr Samaho | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 2.0-beta | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002071: Actor net IDs go out of sync on the client on returning to maps within hubs |
Description | Quote from Torr Samaho The IDs are supposed to be saved, but the list of IDs, i.e. g_NetIDList, is not saved. It should be rebuild with ACTOR_RebuildNetIDList after the saved snapshot of a level is loaded. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0002056 | closed | Dusk | info needs network handling | related to | 0002552 | assigned | Torr Samaho | Crash and spam of P_PlayerThink: No body for "# " |
|
Attached Files | hubs.wad (161,073) 2015-07-19 16:51 https://zandronum.com/tracker/file_download.php?file_id=1587&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-18 11:11 | Dusk | New Issue | |
2015-01-18 11:11 | Dusk | Relationship added | related to 0002056 |
2015-01-18 11:16 | Torr Samaho | Note Added: 0011437 | |
2015-01-18 11:17 | Torr Samaho | Note Edited: 0011437 | bug_revision_view_page.php?bugnote_id=11437#r6440 |
2015-01-18 11:17 | Torr Samaho | Note Revision Dropped: 11437: 0006439 | |
2015-01-18 11:29 | Dusk | Note Added: 0011438 | |
2015-01-18 11:29 | Dusk | Note Edited: 0011438 | bug_revision_view_page.php?bugnote_id=11438#r6442 |
2015-01-18 12:29 | Torr Samaho | Note Added: 0011439 | |
2015-01-18 12:31 | Torr Samaho | Note Edited: 0011439 | |
2015-01-18 12:32 | Torr Samaho | Note Edited: 0011439 | bug_revision_view_page.php?bugnote_id=11439#r6445 |
2015-01-18 12:32 | Torr Samaho | Note Revision Dropped: 11439: 0006443 | |
2015-01-18 12:32 | Torr Samaho | Note Revision Dropped: 11439: 0006444 | |
2015-01-18 12:34 | Edward-san | Note Added: 0011440 | |
2015-01-18 12:34 | Edward-san | Note Edited: 0011440 | bug_revision_view_page.php?bugnote_id=11440#r6447 |
2015-01-18 14:17 | Torr Samaho | Note Added: 0011441 | |
2015-07-19 16:51 | arkore | File Added: hubs.wad | |
2015-07-19 16:52 | arkore | Note Added: 0012972 | |
2015-07-19 20:47 | Torr Samaho | Note Added: 0012975 | |
2015-07-21 16:55 | arkore | Note Added: 0012986 | |
2015-07-21 17:37 | WaTaKiD | Note Added: 0012988 | |
2016-10-09 19:42 | Torr Samaho | Target Version | => 3.0 |
2016-10-09 19:44 | WaTaKiD | Relationship added | related to 0002552 |
2016-10-14 19:32 | Edward-san | Note Added: 0015999 | |
2016-10-14 19:32 | Edward-san | Assigned To | => Torr Samaho |
2016-10-14 19:32 | Edward-san | Status | new => needs testing |
2016-12-16 23:54 | Ru5tK1ng | Note Added: 0016510 | |
2016-12-16 23:54 | Ru5tK1ng | Status | needs testing => resolved |
2016-12-16 23:54 | Ru5tK1ng | Resolution | open => fixed |
2016-12-16 23:54 | Ru5tK1ng | Fixed in Version | => 3.0 |
2018-09-30 21:52 | Blzut3 | Status | resolved => closed |
Notes |
|
(0011437)
|
Torr Samaho
|
2015-01-18 11:16
(edited on: 2015-01-18 11:17) |
|
Can somebody create a minimal example wad that illustrates the problem using the info command?
|
|
|
(0011438)
|
Dusk
|
2015-01-18 11:29
|
|
No example wad needed.
zandronum.exe -host -iwad strife1.wad -warp 2 +sv_cheats 1
zandronum.exe -connect localhost -iwad strife1.wad
Go to the sanctuary and return (or use changemap map01 and changemap map02) and use the info/linetarget cheats on the various actors around.
|
|
|
(0011439)
|
Torr Samaho
|
2015-01-18 12:29
(edited on: 2015-01-18 12:32) |
|
I was asking for a minimal example wad to examine the issue with as few actors involved as possible, i.e. I intentionally asked for a minimal example wad, not just an example wad.
|
|
|
|
Do you need a specific kind of actor or would be okay anything?
|
|
|
|
Any kind of actor should be fine, but it may be helpful if you use each kind only once, in case you need more than one actor to reproduce the issue. |
|
|
(0012972)
|
arkore
|
2015-07-19 16:52
|
|
How about this newly attached minimum example wad, hubs.wad? |
|
|
|
Thanks! That could work. I'll look into it when I have some time. |
|
|
(0012986)
|
arkore
|
2015-07-21 16:55
|
|
I feel that this issue is related to 0002342, and therefore the level of severity on this ticket should be "crash", not "minor". |
|
|
|
arkore: there is no crashing involved with this particular ticket, therefore i dont see why the severity should be "crash" |
|
|
|
|
|
|
After running back and forth through the hub example wad many times, the netids seemed to stay intact and no errors occurred. |
|