Birch-san / arm-editor-launcher

M1 macOS Launcher for Live2D Cubism Editor
11 stars 0 forks source link

Error when installing jogl #1

Open KyuuArt opened 2 years ago

KyuuArt commented 2 years ago

I'm getting this error when I try to initiate this section in the installation instructions: ./install-maven.sh JAVA_HOME=~/Downloads/zulu17.30.51-ca-fx-jdk17.0.1-macosx_aarch64 ./install-jogl.sh

Running a fresh install of macOS 12.2.1 (Apple Silicon, MacBook Pro 16") and zulu17.32.13-ca-fx-jdk17.0.2-macosx_aarch64. I'd be keen to get this working for better live2D performance.

[ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Non-resolvable import POM: Could not find artifact uk.co.birchlabs.arm-editor:graal:pom:1.0-SNAPSHOT @ line 81, column 25 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project uk.co.birchlabs.arm-editor:launcher:1.0-SNAPSHOT (/Users/joshtaylor/arm-editor-launcher/launcher/pom.xml) has 1 error [ERROR] Non-resolvable import POM: Could not find artifact uk.co.birchlabs.arm-editor:graal:pom:1.0-SNAPSHOT @ line 81, column 25 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Birch-san commented 2 years ago

Ah, thanks for raising this. I've now fixed it: https://github.com/Birch-san/arm-editor-launcher/commit/92c95bba700b5063d8b85992ac4b162dc685c721, so if you pull latest version it should work.

this is a vestige from a previous version where I separated the concern of graal versions into a separate, import-scoped pom. I deleted it because it didn't make anything simpler. it didn't fail on my machine because I still had a historic artifact installed in my local maven registry.