MineColonies

MineColonies

53M Downloads

crash Bata

RyRy1986 opened this issue ยท 2 comments

commented

Minecolonies version

Version: 1.12.2-0.10.26-BETA

Expected behavior

Actual behaviour

Crash

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2018-11-27 01:13:14 EST
Description: Unexpected error

java.lang.NullPointerException
at com.minecolonies.coremod.client.gui.WindowClipBoard.getOpenRequests(WindowClipBoard.java:150)
at com.minecolonies.coremod.client.gui.WindowClipBoard.lambda$onOpened$0(WindowClipBoard.java:106)
at com.minecolonies.coremod.client.gui.WindowClipBoard$$Lambda$2324/1980616542.getAsInt(Unknown Source)
at com.minecolonies.blockout.views.ScrollingList$1.getElementCount(ScrollingList.java:47)
at com.minecolonies.blockout.views.ScrollingListContainer.refreshElementPanes(ScrollingListContainer.java:27)
at com.minecolonies.blockout.views.ScrollingList.refreshElementPanes(ScrollingList.java:69)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:61)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:42)
at com.minecolonies.coremod.client.gui.WindowClipBoard.onOpened(WindowClipBoard.java:106)
at com.minecolonies.blockout.Screen.initGui(Screen.java:122)
at net.minecraft.client.gui.GuiScreen.setWorldAndResolution(GuiScreen.java:478)
at net.minecraft.client.Minecraft.displayGuiScreen(Minecraft.java:1017)
at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:501)
at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:322)
at com.minecolonies.blockout.views.Window.open(Window.java:168)
at com.minecolonies.coremod.proxy.ClientProxy.openClipBoardWindow(ClientProxy.java:298)
at com.minecolonies.coremod.items.ItemClipBoard.onItemRightClick(ItemClipBoard.java:119)
at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:217)
at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClick(PlayerControllerMP.java:511)
at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1596)
at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2253)
at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2019)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1807)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1097)
at net.minecraft.client.Minecraft.run(Minecraft.java:3940)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Affected level --
Level name: MpServer
All players: 1 total; [EntityPlayerSP['ryry86'/6479211, l='MpServer', x=144.08, y=68.00, z=305.41]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (168,64,256), Chunk: (at 8,4,0 in 10,16; contains blocks 160,0,256 to 175,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2559960 game time, 3031603 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 63 total; [EntitySkeleton['Skeleton'/6480610, l='MpServer', x=168.36, y=24.00, z=272.30], EntitySkeleton['Skeleton'/6481122, l='MpServer', x=117.50, y=48.00, z=254.50], EntitySkeleton['Skeleton'/6480609, l='MpServer', x=162.50, y=27.00, z=277.50], ZombieFarmer['Zombie Farmer'/5719635, l='MpServer', x=145.50, y=46.00, z=332.50], ZombieMiner['Zombie Miner'/6472804, l='MpServer', x=129.50, y=25.00, z=286.50], EntityZombie['Zombie'/6476772, l='MpServer', x=153.50, y=31.00, z=321.50], EntityBat['Bat'/6473573, l='MpServer', x=202.75, y=28.10, z=344.75], ZombieMiner['Zombie Miner'/6468462, l='MpServer', x=196.50, y=40.00, z=383.30], EntitySkeleton['Skeleton'/6481390, l='MpServer', x=119.50, y=36.00, z=285.50], EntityZombie['Zombie'/6472685, l='MpServer', x=214.50, y=42.00, z=383.50], EntityZombie['Zombie'/6472434, l='MpServer', x=138.50, y=36.00, z=325.50], EntityBat['Bat'/6480754, l='MpServer', x=177.75, y=37.44, z=274.54], ZombieFarmer['Zombie Farmer'/6331637, l='MpServer', x=147.50, y=46.00, z=329.50], ZombieFarmer['Zombie Farmer'/6473722, l='MpServer', x=176.81, y=33.00, z=344.48], ZombieFarmer['Zombie Farmer'/6470008, l='MpServer', x=167.15, y=36.00, z=330.48], EntityBat['Bat'/6479870, l='MpServer', x=207.99, y=28.35, z=310.39], EntityBat['Bat'/6479871, l='MpServer', x=218.45, y=29.07, z=297.50], EntityBat['Bat'/6479869, l='MpServer', x=205.53, y=28.52, z=308.60], EntityBat['Bat'/6472643, l='MpServer', x=154.25, y=23.10, z=268.58], ZombieMiner['Zombie Miner'/6480075, l='MpServer', x=179.50, y=27.00, z=356.50], EntitySkeleton['Skeleton'/6480331, l='MpServer', x=216.50, y=43.00, z=254.50], EntityEnderman['Enderman'/6480334, l='MpServer', x=208.27, y=24.00, z=340.49], EntityCreeper['Creeper'/6480332, l='MpServer', x=194.82, y=24.00, z=345.42], EntityEnderman['Enderman'/6480333, l='MpServer', x=204.50, y=24.00, z=342.50], ZombieMiner['Zombie Miner'/6480850, l='MpServer', x=219.50, y=29.00, z=348.50], EntityFrogs['Frog'/49, l='MpServer', x=95.89, y=68.00, z=362.49], EntityChicken['Chicken'/6426707, l='MpServer', x=85.34, y=72.00, z=381.85], ZombieMiner['Zombie Miner'/6480848, l='MpServer', x=220.50, y=29.00, z=348.50], MagicEntity['unknown'/-31415, l='MpServer', x=144.53, y=69.61, z=303.46], EntityBabySkeleton['Baby Skeleton'/6467028, l='MpServer', x=133.50, y=38.00, z=337.50], EntityBabySkeleton['Baby Skeleton'/6467029, l='MpServer', x=129.47, y=43.00, z=344.30], EntityCow['Cow'/64, l='MpServer', x=123.38, y=67.00, z=226.26], EntityCitizen['Anastasia H. Ashton'/5771149, l='MpServer', x=73.50, y=66.00, z=250.68], ZombieFarmer['Zombie Farmer'/6481184, l='MpServer', x=96.50, y=43.00, z=225.50], EntityBat['Bat'/6445607, l='MpServer', x=182.25, y=32.10, z=275.25], EntityCreeper['Creeper'/6481959, l='MpServer', x=202.50, y=24.00, z=343.50], EntityBat['Bat'/6482852, l='MpServer', x=148.48, y=28.34, z=347.57], EntityCreeper['Creeper'/6481960, l='MpServer', x=203.50, y=24.00, z=341.50], EntityPlayerSP['ryry86'/6479211, l='MpServer', x=144.08, y=68.00, z=305.41], ZombieFarmer['Zombie Farmer'/6479535, l='MpServer', x=119.50, y=40.00, z=263.50], ZombieMiner['Zombie Miner'/6479533, l='MpServer', x=111.85, y=40.00, z=256.54], ZombieMiner['Zombie Miner'/5719170, l='MpServer', x=150.20, y=46.00, z=334.44], EntityBat['Bat'/6482487, l='MpServer', x=121.49, y=30.81, z=282.35], EntityBat['Bat'/6483255, l='MpServer', x=115.46, y=35.65, z=270.25], ZombieFarmer['Zombie Farmer'/6481972, l='MpServer', x=142.50, y=26.00, z=350.50], EntityBat['Bat'/6482484, l='MpServer', x=123.71, y=28.02, z=285.04], ZombieFarmer['Zombie Farmer'/6368384, l='MpServer', x=135.80, y=46.00, z=321.56], EntitySkeleton['Skeleton'/6400262, l='MpServer', x=134.27, y=46.00, z=319.48], EntityZombie['Zombie'/6474122, l='MpServer', x=130.50, y=36.00, z=314.50], ZombieFarmer['Zombie Farmer'/6481546, l='MpServer', x=159.50, y=15.00, z=282.50], EntityEnderman['Enderman'/6475531, l='MpServer', x=83.50, y=56.00, z=246.50], ZombieFarmer['Zombie Farmer'/6482571, l='MpServer', x=222.50, y=31.00, z=296.50], EntitySkeleton['Skeleton'/6470920, l='MpServer', x=154.81, y=14.00, z=280.77], ZombieMiner['Zombie Miner'/6479635, l='MpServer', x=169.50, y=16.00, z=364.50], EntityStallionDraftHorse['Draft Horse Stallion'/482036, l='MpServer', x=197.17, y=79.00, z=290.01], ZombieFarmer['Zombie Farmer'/6474263, l='MpServer', x=180.79, y=38.00, z=329.53], ZombieMiner['Zombie Miner'/6479639, l='MpServer', x=171.50, y=16.00, z=364.50], ZombieFarmer['Zombie Farmer'/6479637, l='MpServer', x=174.50, y=16.00, z=359.50], EntityBat['Bat'/6479514, l='MpServer', x=120.86, y=30.95, z=276.79], EntityBat['Bat'/6479515, l='MpServer', x=112.05, y=37.96, z=268.68], EntityBat['Bat'/6479512, l='MpServer', x=122.60, y=32.59, z=284.83], EntityCreeper['Creeper'/6455198, l='MpServer', x=144.53, y=46.00, z=324.85], EntityBat['Bat'/6479260, l='MpServer', x=141.75, y=28.00, z=321.25]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server

-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1190010008 bytes (1134 MB) / 6569328640 bytes (6265 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.42 Powered by Forge 14.23.5.2769 196 mods loaded, 196 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State  | ID                                    | Version                      | Source                                                  | Signature                                |
   |:------ |:------------------------------------- |:---------------------------- |:------------------------------------------------------- |:---------------------------------------- |
   | UCHIJA | minecraft                             | 1.12.2                       | minecraft.jar                                           | None                                     |
   | UCHIJA | mcp                                   | 9.42                         | minecraft.jar                                           | None                                     |
   | UCHIJA | FML                                   | 8.0.99.99                    | forge-1.12.2-14.23.5.2769.jar                           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJA | forge                                 | 14.23.5.2769                 | forge-1.12.2-14.23.5.2769.jar                           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCHIJA | OpenEye                               | 0.8                          | OpenEye-1.12.2-0.8.jar                                  | None                                     |
   | UCHIJA | foamfixcore                           | 7.7.4                        | minecraft.jar                                           | None                                     |
   | UCHIJA | opencomputers|core                    | 1.7.2.67                     | minecraft.jar                                           | None                                     |
   | UCHIJA | randompatches                         | 1.12.2-1.6.1.0               | randompatches-1.12.2-1.6.1.0.jar                        | None                                     |
   | UCHIJA | techguns_core                         | 1.12.2-1.0                   | minecraft.jar                                           | None                                     |
   | UCHIJA | aiimprovements                        | 0.0.1.3                      | AIImprovements-1.12-0.0.1b3.jar                         | None                                     |
   | UCHIJA | biomesoplenty                         | 7.0.1.2402                   | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar           | None                                     |
   | UCHIJA | craftstudioapi                        | 1.0.0                        | CraftStudio-1.0.0.93-mc1.12-alpha.jar                   | None                                     |
   | UCHIJA | mantle                                | 1.12-1.3.3.39                | Mantle-1.12-1.3.3.39.jar                                | None                                     |
   | UCHIJA | natura                                | 1.12.2-4.3.2.62              | natura-1.12.2-4.3.2.62.jar                              | None                                     |
   | UCHIJA | animania                              | 1.5.1.1                      | animania-1.12.2-1.5.1.1.jar                             | None                                     |
   | UCHIJA | appliedenergistics2                   | rv6-stable-3                 | appliedenergistics2-rv6-stable-3.jar                    | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
   | UCHIJA | architecturecraft                     | @VERSION@                    | architecturecraft-1.12-3.80.jar                         | None                                     |
   | UCHIJA | astikoor                              | 1.1.1                        | astikoor_horse-carts-1.1.1.jar                          | None                                     |
   | UCHIJA | backpacks16840                        | 3.5.4                        | backpacks 1.12.2 - 3.5.4.jar                            | None                                     |
   | UCHIJA | badwithernocookiereloaded             | 1.12.2-3.1.14                | badwithernocookiereloaded-1.12.2-3.1.14.jar             | None                                     |
   | UCHIJA | baubles                               | 1.5.2                        | Baubles-1.12-1.5.2.jar                                  | None                                     |
   | UCHIJA | betterbuilderswands                   | 0.12.0                       | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar         | None                                     |
   | UCHIJA | betterquesting                        | 3.5.271                      | BetterQuesting-3.5.271.jar                              | None                                     |
   | UCHIJA | bibliocraft                           | 2.4.5                        | BiblioCraft[v2.4.5][MC1.12.2].jar                       | None                                     |
   | UCHIJA | ic2                                   | 2.8.101-ex112                | industrialcraft-2-2.8.101-ex112.jar                     | de041f9f6187debbc77034a344134053277aa3b0 |
   | UCHIJA | fp                                    | 26.3.417                     | Futurepack-1.12.2-26.3.417.jar                          | 3ad693059337b95c41b649ec9f29c4a6e8282586 |
   | UCHIJA | crafttweaker                          | 4.1.11                       | CraftTweaker2-1.12-4.1.11.jar                           | None                                     |
   | UCHIJA | mtlib                                 | 3.0.5                        | MTLib-3.0.5.jar                                         | None                                     |
   | UCHIJA | modtweaker                            | 4.0.15                       | modtweaker-4.0.15.jar                                   | None                                     |
   | UCHIJA | jei                                   | 4.13.1.220                   | jei_1.12.2-4.13.1.220.jar                               | None                                     |
   | UCHIJA | reborncore                            | 3.10.2.337                   | RebornCore-1.12.2-3.10.2.337-universal.jar              | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJA | techreborn                            | 2.17.6.828                   | TechReborn-1.12.2-2.17.6.828-universal.jar              | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
   | UCHIJA | forestry                              | 5.8.2.356                    | forestry_1.12.2-5.8.2.356.jar                           | None                                     |
   | UCHIJA | binniecore                            | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | binniedesign                          | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | genetics                              | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | botany                                | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | extrabees                             | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | extratrees                            | 2.5.0.168                    | binnie-mods-1.12.2-2.5.0.168.jar                        | None                                     |
   | UCHIJA | mts                                   | 11.2.1                       | Minecraft Transport Simulator-1.12.2-11.2.1.jar         | None                                     |
   | UCHIJA | unuparts                              | 1.3.0                        | UNU Parts Pack [MTS] 1.10.2-11.2.0-1.3.0.jar            | None                                     |
   | UCHIJA | btcivil                               | 1.2.1                        | BlackThorne Civilian Pack [MTS] 1.10.2-11.2.0-1.3.0.jar | None                                     |
   | UCHIJA | bookshelf                             | 2.3.559                      | Bookshelf-1.12.2-2.3.559.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJA | car                                   | 1.2.12                       | car-1.12.2-1.2.12.jar                                   | None                                     |
   | UCHIJA | careerbees                            | 1.0                          | careerbees-0.4.0.jar                                    | None                                     |
   | UCHIJA | cavern                                | 2.1.8                        | Cavern_1.12.2-v2.1.8.jar                                | None                                     |
   | UCHIJA | ceramics                              | 1.12-1.3.4                   | Ceramics-1.12-1.3.4.jar                                 | None                                     |
   | UCHIJA | chameleon                             | 1.12-4.1.3                   | Chameleon-1.12-4.1.3.jar                                | None                                     |
   | UCHIJA | chinjufumod                           | 3.1.4.1                      | ChinjufuMod[1.12.2]3.1.4.1.jar                          | None                                     |
   | UCHIJA | ctm                                   | MC1.12.2-0.3.2.20            | CTM-MC1.12.2-0.3.2.20.jar                               | None                                     |
   | UCHIJA | chisel                                | MC1.12.2-0.2.1.35            | Chisel-MC1.12.2-0.2.1.35.jar                            | None                                     |
   | UCHIJA | chiselsandbits                        | 14.26                        | chiselsandbits-14.26.jar                                | None                                     |
   | UCHIJA | chococraft                            | 0.9.1.52                     | chococraft_1.12.1-0.9.1.52.jar                          | None                                     |
   | UCHIJA | chunkpregenerator                     | 1.9                          | Chunk Pregenerator V1.12-1.9.2.jar                      | None                                     |
   | UCHIJA | cjcm                                  | 1.0                          | cjcm-1.0.jar                                            | None                                     |
   | UCHIJA | codechickenlib                        | 3.2.2.353                    | CodeChickenLib-1.12.2-3.2.2.353-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UCHIJA | redstoneflux                          | 2.1.0                        | RedstoneFlux-1.12-2.1.0.6-universal.jar                 | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJA | cofhcore                              | 4.6.1                        | CoFHCore-1.12.2-4.6.1.22-universal.jar                  | None                                     |
   | UCHIJA | cofhworld                             | 1.3.0                        | CoFHWorld-1.12.2-1.3.0.6-universal.jar                  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJA | controlling                           | 3.0.6                        | Controlling-3.0.6.jar                                   | None                                     |
   | UCHIJA | cookingforblockheads                  | 6.4.65                       | CookingForBlockheads_1.12.2-6.4.65.jar                  | None                                     |
   | UCHIJA | corail_pillar_extension_biomesoplenty | 4.0.1                        | corail_pillar_extension_biomesoplenty-4.0.1-1.12.jar    | None                                     |
   | UCHIJA | corail_pillar_extension_chisel        | 4.0.0                        | corail_pillar_extension_chisel-4.0.0-1.12.jar           | None                                     |
   | UCHIJA | corail_pillar_extension_forestry      | 4.0.0                        | corail_pillar_extension_forestry-4.0.0-1.12.jar         | None                                     |
   | UCHIJA | cosmeticarmorreworked                 | 1.12.2-v3                    | CosmeticArmorReworked-1.12.2-v3.jar                     | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | UCHIJA | cosmeticarmorreworked|tombmanygraves  | 1.12.2-v3                    | CosmeticArmorReworked-1.12.2-v3.jar                     | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
   | UCHIJA | ctgui                                 | 1.0.0                        | CraftTweaker2-1.12-4.1.11.jar                           | None                                     |
   | UCHIJA | crafttweakerjei                       | 2.0.2                        | CraftTweaker2-1.12-4.1.11.jar                           | None                                     |
   | UCHIJA | custommainmenu                        | 2.0.8                        | CustomMainMenu-MC1.12.2-2.0.8.jar                       | None                                     |
   | UCHIJA | customnpcs                            | 1.12                         | CustomNPCs_1.12.2(26aug18).jar                          | None                                     |
   | UCHIJA | dailies                               | 1.12.2-6                     | dailies-1.12.2-6.jar                                    | None                                     |
   | UCHIJA | tesla                                 | 1.0.63                       | Tesla-1.12.2-1.0.63.jar                                 | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJA | p455w0rdslib                          | 2.0.35                       | p455w0rdslib-1.12-2.0.35.jar                            | None                                     |
   | UCHIJA | theoneprobe                           | 1.4.25                       | theoneprobe-1.12-1.4.25.jar                             | None                                     |
   | UCHIJA | danknull                              | 1.4.43                       | DankNull-1.12-1.4.43.jar                                | None                                     |
   | UCHIJA | ptrmodellib                           | 1.0.3                        | PTRLib-1.0.3.jar                                        | None                                     |
   | UCHIJA | props                                 | 2.6.2                        | Decocraft-2.6.2_1.12.2.jar                              | None                                     |
   | UCHIJA | eleccore                              | 1.8.434                      | ElecCore-1.12.2-1.8.434.jar                             | None                                     |
   | UCHIJA | mcjtylib_ng                           | 3.0.6                        | mcjtylib-1.12-3.0.6.jar                                 | None                                     |
   | UCHIJA | opencomputers                         | 1.7.2.67                     | OpenComputers-MC1.12.2-1.7.2.67.jar                     | None                                     |
   | UCHIJA | deepresonance                         | 1.7.2                        | deepresonance-1.12-1.7.2.jar                            | None                                     |
   | UCHIJA | journeymap                            | 1.12.2-5.5.2                 | journeymap-1.12.2-5.5.2.jar                             | None                                     |
   | UCHIJA | defaultoptions                        | 9.2.8                        | DefaultOptions_1.12.2-9.2.8.jar                         | None                                     |
   | UCHIJA | defaultworldgenerator-port            | 1.12-2.3                     | DefaultWorldGenerator-port-1.12-2.3.jar                 | None                                     |
   | UCHIJA | diethopper                            | 1.1                          | diethopper-1.1.jar                                      | None                                     |
   | UCHIJA | display                               | 1.2.4                        | Display-1.2.4.jar                                       | None                                     |
   | UCHIJA | dooglamoocitiesmod                    | 1.6.3                        | dooglamoocitiesmod-1.12-1.6.3.jar                       | None                                     |
   | UCHIJA | ediblebugs                            | 1.6.0.2512                   | ediblebugs-mc1.12.2_eb1.6.0.2512.jar                    | None                                     |
   | UCHIJA | elevatorid                            | 1.3.6                        | ElevatorMod-1.12.2-1.3.6.jar                            | None                                     |
   | UCHIJA | csb_ench_table                        | 1.1.3                        | EnchantingTable-1.12-1.1.3.jar                          | None                                     |
   | UCHIJA | ftblib                                | 5.4.0.61                     | FTBLib-5.4.0.61.jar                                     | None                                     |
   | UCHIJA | shetiphiancore                        | 3.5.8                        | shetiphiancore-1.12.0-3.5.8.jar                         | None                                     |
   | UCHIJA | endertanks                            | 1.6.6                        | endertanks-1.12.0-1.6.6.jar                             | None                                     |
   | UCHIJA | equaldragons                          | 1.1                          | EqualDragons-1.1.jar                                    | None                                     |
   | UCHIJA | extrabitmanipulation                  | 1.12.2-3.4.1                 | ExtraBitManipulation-1.12.2-3.4.1.jar                   | None                                     |
   | UCHIJA | farmingforblockheads                  | 3.1.26                       | FarmingForBlockheads_1.12.2-3.1.26.jar                  | None                                     |
   | UCHIJA | farseek                               | 2.3.1                        | Farseek-1.12-2.3.1.jar                                  | None                                     |
   | UCHIJA | fastleafdecay                         | v14                          | FastLeafDecay-v14.jar                                   | None                                     |
   | UCHIJA | foamfix                               | 0.10.2-1.12.2                | foamfix-0.10.2-1.12.2.jar                               | None                                     |
   | UCHIJA | forgelin                              | 1.7.4                        | Forgelin-1.7.4.jar                                      | None                                     |
   | UCHIJA | ftbutilities                          | 5.3.0.57                     | FTBUtilities-5.3.0.57.jar                               | None                                     |
   | UCHIJA | cfm                                   | 5.15.0                       | furniture-5.15.0-1.12.2.jar                             | None                                     |
   | UCHIJA | fpatcore                              | Version.version              | Futurepack Addons-1.1.jar                               | None                                     |
   | UCHIJA | fpatarmory                            | Version.version              | Futurepack Addons-1.1.jar                               | None                                     |
   | UCHIJA | fpatdecoration                        | Version.version              | Futurepack Addons-1.1.jar                               | None                                     |
   | UCHIJA | fpatforestry                          | Version.version              | Futurepack Addons-1.1.jar                               | None                                     |
   | UCHIJA | fp.api                                | 1.1.0                        | Futurepack-1.12.2-26.3.417.jar                          | None                                     |
   | UCHIJA | hydrophobia                           | 1.0.3                        | hydrophobia-1.0.3.jar                                   | None                                     |
   | UCHIJA | thermalfoundation                     | 2.6.1                        | ThermalFoundation-1.12.2-2.6.1.22-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJA | immersiveengineering                  | 0.12-86                      | ImmersiveEngineering-0.12-86.jar                        | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | UCHIJA | immersivepetroleum                    | 1.1.9                        | immersivepetroleum-1.12.2-1.1.9.jar                     | None                                     |
   | UCHIJA | trackapi                              | 1.1                          | TrackAPI-1.1_1.12.jar                                   | None                                     |
   | UCHIJA | immersiverailroading                  | 1.3.3                        | ImmersiveRailroading-1.3.3_1.12.jar                     | None                                     |
   | UCHIJA | immersivetech                         | 1.3.10                       | immersivetech-1.12-1.3.10.jar                           | None                                     |
   | UCHIJA | mekanism                              | 1.12.2-9.4.13.349            | Mekanism-1.12.2-9.4.13.349.jar                          | None                                     |
   | UCHIJA | teslacorelib                          | 1.0.15                       | tesla-core-lib-1.12.2-1.0.15.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
   | UCHIJA | industrialforegoing                   | 1.12.2-1.12.2                | industrialforegoing-1.12.2-1.11.5-215.jar               | None                                     |
   | UCHIJA | inventorytweaks                       | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
   | UCHIJA | jeibees                               | 0.9.0.5                      | jeibees-0.9.0.5-mc1.12.2.jar                            | None                                     |
   | UCHIJA | laggoggles                            | FORGE-1.12.2-4.1             | LagGoggles-FORGE-1.12.2-4.1.jar                         | None                                     |
   | UCHIJA | landlust                              | 1.12.2-0.3.6                 | landlust-1.12.2-0.3.6.jar                               | None                                     |
   | UCHIJA | lunatriuscore                         | 1.2.0.42                     | LunatriusCore-1.12.2-1.2.0.42-universal.jar             | None                                     |
   | UCHIJA | laserlevel                            | 2.1.0.19                     | LaserLevel-1.12.2-2.1.0.19-universal.jar                | None                                     |
   | UCHIJA | librarianlib                          | 4.15                         | librarianlib-1.12.2-4.15.jar                            | None                                     |
   | UCHIJA | longfallboots                         | 1.2.1a                       | longfallboots-1.2.1b.jar                                | None                                     |
   | UCHIJA | magicbees                             | 1.0                          | MagicBees-1.12.2-3.1.10.jar                             | None                                     |
   | UCHIJA | mekanismtools                         | 9.4.11                       | MekanismTools-1.12.2-9.4.13.349.jar                     | None                                     |
   | UCHIJA | minecolonies                          | 1.12.2-0.10.26-BETA          | minecolonies-1.12.2-0.10.26-BETA-universal.jar          | None                                     |
   | UCHIJA | mtrm                                  | 1.2.2.30                     | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar              | None                                     |
   | UCHIJA | modnametooltip                        | 1.10.0                       | modnametooltip_1.12.2-1.10.0.jar                        | None                                     |
   | UCHIJA | moreoverlays                          | 1.14                         | moreoverlays-1.14-mc1.12.2.jar                          | None                                     |
   | UCHIJA | morpheus                              | 1.12-3.3.2                   | Morpheus-1.12-3.3.2.jar                                 | None                                     |
   | UCHIJA | mousetweaks                           | 2.8                          | MouseTweaks-2.8-mc1.12.1.jar                            | None                                     |
   | UCHIJA | mtsheavyindustrialbyadamrk            | 6.0.0                        | MTS_Heavy_Industrial_by_AdamRK_1.8.0.jar                | None                                     |
   | UCHIJA | mtsofficialpack                       | 6.0.0                        | MTS_Official_Pack_V07.jar                               | None                                     |
   | UCHIJA | multibeds                             | 1.4.3                        | multibeds-1.12.0-1.4.3.jar                              | None                                     |
   | UCHIJA | multistorage                          | 1.4.11                       | multistorage-1.12.0-1.4.11.jar                          | None                                     |
   | UCHIJA | mxtune                                | 0.5.0-beta.3                 | mxtune-1.12.2-0.5.0-beta.3.jar                          | 999640c365a8443393a1a21df2c0ede9488400e9 |
   | UCHIJA | naturescompass                        | 1.5.1                        | NaturesCompass-1.12.2-1.5.1.jar                         | None                                     |
   | UCHIJA | netherportalfix                       | 5.3.17                       | NetherPortalFix_1.12.1-5.3.17.jar                       | None                                     |
   | UCHIJA | nofov                                 | 1.0.1                        | NoFov-MC1.12-1.0.1.jar                                  | None                                     |
   | UCHIJA | nonausea                              | 1.0                          | NoNausea-MC1.12-1.0.jar                                 | None                                     |
   | UCHIJA | norecipebook                          | 1.2.1                        | noRecipeBook_v1.2.2formc1.12.2.jar                      | None                                     |
   | UCHIJA | neid                                  | 1.5.4.3                      | NotEnoughIDs-1.5.4.3.jar                                | None                                     |
   | UCHIJA | openglasses                           | 1.5.5                        | OpenGlasses-MC1.12.2-1.5.5.jar                          | None                                     |
   | UCHIJA | openglider                            | @VERSION@                    | OpenGlider-1.12.1-1.1.0.jar                             | None                                     |
   | UCHIJA | placebo                               | 1.4.1                        | Placebo-1.12.2-1.4.1.jar                                | None                                     |
   | UCHIJA | platforms                             | 1.4.6                        | platforms-1.12.0-1.4.6.jar                              | None                                     |
   | UCHIJA | prefab                                | 1.3.0.25                     | prefab-1.3.0.25.jar                                     | None                                     |
   | UCHIJA | questbook                             | 3.1.1-1.12                   | questbook-3.1.1-1.12.jar                                | None                                     |
   | UCHIJA | rcroads                               | 0.3.0                        | RC Roads 0.3.0.jar                                      | None                                     |
   | UCHIJA | reap                                  | 1.5.2                        | reap-1.5.2.jar                                          | None                                     |
   | UCHIJA | resourceloader                        | 1.5.3                        | ResourceLoader-MC1.12.1-1.5.3.jar                       | d72e0dd57935b3e9476212aea0c0df352dd76291 |
   | UCHIJA | rflux                                 | 0.3.0                        | rflux-1.12-0.3.0.jar                                    | None                                     |
   | UCHIJA | rockycore                             | 0.4.1                        | rockycore-1.12.2-0.4.1.jar                              | None                                     |
   | UCHIJA | ropebridge                            | 2.0.5                        | ropebridge-1.12-2.0.7.jar                               | None                                     |
   | UCHIJA | runecraft                             | 1.4.2                        | RuneCraft 1.12  by XxRexRaptorxX (v.1.4.2).jar          | None                                     |
   | UCHIJA | sampler                               | 1.80                         | sampler-1.80.jar                                        | None                                     |
   | UCHIJA | serverobserver                        | 1.0.2.36                     | ServerObserver-1.12.2-1.0.2.36-universal.jar            | None                                     |
   | UCHIJA | bq_standard                           | 3.4.145                      | StandardExpansion-3.4.145.jar                           | None                                     |
   | UCHIJA | stevescarts                           | 2.4.24.118                   | StevesCarts-1.12.2-2.4.24.118.jar                       | None                                     |
   | UCHIJA | storagedrawers                        | 1.12-5.3.5                   | StorageDrawers-1.12.2-5.3.7.jar                         | None                                     |
   | UCHIJA | storagedrawersextra                   | @VERSION@                    | StorageDrawersExtras-1.12-3.1.0.jar                     | None                                     |
   | UCHIJA | streams                               | 0.4.4                        | Streams-1.12-0.4.4.jar                                  | None                                     |
   | UCHIJA | supersoundmuffler                     | 1.0.2.9                      | supersoundmuffler-1.12.1-1.0.2.9.jar                    | None                                     |
   | UCHIJA | techguns                              | 2.0.1.1                      | techguns-1.12.2-2.0.1.1.jar                             | None                                     |
   | UCHIJA | tellme                                | 0.6.0                        | tellme-1.12.2-0.6.0.jar                                 | 2b03e1423915a189b8094816baa18f239d576dff |
   | UCHIJA | thermalexpansion                      | 5.5.2                        | ThermalExpansion-1.12.2-5.5.2.39-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJA | thermaldynamics                       | 2.5.3                        | ThermalDynamics-1.12.2-2.5.3.16-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
   | UCHIJA | toastcontrol                          | 1.7.1                        | Toast Control-1.12.2-1.7.1.jar                          | None                                     |
   | UCHIJA | tombstone                             | 3.2.6                        | tombstone-3.2.6-1.12.jar                                | None                                     |
   | UCHIJA | topaddons                             | 1.12.2-1.9.1                 | topaddons-1.12.2-1.9.1.jar                              | None                                     |
   | UCHIJA | torochess                             | 1.12.2-3                     | torochess-1.12.2-3.jar                                  | None                                     |
   | UCHIJA | unloader                              | 1.2.0                        | unloader-1.2.0.jar                                      | None                                     |
   | UCHIJA | de.v10lator.v10verlap                 | 5.0                          | V10verlap-5.0.jar                                       | None                                     |
   | UCHIJA | vanillafix                            | 1.0.9-97                     | VanillaFix-1.0.9-97.jar                                 | None                                     |
   | UCHIJA | veinminer                             | 0.38.2                       | VeinMiner-1.12-0.38.2.647+b31535a.jar                   | None                                     |
   | UCHIJA | veinminermodsupport                   | 0.38.2                       | VeinMiner-1.12-0.38.2.647+b31535a.jar                   | None                                     |
   | UCHIJA | waddles                               | 0.6.0                        | Waddles-1.12.2-0.6.0.jar                                | None                                     |
   | UCHIJA | llibrary                              | 1.7.15                       | llibrary-1.7.15-1.12.2.jar                              | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | UCHIJA | wearables                             | 1.1.3                        | wearables-1.1.3.jar                                     | None                                     |
   | UCHIJA | wizardry                              | 0.9.7                        | wizardry-0.9.7.jar                                      | None                                     |
   | UCHIJA | xtones                                | 1.12-1.0.8-11                | Xtones-1.12-1.0.8-11.jar                                | None                                     |
   | UCHIJA | zettaindustries                       | 1.3                          | zettaindustries-1.3-1.12.2-158.jar                      | None                                     |
   | UCHIJA | drplibrary                            | 1.12.2-0.1.1.5               | drplibrary-1.12.2-0.1.1.5.jar                           | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | drpcmblueprints                       | 1.12.2-1.2.2                 | drpcmblueprints-1.12.2-1.2.2.jar                        | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | drpcmdates                            | 1.12.2-1.0.2                 | drpcmdates-1.12.2-1.0.2.jar                             | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | drpcmcrops                            | 1.12.2-1.0.5                 | drpcmcrops-1.12.2-1.0.5.jar                             | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | drpcore                               | 1.12.2-0.4.5                 | drpcore-1.12.2-0.4.5.jar                                | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | drpmedieval                           | 0.2.7.2                      | drpmedieval-1.12.2-0.2.7.3.jar                          | None                                     |
   | UCHIJA | drpcmmaarg                            | 1.12.2-0.9.9                 | drpcmmaarg-1.12.2-0.9.9.jar                             | 893c317856cf6819b3a8381c5664e4b06df7d1cc |
   | UCHIJA | reauth                                | 3.6.0                        | reauth-3.6.0.jar                                        | daba0ec4df71b6da841768c49fb873def208a1e3 |
   | UCHIJA | corail_pillar                         | 4.2.0                        | corail_pillar-4.2.0-1.12.jar                            | None                                     |
   | UCHIJA | librarianliblate                      | 4.15                         | librarianlib-1.12.2-4.15.jar                            | None                                     |
   | UCHIJA | ocsensors                             | 1.0.4                        | ocsensors-1.0.4-b23.jar                                 | None                                     |
   | UCHIJA | teslacorelib_registries               | 1.0.15                       | tesla-core-lib-1.12.2-1.0.15.jar                        | None                                     |

Loaded coremods (and transformers): Wizardry Plugin (wizardry-0.9.7.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
farseek.core.FarseekClassTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)

                                  OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
                                    openeye.asm.MultiTransformer
                                  Plugin (NotEnoughIDs-1.5.4.3.jar)
                                    ru.fewizz.neid.asm.Transformer
                                  LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
                                    com.teamwizardry.librarianlib.asm.LibLibTransformer
                                  VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
                                    
                                  Techguns Core (techguns-1.12.2-2.0.1.1.jar)
                                    techguns.core.TechgunsASMTransformer
                                  BCModPlugin (backpacks 1.12.2 - 3.5.4.jar)
                                    brad16840.core.ClassTransformer
                                  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
                                    shetiphian.asm.ClassTransformer
                                  Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
                                    invtweaks.forge.asm.ContainerTransformer
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  RandomPatches (randompatches-1.12.2-1.6.1.0.jar)
                                    com.therandomlabs.randompatches.core.RPTransformer
                                  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                    lumien.resourceloader.asm.ClassTransformer
                                  LoadingPlugin (sampler-1.80.jar)
                                    
                                  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.2-1.12.2.jar)
                                    pl.asie.foamfix.coremod.FoamFixTransformer
                                  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
                                    li.cil.oc.common.asm.ClassTransformer
                                  Born in a Barn (Born In A Barn V1.8-1.12-1.0.jar)
                                    com.chocohead.biab.BornInABarn
                                  LoadingPlugin (NoNausea-MC1.12-1.0.jar)
                                    lumien.nonausea.asm.ClassTransformer
                                  llibrary (llibrary-core-1.0.8-1.12.2.jar)
                                    net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                    net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                  CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer

GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4786' Renderer: 'Intel(R) HD Graphics 630'
Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
Futurepack Applied Energistics 2 Version: @aechannel@ @Version@ for Forge 14.23.4.2705
RebornCore: Plugin Engine: 0
RebornCore Version: 3.10.2.337
Runtime Debofucsation 1
RenderEngine: 0
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:ON, CRAFTTWEAKER:ON
Suspected Mods: MineColonies (minecolonies)
Launched Version: forge-14.23.5.2769
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4786, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Heavy+Industrial+1.4.2.1+by+adam+r+k.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0

Steps to reproduce the problem

I just log onto my server and tried to look at Clipboard so see if anyone need anything.
2.
then it Crashed.
3.
I got a Crash report
4. ... Profit

commented

afaik this has been fixed, update to the latest beta

commented

Yeah