Replies: 4 comments 2 replies
-
Can you check if any ikvmc processes are running? |
Beta Was this translation helpful? Give feedback.
-
I couldn't find any ikvmc process running. When I start it via Rider, there’s only a .NET Host process which consistently uses about ~10% CPU. I also tried building the project with |
Beta Was this translation helpful? Give feedback.
-
Any chance of posting the project somewhere? I can't figure anything out with the info provided. No way to reproduce, etc. |
Beta Was this translation helpful? Give feedback.
-
Think I found the issue. Legit bug. Some of the JAR files have pretty large module-info.class files, and there's a bug in the ClassFile reader that is causing it to lock up on them. |
Beta Was this translation helpful? Give feedback.
-
I would like to use OpenNPL in .NET Core. Since OpenNPL 2.0, Java 11 is used, but newer Java versions aren't currently supported by IKVM. My idea was to downgrade OpenNPL to Java 8 (ClassVersion 52) using JvmDowngrader, and this seemed to work. I downloaded the latest binary release of OpenNPL, downgraded it to Java 8, and generated the necessary IkvmReference targets for all the JARs.
Now I'm running into a problem: during the build, the MSBuild process just hangs without any real output. Is there any way to debug further, perhaps to identify if a particular JAR is not being converted to DLL, or to understand why the MSBuild process is getting stuck?
I am using IKVK 8.10.2.
Beta Was this translation helpful? Give feedback.
All reactions