Rigner
Rigner
Hey, I noticed a parsing error when fetching the guild for a user, because the experience amount was too large and was encoding as a `double` instead of a `long`:...
- Mis à jour en 1.15.2 - Corrections multiples dans le pom (mauvais chemin de dossiers sources, groupId / version manquants sur les plugins maven, et indentation) - Correction du...
Work in progress https://github.com/PSNRigner/Limbo/commit/fb67e2c5f8947b89883b620b2894fff0b05c8ef9 Putting it in a issue to track my work easier.
https://github.com/PSNRigner/discord-rpc-java/blob/master/src/main/java/net/rigner/discordrpc/ErrorCode.java https://github.com/PSNRigner/discord-rpc-java/blob/master/src/main/java/net/rigner/discordrpc/impl/RpcConnection.java#L193 https://github.com/PSNRigner/discord-rpc-java/blob/master/src/main/java/net/rigner/discordrpc/DiscordRpc.java#L328 Implement more error codes, with the use of an id instead of using the values array.
Actually linux and OSX and not tested (because of personal issues, i'll be able to test on ubuntu really soon) Also need to add unit tests where possible.
https://github.com/PSNRigner/discord-rpc-java/blob/master/src/main/java/net/rigner/discordrpc/impl/BaseConnectionOsx.java#L35 Find a way to contact OSX core functions. Will maybe use JNI for that.
``` 2021/12/28 15:30:11:334 TypeError: Cannot read properties of null (reading 'type') at metaToValue (C:\Program Files\Badlion Client\resources\app.asar\node_modules\@electron\remote\dist\src\renderer\remote.js:250:14) at Object.getBuiltin (C:\Program Files\Badlion Client\resources\app.asar\node_modules\@electron\remote\dist\src\renderer\remote.js:360:12) at Object.get [as app] (C:\Program Files\Badlion Client\resources\app.asar\node_modules\@electron\remote\dist\src\renderer\remote.js:398:28) at Object.get...
**Describe the bug** Hey, I'm trying to integrate JCEF into an existing application, which is highly multithreaded. Due to its nature, we cannot change that. JCEF crashes with SIGSEGV when...