[Error on change map]

10/30/2019 14:57 randiel123#1
Hello, i have a problem. When i teleport to west krem this generate a black screen and error text (Yellow text) on the worldserver. This is the error:

[09:15:36][WARN][ChangeMapInstance]: Character changed while changing map. Do not abuse Commands.
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at OpenNos.PathFinder.BestFirstSearch.LoadBrushFireJa gged(GridPos user, GridPos[][] Grid, Int16 MaxDistance) in C:\Users\Zekiel\Documents\MEGAsync Downloads\opennos-master\OpenNos.PathFinder\BestFirstSearch.cs:line 234
at OpenNos.GameObject.BattleEntity.UpdateBushFire() in C:\Users\Zekiel\Documents\MEGAsync Downloads\opennos-master\OpenNos.GameObject\BattleEntity.cs:line 1636
at OpenNos.GameObject.Networking.ServerManager.Change MapInstance(Int64 characterId, Guid mapInstanceId, Nullable`1 mapX, Nullable`1 mapY, Boolean noAggroLoss) in C:\Users\Zekiel\Documents\MEGAsync Downloads\opennos-master\OpenNos.GameObject\Networking\ServerManager .cs:line 0

Can anybody help me? Please. This bug is just on West krem, all maps is working 100% except west krem.
10/30/2019 19:16 Modix#2
[09:15:36][WARN][ChangeMapInstance]: Character changed while changing map. Do not abuse Commands.

:lul:
10/30/2019 20:11 0Lucifer0#3
Pathfinder crash because index out of array boundaries
10/31/2019 00:35 randiel123#4
Quote:
Originally Posted by 0Lucifer0 View Post
Pathfinder crash because index out of array boundaries
Ty Lucifer, i will check this code, thanks.