Keyboard button input editor crashes Vuo Editor when input source is Japanese

Steps causing the bug to occur

  1. Open VuoPro to a blank composition
  2. Search keyboard and drag out the vuo.keyboard.button node.
  3. Attempt to edit the Key variable by double clicking / right-click edit.
  4. It crashes without warning.

I screen captured the process:

How did the result differ from what you expected?

Crashes the Vuo editor completely.

Have you found a workaround?

None so far.

Other notes

  • Vuo version: 1.1.1
  • macOS version: OS X 10.10

Confirmed. When the input source is Romaji, Hiragana, or Katakana, the input editor crashes:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

...

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation      	0x00007fff8aaf0eaa CFDataGetBytePtr + 10
1   libVuoInputEditorKey.dylib    	0x0000000114886a2c VuoKey_getCharactersForMacVirtualKeyCode + 60
2   libVuoInputEditorKey.dylib    	0x00000001148868fd VuoKey_getSummary + 77
...

I only tested these 3 Japanese input sources, but the same might apply to other input sources involving multi-keystroke/multi-byte-characters. English and French work OK.

(To enable the Japanese input sources, go to System Preferences > Language & Text > Input Sources, search for Kotoeri (or Japanese), and check the box. Then go up to the flag icon in the menu bar and change the input source.)

I changed it to US English and it works perfectly fine. Thank you!

Fixed in Vuo 1.2.0.