Skip to content
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

Unsupported OS and arch: Windows 11.0 UNKNOWN #41

Open
Maurice-Betzel opened this issue Jan 7, 2025 · 0 comments
Open

Unsupported OS and arch: Windows 11.0 UNKNOWN #41

Maurice-Betzel opened this issue Jan 7, 2025 · 0 comments

Comments

@Maurice-Betzel
Copy link

2025-01-07 15:26:21,929 [ 25780] SEVERE - #c.i.d.m.a.MemoryAgentInitializer - Could not initialize memory agent.
com.intellij.debugger.engine.evaluation.EvaluateException: Could not load proxy class: java.lang.IllegalStateException : Unsupported OS and arch: Windows 11.0 UNKNOWN
at com.intellij.debugger.engine.evaluation.EvaluateExceptionUtil.createEvaluateException(EvaluateExceptionUtil.java:47)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.loadUtilityClass(IdeaNativeAgentProxyMirror.java:438)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.lambda$getOrLoadProxyType$0(IdeaNativeAgentProxyMirror.java:304)
at com.intellij.debugger.impl.DebuggerUtilsImpl.processCollectibleValue(DebuggerUtilsImpl.java:360)
at com.intellij.debugger.engine.evaluation.EvaluationContextImpl.computeAndKeep(EvaluationContextImpl.java:160)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.getOrLoadProxyType(IdeaNativeAgentProxyMirror.java:302)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.getProxyType(IdeaNativeAgentProxyMirror.java:276)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.initializeCapabilities(IdeaNativeAgentProxyMirror.java:235)
at com.intellij.debugger.memory.agent.MemoryAgentImpl.initializeCapabilities(MemoryAgentImpl.java:64)
at com.intellij.debugger.memory.agent.MemoryAgentImpl.createMemoryAgent(MemoryAgentImpl.java:43)
at com.intellij.debugger.memory.agent.MemoryAgentInitializer.initializeAgent(MemoryAgentInitializer.java:32)
at com.intellij.debugger.memory.agent.MemoryAgentInitializer.getAgent(MemoryAgentInitializer.java:19)
at com.intellij.debugger.memory.agent.MemoryAgent.get(MemoryAgent.java:34)
at com.intellij.debugger.memory.action.CalculateRetainedSizeAction$1.contextAction(CalculateRetainedSizeAction.java:57)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.contextActionSuspend$suspendImpl(SuspendContextCommandImpl.kt:24)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.contextActionSuspend(SuspendContextCommandImpl.kt)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl$actionSuspend$2.invokeSuspend(SuspendContextCommandImpl.kt:42)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl$actionSuspend$2.invoke(SuspendContextCommandImpl.kt)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl$actionSuspend$2.invoke(SuspendContextCommandImpl.kt)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.invokeWithChecks(SuspendContextCommandImpl.kt:69)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.actionSuspend$suspendImpl(SuspendContextCommandImpl.kt:40)
at com.intellij.debugger.engine.events.SuspendContextCommandImpl.actionSuspend(SuspendContextCommandImpl.kt)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.runSuspend(DebuggerCommandImpl.kt:61)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.access$runSuspend(DebuggerCommandImpl.kt:20)
at com.intellij.debugger.engine.events.DebuggerCommandImpl$invokeCommand$1.invokeSuspend(DebuggerCommandImpl.kt:98)
at com.intellij.debugger.engine.events.DebuggerCommandImpl$invokeCommand$1.invoke(DebuggerCommandImpl.kt)
at com.intellij.debugger.engine.events.DebuggerCommandImpl$invokeCommand$1.invoke(DebuggerCommandImpl.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:27)
at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:90)
at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:123)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:52)
at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
at com.intellij.debugger.engine.events.DebuggerCommandImpl.invokeCommand$intellij_java_debugger_impl(DebuggerCommandImpl.kt:94)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.kt:166)
at com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.kt:34)
at com.intellij.debugger.impl.InvokeThread.doProcessEvent(InvokeThread.java:123)
at com.intellij.debugger.impl.InvokeThread.lambda$run$0(InvokeThread.java:142)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:223)
at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:45)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:222)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:673)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:203)
at com.intellij.debugger.impl.InvokeThread.lambda$run$1(InvokeThread.java:128)
at com.intellij.util.indexing.FileBasedIndex.lambda$ignoreDumbMode$0(FileBasedIndex.java:230)
at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:113)
at com.intellij.util.indexing.FileBasedIndexEx.ignoreDumbMode(FileBasedIndexEx.java:682)
at com.intellij.util.indexing.FileBasedIndex.ignoreDumbMode(FileBasedIndex.java:229)
at com.intellij.util.indexing.DumbModeAccessType.ignoreDumbMode(DumbModeAccessType.java:41)
at com.intellij.debugger.impl.InvokeThread.run(InvokeThread.java:128)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.lambda$run$0(InvokeThread.java:47)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
at com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.run(InvokeThread.java:46)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$executeOnPooledThread$1.run(AnyThreadWriteThreadingSupport.kt:167)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at com.intellij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:74)
at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:83)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:107)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:101)
at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:735)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:732)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:732)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalStateException: Unsupported OS and arch: Windows 11.0 UNKNOWN
at com.intellij.debugger.memory.agent.MemoryAgentUtil.detectAgentKindByArch(MemoryAgentUtil.java:56)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.getMemoryAgentPath(IdeaNativeAgentProxyMirror.java:460)
at com.intellij.debugger.memory.agent.IdeaNativeAgentProxyMirror.loadUtilityClass(IdeaNativeAgentProxyMirror.java:431)
... 71 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant