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
d 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 -107374

Re: Exited with return code -1073741819

2022-06-10 Thread Ahanu Banerjee
d.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, 2022 at 1:57 AM Ahanu Banerjee wrote: > >> I will give it a try. >

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
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 sometime

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 someti

Exited with return code -1073741819

2022-06-09 Thread Ahanu Banerjee
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 error. I have not been able t

Re: Exited with return code -1073741819.

2021-06-17 Thread David Wright
][48][56][64][72][80][88][96] > > Exited with return code -1073741819. I think the best recent explanation and fix is in the thread that starts at: https://lists.gnu.org/archive/html/lilypond-user/2020-03/msg00023.html Cheers, David.

Exited with return code -1073741819.

2021-06-17 Thread ming tsang
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 music...[8][16][24][32][40][48][56][64][72][80][88][96][96] Exited with return code -1073741819. Dear Lily Ponders, I am

Exited with return code -1073741819.

2021-06-17 Thread ming tsang
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 music...[8][16][24][32][40][48][56][64][72][80][88][96] Exited with return code -1073741819. Dear lily ponders, I am trying

Re: fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread Carl Sorensen
The issue is not that Windows is 32-bit, but that the Windows version of Lilypond is created with a 32-bit architecture (we don't have a mingw-64 build). Carl

Re: fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread Andrew Bernard
What Windows are you running? Most Windows 10 systems are 64 bit, althought I recall 32 bit was supported, not sure now. I am not sure Windows 10 32 bit would run the 64 bit Linux subsystems. Tell us your OS details. Andrew

Re: fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread Damian leGassick
> On 25 Sep 2020, at 13:50, Karlin High wrote: > > On Fri, Sep 25, 2020 at 4:30 AM damianlegassick > wrote: >> I know that this has come up a few times and I'm aware that it's a Windows >> 32 bit memory issue >> but does anyone actually have a fix? I have to work on a windows machine atm.

Re: fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread Karlin High
On Fri, Sep 25, 2020 at 4:30 AM damianlegassick wrote: > I know that this has come up a few times and I'm aware that it's a Windows 32 > bit memory issue > but does anyone actually have a fix? I have to work on a windows machine atm. This might not rise to the level of a "fix." But with the

fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread damianlegassick
Hi all I know that this has come up a few times and I'm aware that it's a Windows 32 bit memory issue but does anyone actually have a fix? I have to work on a windows machine atm.  thanks Damian

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
tional 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 is I have the same problem. However it > works w/o problems in the Windows Linux

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 i

Exited with return code -1073741819

2020-03-04 Thread Samuel Burt
Hi list. 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 I see people had problems in the past with the latest thread being 2018, but I don't see

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: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 12:13 PM, MING TSANG wrote: > David, > I am afraid to try tempering UAC. I have no idea what it is. I am just an > ordinary window user. > Ming > (I think you might have sent a similar message, to which I replied.) -DN

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
; "noeck.marb...@gmx.de" <noeck.marb...@gmx.de> Sent: Wednesday, March 8, 2017 12:45 PM Subject: Re: Fw: Exited with return code -1073741819. On Wed, Mar 8, 2017 at 11:39 AM, MING TSANG <tsan...@rogers.com> wrote: > David Nalesnik, > Thanks for the reply.  As sugges

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 11:58 AM, MING TSANG wrote: > David Nalesnik, > > I am afraid to try tempering UAC. > Then why not try running lilypond from Command Prompt (admin)? (Right-click on the start menu, look at

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
rb...@gmx.de> Sent: Wednesday, March 8, 2017 9:10 AM Subject: Re: Fw: Exited with return code -1073741819. On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik <david.nales...@gmail.com> wrote: > OK, Seems I fixed it for my system. > > After I run lilypond with the file in the o

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 11:39 AM, MING TSANG wrote: > David Nalesnik, > Thanks for the reply. As suggested I re-send the file without the pdf to > lilypond-user. > Ming I'd be interested in hearing if you tried my suggestion, and if so, if it worked for you. Best, David

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread MING TSANG
;; "noeck.marb...@gmx.de" <noeck.marb...@gmx.de> Sent: Wednesday, March 8, 2017 8:26 AM Subject: Re: Fw: Exited with return code -1073741819. Hi Ming, [adding user list] On Wed, Mar 8, 2017 at 6:22 AM, MING TSANG <tsan...@rogers.com> wrote: > MY request to the lilypond

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 9:26 AM, David Wright wrote: > On Wed 08 Mar 2017 at 08:28:54 (-0600), David Nalesnik wrote: >> On Wed, Mar 8, 2017 at 8:10 AM, David Nalesnik >> wrote: >> > On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Wright
On Wed 08 Mar 2017 at 08:28:54 (-0600), David Nalesnik wrote: > On Wed, Mar 8, 2017 at 8:10 AM, David Nalesnik > wrote: > > On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik > > wrote: > >> OK, Seems I fixed it for my system. > >> > >> After I

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread Anders Eriksson
Not knowing anything about the particulars of the version and the .ly file. I would assume that when you ran Lilypond with UAC disabled it wrote something in a place where UAC normally stops you from and now after you have enabled UAC again it just reads from this place. This place can be a

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 8:10 AM, David Nalesnik wrote: > On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik > wrote: >> OK, Seems I fixed it for my system. >> >> After I run lilypond with the file in the ordinary windows "Command Prompt," >>

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik wrote: > OK, Seems I fixed it for my system. > > After I run lilypond with the file in the ordinary windows "Command Prompt," > >>lilypond who-has-promised_test.ly > > I found the error: > >>echo %errorlevel% > 255 > >>net

Re: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
AM, David Nalesnik <david.nales...@gmail.com> wrote: > Hi Ming, > > [adding user list] > > On Wed, Mar 8, 2017 at 6:22 AM, MING TSANG <tsan...@rogers.com> wrote: >> MY request to the lilypond-user mailing list >> >> Posting of your message titled "

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: Fw: Exited with return code -1073741819.

2017-03-08 Thread David Nalesnik
Hi Ming, [adding user list] On Wed, Mar 8, 2017 at 6:22 AM, MING TSANG <tsan...@rogers.com> wrote: > MY request to the lilypond-user mailing list > > Posting of your message titled "Re: Exited with return code > -1073741819." > > has been rejected by the l

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
nd-usermailinglist <lilypond-user@gnu.org> Sent: Tuesday, March 7, 2017 4:25 PM Subject: Exited with return code -1073741819. I encounter exit error code. What does it mean?Ming.  Starting lilypond-windows.exe 2.19.56 [who-has-promised.ly]...Processing `C:/Users/user/Google Drive/S-team

Re: Exited with return code -1073741819.

2017-03-07 Thread David Wright
ing might be to try removing the space in the filename. > From: MING TSANG <tsan...@rogers.com> > To: Lilypond-usermailinglist <lilypond-user@gnu.org> > Sent: Tuesday, March 7, 2017 4:25 PM > Subject: Exited with return code -1073741819. > > I encounter

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
r@gnu.org> Sent: Tuesday, March 7, 2017 4:25 PM Subject: Exited with return code -1073741819. I encounter exit error code. What does it mean?Ming.  Starting lilypond-windows.exe 2.19.56 [who-has-promised.ly]...Processing `C:/Users/user/Google Drive/S-team/2017-04-02/who-prom

Exited with return code -1073741819.

2017-03-07 Thread MING TSANG
I encounter exit error code. What does it mean?Ming.  Starting lilypond-windows.exe 2.19.56 [who-has-promised.ly]...Processing `C:/Users/user/Google Drive/S-team/2017-04-02/who-promised/who-has-promised.ly'Parsing...Interpreting music...[8][16][24][32][40][48]Exited with return code -1073741819

Re: Lilypond bug "Exited with return code-1073741819" & workaround

2016-11-06 Thread Thomas Morley
into a measure would make Lilypond stop working, > but it does. To get the error > > Exited with return code-1073741819 This is not a LilyPond-error-code/message. > uncomment the line > % \time 4918233/340340 > > and comment the lines immediately below > > \once \ov

RE: Lilypond bug "Exited with return code-1073741819" & workaround

2016-11-05 Thread mclaren
o I think I've gotten Lilypond to force page breaks now, so that should be less of an issue in the examples I post. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Lilypond-bug-Exited-with-return-code-1073741819-workaround-tp196195p196199.html Sent from the User mailin

RE: Lilypond bug "Exited with return code-1073741819" & workaround

2016-11-05 Thread Andrew Bernard
Hello mclaren (do you have a name for us?) There's a willing community here ready to help, but we expect MWE's - minimal working examples. I think that's only fair and reasonable, and has a long tradition on this list. Please refer to this guideline: http://lilypond.org/tiny-examples.html Do

Re: Lilypond bug "Exited with return code-1073741819" & workaround

2016-11-05 Thread Urs Liska
Am 06.11.2016 um 02:28 schrieb mclaren: > This simple example crashes Lilypond. This is not a simple example. If you think you've come across a bug please create a "tiny example" (http://lilypond.org/tiny-examples.html), "an example from which nothing can be removed" and report it to

Lilypond bug "Exited with return code-1073741819" & workaround

2016-11-05 Thread mclaren
This simple example crashes Lilypond. You wouldn't think putting 6 broken tuplets into a measure would make Lilypond stop working, but it does. To get the error Exited with return code-1073741819 uncomment the line % \time 4918233/340340 and comment the lines immediately below \once

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 <tsan...@rogers.com> wrote: > Exited with return code -1073741819. A quick Google search led to this: http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_security/file-system-error-1073741819-on-windows-10/30f76ed6-

Exited with return code -1073741819.

2016-10-30 Thread MING TSANG
'...Interpreting music...MIDI output to `could-this-be-the-day_�ܷ�춽���-bass.mid'...Interpreting music...[8][16][24][32][40][48][56][64][72][80][88][96]Exited with return code -1073741819.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

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
xited with return code -1073741819." mean ? What to do to resolve. I am running frescobaldi -lilypond in window 10. In the past I remember encountering a very strange bug where LilyPond would segfault on a file for no apparent reason. If I changed any note, the error went away, and reverting wou

Exited with return code -1073741819.

2016-02-25 Thread MING TSANG
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 return code -1073741819.&

Re: Compiling a file results in message: Exited with return code -1073741819.

2016-01-25 Thread Andrew Bernard
HI Joe, Compiles fine on 2.19.35 on openSUSE Leap 42.1 (Linux). Extra notes work. Have you tried running with a higher revision of lilypond? [The development releases after 2.18.2 are of very high quality, in general.] What platform are you on? Andrew

Compiling a file results in message: Exited with return code -1073741819.

2016-01-25 Thread Joseph N. Srednicki
Please see the attached file. Go to line 253. The file compiles cleanly up until this point. However, when I try to add more than one note to the line 253, I receive the error message: Exited with return code -1073741819. Please let me know if I am doing something wrong

Re: Compiling a file results in message: Exited with return code -1073741819.

2016-01-25 Thread Pierre Perol-Schneider
Hi Joseph, Try to googlize "Exited with return code -1073741819" Some interesting things over there. HTH, Pierre 2016-01-26 1:08 GMT+01:00 Urs Liska <u...@openlilylib.org>: > > > Am 26.01.2016 um 01:04 schrieb Joseph N. Srednicki: > > Please see the attach

Re: Subject: Compiling a file results in message: Exited with return code -1073741819

2016-01-25 Thread Joseph N. Srednicki
"% 42". If you go the line following comment "% 42", the first note is "e4.", followed by note "e8". If I remove the note "e8", the file compiles. However, if I add any note after the "e4.", such as "e8", I receive the me

Re: Compiling a file results in message: Exited with return code -1073741819.

2016-01-25 Thread Urs Liska
Am 26.01.2016 um 01:04 schrieb Joseph N. Srednicki: > > Please see the attached file. > > > > Go to line 253. > > > > The file compiles cleanly up until this point. > > > > However, when I try to add more than one note to the line 253, I > r