Birch-san / arm-editor-launcher

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

mvn install launcher build failure #3

Closed quangmng closed 2 years ago

quangmng commented 2 years ago

Something that has to do with resolving dependencies/artifacts (running on M1 Pro MacBook Pro 16")

image

Install log:

image
Birch-san commented 2 years ago

did you run install-jogl.sh successfully before doing this?

was the file ~/.m2/repository/org/jogamp/jogl/jogl-all/v2.4.0-rc4/jogl-all-v2.4.0-rc4.jar (and its siblings, from this screenshot) successfully installed to your .m2 local registry?

image
quangmng commented 2 years ago

Thank you for the rep, I think the 1st time I ran the install-jogl.sh command from your readme file the file path has "~" caused path defined incorrectly which I removed it.

image

image Ran 2nd time, it compiled properly now.

complete jogl

Hence,

compile success

So, what do I do next?

Birch-san commented 2 years ago

you've installed jogl artifacts to your maven registry, so the IntelliJ error from your screenshot should be fixed; you should try the IntelliJ step again (i.e. Option 1 from the README):
https://github.com/Birch-san/arm-editor-launcher#option-1-install--run-with-intellij

quangmng commented 2 years ago

Yeah I got it running now, but stuck at this screen for a while now...

image

Even when running without the arm-launcher

image

I think maybe this is Live2D issue though, not from your launcher so yeah

image

(Live2D community site - https://community.live2d.com)

Birch-san commented 2 years ago

okay yeah, if it's happening with the official launcher too then seems like you have a different problem.

Unofficial Launcher is working for me with latest Live2D Cubism Editor 4.1.05 on M1 macOS:

image

Official Launcher is also working for me:

image

Both are responsive:

image

so yeah, I think you need to first figure out why your official launcher is busted. it definitely works (slowly) on M1 macOS.
fun fact: if you get the official launcher working, you can make it run much faster by deleting '/Applications/Live2D Cubism 4.1/res/libjpen-2-3.jnilib' (that native library for pen tablets introduces crazy amounts of UI latency).

regarding the warning on their website:

"[NOTICE]" About the support for Mac models
Cubism Editor is not supported with Apple M1 processors.

it's true that they don't support it officially. but as you can see from my screenshots above, it can work. not sure what's different about your setup. 😕

quangmng commented 2 years ago

Yeah I tried to reinstall L2D by removing the /Applications/Live2D Cubism 4.1 folder and downloaded the latest installer from the official site. Tried restarting my mac as well and still not responding... Interestingly that you bought up the pen tablet latency issue... Maybe it has something to do with me installing the Wacom tablet driver?

(Edit: Seemed like I have background apps I use (karabiner-elements - key binder, whatpulse, bettersnaptool). One of those might prevent L2D from loading)

quangmng commented 2 years ago

Update: it works really well, thanks again for walking me thru the installation!

image

x2 faster than Intel build :))

image
SuCicada commented 1 year ago

(Edit: Seemed like I have background apps I use (karabiner-elements - key binder, whatpulse, bettersnaptool). One of those might prevent L2D from loading)

very thanks for your advice, I've been stuck for many months. It's fine after I close the Contexts software, but I don't know why this happens