WearBlackAllDay / DimensionalThreading

An attempt to optimize the fabric server, by assigning each dimension their own thread.
MIT License
256 stars 22 forks source link

Can't start with Java 8 #35

Closed Glucy-2 closed 3 years ago

Glucy-2 commented 3 years ago

Can start with Java 16 but cannot start with Java 8 (AdoptOpenJDK Hotspot or OpenJ9) MC ver: 1.16.5 Fabric loader ver: 0.11.6 Mods: fabric api: 0.37.0 dimthread: 1.2.5 log:

[18:28:19] [main/INFO]: Loading for game Minecraft 1.16.5
[18:28:20] [main/INFO]: [FabricLoader] Loading 50 mods:
    - com_github_wearblackallday_javautils@1b369d41cd
    - dimthread@1.2.5
    - fabric@0.37.0+1.16
    - fabric-api-base@0.3.0+c88702897d
    - fabric-api-lookup-api-v1@1.2.0+6aebe11a7d
    - fabric-biome-api-v1@3.1.10+3661eaa17d
    - fabric-blockrenderlayer-v1@1.1.5+ca58154a7d
    - fabric-command-api-v1@1.1.1+351679a77d
    - fabric-commands-v0@0.2.2+ca58154a7d
    - fabric-containers-v0@0.1.11+9354966b7d
    - fabric-content-registries-v0@0.2.1+ca58154a7d
    - fabric-crash-report-info-v1@0.1.3+ca58154a7d
    - fabric-dimensions-v1@2.0.6+61336ba97d
    - fabric-entity-events-v1@1.1.0+c88702897d
    - fabric-events-interaction-v0@0.4.3+f941baf07d
    - fabric-events-lifecycle-v0@0.2.1+ca58154a7d
    - fabric-game-rule-api-v1@1.0.6+ca58154a7d
    - fabric-item-api-v1@1.2.1+ca58154a7d
    - fabric-item-groups-v0@0.2.7+2868a2287d
    - fabric-key-binding-api-v1@1.0.4+9354966b7d
    - fabric-keybindings-v0@0.2.1+ca58154a7d
    - fabric-lifecycle-events-v1@1.2.1+ca58154a7d
    - fabric-loot-tables-v1@1.0.2+ca58154a7d
    - fabric-mining-levels-v0@0.1.3+ca58154a7d
    - fabric-models-v0@0.3.0+bc7a746f7d
    - fabric-networking-api-v1@1.0.3+e3c9d0627d
    - fabric-networking-blockentity-v0@0.2.8+ca58154a7d
    - fabric-networking-v0@0.3.2+ca58154a7d
    - fabric-object-builder-api-v1@1.9.5+c88702897d
    - fabric-object-builders-v0@0.7.2+ca58154a7d
    - fabric-particles-v1@0.2.4+ca58154a7d
    - fabric-registry-sync-v0@0.7.4+ca58154a7d
    - fabric-renderer-api-v1@0.4.4+f3e8589e7d
    - fabric-renderer-indigo@0.4.4+ca58154a7d
    - fabric-renderer-registries-v1@2.3.0+2868a2287d
    - fabric-rendering-data-attachment-v1@0.1.5+ca58154a7d
    - fabric-rendering-fluids-v1@0.1.13+ca58154a7d
    - fabric-rendering-v0@1.1.2+ca58154a7d
    - fabric-rendering-v1@1.6.0+2868a2287d
    - fabric-resource-loader-v0@0.4.6+2868a2287d
    - fabric-screen-api-v1@1.0.0+c045166c7d
    - fabric-screen-handler-api-v1@1.1.5+9354966b7d
    - fabric-structure-api-v1@1.1.11+ca0ef93d7d
    - fabric-tag-extensions-v0@1.1.1+ca58154a7d
    - fabric-textures-v0@1.0.6+ca58154a7d
    - fabric-tool-attribute-api-v1@1.2.7+8183d3957d
    - fabric-transfer-api-v1@1.0.0+5f6b94517d
    - fabricloader@0.11.6
    - java@8
    - minecraft@1.16.5
[18:28:20] [main/WARN]: Mod `com_github_wearblackallday_javautils` (1b369d41cd) does not respect SemVer - comparison support is limited.
[18:28:20] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/D:/Program%20Files/Minecraft/.minecraft/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT
Mincraftr commented 3 years ago

DimThread 1.2.4+ targets Java 16, DimThread 1.2.3 is the last version targeting Java 8.

Glucy-2 commented 3 years ago

Thx