complexlogic

Results 33 comments of complexlogic

It should be straightforward to add a simple check if a filename begins with `._`. I'll implement this in the near future.

Yes, that is the plan. Any file beginning with `._` will be ignored.

Try `:fork cmd.exe /c "C:\Game.exe - minimize -hide"`

Try the workaround described in #38

I may consider making a Fedora package for the next release. You can still use it on Fedora without Distrobox, though. Just build it from source. I have the instructions...

Thanks for the report. Did you build from source from `master`, or are you using a stable release?

How are you executing the script? Can you post the relevant part of your config file?

It would help you you could use `gdb` to trace the segfault, which may assist in diagnosis. Build Flex Launcher [from source](https://github.com/complexlogic/flex-launcher/blob/master/docs/compilation.md), but pass `-DCMAKE_BUILD_TYPE=Debug` during the CMake generation step...

Thanks. Looks like it's actually an issue in SDL, then. Could you try to run `SDL_VIDEODRIVER=x11 flex-launcher` and try to reproduce again? That will enable XWayland compatibility mode, which would...

Thanks for the report and detailed debugging. I set that environment variable because the default SDL behavior is to choose XWayland over native Wayland for Wayland users. However, I hadn't...