Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread Nick Payne

On 01/11/2015 18:02, Brian Guo wrote:

Hi,

I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) laptop, 
b
laptop, but when I try to compile a simple score, such as:
\version "2.19.30"
\score {
   \new Staff \relative c' {
 c
   }
}


Have you tried an uninstall/reinstall of 2.19.30? Your example builds 
without any problem on my laptop, which is running same OS and same 
version of Lilypond. The 2.19.30 install exe I downloaded is 30,178,860 
bytes. There don't seem to be any checksums provided to verify the 
downloads.


Nick

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread lilyp...@andis59.se

-1073741819(0xc005)  means Access Violation, but we need to know a bit more 
to find the culprit.

Please run LilyPond with Verbose output-V, --verbose and post the output. 
http://www.lilypond.org/doc/v2.19/Documentation/usage/command_002dline-usage#basic-command-line-options-for-lilypond 



Is the pdf created?

// Anders

On 2015-11-01 08:02, Brian Guo wrote:

Hi,

I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) laptop, 
b
laptop, but when I try to compile a simple score, such as:
\version "2.19.30"
\score {
   \new Staff \relative c' {
 c
   }
}
Everything seems to be fine up to "Converting to `document.pdf'...", but th
then I get an "Exited with return code -1073741819" error message.

Is there a way that I can fix this problem?
Thanks a lot!

Regards,
Brian


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread Stephan Neuhaus
On 2015-11-01 11:18, Nick Payne wrote:
> On 01/11/2015 18:02, Brian Guo wrote:
>> Hi,
>>
>> I have just installed LilyPond version 2.19.30 on a Windows 10 (64
>> bit) laptop, b
>> laptop, but when I try to compile a simple score, such as:
>> \version "2.19.30"
>> \score {
>>\new Staff \relative c' {
>>  c
>>}
>> }
> 
> Have you tried an uninstall/reinstall of 2.19.30? 

If it's an access control problem, I would rather guess that either the
output file already exists and isn't writeable, or perhaps it's a directory.

Best,

Stephan
-- 
GPG key ID 4BDA81D3
fingerprint 5F88 399F 8811 72BE B36A  FC93 4D13 FCB2 4BDA 81D3

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


2.19.30 returns error code -1073741819

2015-11-01 Thread Brian Guo
Hi,

I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) laptop, 
b
laptop, but when I try to compile a simple score, such as: 
\version "2.19.30"
\score {
  \new Staff \relative c' {
c
  }
}
Everything seems to be fine up to "Converting to `document.pdf'...", but th
then I get an "Exited with return code -1073741819" error message.

Is there a way that I can fix this problem?
Thanks a lot!

Regards,
Brian


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread guoguocuozuoduo
Yes, I have reinstalled several times already, but the problem still appears.

发自我的 iPad

> 在 2015年11月1日,下午11:18,Nick Payne  写道:
> 
>> On 01/11/2015 18:02, Brian Guo wrote:
>> Hi,
>> 
>> I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) 
>> laptop, b
>> laptop, but when I try to compile a simple score, such as:
>> \version "2.19.30"
>> \score {
>>   \new Staff \relative c' {
>> c
>>   }
>> }
> 
> Have you tried an uninstall/reinstall of 2.19.30? Your example builds without 
> any problem on my laptop, which is running same OS and same version of 
> Lilypond. The 2.19.30 install exe I downloaded is 30,178,860 bytes. There 
> don't seem to be any checksums provided to verify the downloads.
> 
> Nick
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread Hans Aikema
My guess would be that you have a 64-bit binary version of a utility package 
that is also used (and installed) as a 32bit library by lilypond apearing 
before Lilypond on the system path.

I've seen other products running into access violations like you mentioned due 
to a 64-bit binary trying to use a 32-bit library. I can imagine the same holds 
the other way around (32bit binaries like Lilypond trying to use a 64bit 
library). If that's indeed the issue you may be able to resolve it by putting 
Lilypond binaries at the start of your system path.

Hans Aikema

> Op 1 nov. 2015 om 19:59 heeft guoguocuozuoduo  het 
> volgende geschreven:
> 
> Yes, I have reinstalled several times already, but the problem still appears.
> 
> 发自我的 iPad
> 
>>> 在 2015年11月1日,下午11:18,Nick Payne  写道:
>>> 
>>> On 01/11/2015 18:02, Brian Guo wrote:
>>> Hi,
>>> 
>>> I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) 
>>> laptop, b
>>> laptop, but when I try to compile a simple score, such as:
>>> \version "2.19.30"
>>> \score {
>>>  \new Staff \relative c' {
>>>c
>>>  }
>>> }
>> 
>> Have you tried an uninstall/reinstall of 2.19.30? Your example builds 
>> without any problem on my laptop, which is running same OS and same version 
>> of Lilypond. The 2.19.30 install exe I downloaded is 30,178,860 bytes. There 
>> don't seem to be any checksums provided to verify the downloads.
>> 
>> Nick
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: 2.19.30 returns error code -1073741819

2015-11-01 Thread guoguocuozuoduo
Hi all,

I have reinstalled it once again and it finally works.
Thanks!

Regards,
Brian

发自我的 iPad

> 在 2015年11月2日,上午8:25,guoguocuozuoduo  写道:
> 
> Yes, I have reinstalled several times already, but the problem still appears.
> 
> 发自我的 iPad
> 
>>> 在 2015年11月1日,下午11:18,Nick Payne  写道:
>>> 
>>> On 01/11/2015 18:02, Brian Guo wrote:
>>> Hi,
>>> 
>>> I have just installed LilyPond version 2.19.30 on a Windows 10 (64 bit) 
>>> laptop, b
>>> laptop, but when I try to compile a simple score, such as:
>>> \version "2.19.30"
>>> \score {
>>>  \new Staff \relative c' {
>>>c
>>>  }
>>> }
>> 
>> Have you tried an uninstall/reinstall of 2.19.30? Your example builds 
>> without any problem on my laptop, which is running same OS and same version 
>> of Lilypond. The 2.19.30 install exe I downloaded is 30,178,860 bytes. There 
>> don't seem to be any checksums provided to verify the downloads.
>> 
>> Nick
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user