Descriptive Problem Summary:
Right click verbs that go out of view and then back into views don't work
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
Expected Results:
Actual Results:
Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?
When does the problem NOT occur? 1520
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
ID:2567342
May 2 2020, 9:46 pm
|
|||||||||||||
Resolved
| |||||||||||||
In response to DamianQ
|
|
This is almost certainly a duplicate of id:2567342, but I would need a test case to tell. Also, in Beta Bugs you must always include the full build number in the report, not just "513".
|
Lummox JR resolved issue with message:
The right-click menu fix caused a regression where some verbs were intermittently unavailable. |
In response to DamianQ
|
|
lol
|
In response to DamianQ
|
|
Thanks for the edit. Please note I do need a test case because the nature of the other bug is rather intermittent. I don't think a snippet alone is enough to reliably reproduce verb issues.
|
In response to DamianQ
|
|
I'm able to reproduce the issue 100% of the time by running that exact snippet.
Here is that exact same snippet wrapped in a brand new project that you can compile and run: https://github.com/DamianX/junk/raw/master/dungverbs.zip |
In response to DamianQ
|
|
That test case does not reproduce the issue for me. Ran in BYOND 513.1521 without any problems.
|
In response to DamianQ
|
|
513.1522 seems to fix this issue. You can close this.
|
Run the following code, use the give_verb_holder verb, then try to use the "Do Something" verb.
Code Snippet (if applicable) to Reproduce Problem:
Expected Results:
"did something" should be printed to the log.
Actual Results:
Nothing happens.
Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes
In other user accounts? Didn't try
On other computers? Didn't try
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? I tested this on 513.1521 and it shows the buggy behavior. 512.1488 works fine.