WhiteMagic

Results 204 comments of WhiteMagic

This sounds like the controller gets a name that contains odd/invalid UTF8 characters when connected via Bluetooth.

Unknown without trying it out. I suspect that it might result in empty strings which could become problematic if places expect them to be non-zero. Also this won't fix the...

I can't reproduce this, either by placing such a file in the folder where the executable lives nor in the `%userprofile%joystick gremlin` folder. From memory really old versions of Gremlin...

This comes up every now and then and wouldn't be bad to add, but is lower on the priority list as it requires quite a lot of work both behind...

If a game requires actual "characters" then that's just broken, as everything is key based. Some games do not use keyboard layouts and as such use, for example, the US...

Technically this isn't a problem caused by Gremlin as it does not write to this file. That file is written to by DILL (https://github.com/WhiteMagic/dill) which is the library I wrote...

Short answer, this won't work no matter what you try. The way profiles are used is: - Loading: XML -> Python objects - Saving: Python objects -> XML As such...

I guess this is more of a solution to a solution to a problem than an actual "feature". The issue you run into is the hard coded behaviour discussed in...

I suspect this is some kind of side-effect related to the way detecting new devices are handled. I'll have to look into what is actually happening behind the scenes and...

You'll have to provide the log file Gremlin generates in `%userprofile%/joystick gremlin/system.log` and possibly the `debug.txt` file which will be in the folder where the joystick_gremlin.exe lives. Your devices should...