Nicolas Noble

Results 163 comments of Nicolas Noble

Right so it *might* be an issue with glfw3 here. Redux isn't using SDL directly. This test might be relevant to try: https://github.com/glfw/glfw/blob/master/tests/joysticks.c

Maybe - it's relevant to mention that bluetooth fails while wired works fine. This may be a different enumeration in the Linux joystick API.

(1) This is a bug in IDA Pro, which is the reason for the manifest checkbox to exist in the first place. We're sending roughly the same manifest as the...

Ah, sorry, missed this notification. The way ghidra works is it's simpler to share the server directly, really. Feel free to hop on Discord so we can set you up.

It may be it's not listed in the SDL_GameControllerDB database file. Check the folder `third_party/SDL_GameControllerDB` for the file `gamecontrollerdb.txt` in there, and maybe try updating to the latest version from...

Additionally, if the latest database still doesn't contain your gamepad, you can try running this software to create the database entry for it: https://github.com/libsdl-org/SDL/blob/main/test/controllermap.c

Right, there are several small UX issues with the memory editor. It's currently an external component from https://github.com/ocornut/imgui_club but I might have to make a local copy to incorporate fixes...

Well if it logs you out, it means your window manager and/or GPU driver crashed. While it's interesting that Redux causes this, a proper environment shouldn't just crash like this....

Also, could you maybe try and build it from source to see if it's the AppImage specifically that's doing this or Redux in general?

FWIW, it looks like KDE Neon is based on Ubuntu 20.04. In terms of Ubuntu LTS, this code requires at least 22.04 to compile properly. Using the AppImage is a...