質問編集履歴

1

2021/05/08 07:23

投稿

rkgmpngn
rkgmpngn

スコア7

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,135 @@
19
19
 
20
20
 
21
21
  エラーメッセージ
22
+
23
+ ```
24
+
25
+
26
+
27
+ 内部エラーが発生しました。Please refer to https://jb.gg/ide/critical-startup-errors
28
+
29
+
30
+
31
+ java.lang.VerifyError: Expecting a stack map frame
32
+
33
+ Exception Details:
34
+
35
+ Location:
36
+
37
+ com/intellij/openapi/util/text/StringUtil.pluralize(Ljava/lang/String;)Ljava/lang/String; @24: athrow
38
+
39
+ Reason:
40
+
41
+ Error exists in the bytecode
42
+
43
+ Bytecode:
44
+
45
+ 0000000: 2ab0 00a7 ffff 0000 a7ff fe00 0000 0000
46
+
47
+ 0000010: a7ff fb00 00a7 fffe bf
48
+
49
+ Stackmap Table:
50
+
51
+ same_frame(@2)
52
+
53
+ same_frame(@6)
54
+
55
+ same_frame(@11)
56
+
57
+ same_frame(@19)
58
+
59
+
60
+
61
+ at com.intellij.ide.Prefs.getPreferences(Prefs.java:107)
62
+
63
+ at com.intellij.ide.Prefs.get(Prefs.java:25)
64
+
65
+ at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:83)
66
+
67
+ at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:229)
68
+
69
+ at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:812)
70
+
71
+ at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:272)
72
+
73
+ at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:250)
74
+
75
+ at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41)
76
+
77
+ at java.base/java.lang.Thread.run(Thread.java:834)
78
+
79
+
80
+
81
+ -----
82
+
83
+ Your JRE: 11.0.10+9-b1341.41 x86_64 (JetBrains s.r.o.)
84
+
85
+ /Applications/IntelliJ IDEA CE.app/Contents/jbr/Contents/Home
86
+
87
+
88
+
89
+
90
+
91
+ 内部エラーが発生しました。Please refer to https://jb.gg/ide/critical-startup-errors
92
+
93
+
94
+
95
+ java.lang.VerifyError: Expecting a stack map frame
96
+
97
+ Exception Details:
98
+
99
+ Location:
100
+
101
+ com/intellij/openapi/util/text/StringUtil.pluralize(Ljava/lang/String;)Ljava/lang/String; @24: athrow
102
+
103
+ Reason:
104
+
105
+ Error exists in the bytecode
106
+
107
+ Bytecode:
108
+
109
+ 0000000: 2ab0 00a7 ffff 0000 a7ff fe00 0000 0000
110
+
111
+ 0000010: a7ff fb00 00a7 fffe bf
112
+
113
+ Stackmap Table:
114
+
115
+ same_frame(@2)
116
+
117
+ same_frame(@6)
118
+
119
+ same_frame(@11)
120
+
121
+ same_frame(@19)
122
+
123
+
124
+
125
+ at com.intellij.ide.Prefs.getPreferences(Prefs.java:107)
126
+
127
+ at com.intellij.ide.Prefs.get(Prefs.java:25)
128
+
129
+ at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:83)
130
+
131
+ at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:229)
132
+
133
+ at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:812)
134
+
135
+ at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:272)
136
+
137
+ at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:250)
138
+
139
+ at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41)
140
+
141
+ at java.base/java.lang.Thread.run(Thread.java:834)
142
+
143
+
144
+
145
+ -----
146
+
147
+ Your JRE: 11.0.10+9-b1341.41 x86_64 (JetBrains s.r.o.)
148
+
149
+ /Applications/IntelliJ IDEA CE.app/Contents/jbr/Contents/Home
150
+
151
+
152
+
153
+ ```