Anonymous | Login | Signup for a new account | 2025-07-28 12:23 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000744 | Zandronum | [All Projects] Bug | public | 2012-03-29 11:09 | 2018-09-30 22:47 | ||||
Reporter | unknownna | ||||||||
Assigned To | Torr Samaho | ||||||||
Priority | low | Severity | trivial | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 98d | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000744: View bobs after unmorphing online | ||||||||
Description | Same as 0000309: View bobs after teleporting online (movebob) and 0000484: View bobs after being affected by Thing_Stop online. | ||||||||
Steps To Reproduce | 1. Start a server with the example WAD loaded. 2. Connect a client to the server. 3. Join the game. 4. Walk over the gray line. 5. After unmorphing, hold +forward just for a little while before releasing it. | ||||||||
Attached Files | ![]() ![]() | ||||||||
![]() |
||||||||||||||||
|
![]() |
|
TIHan (reporter) 2012-04-03 02:28 edited on: 2012-04-03 06:50 |
There is something weird going on with the example wad here. In debug mode, I get an assertion on AActor::ObtainInventory which means Inventory was NOT NULL and somehow we called ObtainInventory. This doesn't crash in release mode, but there is something funky here. As for the viewbobs, I think I'm more concerned about this assertion. The assertion occurs in singleplayer and on the server. Edit3: I thought about this a little backwards here. For clarification... if the expression inside assert is true, program continues on happy go lucky. If the expression turns false, it will display a message almost like an error. Currently, I'm not sure if this is a ZDoom error. I need to compile a debug binary of one. |
TIHan (reporter) 2012-04-04 23:49 edited on: 2012-04-04 23:49 |
It seems the assertion's expression returning false also happens in ZDoom 1551 and the ZDoom 2.5.0 r2508; so that's their problem. It doesn't crash anything, it's just telling the programmers that something is wrong. I'll go ahead and fix the bug here. |
Edward-san (developer) 2012-04-05 00:38 |
I was able to reproduce the assertion failure in latest svn, hence I reported it to zdoom devs. |
TIHan (reporter) 2012-04-05 02:49 edited on: 2012-04-05 05:03 |
Fixed. 'https://bitbucket.org/TIHan/tst/changeset/9ed77293c3a7 [^]' Edit: If there needs to be a discussion on reaction time, I have found at least one other use case for it. |
Edward-san (developer) 2012-04-06 10:26 |
'http://zdoom.org/Changelog/3519/files [^]' Fixed: It was possible to give inventory items to the base actors of something morphed. This would cause an assertion failure when unmorphing. |
Torr Samaho (administrator) 2012-04-07 00:29 edited on: 2012-04-07 00:32 |
> If there needs to be a discussion on reaction time, I have found at least one other use case for it. Please tell me about the other occurrence. I think the unmorphing problem alone can be fixed very simply and without additional net traffic as follows:
EDIT: Possibly one needs
in addition. |
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
Supporters: | No one explicitly supports this issue yet. |
Opponents: | No one explicitly opposes this issue yet. |
![]() |
|||
Date Modified | Username | Field | Change |
2012-03-29 11:09 | unknownna | New Issue | |
2012-03-29 11:09 | unknownna | File Added: morph_bug_test_06.wad | |
2012-03-29 11:09 | unknownna | Status | new => confirmed |
2012-03-29 14:19 | TIHan | Assigned To | => TIHan |
2012-03-29 14:19 | TIHan | Status | confirmed => assigned |
2012-04-03 02:28 | TIHan | Note Added: 0003119 | |
2012-04-03 02:28 | TIHan | Status | assigned => feedback |
2012-04-03 02:29 | TIHan | Note Edited: 0003119 | View Revisions |
2012-04-03 02:31 | TIHan | Relationship added | related to 0000309 |
2012-04-03 02:32 | TIHan | Relationship added | related to 0000484 |
2012-04-03 02:32 | TIHan | File Added: assertion.png | |
2012-04-03 02:33 | TIHan | File Deleted: assertion.png | |
2012-04-03 02:34 | TIHan | File Added: assertion.jpg | |
2012-04-03 02:55 | TIHan | Note Edited: 0003119 | View Revisions |
2012-04-03 06:21 | TIHan | Note Edited: 0003119 | View Revisions |
2012-04-03 06:38 | TIHan | Note Edited: 0003119 | View Revisions |
2012-04-03 06:50 | TIHan | Note Edited: 0003119 | View Revisions |
2012-04-04 23:49 | TIHan | Note Added: 0003134 | |
2012-04-04 23:49 | TIHan | Note Edited: 0003134 | View Revisions |
2012-04-05 00:38 | Edward-san | Note Added: 0003135 | |
2012-04-05 02:49 | TIHan | Note Added: 0003136 | |
2012-04-05 04:48 | TIHan | Note Edited: 0003136 | View Revisions |
2012-04-05 04:59 | TIHan | Note Edited: 0003136 | View Revisions |
2012-04-05 05:03 | TIHan | Note Edited: 0003136 | View Revisions |
2012-04-06 10:26 | Edward-san | Note Added: 0003156 | |
2012-04-07 00:29 | Torr Samaho | Note Added: 0003160 | |
2012-04-07 00:31 | Torr Samaho | Note Edited: 0003160 | View Revisions |
2012-04-07 00:32 | Torr Samaho | Note Edited: 0003160 | View Revisions |
2012-04-07 00:32 | Torr Samaho | Note Edited: 0003160 | View Revisions |
2012-04-12 03:09 | unknownna | Relationship added | related to 0000764 |
2012-04-14 17:35 | TIHan | Status | feedback => resolved |
2012-04-14 17:35 | TIHan | Resolution | open => fixed |
2012-04-14 17:35 | TIHan | Assigned To | TIHan => Torr Samaho |
2012-06-09 13:22 | Torr Samaho | Category | General => Bug |
2018-09-30 22:47 | Blzut3 | Status | resolved => closed |
Copyright © 2000 - 2025 MantisBT Team |