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

"show" works on Windows 11 but gives an error message #13

Closed
znmeb opened this issue Mar 31, 2023 · 2 comments
Closed

"show" works on Windows 11 but gives an error message #13

znmeb opened this issue Mar 31, 2023 · 2 comments

Comments

@znmeb
Copy link

znmeb commented Mar 31, 2023

I've got MuseScore 3 installed on Windows 11 and installed gm. When I run the first example in the vignette

> library(gm)

Attaching package: ‘gm’

The following object is masked from ‘package:methods’:

    show

> m <- Music()
> m <- m +
+     # add a 4/4 time signature
+     Meter(4, 4) +
+     # add a musical line of a C5 whole note
+     Line(pitches = list("C5"), durations = list("whole"))
> m
Music

Line 1

* as part 1 staff 1 voice 1
* of length 1
* of pitch C5
* of duration 4

Meter 4/4 
> show(m, to = c("score", "audio"))
m_crashReporterWChar: C:/PROGRA~1/MUSESC~2/bin/MuseScore3-crash-reporter.exem_crashReporterWChar: C:/PROGRA~1/MUSESC~2/bin/MuseScore3-crash-reporter.exe
>

the score displays correctly and the audio file is playable, but it appears to be calling a crash reporter. Is this a problem?

@flujoo
Copy link
Owner

flujoo commented Mar 31, 2023

@znmeb It seems to be a problem of MuseScore. I don’t know if this helps: https://musescore.org/en/node/312044

@znmeb
Copy link
Author

znmeb commented Mar 31, 2023

It looks promising - I'll check it out. Thanks!

@flujoo flujoo closed this as completed Jul 8, 2024
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