Saving online dont work under musescore 3.6.2
Display a greyed popup !
Attachment | Size |
---|---|
screen.jpg | 87.17 KB |
Display a greyed popup !
Attachment | Size |
---|---|
screen.jpg | 87.17 KB |
Do you still have an unanswered question? Please log in first to post your question.
Comments
Are the palettes working normally for you (seems you have closed them here)? This looks look you might have an older graphics driver that doesn't support OpenGL. See if you can update it.
In reply to Are the palettes working… by Marc Sabatella
I just installed OpenGL on my linux Lubuntu, it doesn't solve my problem.
I should point out that "saving online" always worked well on my computer. It's only been a few days since it stopped working !
Yes the palettes working normally.
In reply to I just installed OpenGL on… by Yves Heilig - …
Apparently some other dependency isn't loading then. You are using the latest AppImage build downloaded directly from this site? Do you see any suspicious-looking error messages printed to console when running it from the command line?
In reply to Apparently some other… by Marc Sabatella
Yes i use the latest Appimage
No suspicious error messages in console
In reply to I just installed OpenGL on… by Yves Heilig - …
> "It's only been a few days since it stopped working !"
The obvious question now is; did anything change over those past couple of days? An OS update (perhaps a new QT version in your distro which no longer has the webengine component)? A new firewall? Different internet provider?
In reply to > "It's only been a few days… by jeetee
Yes OS update Ubuntu to 22.04.1 LTS and hard disk changed. Also clear cookies and cache of Chrome.
QT version : QT 5.15.3
In reply to Yes OS update Ubuntu to 22… by Yves Heilig - …
Can you share a screenshot of what you're seeing in the Start Centre?
In reply to Can you share a screenshot… by jeetee
Here
In reply to Here by Yves Heilig - …
As anticipated, it is also missing the Web view part. So my guess is that your OS-upgrade did not install the Qt WebEngine package.
I'm not entirely sure in which package it resides, but you could try to
apt install qml-module-qtwebengine
to see if that fixes it for you.In reply to As anticipated, it is also… by jeetee
I installed the package but it doesn't change anything.
In reply to I installed the package but… by Yves Heilig - …
Then we'll have to wait for someone else that does know which package it is you're currently missing.
In reply to Then we'll have to wait for… by jeetee
I just reinstalled Musescore but with flatpak and oh miracle Save Online works and I also have a better display BUT now I have Jack Audio which no longer works. I was synchronizing audio playback between Ardour and Musescore, it doesn't work anymore.
In reply to I just reinstalled Musescore… by Yves Heilig - …
The flatpak version is a community package and otherwise not supported by MuseScore itself.
Perhaps you can deduce which QT libs are missing on your system from it?
In reply to The flatpak version is a… by jeetee
I don't know how I can deduce this.
Shouldn't Appimage include all dependencies and libraries ?
In reply to I don't know how I can… by Yves Heilig - …
In theory, yes. Sometimes something really basic is omitted because it's assumed no Linux system would not provide it.
In reply to In theory, yes. Sometimes… by Marc Sabatella
Ok but my problem is not solved with that.
In reply to I don't know how I can… by Yves Heilig - …
The flathub maintenance file also points at QtWebEngine (perhaps there are more packages than the one I mentioned before to be found/installed?): https://github.com/flathub/org.musescore.MuseScore/blob/master/org.muse…
In reply to The flathub maintenance file… by jeetee
I installed a whole list of QT components, it doesn't solve anything.
In reply to I installed a whole list of… by Yves Heilig - …
Then, for now at least, I'm out of ideas.
I'll take another approach - could be some sort of firewall issue.
In reply to I'll take another approach -… by Marc Sabatella
"Saving online" works with the Flatpak installation and with the Appimage-Musescore4. It's only with Appimage-3.6.2 that it doesn't work. I don't think it's a firewall issue.
Can't run Musescore in debug mode? Are there any error messages somewhere?
In reply to "Saving online" works with… by Yves Heilig - …
When running from the command line, you should see status & error messages on the console. Depending on the build, the "-d" option might print additional info.
In reply to When running from the… by Marc Sabatella
I tried with the launch with -d, but no error message on the console!
In reply to I tried with the launch with… by Yves Heilig - …
? Even without -d, when running the AppImage from a console window, it should always produce output. A lot of it.
In reply to ? Even without -d, when… by Marc Sabatella
With great difficulty, I just compiled Musescore 3.6.2. I even managed to get Jack to work. But I took an unstable version and I don't have access to Save Online.
Which github 3.6.2 version should I use for compile ?
In reply to With great difficulty, I… by Yves Heilig - …
Selfmade versions are by default unstable and as such without Save Online.
In reply to Selfmade versions are by… by Jojo-Schmitz
Alright I'll be using the Flatpak version, with which I now have both dots working, Save online and Jack.
Thanks for your help.
Ps. But Appimage is not to the point. I never had a correct screen with Appimage and especially no way to make Save online work again.
In reply to Alright I'll be using the… by Yves Heilig - …
I screamed too fast, Save Online not working with AppImage, still grayed out window.I stay on my install flatpak.
In reply to Save Online now also works… by Yves Heilig - …
Hallelujah! ;-)
In reply to Hallelujah! ;-) by Jojo-Schmitz
We can't make a stable compilation by putting MUSESCORE_BUILD_CONFIG="release"?
In reply to We can't make a stable… by Yves Heilig - …
Maybe. I only said "unstable by default"
In reply to We can't make a stable… by Yves Heilig - …
Maybe also check the artifacts from my PR #9000, those have "Save online" enabled
(see this commit)
In reply to Maybe also check the… by Jojo-Schmitz
Hallelujah, Hallelujah everything works now on my stable 3.6.2 build
Thank's
In reply to Hallelujah, Hallelujah… by Yves Heilig - …
That's great! Would still be good to see the console output from running the AppImage with "-d", though. You mentioned not seeing any, but that shouldn't be possible - the Appimage always produces a ton of console output when run from the command line, even without -d, even when no errors occur. Here for example are just the first few lines of a normal startup on my system:
marcsabatella@penguin:~$ mscore-portable
/usr/lib/x86_64-linux-gnu/libjack.so.0
/usr/lib/x86_64-linux-gnu/libnss3.so
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
followed by about 50 more lines of miscellaneous messages.
In reply to That's great! Would still… by Marc Sabatella
Here is the display on my console with test Save online with Appimage -d
In reply to Here is the display on my… by Yves Heilig - …
Had you just logged in? I don't see those clientId, apiKey, or userAgent messages on my console, just the "logged in as".
Well, anyhow, you've got a build working, probably not worth worrying about, especially not for MuseScore 3. Trying a current MuseScore 4 build would be useful though.
In reply to Had you just logged in? I… by Marc Sabatella
No, I was already logged in. Good, I do not insist with AppImage, thank you.
In reply to No, I was already logged in… by Yves Heilig - …
But on my compiled version which works well I still have a problem with the Jack connection. When starting Musescore, the Jack connection is established for a brief moment and then disconnected. I must go in I/O Restart the Audio and Midi devices for Jack to connect again.
On console :
JACK ERROR: jack_client_thread: zombified - exiting from JACK
In reply to But on my compiled version… by Yves Heilig - …
I solved the JACK problem by installing JACKD2 instead of JACKD1.
Everything is now working perfectly.