You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The world server crashes when a player using the Archer character class uses the "Straight Shot" ability. The crash is due to a debug assertion failure in the array header file, indicating an out-of-range array subscript.
Launch the world server with the specified version and Git hash.
Use the Archer character class in-game.
Use the "Straight Shot" ability.
Observe the world server crash.
Expected Behavior:
The world server should not crash when the "Straight Shot" ability is used by an Archer.
Actual Behavior:
The world server crashes with a debug assertion failure.
Logs:
Here are the relevant logs from the server at the time of the crash:
The world server crashes when a player using the Archer character class uses the "Straight Shot" ability. The crash is due to a debug assertion failure in the array header file, indicating an out-of-range array subscript.
Version: heads/master
Git Hash: 2a0e423
Steps to Reproduce:
Expected Behavior:
The world server should not crash when the "Straight Shot" ability is used by an Archer.
Actual Behavior:
The world server crashes with a debug assertion failure.
Logs:
Here are the relevant logs from the server at the time of the crash:
Debug Assertion Failure:
C:\program files\microsoft visual studio\2022\community\vc\tools\msvc\14.40.33807\include\array
line:533
Expression: array subscript out of range
The issue does not occur in the following version:
Version: heads/master-d
Git Hash: 072562b
Here are the relevant logs from the working version:
The text was updated successfully, but these errors were encountered: