lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: Exited with return code -1073741819.


From: David Wright
Subject: Re: Fw: Exited with return code -1073741819.
Date: Wed, 8 Mar 2017 09:26:46 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed 08 Mar 2017 at 08:28:54 (-0600), David Nalesnik wrote:
> On Wed, Mar 8, 2017 at 8:10 AM, David Nalesnik <address@hidden> wrote:
> > On Wed, Mar 8, 2017 at 7:55 AM, David Nalesnik <address@hidden> 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 helpmsg 255
> >>
> >> The extended attributes are inconsistent.

Hmm.

> >> ------
> >> Googling this super unhelpful error message leads me here:
> >>
> >> https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/windows-10-the-extended-attributes-are/bf8dd5dd-c179-4c1f-84f2-9d526a0d4878
> >>
> >> Do what it says, and *restart*
> >>
> >> Hope that works for you and others!
> >
> > Note:  I can't say what the consequences of shutting off UAC are.  If
> > there is a better way to get extended privileges for LilyPond, please
> > let me know.
> >
> 
> Now here's the odd thing.
> 
> I decided that shutting UAC off was not a great idea, since it's
> protecting me from threats unknown!  So I followed the steps again,
> put things back to "Windows Default".  Restarted.  Expected the file
> not to compile, but the file (with the one-line-too-many) compiles on
> the command line just fine.
> 
> I had thought that a better way was to elevate the user privileges of
> lilypond.exe, but maybe all it takes to fix the problem is to follow
> the solution at the link, then go back to the previous setting?

I'm sitting here waiting to be proved wrong, but that sounds like a
load of Cargo Cult to me.

I'd be wary of making changes to your system based on what you read
about "error 255". Read the second paragraph of this instead:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382

The error codes listed here will result from windows system calls
buried deep in some code. But who says it was a system call that
provoked the error, rather than some error detected in, say, LP,
python or one of the other programs involved?

The only simple numerical interpretation of the OP's return¹ code
is that it's 4 expressed in 30 inverted bits. (I'm assuming no one
has devised a list of 1073741823 error numbers.) This is just as
likely to be incorrectly interpreted without knowing exactly where
and by whom it was issued.

¹here, error number ≡ return code.

Cheers,
David.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]