Wim Vander Schelden
Wim Vander Schelden
I'm running into this issue as well, but only some of the time when running primusrun. I'm running an up to date (at the time of this comment) Ubuntu 16.04.2...
I've made a fix for this, see PR https://github.com/Jorl17/jar2app/pull/55
Example code using these JNI bindings can be seen in https://github.com/tomaka/glutin/pull/822
@tomaka, what is your view on using @sfackler's jni-sys crate? I'd prefer not to re-implement anything that we can readily reuse, but I'm not sure if you're happy to be...
An alternative approach would be to remove the JNI API from the `glue` module, and simply using the four methods provided by this patch in `injected-glue` from `jni-sys`, guarded by...
I can agree with that. I'll look into making the adaptations over the weekend, probably. The higher level JNI wrapper will probably take a longer time to complete. @sfackler Are...
Just a note that I have started on reworking this, but haven't found the time to finish it yet (because life).
I'll take a look at this tonight.
So, say I have a function that turns the command line arguments into a Vec. Where would it be best to put this function and what should it be named?...
Just verified by disabling my status bar script, invoking `nvidia-smi` is not required to trigger this bug - it happens regardless.