Crash when hooking player inventory widget appearing on the main menu
This one's a bit weird... - Custom Player Inventory's config widget has a player inventory widget for previewing purposes. - If I hook Construct using the new SML hooking system, it results in the attached crash when I visit the config from the main menu, no matter what the hook code is. - The crash doesn't happen from the game world (and the hook works correctly) - If I remove my hook, the player inventory widget alone doesn't crash the game from the main menu
not sure if this is a problem with my mod or with SML's hooking approach in this edge case. source code is public