Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-21 Thread K. "pestophagous" Heller
On Sat, Oct 17, 2015 at 7:24 PM, Lubomir I. Ivanov wrote: > > thanks for the backtrace, Rick. > Dirk, it would be a great idea to include the GDB.exe that Rick posted > in the Win32 installer! > i can confirm that equation.com's FTP is good place for Mingw builds. > > lubomir

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-19 Thread Dirk Hohndel
On Sun, Oct 18, 2015 at 08:35:11AM +0200, Stefan Fuchs wrote: > Hello Rick, hello Lubomir, hi All, > > you guys are really incredible ;-) Did you have a chance to test yesterday's daily build? They aren't really "daily", but whenever I feel like it I create new binaries for people to test.

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-19 Thread Stefan Fuchs
Am 19.10.2015 um 16:16 schrieb Dirk Hohndel: > On Sun, Oct 18, 2015 at 08:35:11AM +0200, Stefan Fuchs wrote: >> Hello Rick, hello Lubomir, hi All, >> >> you guys are really incredible ;-) > Did you have a chance to test yesterday's daily build? > They aren't really "daily", but whenever I feel

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Stefan Fuchs
Hello Rick, hello Lubomir, hi All, you guys are really incredible ;-) I just hope you usually get some more sleep before going diving! So after letting you work during night I can confirm the following: - If I first prevent Subsurface to load my affected XML at startup, then change to English

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Lubomir I. Ivanov
On 18 October 2015 at 05:24, Lubomir I. Ivanov wrote: > Dirk, it would be a great idea to include the GDB.exe that Rick posted > in the Win32 installer! > it's a standalone exe and is a 4.5MB: ftp://ftp.equation.com/gdb/32/ page:

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Miika Turkia
On Sun, Oct 18, 2015 at 8:30 AM, Dirk Hohndel wrote: > >> On Oct 17, 2015, at 10:20 PM, Miika Turkia wrote: > > I'll fix that on Transifex. And I'll check the other languages as well, > Benjamin. We are slowly getting a nice list

[PATCH] Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Robert C. Helling
Hi,On 18 Oct 2015, at 16:53, Dirk Hohndel wrote:That doesn't appear to be an option when using the free version of Transifex.At least I don't have these menus.From fe21be5642b65cf74f5c6e591b7306725ec7e8a3 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling"

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Dirk Hohndel
> On Oct 17, 2015, at 11:35 PM, Stefan Fuchs wrote: > > Hello Rick, hello Lubomir, hi All, > > you guys are really incredible ;-) See why I told you to send it to the list? These guys are indeed awesome. > I just hope you usually get some more sleep before going diving!

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-18 Thread Dirk Hohndel
> On Oct 18, 2015, at 5:53 AM, Miika Turkia wrote: >>> >> >> You have to be careful because it is not at all unusual that you have >> "bla %d something %s" but the translation is "huff %s puff %d" :-) >> >> But by all means, PLEASE create a script that can help us

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Linus Torvalds
On Oct 17, 2015 17:34, "Lubomir I. Ivanov" wrote: > > 1017b090: 80 39 00 cmpb $0x0,(%ecx) <- > > to me, that closely resembles a NULL pointer check. No, that's a byte compare, so it's just looking for the terminating zero in the string. Looks like

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Linus Torvalds
On Sat, Oct 17, 2015 at 7:32 PM, Linus Torvalds wrote: > > But right you are. That explains it. The German translation format > string is corrupt. True for both Swiss and German locale (de_CH and de_DE). Linus

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 17 October 2015 at 21:55, Stefan Fuchs wrote: > > > I really prefer this the other way around. Get everyone involved. Then if > someone has a specific follow up question, send them the file. > But for verification, for you Subsurface now crashes when you just try to > open

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Rick Walsh
On 18 October 2015 at 11:43, Lubomir I. Ivanov wrote: > On 18 October 2015 at 03:39, Linus Torvalds > wrote: > > > > On Oct 17, 2015 17:34, "Lubomir I. Ivanov" wrote: > >> > >> 1017b090: 80 39 00 cmpb

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 18 October 2015 at 05:08, Linus Torvalds wrote: > On Sat, Oct 17, 2015 at 6:41 PM, Rick Walsh wrote: >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x7647b090 in vswprintf () from C:\WINDOWS\SYSTEM32\msvcrt.dll >> (gdb) bt >>

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 18 October 2015 at 03:39, Linus Torvalds wrote: > > On Oct 17, 2015 17:34, "Lubomir I. Ivanov" wrote: >> >> 1017b090: 80 39 00 cmpb $0x0,(%ecx) <- >> >> to me, that closely resembles a NULL pointer check. > > No,

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 18 October 2015 at 03:41, Rick Walsh wrote: >> > I'm happy to do that. I have a few things to do today, but if you give me > instructions how to install the toolchain I'll give it a go. I have a > pretty basic Windows 10 setup. HP laptop came with Windows 8 just before

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Linus Torvalds
On Sat, Oct 17, 2015 at 6:41 PM, Rick Walsh wrote: > > Program received signal SIGSEGV, Segmentation fault. > 0x7647b090 in vswprintf () from C:\WINDOWS\SYSTEM32\msvcrt.dll > (gdb) bt > #0 0x7647b090 in vswprintf () from C:\WINDOWS\SYSTEM32\msvcrt.dll > #1 0x7647645d in

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Linus Torvalds
On Sat, Oct 17, 2015 at 7:24 PM, Lubomir I. Ivanov wrote: > > there is a dollar sign ($) instead of % for the second argument which > writes 'depthvalue' as the string and 'depth_unit' goes who knows > where. Duh. I looked at the source, and didn't notice how that

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Benjamin
Sending from my phone, so I apologise for top-posting. Does this string have the issue in all the other languages? At work currently, so I can't check the Hebrew. Maybe everyone who is working on a language could check their translation? Benjamin On Sun, 18 Oct 2015 05:39 Linus Torvalds

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Rick Walsh
On 18 October 2015 at 12:41, Rick Walsh wrote: > > > On 18 October 2015 at 11:43, Lubomir I. Ivanov > wrote: > >> On 18 October 2015 at 03:39, Linus Torvalds >> wrote: >> > >> > On Oct 17, 2015 17:34, "Lubomir I. Ivanov"

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Rick Walsh
On 18 Oct 2015 11:34, "Lubomir I. Ivanov" wrote: > > On 17 October 2015 at 21:55, Stefan Fuchs wrote: > > > > > > I really prefer this the other way around. Get everyone involved. Then if someone has a specific follow up question, send them the file. > > But

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Miika Turkia
On Sun, Oct 18, 2015 at 8:00 AM, Dirk Hohndel wrote: > >> On Oct 17, 2015, at 9:58 PM, Miika Turkia wrote: >> >> On Sun, Oct 18, 2015 at 7:51 AM, Dirk Hohndel wrote: >>> On Oct 17, 2015, at 7:39 PM, Linus Torvalds

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Rick Walsh
Stefan, On 18 Oct 2015 16:34, "Dirk Hohndel" wrote: > > > > On Oct 17, 2015, at 11:55 AM, Stefan Fuchs wrote: > > > > Hello Subsurface team, hallo Dirk, > > > > reported the following issue to Dirk today and he already had a first look at it: > > Unfortunately

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Miika Turkia
On Sun, Oct 18, 2015 at 7:51 AM, Dirk Hohndel wrote: > >> On Oct 17, 2015, at 7:39 PM, Linus Torvalds >> wrote: >> >> On Sat, Oct 17, 2015 at 7:32 PM, Linus Torvalds >> wrote: >>> >>> But right you are. That

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Dirk Hohndel
> On Oct 17, 2015, at 9:58 PM, Miika Turkia wrote: > > On Sun, Oct 18, 2015 at 7:51 AM, Dirk Hohndel wrote: >> >>> On Oct 17, 2015, at 7:39 PM, Linus Torvalds >>> wrote: >>> >>> On Sat, Oct 17, 2015 at 7:32 PM, Linus

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Dirk Hohndel
> On Oct 17, 2015, at 10:20 PM, Miika Turkia wrote: I'll fix that on Transifex. And I'll check the other languages as well, Benjamin. >>> >>> We are slowly getting a nice list of formatting options that must be >>> rejected before release. Time for some

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Benjamin
Work in progress :D About 600 strings still to do in the subsurface4 tree... getting there slowly. Benjamin ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Dirk Hohndel
> On Oct 17, 2015, at 11:55 AM, Stefan Fuchs wrote: > > Hello Subsurface team, hallo Dirk, > > reported the following issue to Dirk today and he already had a first look at > it: > Unfortunately the new subsurface 4.5 under Win10 on my side immediately > crashes during

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 17 October 2015 at 21:55, Stefan Fuchs wrote: > > Hello Subsurface team, hallo Dirk, > > reported the following issue to Dirk today and he already had a first look at > it: > Unfortunately the new subsurface 4.5 under Win10 on my side immediately > crashes during startup after

Re: Subsurface 4.5 (Win10) crash after adding dive with planner

2015-10-17 Thread Lubomir I. Ivanov
On 17 October 2015 at 23:36, Lubomir I. Ivanov wrote: > On 17 October 2015 at 21:55, Stefan Fuchs wrote: >> sorry typos... > > go to the folder where subsurface stored the default log file and > rename it / delete it. > > on Windows 10 it should be at: >