bootstrap_win_dev.vbs fails

2018-04-03 Thread pjlbyrne
Hi,

I am attempting to build gnucash on windows. From instructions here:
https://github.com/Gnucash/gnucash-on-windows

I downloaded this:
https://raw.githubusercontent.com/Gnucash/gnucash-on-windows/master/bootstrap_win_dev.vbs

I ran it but it failed silently.

It prints 'Downloading mingw-get.zip (slow!)...' but after a minute prints a
message (too quick to see) and the window disappears.

I tried running the vbs script from a windows command-prompt, but when I run
it the vbs script window pops up separately just like I had clicked on it in
the folder view and I get no extra debug information when it fails.

Can someone please advise?

Cheers
Patrick

PS gnucash 3.0 crashes on windows for me, previous versions were fine



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


gnucash wiki access

2018-04-03 Thread pjlbyrne
Hi,

I found a typo on the gnucash wiki so I attempted to register in order to
fix it.

Firstly, the captcha box on the registration form appears to be broken. It
refers to an 'obsolete version 1 captcha' and has a link to the newer
version.

Secondly, I did get an account on the wiki but I don't seem to have
permission to edit pages. How do I acquire this please?

Perhaps these 2 issues are related?

Thanks
Patrick

PS does anyone have a Visual Studio solution to build gnucash? It would
greatly simplify things for me.

PPS If someone can point me to a debug build of gnucash which is, say, on an
automated build server then I could run that locally to reproduce the crash,
and see what visual studio can tell me about the stacktrace etc. This would
enable me to report the failure point withot getting gnucash built myself,
which is looking to be a non-trivial exercise at the moment. Thanks P



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash wiki access

2018-04-03 Thread John Ralls


> On Apr 3, 2018, at 9:12 AM, pjlbyrne  wrote:
> 
> Hi,
> 
> I found a typo on the gnucash wiki so I attempted to register in order to
> fix it.
> 
> Firstly, the captcha box on the registration form appears to be broken. It
> refers to an 'obsolete version 1 captcha' and has a link to the newer
> version.
> 
> Secondly, I did get an account on the wiki but I don't seem to have
> permission to edit pages. How do I acquire this please?
> 
> Perhaps these 2 issues are related?

They're not. The captcha issue was raised a couple of weeks ago but Derek 
hasn't had a chance to fix it yet.

There's a one-week "cooling off period" between getting an account and it being 
authorized for editing. That was in place as an anti-spam measure before we 
required applying for an account and hasn't yet been removed.

Regards,
John Ralls


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: bootstrap_win_dev.vbs fails

2018-04-03 Thread John Ralls


> On Apr 3, 2018, at 9:07 AM, pjlbyrne  wrote:
> 
> Hi,
> 
> I am attempting to build gnucash on windows. From instructions here:
> https://github.com/Gnucash/gnucash-on-windows
> 
> I downloaded this:
> https://raw.githubusercontent.com/Gnucash/gnucash-on-windows/master/bootstrap_win_dev.vbs
> 
> I ran it but it failed silently.
> 
> It prints 'Downloading mingw-get.zip (slow!)...' but after a minute prints a
> message (too quick to see) and the window disappears.
> 
> I tried running the vbs script from a windows command-prompt, but when I run
> it the vbs script window pops up separately just like I had clicked on it in
> the folder view and I get no extra debug information when it fails.
> 
> Can someone please advise?
> 
> Cheers
> Patrick
> 
> PS gnucash 3.0 crashes on windows for me, previous versions were fine

See the answer to your same question in gnucash-users.

The crash on startup is also being discussed there and in several bug reports.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash wiki access

2018-04-03 Thread David T. via gnucash-devel
John,

The Captcha problem essentially freezes the wiki from the perspective of adding 
or modifying links; contributors can’t (for example) fix erroneous links like 
the one for OFX on the Glossary page that links to a 404. That’s a problem that 
only grows worse.

David

> On Apr 3, 2018, at 9:36 PM, John Ralls  wrote:
> 
> 
> 
>> On Apr 3, 2018, at 9:12 AM, pjlbyrne  wrote:
>> 
>> Hi,
>> 
>> I found a typo on the gnucash wiki so I attempted to register in order to
>> fix it.
>> 
>> Firstly, the captcha box on the registration form appears to be broken. It
>> refers to an 'obsolete version 1 captcha' and has a link to the newer
>> version.
>> 
>> Secondly, I did get an account on the wiki but I don't seem to have
>> permission to edit pages. How do I acquire this please?
>> 
>> Perhaps these 2 issues are related?
> 
> They're not. The captcha issue was raised a couple of weeks ago but Derek 
> hasn't had a chance to fix it yet.
> 
> There's a one-week "cooling off period" between getting an account and it 
> being authorized for editing. That was in place as an anti-spam measure 
> before we required applying for an account and hasn't yet been removed.
> 
> Regards,
> John Ralls
> 
> 
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash wiki access

2018-04-03 Thread pjlbyrne
Thanks for your reply John. I am happy to wait.
CP



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: bootstrap_win_dev.vbs fails

2018-04-03 Thread pjlbyrne
Thanks again John, and for your help on the other thread. Cheers



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash wiki access

2018-04-03 Thread John Ralls
David,

Thanks for saying, but only Derek can fix it and he's away.

Regards,
John Ralls


> On Apr 3, 2018, at 9:49 AM, David T.  wrote:
> 
> John,
> 
> The Captcha problem essentially freezes the wiki from the perspective of 
> adding or modifying links; contributors can’t (for example) fix erroneous 
> links like the one for OFX on the Glossary page that links to a 404. That’s a 
> problem that only grows worse.
> 
> David
> 
>> On Apr 3, 2018, at 9:36 PM, John Ralls  wrote:
>> 
>> 
>> 
>>> On Apr 3, 2018, at 9:12 AM, pjlbyrne  wrote:
>>> 
>>> Hi,
>>> 
>>> I found a typo on the gnucash wiki so I attempted to register in order to
>>> fix it.
>>> 
>>> Firstly, the captcha box on the registration form appears to be broken. It
>>> refers to an 'obsolete version 1 captcha' and has a link to the newer
>>> version.
>>> 
>>> Secondly, I did get an account on the wiki but I don't seem to have
>>> permission to edit pages. How do I acquire this please?
>>> 
>>> Perhaps these 2 issues are related?
>> 
>> They're not. The captcha issue was raised a couple of weeks ago but Derek 
>> hasn't had a chance to fix it yet.
>> 
>> There's a one-week "cooling off period" between getting an account and it 
>> being authorized for editing. That was in place as an anti-spam measure 
>> before we required applying for an account and hasn't yet been removed.
>> 
>> Regards,
>> John Ralls
>> 
>> 
>> ___
>> gnucash-devel mailing list
>> gnucash-devel@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> 

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash wiki access

2018-04-03 Thread Frank H. Ellenberger
Hi,

Am 03.04.2018 um 18:50 schrieb pjlbyrne:
> Thanks for your reply John. I am happy to wait.
> CP

After a look in the rights management, I think you need to confirm your
email account again to get the edit right.

And yes, we should change it when the server admin is back.

After a week you should get the CreatePage right.

Regards
Frank
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel