I have 'Render' set-up and when using MC default textures with skies from Halcyon Days, I can render movies perfectly.
When I switch to using PureBDcraft by Sphax with skies from Halcyon Days, I get various styles of crash when looking at the Render menu.
I suspect there is an issue with the Replay Mod gui attempting to render the PureBDcraft custom font into the menus.
The Render menu appears incomplete and what is there does not fit on the screen.
The fml-client log lists:
[18:07:00] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:634]: at net.minecraft.client.gui.FontRenderer.func_78280_d(FontRenderer.java:1016)
...approximately 227,700 times.
In the background of the Render menu the following appears repeated until crash:
OpenGL Error: 1283 (Stack overflow)
I have a screenshot of the broken menu with the errors in the background if it will help.
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (replaymod-1.12.1-2.0.1.jar)
LoadingPlugin (replaymod-1.12.2-2.0.1-b1.jar)
Contact their authors BEFORE contacting forge
// Would you like a cupcake?
Time: 10/1/17 6:07 PM
Description: Calling Gui method
java.lang.IllegalStateException: Cannot convert position unless rendered at least once.
at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
at de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$1.convertFor(AbstractGuiDropdownMenu.java:143)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
at de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$DropdownEntry.mouseClick(AbstractGuiDropdownMenu.java:260)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
at com.replaymod.replay.InputReplayTimer.func_74275_a(InputReplayTimer.java:47)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1079)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
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:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkState(Preconditions.java:444)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:89)
at de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$1.convertFor(AbstractGuiDropdownMenu.java:143)
at de.johni0702.minecraft.gui.container.AbstractGuiContainer.convertFor(AbstractGuiContainer.java:84)
at de.johni0702.minecraft.gui.element.AbstractGuiClickable.mouseClick(AbstractGuiClickable.java:49)
at de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$DropdownEntry.mouseClick(AbstractGuiDropdownMenu.java:260)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$DropdownEntry@User180bc6fb
Element: de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$DropdownEntry@User180bc6fb
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:151)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$1@3d641f6d
Element: de.johni0702.minecraft.gui.element.advanced.AbstractGuiDropdownMenu$1@3d641f6d
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.element.advanced.GuiDropdownMenu@User32cfa971
Element: de.johni0702.minecraft.gui.element.advanced.GuiDropdownMenu@User32cfa971
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User2fa824ba
Element: de.johni0702.minecraft.gui.container.GuiPanel@User2fa824ba
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User7d2a6acc
Element: de.johni0702.minecraft.gui.container.GuiPanel@User7d2a6acc
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiVerticalList@User590b9b57
Element: de.johni0702.minecraft.gui.container.GuiVerticalList@User590b9b57
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: de.johni0702.minecraft.gui.container.GuiPanel@User23ea0803
Element: de.johni0702.minecraft.gui.container.GuiPanel@User23ea0803
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$3.invoke(AbstractComposedGuiElement.java:148)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
-- Gui --
Details:
Method: public abstract boolean de.johni0702.minecraft.gui.function.Clickable.mouseClick(org.lwjgl.util.ReadablePoint,int)
ComposedElement: com.replaymod.render.gui.GuiRenderSettings@User4807d2ff
Element: com.replaymod.render.gui.GuiRenderSettings@User4807d2ff
Stacktrace:
at de.johni0702.minecraft.gui.element.AbstractComposedGuiElement$2.invoke(AbstractComposedGuiElement.java:81)
at com.sun.proxy.$Proxy34.mouseClick(Unknown Source)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_73864_a(AbstractGuiScreen.java:181)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
at de.johni0702.minecraft.gui.container.AbstractGuiScreen$MinecraftGuiScreen.func_146274_d(AbstractGuiScreen.java:201)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-967.04, y=68.83, z=-464.10], EntityOtherPlayerMP['Doctor_Mitch'/22828, l='MpServer', x=-317.33, y=66.08, z=-152.44]]
Chunk stats: MultiplayerChunkCache: 328, 328
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-945,4,-509), Chunk: (at 15,0,3 in -60,-32; contains blocks -960,0,-512 to -945,255,-497), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Level time: 166670 game time, 391670 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: spectator (ID 3). Hardcore: false. Cheats: false
Forced entities: 24 total; [CameraEntity['Player'/-1789435, l='MpServer', x=-967.04, y=68.83, z=-464.10], EntityBat['Bat'/22817, l='MpServer', x=-893.50, y=18.10, z=-541.25], EntityZombie['Zombie'/22820, l='MpServer', x=-893.29, y=56.03, z=-524.56], EntityWitch['Witch'/22821, l='MpServer', x=-895.21, y=57.00, z=-521.61], EntityBat['Bat'/22826, l='MpServer', x=-889.28, y=58.10, z=-525.40], EntitySheep['Sheep'/22795, l='MpServer', x=-1045.72, y=64.00, z=-456.78], EntityOtherPlayerMP['Doctor_Mitch'/22828, l='MpServer', x=-317.33, y=66.08, z=-152.44], EntitySheep['Sheep'/22796, l='MpServer', x=-1046.58, y=64.00, z=-449.75], EntityCow['Cow'/22798, l='MpServer', x=-985.21, y=64.00, z=-549.45], EntityCreeper['Creeper'/22799, l='MpServer', x=-960.17, y=34.50, z=-539.11], EntityZombie['Zombie'/22800, l='MpServer', x=-951.75, y=35.00, z=-537.47], EntityBat['Bat'/22801, l='MpServer', x=-957.44, y=36.10, z=-538.52], EntityCreeper['Creeper'/22802, l='MpServer', x=-954.19, y=35.00, z=-538.10], EntitySkeleton['Skeleton'/22803, l='MpServer', x=-953.48, y=35.00, z=-537.74], EntityZombie['Zombie'/22804, l='MpServer', x=-953.59, y=34.02, z=-543.14], EntityBat['Bat'/22805, l='MpServer', x=-957.56, y=35.14, z=-539.72], EntityBat['Bat'/22806, l='MpServer', x=-954.89, y=35.07, z=-539.85], EntityBat['Bat'/22807, l='MpServer', x=-952.17, y=35.00, z=-537.90], EntitySquid['Squid'/22808, l='MpServer', x=-945.30, y=62.12, z=-423.96], EntityPig['Pig'/22810, l='MpServer', x=-912.22, y=64.00, z=-414.60], EntityPig['Pig'/22812, l='MpServer', x=-904.39, y=64.00, z=-522.38], EntitySquid['Squid'/22813, l='MpServer', x=-907.45, y=60.95, z=-480.44], EntityPig['Pig'/22814, l='MpServer', x=-904.81, y=64.00, z=-421.28], EntityPig['Pig'/22815, l='MpServer', x=-909.56, y=64.00, z=-408.71]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1210034544 bytes (1153 MB) / 2134114304 bytes (2035 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx4096M -Xms2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.41 Powered by Forge 14.22.0.2461 Optifine OptiFine_1.12.1_HD_U_C5 15 mods loaded, 15 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.1 | minecraft.jar | None |
| UCHIJA | mcp | 9.19 | minecraft.jar | None |
| UCHIJA | FML | 8.0.99.99 | forge-1.12.1-14.22.0.2461.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | forge | 14.22.0.2461 | forge-1.12.1-14.22.0.2461.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | mercurius_updater | 1.0 | MercuriusUpdater-1.12.1.jar | None |
| UCHIJA | replaymod-compat | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-replay | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-render | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-editor | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-extras | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-online | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-recording | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | replaymod-simplepathing | 1.12.1-2.0.1 | replaymod-1.12.1-2.0.1.jar | None |
| UCHIJA | bbor | 1.0.0-beta18 | BBOutlineReloaded-Forge1.12-1.0.0-beta18.jar | None |
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.12.1-2.0.1.jar)
LoadingPlugin (replaymod-1.12.2-2.0.1-b1.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13491 Compatibility Profile Context 22.19.662.4' Renderer: 'Radeon RX 570 Series'
Launched Version: 1.12.1-forge1.12.1-14.22.0.2461
LWJGL: 2.9.4
OpenGL: Radeon RX 570 Series GL version 4.5.13491 Compatibility Profile Context 22.19.662.4, ATI Technologies Inc.
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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: PureBDcraft 128x MC112.zip, Halcyon Skies (incompatible)
Current Language: English (Australia)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
OptiFine Version: OptiFine_1.12.1_HD_U_C5
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13491 Compatibility Profile Context 22.19.662.4
OpenGlRenderer: Radeon RX 570 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8