Robert Oswald

Results 17 comments of Robert Oswald

I tried to install wine itself and found out that open suse leap 16 has dropped 32bit support. After following [this guide](https://wine.htmlvalidator.com/install-wine-on-opensuse-leap-16.0.html) on how to install wine with wow64 and...

I've tried it with the same container config on a nixos host, everything works fine on here. This seems to be an issue of bazzite itself. Maybe the apps from...

https://github.com/user-attachments/assets/a0836a92-5159-44fb-a276-8d3a856ef065 This is what it looks like. The lags & freezes are not errors in the recording of this screen capture, thats how it actually looks. The terminal at the...

Other projects had similar issues: https://github.com/MolecularAI/aizynthfinder/issues/194 . When using `execstack` to check the executable stack flag for the library, an `X` is present: ``` $ execstack -q /home/robert/.../client/build/linux/x64/debug/bundle/lib/libsentry.so X /home/robert/.../client/build/linux/x64/debug/bundle/lib/libsentry.so...

I just tried to run our application on windows and ran into issues there as well that were only happening because of the inclusion of the sentry_flutter package. I wanted...

These are the errors I get when trying to run our flutter app for windows with crashpad enabled (`flutter run --debug --device-id windows`) ``` Launching lib\main.dart on Windows in debug...

Btw: android and web build just fine without any modifications (web is probably not sentry-native though). I can't test iOS right now