MCHSL / extools

Various extensions for the BYOND game engine.
MIT License
29 stars 41 forks source link

Error messages + debugger broken in 513.1542 #49

Open Exxion opened 3 years ago

Exxion commented 3 years ago

Looks like Lummox broke it again already. At least it's not a crash this time. When extools is initialized in 1542, it pops up error messages saying Failed to locate Suspend and Failed to locate CreateContext. This has no obvious effect (besides the popups themselves) on normal game sessions not using the debug tools, but it completely breaks the debugger. Additionally, when trying to start a debugged session, after those two error messages pop up there's also one that says Core init failed! and then the first two repeat two more times. The game launches and the debugger seems to attach, but doesn't do anything. This is new to 1542, to be clear.

willox commented 3 years ago

I've heard BYOND 514 might release soon so I'm probably not going to fix extools any further since 514 will remove the need for maptick (and auxtools is a better solution for debugging).

I'm ignoring the reference tracker because it's no good.

If you use any other extools features... good luck.

Exxion commented 3 years ago

I liked the idea of the reference tracker, but yeah, it kind of sucked. Guess I'll get to switching over to auxtools, then.