SPCodeOrg / SPCode

A lightweight SourcePawn editor.
https://forums.alliedmods.net/showthread.php?p=2693577
61 stars 14 forks source link

Editor crashes when going to definition of some functions #103

Closed maxijabase closed 2 years ago

maxijabase commented 2 years ago

If a function is wrongly understood to be in a certain file (be it because the function shares names or files with the original one) that has a maximum offset of 30000, for example, but the original file had that function in offset 50000, the program will crash, because it's attempting to access offset 50000 in the wrong file.