You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to get PID with winp, fallback to default logic
org.jvnet.winp.NotWindowsException: java.lang.NoSuchFieldException: handle
at org.jvnet.winp.WinProcess.<init>(WinProcess.java:48)
at com.intellij.execution.process.OSProcessUtil.createWinProcess(OSProcessUtil.java:127)
at com.intellij.execution.process.OSProcessUtil.getProcessID(OSProcessUtil.java:104)
at com.intellij.execution.impl.DefaultJavaProgramRunner$AttachDebuggerAction$1.lambda$startNotified$0(DefaultJavaProgramRunner.java:231)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:228)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchFieldException: handle
at java.lang.Class.getDeclaredField(Class.java:2070)
at org.jvnet.winp.WinProcess.<init>(WinProcess.java:43)
... 9 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: