Re: Exited with return code -1073741819

2022-06-15 Thread Ahanu Banerjee
Of course; just wanted to track progress and see if you still needed access to a windows install to debug. Many thanks! On Wed, Jun 15, 2022, 01:19 Jean Abou Samra wrote: > Le 15/06/2022 à 06:10, Ahanu Banerjee a écrit : > > Hi, has an issue been created for this problem? I don't see one in >

Re: Exited with return code -1073741819

2022-06-14 Thread Jean Abou Samra
Le 15/06/2022 à 06:10, Ahanu Banerjee a écrit : Hi, has an issue been created for this problem? I don't see one in gitlab. https://gitlab.com/lilypond/lilypond/-/issues/6361 Any progress in identifying the cause? It happens that yes, but I would like to remind that everyone in this

Re: Exited with return code -1073741819

2022-06-14 Thread Ahanu Banerjee
Hi, has an issue been created for this problem? I don't see one in gitlab. Any progress in identifying the cause? Thanks, -Ahanu On Fri, Jun 10, 2022 at 7:52 AM David Kastrup wrote: > Paul Hodges writes: > > > From: Paul Hodges > > > > From: David Kastrup > > Try deleting > > > >

Re: Exited with return code -1073741819

2022-06-10 Thread David Kastrup
Paul Hodges writes: > From: Paul Hodges > > From: David Kastrup   > Try deleting  > > C:/Program Files/lilypond-2.23.6/lib/guile/2.2/ccache/ice-9/eval.go  > > which sounds like an outdated compilation cache (though I have no idea  > why).  > > That fixed it. > > Actually, it fixed the

Re: Exited with return code -1073741819

2022-06-10 Thread Paul Hodges
From: Jean Abou Samra Does it look deterministic when the error is in "Preprocessing graphical objects...", i.e. does it happen every time? In my case the error is always after the GLib errors which follow the "Drawing Systems" message. (Except in the case of 2.23.6, which appears not

Re: Exited with return code -1073741819

2022-06-10 Thread Paul Hodges
From: Paul Hodges From: David Kastrup   Try deleting  C:/Program Files/lilypond-2.23.6/lib/guile/2.2/ccache/ice-9/eval.go  which sounds like an outdated compilation cache (though I have no idea  why).  That fixed it. Actually, it fixed the compiled cache error, but I still have ERROR:

Re: Exited with return code -1073741819

2022-06-10 Thread Paul Hodges
From: David Kastrup   Try deleting  C:/Program Files/lilypond-2.23.6/lib/guile/2.2/ccache/ice-9/eval.go  which sounds like an outdated compilation cache (though I have no idea  why).  That fixed it. From: Jean Abou Samra   Which is the one you were able to run? For 2.23.6, the binaries

Re: Exited with return code -1073741819

2022-06-10 Thread Jean Abou Samra
Le 10/06/2022 à 08:29, Ahanu Banerjee a écrit : Sorry for the extra emails. With all the engravers removed, as previously stated, it proceeds to "Preprocessing graphical elements..." before giving code -1073741819. The following engravers, when individually enabled (i.e., commenting out

Re: Exited with return code -1073741819

2022-06-10 Thread Ahanu Banerjee
Sorry for the extra emails. With all the engravers removed, as previously stated, it proceeds to "Preprocessing graphical elements..." before giving code -1073741819. The following engravers, when individually enabled (i.e., commenting out the single "\remove" line), cause the problem to occur

Re: Exited with return code -1073741819

2022-06-10 Thread Ahanu Banerjee
System_start_delimiter_engraver causes it to fail earlier, during "Interpreting music...". -Ahanu On Fri, Jun 10, 2022 at 2:01 AM Ahanu Banerjee wrote: > In 2.23.9, using the code you (Jean) pasted in your last email, I get the > following output: > > Starting lilypond.exe 2.23.9

Re: Exited with return code -1073741819

2022-06-10 Thread Ahanu Banerjee
In 2.23.9, using the code you (Jean) pasted in your last email, I get the following output: Starting lilypond.exe 2.23.9 [Untitled]... Processing `C:/Users/[...]/document.ly' Parsing... Interpreting music... Preprocessing graphical objects... Exited with return code -1073741819. On Fri, Jun 10,

Re: Exited with return code -1073741819

2022-06-09 Thread Ahanu Banerjee
I will give it a try. -Ahanu On Fri, Jun 10, 2022, 01:31 Jean Abou Samra wrote: > Le 10/06/2022 à 02:17, Ahanu Banerjee a écrit : > > I was unable to get 2.2.6 (mingw) to run at all on my machine, but > > 2.23.8 and 2.23.9 have the issue. It seems to be worse with 2.23.9. > > So far, I have

Re: Exited with return code -1073741819

2022-06-09 Thread Jean Abou Samra
Le 10/06/2022 à 01:35, Paul Hodges a écrit : It's late now, so I'll leave that till tomorrow. But I found the mingw installer for 2.23.6 instead, and using that I cannot invoke the crash at issue.  So from my tests the problem first arises with 2.23.7. Paul Which is the one you were

Re: Exited with return code -1073741819

2022-06-09 Thread Jean Abou Samra
Le 10/06/2022 à 02:17, Ahanu Banerjee a écrit : I was unable to get 2.2.6 (mingw) to run at all on my machine, but 2.23.8 and 2.23.9 have the issue.  It seems to be worse with 2.23.9. So far, I have only experienced it once with 2.23.7. I haven't identified any specific functions that trigger

Re: Exited with return code -1073741819

2022-06-09 Thread Ahanu Banerjee
> * To: * Paul Hodges > * Cc: * Jean Abou Samra , Lily Pond < > lilypond-user@gnu.org>, Ahanu Banerjee > * Sent: * 10/06/2022 0:30 > * Subject: * Re: Exited with return code -1073741819 > > Paul Hodges writes: > > > From: Jean Abou Samra > > Pl

Re: Exited with return code -1073741819

2022-06-09 Thread Paul Hodges
Pond , Ahanu Banerjee Sent: 10/06/2022 0:30 Subject: Re: Exited with return code -1073741819 Paul Hodges writes: > From:   Jean Abou Samra > Please try the bisection between versions as suggested in my first   > email. That would be very helpful. > > 2.23.7

Re: Exited with return code -1073741819

2022-06-09 Thread David Kastrup
Paul Hodges writes: > From: Jean Abou Samra > Please try the bisection between versions as suggested in my first > email. That would be very helpful. > > 2.23.7, 8, 9 all give the error at random intervals. > > > I can't test 2.23.6 because it gives me the error: > > > > ;;; note: source

Re: Exited with return code -1073741819

2022-06-09 Thread Paul Hodges
From: Jean Abou Samra Please try the bisection between versions as suggested in my first email. That would be very helpful. 2.23.7, 8, 9 all give the error at random intervals. I can't test 2.23.6 because it gives me the error: ;;; note: source file C:/Program

Re: Exited with return code -1073741819

2022-06-09 Thread Jean Abou Samra
Le 10/06/2022 à 00:14, Paul Hodges a écrit : *From: * Jean Abou Samra Le 09/06/2022 à 23:31, Paul Hodges a écrit : > I reported this a week and a half ago, with no response. Could you point to the message in the list archives

Re: Exited with return code -1073741819

2022-06-09 Thread Paul Hodges
From: Jean Abou Samra Le 09/06/2022 à 23:31, Paul Hodges a écrit : > I reported this a week and a half ago, with no response. Could you point to the message in the list archives (https://lists.gnu.org/archive/html/lilypond-user/)? I may have bad memory, but I'm not finding it.  Oh dear,

Re: Exited with return code -1073741819

2022-06-09 Thread Jean Abou Samra
Le 09/06/2022 à 23:31, Paul Hodges a écrit : I reported this a week and a half ago, with no response. Could you point to the message in the list archives (https://lists.gnu.org/archive/html/lilypond-user/)? I may have bad memory, but I'm not finding it. In my case, I moved a substantial

Re: Exited with return code -1073741819

2022-06-09 Thread Paul Hodges
I reported this a week and a half ago, with no response. In my case, I moved a substantial score from 2.23.3 to 2.23.9, and found that it would compile and give that error on alternate runs. When I decided to try updating from 2.23.3, the latest version was 2.23.8 - the first as I recall with

Re: Exited with return code -1073741819

2022-06-09 Thread Jean Abou Samra
Le 09/06/2022 à 22:17, Ahanu Banerjee a écrit : Hello, On Windows 11, I have been using 2.22 with no problems, but 2.23.x frequently hangs after "Interpreting music..." and says "Exited with return code -1073741819". Running lilypond again will sometimes work and sometimes returns the same

Re: Exited with return code -1073741819.

2021-06-17 Thread David Wright
On Thu 17 Jun 2021 at 16:35:57 (-0400), ming tsang wrote: > Starting lilypond-windows.exe 2.23.0 [trust_in_the_Lord.ly]... > > Processing `C:/Users/yming > tsang/Documents/CHOIR_2021/專心信主/trust_in_the_Lord.ly' > > Parsing... > > Interpreting

Re: Exited with return code -1073741819

2020-03-10 Thread Samuel Burt
Just wanted to reply so that anyone searching will have some idea of how to approach this problem. I couldn't figure out how to get MSYS, which I already had installed, to install Lilypond, so I installed Ubuntu for Windows. Lilypond was fairly easy to install from the Lilypond website.

Re: Exited with return code -1073741819

2020-03-05 Thread Michael Gerdau
Hi Samuel, > Thanks for the reply. Do you use a package manager (like pacman in msys) or > do you install from source? The Linux Subsystem I install via MS Store - I prefer Debian but Ubuntu or any other should be fine too. You can install several of these in parallel. For installing LP I just

Re: Exited with return code -1073741819

2020-03-04 Thread Samuel Burt
Thanks for the reply. Do you use a package manager (like pacman in msys) or do you install from source? Sam On Wed, Mar 4, 2020 at 2:56 PM Michael Gerdau wrote: > > I've got a fairly complicated score (cross staff beams) that I've almost > > finished, but if I add any additional music it

Re: Exited with return code -1073741819

2020-03-04 Thread Michael Gerdau
> I've got a fairly complicated score (cross staff beams) that I've almost > finished, but if I add any additional music it throws this error code: > > Exited with return code -1073741819 Seems you hit the infamous problem with 32bit Windows memory constraints. FWIW when I run it on Windows as

Re: Exited with return code -1073741819

2018-04-05 Thread Thomas Morley
2018-04-05 5:40 GMT+02:00 Bruce Daniel : > Thanks David and Harm. > Before troubling you more I will try 2.19.81. In fact I am already using > 2.18.1. > > The .ly file was 24 KB. > The problem only occurs when I take a song already (successfully) scored as > a volta of 3 to 5

Re: Exited with return code -1073741819

2018-04-05 Thread David Wright
On Thu 05 Apr 2018 at 06:30:52 (+0200), Helge Kruse wrote: > Am 05.04.2018 4:35 vorm. schrieb "David Wright" : > > > It seems that beyond a certain level of complexity I get Exit. In the > > > current example it's return code -1073741819, but it can be other codes. > >

Re: Exited with return code -1073741819

2018-04-04 Thread Helge Kruse
Am 05.04.2018 4:35 vorm. schrieb "David Wright" : > > It seems that beyond a certain level of complexity I get Exit. In the > > current example it's return code -1073741819, but it can be other codes. Googling 1073741819 is jaw-dropping. I don't think you'll find out

Re: Exited with return code -1073741819

2018-04-04 Thread Karlin High
On 4/4/2018 10:40 PM, Bruce Daniel wrote: The problem only occurs when I take a song already (successfully) scored as a volta of 3 to 5 verses and split it into two back-to-back voltas to make for easier sight reading. You will get better help if a tiny example is provided.

Re: Exited with return code -1073741819

2018-04-04 Thread Bruce Daniel
Thanks David and Harm. Before troubling you more I will try 2.19.81. In fact I am already using 2.18.1. The .ly file was 24 KB. The problem only occurs when I take a song already (successfully) scored as a volta of 3 to 5 verses and split it into two back-to-back voltas to make for easier sight

Re: Exited with return code -1073741819

2018-04-04 Thread David Wright
On Sun 01 Apr 2018 at 07:13:10 (+1000), Bruce Daniel wrote: > Just a bit more information. > The problem only occurs when I have two volta sections back to back. > Cheers, Bruce > > On 31 March 2018 at 20:41, Bruce Daniel wrote: > > > Hi Lilypond users, > > > > I've come

Re: Exited with return code -1073741819

2018-04-01 Thread Thomas Morley
2018-03-31 23:13 GMT+02:00 Bruce Daniel : > Just a bit more information. > The problem only occurs when I have two volta sections back to back. > Cheers, Bruce > > On 31 March 2018 at 20:41, Bruce Daniel wrote: >> >> Hi Lilypond users, >> >> I've come

Re: Exited with return code -1073741819

2018-04-01 Thread Bruce Daniel
Just a bit more information. The problem only occurs when I have two volta sections back to back. Cheers, Bruce On 31 March 2018 at 20:41, Bruce Daniel wrote: > Hi Lilypond users, > > I've come across a recurring problem with strophic songs I'm working on. > It seems that

Re: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
Exited with return code -1073741819. I've experienced this problem before. It's a registry issue. I recommend downloading the free program Wise Registry Cleaner. Best regards. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/m

Re: Exited with return code -1073741819.

2017-03-08 Thread Robert Murdoch
I've experienced this problem before. It's a registry issue. I recommend downloading the free program Wise Registry Cleaner . Best regards. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Exited with return code -1073741819.

2017-03-07 Thread David Nalesnik
On Tue, Mar 7, 2017 at 5:33 PM, David Nalesnik wrote: > On Tue, Mar 7, 2017 at 5:19 PM, David Kastrup wrote: >> MING TSANG writes: >> >>> My lilypond file does not contain anything to do with the two >>> patches. >> >> An audacious

Re: Exited with return code -1073741819.

2017-03-07 Thread David Nalesnik
On Tue, Mar 7, 2017 at 5:19 PM, David Kastrup wrote: > MING TSANG writes: > >> My lilypond file does not contain anything to do with the two >> patches. > > An audacious statement. You are right about the patch of me: that is in > a special page-breaking

Re: Exited with return code -1073741819.

2017-03-07 Thread David Kastrup
MING TSANG writes: > My lilypond file does not contain anything to do with the two > patches. An audacious statement. You are right about the patch of me: that is in a special page-breaking routine you are not likely to use unless very intentionally so. But the other

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
lily...@lionunicorn.co.uk> Sent: Tuesday, March 7, 2017 5:40 PM Subject: Re: Exited with return code -1073741819. MING TSANG <tsan...@rogers.com> writes: > David, > There is no white space in the file name nor path. There is one between "Google" and "

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
Noeck, Thank you for your reply. Since I had problems with UTF-8 file name, I no longer use it.lilypond v2.19.55 compiles the same file sucessfully, but v2.19.56 fails with caption subject. Ming ___ lilypond-user mailing list

Re: Exited with return code -1073741819.

2017-03-07 Thread David Kastrup
MING TSANG writes: > David, > There is no white space in the file name nor path. There is one between "Google" and "Drive". > I run the same file with v2.19.55 and it compiles sucessful. But it > didn't work with v2.19.56 I've taken a look at the changes between those

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
t;lilypond-user@gnu.org> Sent: Tuesday, March 7, 2017 5:04 PM Subject: Re: Exited with return code -1073741819. On Tue 07 Mar 2017 at 21:44:42 (+), MING TSANG wrote: > After I send the email, I search user archived which suggest to do google > search and I found the error means pyth

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
addition info.    I run lilypond v2.19.55 and it compiles sucessful, but for V2.19.56 error occurs with caption subject.  Ming From: MING TSANG <tsan...@rogers.com> To: Lilypond-usermailinglist <lilypond-user@gnu.org> Sent: Tuesday, March 7, 2017 4:44 PM Subject: Re: Exited

Re: Exited with return code -1073741819.

2017-03-07 Thread David Wright
On Tue 07 Mar 2017 at 21:44:42 (+), MING TSANG wrote: > After I send the email, I search user archived which suggest to do google > search and I found the error means python exit - stack overflow.   Now I know > the meaning. How can this be resolved? Dunno, but the first thing might be to

Re: Exited with return code -1073741819.

2017-03-07 Thread Noeck
Hi Ming, the last few times such an error code was reported, I think there was some problem with special (non-ASCII) characters or spaces in the file name, if I remember correctly. Does your file compile if it is not in the "Google Drive" folder but somewhere with a path not containing any white

Re: Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
After I send the email, I search user archived which suggest to do google search and I found the error means python exit - stack overflow.   Now I know the meaning. How can this be resolved? Ming  From: MING TSANG To: Lilypond-usermailinglist

Re: Exited with return code -1073741819.

2016-11-02 Thread David Wright
"borrowed" parts like \expandVar \sop 23 38 then a macro to erase the LHS variables and their = sign. I left the redundant braces around each bar. > -Original Message- > From: David Wright > Subject: Re: Exited with return code -1073741819. > > Well, the reasons wer

RE: Exited with return code -1073741819.

2016-11-01 Thread Andrew Bernard
-Original Message- From: David Wright Subject: Re: Exited with return code -1073741819. Well, the reasons were given in http://lists.gnu.org/archive/html/lilypond-user/2016-03/msg00609.html but I can't see that a construction like sop.12 = \sop.1 sop.13 = \sop.1 sop.14 = \sop.1 sop.15 = \sop.1

Re: Exited with return code -1073741819.

2016-11-01 Thread David Wright
On Tue 01 Nov 2016 at 15:23:21 (+0100), David Kastrup wrote: > "Andrew Bernard" writes: > > Hi Ming, > > We have been through this before, I am sorry to say. You write > > lilypond code in a way that compiles, yes, but it is pathological in > > the extreme, to put it

Re: Exited with return code -1073741819.

2016-11-01 Thread David Kastrup
"Andrew Bernard" writes: > Hi Ming, > > > > We have been through this before, I am sorry to say. You write > lilypond code in a way that compiles, yes, but it is pathological in > the extreme, to put it mildly. You set each and every bar as a > variable, and when

RE: Exited with return code -1073741819.

2016-11-01 Thread Andrew Bernard
com] Sent: Tuesday, 1 November 2016 10:22 PM To: Andrew Bernard <andrew.bern...@gmail.com> Cc: Lilypond-usermailinglist <lilypond-user@gnu.org> Subject: Re: Exited with return code -1073741819. Andrew, Here is the .ly file. I did further compile, now the error appear on left p

Re: Exited with return code -1073741819.

2016-11-01 Thread MING TSANG
gt; Sent: Tuesday, November 1, 2016 12:21 AM Subject: Re: Exited with return code -1073741819. Can you send me the file to examine? You have had problems like this before I have helped you with. I will wager it is the same thing. Happy to help. Andrew On 30 October 2016 at 19:49, MING

Re: Exited with return code -1073741819.

2016-10-31 Thread Andrew Bernard
Can you send me the file to examine? You have had problems like this before I have helped you with. I will wager it is the same thing. Happy to help. Andrew On 30 October 2016 at 19:49, MING TSANG wrote: > hi, lilyponders: > > (1). What is the meaning of the following error message? > I

Re: Exited with return code -1073741819.

2016-10-31 Thread Bernhard Kleine
G TSANG <tsan...@rogers.com> > *Cc:* Lilypond-usermailinglist <lilypond-user@gnu.org> > *Sent:* Monday, October 31, 2016 2:47 PM > *Subject:* Re: Exited with return code -1073741819. > > Hello, > > On Sun, Oct 30, 2016 at 9:49 AM, MING TSANG <tsan...@rogers.com > &

Re: Exited with return code -1073741819.

2016-10-31 Thread MING TSANG
Cc: Lilypond-usermailinglist <lilypond-user@gnu.org> Sent: Monday, October 31, 2016 2:47 PM Subject: Re: Exited with return code -1073741819. Hello, On Sun, Oct 30, 2016 at 9:49 AM, MING TSANG <tsan...@rogers.com> wrote: > Exited with return code -1073741819. A quick Goog

Re: Exited with return code -1073741819.

2016-10-31 Thread Christ van Willegen
Hello, On Sun, Oct 30, 2016 at 9:49 AM, MING TSANG wrote: > Exited with return code -1073741819. A quick Google search led to this:

Re: Exited with return code -1073741819.

2016-02-26 Thread Andrew Bernard
Hi Ming, The arpeggio constructs in bar 114 are incorrect. If you remove them, the score compiles fine. But… the structure of your score, while not wrong as such, is quite unusual. You have every bar for the left hand and right hand as a named music expression, and then you give the names of

Re: Exited with return code -1073741819.

2016-02-26 Thread Nathan Ho
On 2016-02-25 16:23, MING TSANG wrote: I transcribe a score SA-TB + piano contains 118 measures. I enter the last measure and I got the error message. If I comment out measure #118, the compile went OK. I double check measure 118 and there is no code error. What is the error message "Exited with