Melroy van den Berg

Results 923 comments of Melroy van den Berg

After a major upgrade. I did notice I was also missing the `oc_login_address` table for some reason in the logging... For some reason the upgrade to NC32 didn't automatically re-enabled...

For info, this was the error I was seeing in the logs (without activating suspicious login app after NC32 major release upgrade): ```json {"reqId":"6dpn6GrEj5o0md9w3E3r","level":3,"time":"2025-10-10T11:31:59+00:00","remoteAddr":"192.168.1.194","user":"dennis","app":"no app in context","method":"GET","url":"/index.php/204","message":"An exception occurred while...

Is there some update? This would still be an awesome feature to have...

A bit off-topic, but shouldn't Ollama not update to [ROCm 6.3.2](https://rocm.docs.amd.com/en/docs-6.3.2/about/release-notes.html) directly?

@riosje Reminder.. its still **NOT** showing `24.x`

I removed that feature: https://github.com/winegui/WineGUI/commit/c8c5e8678161377c59f1bde97682a9824d7d70a0 Because people think it's a good thing to run wine 64-bit, while it then can no longer create 32-bit Wine bottles. Hence I removed it....

Done in: https://github.com/winegui/WineGUI/commit/596d4a4924a123196da77fa692c5591e48b7e4cf

I see, well that could be because of Winetricks maybe. Try to force a self-update (although WineGUI should do that already for you): ```sh ~/.local/share/winegui/winetricks --self-update ``` Also, could you...

THat means something is wrong with my WineGUI "detection" system. Detecting the windows version under [Wine is **very** complex](https://github.com/winegui/WineGUI/blob/596d4a4924a123196da77fa692c5591e48b7e4cf/src/helper.cc#L558) (for unknown reasons).

I will look to the windows detect code again and try to improve it. However, I can't replicate the issue locally at my computer. Maybe I should try Arch Linux...