jesseryoung / drinkinggame

4 stars 4 forks source link

Maybe fix some stuff. #20

Closed lucaspenney closed 7 years ago

lucaspenney commented 7 years ago

So I set up a tf2 server on windows (my build on linux seemed to be issue-free) and connecting worked fine, but upon trying to add my test bots, I ran into a srcds.exe crash similar to what you described (with nothing in logs from sourcemod or srcds). Sadly it wasn't nearly as consistent as I was hoping - if I add the bots one at a time (instead of in a loop as it worked previously), the crash doesn't seem to happen. Sourcemod is single threaded, and I believe it has worked previously as well, so I haven't the foggiest what's going on there. To keep things confusing, I also can't seem to get the dg sprites to display - but I'm going to assume that's an issue with my server setup. Other than that, the plugin bits seems to be working.

I've also fixed a bad value check that would have caused the plugin to crash despite all of that - so at least something came out of it. I guess what I'd recommend is (whenever you have some time) try this with the latest sourcemod/metamod, and see what happens - if it's still doing a hard crash, send me any other plugins the server has loaded and I'll see if I can reproduce.