chuggafan
chuggafan
StackOverflow errors can't be caught no matter what, if you can change the code where it's failing if you follow the call trees then you can fix it yourself, I...
I honestly completely forgot about this. I don't think I see the issue anymore but I haven't tested much lately as I've been focusing on implementing `#embed` slowly but surely
> Nice, do you mind sharing the link? Looks like it was posted here. https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8592
https://github.com/LADSoft/OrangeC/blob/master/tests/c-testsuite/makefile A bunch of the problem testcases are actually already included, it seems, I keep forgetting about this through life and other work on this....
I took a look because i'm somewhat interested, seems to be getting the null pointer in the packet on these lines in [this section of the code](https://github.com/Darkona/AdventureBackpack2/blob/master/src/main/java/com/darkona/adventurebackpack/proxy/ClientProxy.java) on lines 71-81,...
Willi, the newlog seems to point entirely at minecraft, the stack traces, and the affect screen text, so most likely has nothing to do with this, would not know for...
Steambot is used to do trades, not interact with all of steam, if you want to use it to start playing games(??) you're out of luck
I edited that in, thanks for reminding me, I started on that but it'll be difficult with how much there is to document
all the enum stuff is fine, and since this is a DLL a lot of it's errors are going to be bad, also it asking for you to use "var"...
I generally perfer to _avoid_ the var declaration to make clear what object is being passed around and why it's being passed around when it's declared, as not everyone uses...