FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Crash on startup #6

Closed owojcikiewicz closed 5 years ago

owojcikiewicz commented 5 years ago

Hey, I've randomly started having an issue with GWSockets when I try to start a local 2-player server. Before, I've encountered no errors whatsoever and it worked wonders however now, it crashes as soon as I add GWSockets - works fine when it's removed.

I get a mini-dump file, tried debugging in visual studio code and got this as details: Unhandled exception at 0x3D36E8A9 (gmsv_gwsockets_win32.dll) in hl2_190430_crash_2019_5_28T20_56_29C0.mdmp: 0xC0000005: Access violation reading location 0x00000000. occurred

Not sure if you can make much sense out of this but I'd really appreciate if you were able to help.

owojcikiewicz commented 5 years ago

Found the issue, it was my code after all. Closing.