Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
75 stars 11 forks source link

ClassFoldings Crash #85

Closed dragokas closed 3 years ago

dragokas commented 3 years ago
System.NullReferenceException: В экземпляре объекта не задана ссылка на объект.
   в BasicPawn.ClassTabControl.ClassTab.ClassFoldings.UpdateFoldings()

Translation: Object reference not set to an instance of an object.

I can't tell you exactly what to do to reproduce it, sorry. I just inserted new forward, deleted some arguments and, looks like clicked somewhere in { of empty function body.

public Action OnPlayerRunCmd(int client, int &buttons, int &impulse, float vel[3], float angles[3], int &weapon)
{
}

Application didn't completely crash. I was able to click "Continue" and BasicPawn was able to continue the normal work without any lost. And that's great!

Timocop commented 3 years ago

Did this ever happen again? Can this be closed?

dragokas commented 3 years ago

Sorry, not sure. I didn't use it a lot for the last time. I'll let you know if a similar happens. Thanks for the update!