Replies: 5 comments 6 replies
-
I managed to run it locally but i get the same result... i can see the port 50000 open, but.. still no idea how to connect to it... |
Beta Was this translation helpful? Give feedback.
-
Sadly there is currently no way to connect to the docker hosted version via a remote ui. I've only packaged it as a docker build because I created a project with the desktop version but wanted to run it headless on a server. There is a packaged build though, sadly Github Actions don't support download of them if you're not a maintainer. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. Actually, it took me a bit of poking around but i did find a way to get the artifacts even if you didn't "release" them... this might be useful to know if you expect the artifacts not to be available... go to the actions - build workflow, choose a previous run, then click on the number below the "Artifacts" label... see below link and screenshot for last weeks builds: https://github.com/maxjoehnk/Mizer/actions/runs/6517828537#artifacts Back to the builds... would it be possible to also include the built libraries in the zip file? All my system libs are newer (higher versions) then the one that app needs... The docker versions has them all but also at this newer version. I could also try to have the standalone linux to match the docker version and PR it but i presume you keep it this way for your system? |
Beta Was this translation helpful? Give feedback.
-
What i am missing are these:
I have offered the newer ones, but mizer doesn't like them :) ./mizer: libavdevice.so.58: version I will try to look at the CI and add them to the artifacts for me... when time permits. |
Beta Was this translation helpful? Give feedback.
-
Thank you! The lib issue is now gone, but i still have no UI... These seems to be the critical messages, although i am not sure...: (mizer:4463): Gdk-CRITICAL **: 20:39:33.260: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed See full log attached log.txt Based on the above perhaps this is related: flutter/flutter#134771 , maybe the issue is in older Flutter? Not sure, i don't know the Flutter ecosystem too much. I tried running the flatpak (i get missing runtime org.freedesktop.Platform/x86_64/22.08), but i am not sure i would like to try to get the Ubuntu's flatpak on my system. I tried the linux-full (that gave me the messages as listed above) on X11 and Wayland, on iGPU and dGPU always with the same result. I also tried the linux-headless, this seems to run in the console, but of course on UI... |
Beta Was this translation helpful? Give feedback.
-
Hi there!
Interesting project, thank you for all the work. I would like to try it but i do not want to even try to install all required dependencies... :) So i am trying to run the docker image, but... how do i connect to it? Or is this not possible and i must run it from the binary, to get some UI?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions