Re: Problem with writeln

2010-03-05 Thread Ivan
On 1.3.2010 17:15, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 10:42:00 -0500, Ivan wrote: On 1.3.2010 14:43, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 07:14:23 -0500, Ivan wrote: On 1.3.2010 12:47, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: T

Re: Problem with writeln

2010-03-01 Thread Steven Schveighoffer
On Mon, 01 Mar 2010 10:42:00 -0500, Ivan wrote: On 1.3.2010 14:43, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 07:14:23 -0500, Ivan wrote: On 1.3.2010 12:47, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: The part of code in my main method is this: try

Re: Problem with writeln

2010-03-01 Thread Ivan
On 1.3.2010 14:43, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 07:14:23 -0500, Ivan wrote: On 1.3.2010 12:47, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: The part of code in my main method is this: try { writefln("Starting main loop..."); global.loop.st

Re: Problem with writeln

2010-03-01 Thread Steven Schveighoffer
On Mon, 01 Mar 2010 07:14:23 -0500, Ivan wrote: On 1.3.2010 12:47, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: The part of code in my main method is this: try { writefln("Starting main loop..."); global.loop.start(); writefln("Main loop finished..."); } catc

Re: Problem with writeln

2010-03-01 Thread Ivan
On 1.3.2010 12:47, Steven Schveighoffer wrote: On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: The part of code in my main method is this: try { writefln("Starting main loop..."); global.loop.start(); writefln("Main loop finished..."); } catch(Exception e) { writefln("Exception was: %s", e.ms

Re: Problem with writeln

2010-03-01 Thread Steven Schveighoffer
On Mon, 01 Mar 2010 04:11:28 -0500, Ivan wrote: The part of code in my main method is this: try { writefln("Starting main loop..."); global.loop.start(); writefln("Main loop finished..."); } catch(Exception e) { wr

Re: Problem with writeln

2010-03-01 Thread Ivan
On 28.2.2010 20:42, Walter Bright wrote: Since printf and writeln versions both exhibit the same problem, I suspect the problem is elsewhere in your program. That wouldn't surprise me :) But I am having some problems figuring this out. Somehow playing with ddbg i was able to get this stack tr

Re: Problem with writeln

2010-02-28 Thread Walter Bright
Since printf and writeln versions both exhibit the same problem, I suspect the problem is elsewhere in your program.

Problem with writeln

2010-02-28 Thread Ivan Senji
Hi! I haven't been using D for a long long long time unfortunately. Recently I decided to give it a try again, downloaded D2.040, setup descent (btw. descent looks great) and ddbg. After some time I managed to get my old program compiling again and it works great. That is... it works great