質問編集履歴

5

追記4

2020/04/27 06:23

投稿

wageshII
wageshII

スコア4

test CHANGED
File without changes
test CHANGED
@@ -116,6 +116,8 @@
116
116
 
117
117
  Eclipseの方で何度かワークスペースを消して、作り直してたのですが、一度保存するか、UTF-8に文字コードを変えるとエラーが吐かれるようになるみたいです
118
118
 
119
+ 追記4文字コードは関係ありませんでした
120
+
119
121
 
120
122
 
121
123
  ワークスペースを消してしまったので新しいエラーです

4

追記3

2020/04/27 06:23

投稿

wageshII
wageshII

スコア4

test CHANGED
File without changes
test CHANGED
@@ -165,3 +165,11 @@
165
165
  ```
166
166
 
167
167
  すみません、ログは文字数を超えてしまうため、載せられませんでした
168
+
169
+
170
+
171
+ 追記3
172
+
173
+ ごめんなさい、できれば画像で渡したかったのですが、画像にできなかったのでファイルをアップロードすることにしました、これでも、良ければよろしくお願いします
174
+
175
+ https://11.gigafile.nu/0504-40df59144eb9c3d9879c02ad1d0db3f0

3

追記2

2020/04/27 06:12

投稿

wageshII
wageshII

スコア4

test CHANGED
File without changes
test CHANGED
@@ -107,3 +107,61 @@
107
107
  #
108
108
 
109
109
  ```
110
+
111
+ 追記2
112
+
113
+ 新しく、プロジェクトを作って試してみましたが、標準ライブラリを使用すると、同じエラーが吐かれてしまいました
114
+
115
+ 再インストールしてもダメでした
116
+
117
+ Eclipseの方で何度かワークスペースを消して、作り直してたのですが、一度保存するか、UTF-8に文字コードを変えるとエラーが吐かれるようになるみたいです
118
+
119
+
120
+
121
+ ワークスペースを消してしまったので新しいエラーです
122
+
123
+ ```
124
+
125
+ #
126
+
127
+ # A fatal error has been detected by the Java Runtime Environment:
128
+
129
+ #
130
+
131
+ # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb7e9ef74a, pid=12640, tid=23784
132
+
133
+ #
134
+
135
+ # JRE version: OpenJDK Runtime Environment (14.0+36) (build 14+36-1461)
136
+
137
+ # Java VM: OpenJDK 64-Bit Server VM (14+36-1461, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
138
+
139
+ # Problematic frame:
140
+
141
+ # C [awt.dll+0x8f74a]
142
+
143
+ #
144
+
145
+ # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
146
+
147
+ #
148
+
149
+ # An error report file with more information is saved as:
150
+
151
+ # C:\Users\youka\eclipse-workspace\test\hs_err_pid12640.log
152
+
153
+ #
154
+
155
+ # If you would like to submit a bug report, please visit:
156
+
157
+ # https://bugreport.java.com/bugreport/crash.jsp
158
+
159
+ # The crash happened outside the Java Virtual Machine in native code.
160
+
161
+ # See problematic frame for where to report the bug.
162
+
163
+ #
164
+
165
+ ```
166
+
167
+ すみません、ログは文字数を超えてしまうため、載せられませんでした

2

プライバシーの保護

2020/04/27 05:39

投稿

wageshII
wageshII

スコア4

test CHANGED
File without changes
test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
  # An error report file with more information is saved as:
94
94
 
95
- # C:\Users\youka\eclipse-workspace\PaffeLibrary_Game\hs_err_pid4660.log
95
+ # C:\Users\user\eclipse-workspace\Library_Game\hs_err_pid4660.log
96
96
 
97
97
  #
98
98
 

1

Eclipseでもエラーが吐かれるようになった

2020/04/27 00:58

投稿

wageshII
wageshII

スコア4

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,57 @@
53
53
  Process finished with exit code 1
54
54
 
55
55
  ```
56
+
57
+
58
+
59
+ Eclipseでも似たエラーが出るようになってしまいました
60
+
61
+ Intellij IDEAに移行しようとして、失敗して、Eclipseのソースも消えてしまい、
62
+
63
+ バックアップから、一つ一つ新しいクラスを作成しファイルのソースコードをコピペしてソースコードは元の状態に戻せたのですが、エラーを吐かれてしまい、どのように、すればいいのか見当もつきません・・・
64
+
65
+ どなたか、わかる人が居ればお願いします・・・
66
+
67
+ ```
68
+
69
+ #
70
+
71
+ # A fatal error has been detected by the Java Runtime Environment:
72
+
73
+ #
74
+
75
+ # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb3f53f98a, pid=4660, tid=6868
76
+
77
+ #
78
+
79
+ # JRE version: Java(TM) SE Runtime Environment (13.0.2+8) (build 13.0.2+8)
80
+
81
+ # Java VM: Java HotSpot(TM) 64-Bit Server VM (13.0.2+8, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
82
+
83
+ # Problematic frame:
84
+
85
+ # C [awt.dll+0x8f98a]
86
+
87
+ #
88
+
89
+ # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
90
+
91
+ #
92
+
93
+ # An error report file with more information is saved as:
94
+
95
+ # C:\Users\youka\eclipse-workspace\PaffeLibrary_Game\hs_err_pid4660.log
96
+
97
+ #
98
+
99
+ # If you would like to submit a bug report, please visit:
100
+
101
+ # http://bugreport.java.com/bugreport/crash.jsp
102
+
103
+ # The crash happened outside the Java Virtual Machine in native code.
104
+
105
+ # See problematic frame for where to report the bug.
106
+
107
+ #
108
+
109
+ ```