Gamergotten / Infinite-runtime-tagviewer

61 stars 18 forks source link

Fix Many Issues #13

Closed Sopitive closed 2 years ago

Sopitive commented 2 years ago

Fixes the following:

  1. Program crash with a Win32 exception. Not sure what exactly was causing this, but fixed by searching the process name and "hooking" into it via a PID instead, converted to int32.
  2. Fixes many warnings, mostly caused by differences between nullable and non-nullable types.
  3. Fixes a crash that happens when you hook and load the tags before the game has fully loaded and opening one of those tags. Will now no longer crash and will simply not populate the tag editor window with anything, but loading again closing the tag and reopening it should allow you to edit tags again normally. Necessary if you want to implement an automatic process hooker and tag loader setting.