Dan Paulat

Results 152 comments of Dan Paulat

Qt 6.7.1. It should only matter if Qt is in your path, as all dependencies are bundled. https://github.com/dpaulat/supercell-wx/blob/aa0bcd432e8a8d77e499e8c9565337dd1eadc451/.github/workflows/ci.yml#L31

Most Qt modules (all the ones that I use) are free under the LGPL license. This is why I distribute them as DLLs with each release. The easiest way is...

Yes. I believe the initial DLLs will load correctly (e.g., Qt6Core.dll), but when those DLLs search for plugins, your path is searched ahead of the working directory. There's probably ways...

I believe this is resolved.

It's certainly possible. The application is written in C++, and Qt is supported on both iOS and Android, so theoretically Supercell Wx could be compiled natively for these platforms. There...

AI is not necessarily overstating the complexity. Maplibre could be ported to another framework without too much expected complexity. But, performance limitations and ease of integration with the rest of...

Selecting a theme requires restarting the application. On Linux, Fusion is many times already the default. Fusion may or may not currently present a dark mode based on Window manager...

I see the following in the log: `[2024-07-27 14:04:10.414] [57121] [warning] [scwx::qt::manager::update_manager] Invalid API response: [0] SSL: couldn't create a context: error:0A080024:SSL routines::reason(36)` Are you by chance running with a...

Sorry to hear about your bad luck updating the BIOS! From what I've been able to gather, I believe this issue is limited to the Linux ~~kernel disabling erroneous functionality~~...

You may be able to disable the offending RDRAND functionality by adding `nordrand` to the Linux boot line according to the following Ars Technica article: https://arstechnica.com/gadgets/2019/10/how-a-months-old-amd-microcode-bug-destroyed-my-weekend/ ![image](https://github.com/user-attachments/assets/4fb4ab50-f9a4-46d4-a240-3cd0debd3ed2) You may also...