-
Notifications
You must be signed in to change notification settings - Fork 26
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
KSC crashes immediately due to unknown option -- #19
Comments
Thanks! It seems that OS X get treated in the same way as Windows, then? Unfortunately, I can't check myself. |
I had the same bug on macOS and @fridtjof's fix worked for me. |
Same issue for me on macOS 10.12. @fridtjof's fix worked for me |
Turns out the homebrew formula installed its own launcher instead of ksc's launch wrapper. I submitted a PR to fix this, which should be merged soon: |
So here's a confusing thing: The Rolling back to
Say yes to removing
|
The java command line does not accept -- as an option, stopping before even executing KSC.
Java version: Oracle JDK 1.8.0_152
OS: macOS 10.13.2
Things work again after commenting line 34 in kaitai_struct_visualizer/lib/kaitai/struct/visualizer/ksy_compiler.rb
I have not opened a PR for this yet, as I am not sure if this was recently changed or has always been like this
The text was updated successfully, but these errors were encountered: