WYVERN
WYVERN
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
Well, good to have this issue here for future reference if the latest jdk is preventing compilation
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for DHSupport 0.8.0-SNAPSHOT:
[INFO]
[INFO] DHSupport .......................................... SUCCESS [ 1.073 s]
[INFO] DHSupport-1.16.5 ................................... SUCCESS [ 3.836 s]
[INFO] DHSupport-1.17.1 ................................... SUCCESS [ 0.920 s]
[INFO] DHSupport-1.18.2 ................................... SUCCESS [ 0.959 s]
[INFO] DHSupport-1.19.2 ................................... SUCCESS [ 0.843 s]
[INFO] DHSupport-1.19.4 ................................... SUCCESS [ 0.795 s]
[INFO] DHSupport-1.20.1 ................................... SUCCESS [ 0.617 s]
[INFO] DHSupport-1.20.2 ................................... SUCCESS [ 0.581 s]
[INFO] DHSupport-1.20.4 ................................... SUCCESS [ 0.622 s]
[INFO] DHSupport-1.20.6 ................................... SUCCESS [ 0.639 s]
[INFO] DHSupport-1.21.1 ................................... SUCCESS [ 1.603 s]
[INFO] DHSupport-1.21.3 ................................... SUCCESS [ 1.273 s]
[INFO] DHSupport-1.21.4 ................................... SUCCESS [ 0.487 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.374 s
[INFO] Finished at: 2025-01-21T20:18:18Z
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for DHSupport 0.8.0-SNAPSHOT:
[INFO]
[INFO] DHSupport .......................................... SUCCESS [ 1.073 s]
[INFO] DHSupport-1.16.5 ................................... SUCCESS [ 3.836 s]
[INFO] DHSupport-1.17.1 ................................... SUCCESS [ 0.920 s]
[INFO] DHSupport-1.18.2 ................................... SUCCESS [ 0.959 s]
[INFO] DHSupport-1.19.2 ................................... SUCCESS [ 0.843 s]
[INFO] DHSupport-1.19.4 ................................... SUCCESS [ 0.795 s]
[INFO] DHSupport-1.20.1 ................................... SUCCESS [ 0.617 s]
[INFO] DHSupport-1.20.2 ................................... SUCCESS [ 0.581 s]
[INFO] DHSupport-1.20.4 ................................... SUCCESS [ 0.622 s]
[INFO] DHSupport-1.20.6 ................................... SUCCESS [ 0.639 s]
[INFO] DHSupport-1.21.1 ................................... SUCCESS [ 1.603 s]
[INFO] DHSupport-1.21.3 ................................... SUCCESS [ 1.273 s]
[INFO] DHSupport-1.21.4 ................................... SUCCESS [ 0.487 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.374 s
[INFO] Finished at: 2025-01-21T20:18:18Z
[INFO] ------------------------------------------------------------------------
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Program Files (x86)\Apache\apache-maven-3.9.9
Java version: 21.0.5, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-21.0.5.11-hotspot
Default locale: en_GB, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\Program Files (x86)\Apache\apache-maven-3.9.9
Java version: 21.0.5, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-21.0.5.11-hotspot
Default locale: en_GB, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
Ahhh, got some progress: Swapping from Eclipse Adoptium\jdk-23.0.1.11-hotspot to Eclipse Adoptium\jdk-21.0.5.11-hotspot has seemed to fix the issue
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
I'd like to get a dev env working, also latest release lacks support for protocol 9 (whereas 4bdcdd47 does)
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
If anyone has a known working java version, I can swap to that from Eclipse Adoptium\jdk-23.0.1.11-hotspot Looks like javac is having an unfun time
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
Anyone else experience this issue before? Unfortunately the -X and -e flags aren't that useful;- only pointing to internal classes:
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project DHSupport-1.16.5: Fatal error compiling
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
...
Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1231)
...
Caused by: org.codehaus.plexus.compiler.CompilerException
...
Caused by: java.lang.IllegalStateException
at manifold.internal.javac.HostKind.from (HostKind.java:36)
at manifold.internal.javac.FragmentProcessor.processComment (FragmentProcessor.java:57)
at manifold.internal.javac.ManParserFactory_17$ManScannerFactory$ManJavadocTokenizer.processComment (ManParserFactory_17.java:168)
at com.sun.tools.javac.parser.JavaTokenizer.readToken (JavaTokenizer.java:972)
...
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project DHSupport-1.16.5: Fatal error compiling
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
...
Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1231)
...
Caused by: org.codehaus.plexus.compiler.CompilerException
...
Caused by: java.lang.IllegalStateException
at manifold.internal.javac.HostKind.from (HostKind.java:36)
at manifold.internal.javac.FragmentProcessor.processComment (FragmentProcessor.java:57)
at manifold.internal.javac.ManParserFactory_17$ManScannerFactory$ManJavadocTokenizer.processComment (ManParserFactory_17.java:168)
at com.sun.tools.javac.parser.JavaTokenizer.readToken (JavaTokenizer.java:972)
...
16 replies
DHDistant Horizons
Created by WYVERN on 1/21/2025 in #help-me
DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
[INFO] --- compiler:3.13.0:compile (default-compile) @ DHSupport-1.16.5 ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 59 source files with javac [debug target 21] to target\classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for DHSupport 0.8.0-SNAPSHOT:
[INFO]
[INFO] DHSupport .......................................... SUCCESS [ 1.079 s]
[INFO] DHSupport-1.16.5 ................................... FAILURE [ 0.559 s]
[INFO] DHSupport-1.17.1 ................................... SKIPPED
[INFO] DHSupport-1.18.2 ................................... SKIPPED
[INFO] DHSupport-1.19.2 ................................... SKIPPED
[INFO] DHSupport-1.19.4 ................................... SKIPPED
[INFO] DHSupport-1.20.1 ................................... SKIPPED
[INFO] DHSupport-1.20.2 ................................... SKIPPED
[INFO] DHSupport-1.20.4 ................................... SKIPPED
[INFO] DHSupport-1.20.6 ................................... SKIPPED
[INFO] DHSupport-1.21.1 ................................... SKIPPED
[INFO] DHSupport-1.21.3 ................................... SKIPPED
[INFO] DHSupport-1.21.4 ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.769 s
[INFO] Finished at: 2025-01-21T20:07:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project DHSupport-1.16.5: Fatal error compiling: CompilerException: IllegalStateException -> [Help 1]
[INFO] --- compiler:3.13.0:compile (default-compile) @ DHSupport-1.16.5 ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 59 source files with javac [debug target 21] to target\classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for DHSupport 0.8.0-SNAPSHOT:
[INFO]
[INFO] DHSupport .......................................... SUCCESS [ 1.079 s]
[INFO] DHSupport-1.16.5 ................................... FAILURE [ 0.559 s]
[INFO] DHSupport-1.17.1 ................................... SKIPPED
[INFO] DHSupport-1.18.2 ................................... SKIPPED
[INFO] DHSupport-1.19.2 ................................... SKIPPED
[INFO] DHSupport-1.19.4 ................................... SKIPPED
[INFO] DHSupport-1.20.1 ................................... SKIPPED
[INFO] DHSupport-1.20.2 ................................... SKIPPED
[INFO] DHSupport-1.20.4 ................................... SKIPPED
[INFO] DHSupport-1.20.6 ................................... SKIPPED
[INFO] DHSupport-1.21.1 ................................... SKIPPED
[INFO] DHSupport-1.21.3 ................................... SKIPPED
[INFO] DHSupport-1.21.4 ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.769 s
[INFO] Finished at: 2025-01-21T20:07:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project DHSupport-1.16.5: Fatal error compiling: CompilerException: IllegalStateException -> [Help 1]
16 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
No description
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
black==23.11.0
click==8.1.7
colorama==0.4.6
importlib-resources==6.1.1
jedi==0.19.1
marimo==0.1.47
Markdown==3.5.1
mypy-extensions==1.0.0
packaging==23.2
parso==0.8.3
pathspec==0.11.2
platformdirs==4.0.0
Pygments==2.16.1
pymdown-extensions==10.4
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.2
tornado==6.3.3
typing_extensions==4.8.0
black==23.11.0
click==8.1.7
colorama==0.4.6
importlib-resources==6.1.1
jedi==0.19.1
marimo==0.1.47
Markdown==3.5.1
mypy-extensions==1.0.0
packaging==23.2
parso==0.8.3
pathspec==0.11.2
platformdirs==4.0.0
Pygments==2.16.1
pymdown-extensions==10.4
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.2
tornado==6.3.3
typing_extensions==4.8.0
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
Latest on pypi (0.1.47); even tried random versions but got exactly the same behaviour. I can freeze my pip and send it over? Will have to do it in a few hours though
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
Thanks for the quick response and help btw!
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
No to the non-tutorial; I get the same error
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
python 3.10.13 it's a fresh environment with conda install python<3.11 nothing else apart from what pip install picks up
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Memory: 16.80 GB / 31.75 GB
Browsers:
Edge: Spartan (44.19041.3570.0), Chromium (119.0.2151.44)
Internet Explorer: 11.0.19041.3570
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Memory: 16.80 GB / 31.75 GB
Browsers:
Edge: Spartan (44.19041.3570.0), Chromium (119.0.2151.44)
Internet Explorer: 11.0.19041.3570
Firefox Developer Edition: 120.0b9 (64-bit)
18 replies
Mmarimo
Created by WYVERN on 11/13/2023 in #archived-help-and-support
blank webpage
No description
18 replies