-
Notifications
You must be signed in to change notification settings - Fork 38
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
Provide more detailed error when class org.jvnet.winp.Native could not be initialized #56
Comments
Any chance to get more info, maybe there is some stacktrace below. Just in case, which Java version do you use? |
Actually, the error was thrown for one of our customers, it's not reproduced for me. All information we got in the automatic error report is: This WebStorm build uses winp-1.27. If needed, here is the usage of winp in KillableProcessHandler.java. Nope, no stacktrace below, unfortunately, thus the issue. |
A possible fix could be to convert |
Maybe this one is preferable in this case. |
@oleg-nenashev Yeap, looks good. Oh, I was wrong, it should better be |
rethrow initialization error in Native.sendCtrlC (#56)
Sometimes
return new WinProcess(myProcess).sendCtrlC();
fails with with the following exception:The exception was received automatically from a WebStorm instance. It's also known that OS is Windows 10.
Unfortunately, there is no "caused by" linked exception making it impossible to figure out the cause.
Is it possible to enhance thrown exception?
The text was updated successfully, but these errors were encountered: