Consistently getting TSMProcessRawKeyCode failed (-192) on installed application on OS X
-
wrote on 16 Sept 2015, 08:45 last edited by Hertzy 10 Jan 2015, 11:00
I'm trying to create an installer for my application on OS X. Running the application from the compiled bundle after running macdeployqt on it goes fine. However, when I generate an installer with binarycreator, run the installer and try to run the installed application, I get a TSMProcessRawKeyCode failed (-192) error when I try to write in a TextEdit. I don't get the error when I run the application with admin privileges through sudo.
Is this a bug or am I doing something horribly wrong here?
Edit: Appears that simply moving the app bundle causes this
-
wrote on 24 Sept 2015, 14:30 last edited by
I managed to fix this to some extent one by deleting the app bundle from the build directory and running macdeployqt with the argument -executable=<Target>.app/Contents/MacOs/<Target>
-
wrote on 1 Oct 2015, 11:00 last edited by
I take that back, it stopped working again.
-
wrote on 7 Oct 2015, 13:05 last edited by
Still no progress, but if someone can reproduce this, please post a minimal reproducing project to https://bugreports.qt.io/browse/QTBUG-48555
-
wrote on 15 Oct 2015, 13:43 last edited by
The latest development is that I had over 254 files open at once. No wonder nobody else had encountered this.