Lars Toenning

Results 24 comments of Lars Toenning

Can confirm that with two Logitech Attack 3. I will investigate.

This is likely to be possible. All messages which are currently read out by Flightgear like private message and frequency message could be further used within other modules. This would...

As said the swift code didn't need to be touched for that. Only Flightgear side. You can contact me via Discord (LarsT#8061) or the mail address listed in my Github...

I'm getting the same error with bspwm. For me the error happened here with ``.getScaledInstance()``. https://github.com/MovingBlocks/Terasology/blob/7dbe8724bf9a52b99ea2fbbf0a107b99a421e23b/engine/src/main/java/org/terasology/engine/world/block/tiles/WorldAtlasImpl.java#L350 As this is a Java AWT method I looked through the OpenJDK sources and...

@keturn I tried this by running from source. I haven't spotted any error while playing for a couple of minutes.

This is hard to diagnose, especially if this doesn't happen anymore... Do you still have the log file available from the start where swift crashes (I assume that is what...

For completeness: This is related to https://swift-project.org/troubleshooting/crash_startup/#joystick.

From #267 [Tony-without-H2O](https://github.com/Tony-without-H2O): > Due to the crash when I plug in the stick, I have been unable to access swift during takeoff and landing many times recently, but the...

This might require some more restructuring internally. - When triggering the action from the OwnAircraft context (changing Tx/Rx states in own aircraft), the changes are only picked up when COM...