-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(developer): exporting CSS from on-screen keyboard causes Developer to crash if Keyman for Windows is not installed #11199
Comments
Hello @alex-larkin, Is there a way we can download the latest edition of the entire keyboard package? This is a really detailed report but I wish I had refer you to the community site as there would be more visibility and suits your topic better. |
Hello! Here is the file: https://drive.google.com/file/d/1zPlDaf-JRHFmHJEVZb0xbZkZ8yHP57NN/view?usp=sharing Sorry for the delay! I hope this helps. Please let me know how it goes. Thanks again. |
darcywong00 - I think tied to this Sentry issue Sentry Issue: KEYMAN-DEVELOPER-1P9 |
Is there I workaround I could use in the meantime? I am looking for a way to get keyboard graphics for my documentation. Thanks! |
stack trace
|
This is happening because Keyman Engine is not available, so the OSK files are not available for export. Workaround: install Keyman for Windows (preferably same version). To fix this, we'll need to include the OSK files with Keyman Developer, in path that can be found per function GetOSKXSLPath in VisualKeyboardExportHTML.pas:
For consistency, we should verify the file location exists and use the one relative to the executable filename as default -- so that we are not depending on a possibly different version of Keyman Engine to Keyman Developer. |
Thanks Marc! Ah yes, I can see how that could have happened. I'll try the workaround sometime in the coming few weeks, as I am in the most of a move. Thanks again! |
Describe the bug
Hello,
When trying to export the On-Screen keyboard, Keyman Developer crashes. The same happens whether I select "Images and CSS in subdirectory" or "Images and CSS in same directory."
Reproduce the bug
After the crash I find an empty folder called "[filename]_xml_files" and a file called [filename].xml. In my case, this is what the file contained:
Running Windows 10:
Keyman Developer error messages:
Please let me know if you need my project file or any other information.
Thanks!
Expected behavior
I expect KD to generate the CSS file and related images (if selected) without crashing.
Related issues
Prior to attempting the CSS export I had selected, "Fill from layout."
Keyman apps
Keyman version
16.0.147
Operating system
Windows 10 Pro
Device
Asus Laptop
Target application
No response
Browser
No response
Keyboard name
Teclado Quechua
Keyboard version
0.9
Language name
Quechua (que)
Additional context
My keyboard is beta and isn't yet in the repository.
The text was updated successfully, but these errors were encountered: