-
Notifications
You must be signed in to change notification settings - Fork 89
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
Wings3D fails to start with the latest shared-modules #366
Comments
You should start from telling which shared-module your app uses. I see it's shared-modules/glu/glu-9.json. |
2021 to 2025 is quite a long timeline, you can try to bisect shared-modules to find which commit specifically breaks for you |
Can I keep out of the git project the modules we don't use? |
BTW: for eigen source you use mirror that was depreciated in 2018 and misses any release made after that. |
Just try each of those commits hash as submodule commit and you'll see which one is bad. |
are you sure it's glu itself and not the switch from using wayland require EGL and the message seem to say "driver not found" |
EDIT: re-read the actual error description so disregard this comment.
It is not GLU, OpenGL and GLU wrappers are (also) dynamicly loaded when an OpenGL window is created later, When building erlang it includes a wrapper so for wxWidgets i.e. so we can use wxWidgets from erlang language with an erlang API. The I don't have a private linux with flatpack anymore (using wsl2 nowadays) and it was years since I created the flatpacks so But on my (WSL2) Ubuntu linux erlang installation (the file that fails to load above) looks like this.
|
Eigen is a header only package so should still work, we (or rather I) have not developed that part since then :-) |
Ok @Erick555, I'm going to do that and comeback with new infos.
@hfiguiere, This x11 settings I added in the latest commit (Micheus/mv/v2.4) I did after we get the appstream data fixed (in v2.4.1) I also implemented this change following a note I found in the Permissions guidelines: |
@Erick555, bellow is the result of the tests ✅ Build and run ⛔ Don't build. Get a build error:
|
Hi there.
I was preparing the com.wings3d.WINGS app and by updating everything Wings3D was failing to start (in my dev env - Ubuntu 24.04.1 LTS).
By trying to isolating the cause I found it's related to the shared-modules folder being updated.
If I use the old one we used before (from 2021 - 2c3a597 it works without any problem. In fact, I just built a fresh version of Wings3D which has passed on Flathub checking and test process.
The error trying to run Wings3D shown bellow is related to Erlang not being able to load wx - which is included in the JSON file to be download and built inside flatpak.
Building and Runnint: mv/v2.4
Building and NOT Running: mv/v2.4-new-shared-modules
Thanks for any help
p.s. @dgud I'm referencing you to let you know about this issue.
The text was updated successfully, but these errors were encountered: