Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kendzi 3D Plugin doesn't work #32

Open
MSmolarz opened this issue Mar 11, 2021 · 2 comments
Open

Kendzi 3D Plugin doesn't work #32

MSmolarz opened this issue Mar 11, 2021 · 2 comments

Comments

@MSmolarz
Copy link

MSmolarz commented Mar 11, 2021

Hi,
I had JOSM installed as a flatpak until today, but switched today because the "Kendzi 3D" plugin doesn't work in the flatpak. Unfortunately, I don't have an error message for you. Normally a window with the 3D view should open when you start the plugin, but nothing happens. Maybe you can fix this error.

Greetings
Mark

@tsmock
Copy link
Contributor

tsmock commented Oct 20, 2021

@MSmolarz : This is due to differences between Java 8 and Java 11+.
See #21348, kendzi/kendzi3d#97, and kendzi/kendzi3d#101 .

This is going to be a good chunk of work to fix since the kendzi3d renderer has to be completely replaced. I haven't looked into it yet due to other time commitments, but it probably won't be as easy as replacing JOGL with LWJGL or some other GL library.

JOSM has started including Java in the installers for Mac and Windows, and the included Java for those platforms is Java 16. This will soon be updated to Java 17, IIRC.

@tsmock
Copy link
Contributor

tsmock commented May 24, 2022

Quick update: I have a modification to kendzi3d currently published as kendzi3d-dev. It uses lwjgl instead of JOGL, so it works on more recent versions of Java.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants