Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Øystein Schønning-Johansen
I've not tested, but could this be a problem at random.org? Maybe we should start using their new JSON-RPC based API? -Øystein On Wed, Aug 12, 2020 at 10:40 AM Peter Lederer wrote: > Hello Philippe, > > it happens consistently. Every time. > > My internet connection is flawless. > > If I

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Peter Lederer
Hello Philippe, it happens consistently. Every time. My internet connection is flawless. If I restart GNUBG it fetches the next (first for the next match) 500 numbers without any problem. I have no idea what to change. Greets Peter 2020-08-11 22:21 GMT+02:00, Philippe Michel : > On Sat,

Re: Status of GTK 3 support?

2020-08-12 Thread Jon Kinsey
Yes I started on updating the 3D code to modern OpenGL which would work with GTK3 but that is a way off - I’ve been fully occupied because of covid since March so not sure when I’ll get back to it. For me the GTK3 experience on Windows isn’t great. Slow gui, crashes and glitches. That may be

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Peter Lederer
Hello, my Linux Mint is a German version. Thus GNUBG is German as well ("Voreingestellt"). I cannot change the language setting to another language. It says "Locale 'en_US' not supported by C library." 2020-08-12 10:54 GMT+02:00, Øystein Schønning-Johansen : > I've not tested, but could

Re: Status of GTK 3 support?

2020-08-12 Thread Christian Anthon
Hi Jon, Let's be realistic and say that you won't get around to finish the openGL upgrade. What are the options for making the current 3d boards work with gtk3. A port of gtklext to gtk3, clutter, something else. And I have similar experiences with gnubg and gtk3 using just 2d boards, but I

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Guido Flohr
Hi Peter, > On 12 Aug 2020, at 16:29, Peter Lederer > wrote: > > Hello, > > my Linux Mint is a German version. Thus GNUBG is German as well > ("Voreingestellt"). > > I cannot change the language setting to another language. It says > "Locale 'en_US' not supported by

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Christian Anthon
Definitely a bug of some kind. The dice generator either runs out prematurely or decides that 0 is a valid rolid. I added a bit of debug code and it ended around 450 rolls each time and decided to return 0... Counters 458 500 Random 0 C On Wed, Aug 12, 2020 at 4:57 PM Guido Flohr wrote: > Hi

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Øystein Schønning-Johansen
Hmmm... Peter? Can you check if this bug appears both when doing multithreading as well as when running gnubg with a single thread? -Øystein On Wed, Aug 12, 2020 at 5:10 PM Christian Anthon wrote: > Definitely a bug of some kind. The dice generator either runs out > prematurely or decides that

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Peter Lederer
Hello, I searched for a switch to start GNUBG multithreaded in "man gnubg", but didnt find one. Then I started two instances by starting "gnubg -w" twice. I hope this is what you meant. The flaw happens with both instances. Afterwards I fiddled around with wireshark (though I am not a perfect

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Christian Anthon
This was gnubg playing itself in the GUI and I believe it happens the same way in the text interface so I don’t think mt plays a factor. I’ll test a bit more when I find the time. C On Wed, 12 Aug 2020 at 18.28, Øystein Schønning-Johansen wrote: > Hmmm... Peter? Can you check if this bug

Re: Bug: Getting dice from random.org for the second time

2020-08-12 Thread Philippe Michel
On Wed, Aug 12, 2020 at 05:09:44PM +0200, Christian Anthon wrote: > Definitely a bug of some kind. The dice generator either runs out > prematurely or decides that 0 is a valid rolid. I added a bit of debug code > and it ended around 450 rolls each time and decided to return 0... I confess ; I