我从JetBrains网站下载了Intellij。当我试图从idea.bat的cmd启动这个应用程序时,有下一个关于许可证破解的奇怪信息:
C:\Program Files\IntelliJ IDEA 2021.3.1\bin>idea.bat
====================================================
======= Jetbrains License Crack =======
======= https://zhile.io =======
====================================================
@See: https://zhile.io/2018/08/17/jetbrains-license-server-crack.html
@Version: 3.2.0, @Build Date: 2020-04-10
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:513)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:525)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at fuck_the_regulations_v320.en.b(en.java)
at fuck_the_regulations_v320.dH.premain(dH.java)
... 6 more
Caused by: java.lang.NullPointerException
... 8 more
*** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at ./src/java.instrument/share/native/libinstrument/JPLISAgent.c line: 422
FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed正如我在论坛上看到的那样,问题经常出现在idea.exe.vmoptions文件中。所以这里是:
-Xms128m
-Xmx750m
-XX:ReservedCodeCacheSize=512m
-XX:+IgnoreUnrecognizedVMOptions
-XX:+UseG1GC
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:CICompilerCount=2
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-ea
-Dsun.io.useCanonCaches=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=true
-Dkotlinx.coroutines.debug=off发布于 2022-01-06 08:11:07
看起来您已经安装了一个破解版本的IntelliJ IDEA。尝试删除IDE 配置目录。
如果这无助于将IDE从https://www.jetbrains.com/idea/download重新安装到一个空目录中。
发布于 2022-01-14 21:09:14
在C:\ .jetbrains \Public中查找并删除它。
发布于 2022-03-27 16:13:34
要消除Linux中的裂纹错误,必须打开/.config/JetBrains/PhpStorm2021.3/phpstorm64.vmoptions并使用.jetbrains/jetbrains-agent-v3.2.0.de72.619注释行。
https://stackoverflow.com/questions/70603850
复制相似问题