Joshua Rutschmann

Results 10 comments of Joshua Rutschmann

Yes they must have changed something :/ I hope sombody has a clue, because I have no experience how the api currently works. Sadly I have no time for debugging...

I guess a very small adjustment needs to be done to the open-api version number: ![image](https://user-images.githubusercontent.com/22082747/43900427-2bd51100-9be5-11e8-81e4-69866bd0da03.png) Currently it is only **3.0**.

I also have one of these ABC-panels and have the same issue as @5onix, @marcmerlin and @mcpgza. I'd love to see this awesome library work with my panel. I would...

I am experiencing the same issue on Ubuntu 18.04 (NVidia Grapics) with melodic. ros-melodic-stage 4.3.0 ros-melodic-stage-ros 1.8.0 ``` Thread 1 "stageros" received signal SIGSEGV, Segmentation fault. 0x00007ffff693f0ca in Stg::ModelRanger::Sensor::Visualize(Stg::ModelRanger::Vis*, Stg::ModelRanger*)...

I had the same problem. I found [this issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1657913) which indirectly tells you to: - Download [clang 11](https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/aZ1BC14qS3W_WxHtTw4s1A/runs/0/artifacts/public/build/clang.tar.zst) - Decompress with `/gecko-dev/taskcluster/scripts/misc/zstdpy -d clang.tar.zst > out.tar` - Unpack `out.tar` ->...

@TheBricktop Did you try it with clang11? I found the root of the `style_traits`-problem / the fix for it: https://bugzilla.mozilla.org/show_bug.cgi?id=1663715 Sadly it is not merged into the fxr_main branch and...

Ok nevermind. I thought the `rustc-dist-toolchain.tar.xz` would get unpacked in .mozbuild but it gets installed for the system. So I did `rustup override set 1.45.0` and everthing compiled even with...

I have a NVidia GTX 1080, running Debian 10 (GNOME) and I get exactly the same error message. It works well in windowed mode, so I guess it has to...

I played around with GTK a bit and managed to do this: ![2020-04-04_01-27](https://user-images.githubusercontent.com/22082747/78413424-a0a95a00-7617-11ea-9a2e-01e16f1d40cd.png) I simply placed a window as low as possible and it works pretty well. Only downside is...

I know it is not a good solution especially because of the gtkglext _hack_ thing. And the Bad Match Error reappears when using irrlicht 1.9 (svn trunk) :thinking: I already...