Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers.
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
91 stars 33 forks source link

Unable to use ESC, console after attempting to enter chat. #87

Closed Max-Spec closed 2 years ago

Max-Spec commented 2 years ago

My friend, after trying to talk in chat, got frozen up, with no ability to press ESC but only leave the game. I have no idea why that happens, but I can try to ask about the error dump.

Earu commented 2 years ago

Linux?

Max-Spec commented 2 years ago

No. It's not Linux.

Earu commented 2 years ago

Could you provide the dump file for the crash ? Along with the matching .txt

There is not much being done when pressing escape, essentially closing the gmod menu because it might open when escape is pressed and hiding the chatbox. If there's any crash it's very likely it's a garrysmod issue more than an EasyChat one.

Max-Spec commented 2 years ago

Apparently resetting the binds helped fix that issue. I don't fucking know what was the issue, and it did not output it the LUA errors at all, but when resetting the binds, and rebinding T to the chat mode, it works.

Earu commented 2 years ago

What was the previous bind? Was it bound to any command, or anything from another addon?

Max-Spec commented 2 years ago

It was bound to sv_cheats 1. That's all. It did make the chat work, but when opening the chat it still broke ESC and console, but that still didn't output anything into Gmod terminal.

Earu commented 2 years ago

Okay well, if there are no lua stack traces, and no specific logs for that this is definitely a gmod bug. Potentially enabling sv_cheats when the gmod menu is closed. It could also be a binary module but somehow I doubt that's the case.

Max-Spec commented 2 years ago

Oh well, I suppose that's out of the way now. Can't say much else about it.