BullyWiiPlaza

Results 82 comments of BullyWiiPlaza

+1, using libraries is almost impossible if they are bulky since they either cause exceptions when compiled or they cause C++ compilation times to go through the roof.

My `Duel Links`' (`Steam` version) screen resolution is set to `1600x900` but I still get this error: `bot.providers.BotSetupError: Unmatched resolution of 1600-877 expected 1600-900` @joe159119 's suggestion worked though. A...

@will7200 Unfortunately Nox and all other Android emulators take forever to download the update files for some reason and their performance is poor on PC in general since they emulate....

I just ran into this issue today. [IntelliJ](https://www.jetbrains.com/idea) is stuck at `Resolving Maven dependencies...`. The project I added was [this](https://jitpack.io/#JnCrMx/discord-game-sdk4j) one. I'm developing a Java Desktop application (not Android). How...

Hi, thanks a lot, using `NoRequireDiscord` helped significantly. Actually, the statement `new Core(parameters)` throws a `GameSDKException` and does not even get to `core.runCallbacks()`. Another issue I see is when Discord...

I actually had the same idea to check for a running Discord process. Since some of my apps happen to only run on Windows, I can easily just implement a...

Is there any (planned) progress?

Agreed, why not replace \*all\* direct array accesses with calls to [`at()`](https://cplusplus.com/reference/string/string/at): Saying this is "slow" is really counter-productive and hides severe bugs such as out of bounds accesses that...

Sadly, this bug still occurred today with `imgui v1.89.4-8c703ccfb7` from `vcpkg`. Clicking into the text field/defocussing froze the process and crashed it. I had to revert to `imgui v1.86-7944920afc.clean` which...

> If this issue is still relevant in the latest GraalVM versions, please create a new issue for it and follow the template provided. Thank you Hello, I used `GraalVM...