1. EuNet Problems

Michael, testing your new stuff and getting some errors.

On WinXP, I get this:

C:\Documents and Settings\Owner\Desktop\EuNET\eunet.e:180
A machine-level exception occurred during execution of this statement 

On Vista, I get this:

.\eunet.e:182
A machine-level exception occurred during execution of this statement 

Weird how Vista reports the wrong line number for the error (maybe the
interpreter's fault here).

Anyway... if you want the entire ex.err file, let me know. If I need to
do something different, let me know! :)

new topic     » topic index » view message » categorize

2. Re: EuNet Problems

c.k.lester wrote:
> Michael, testing your new stuff and getting some errors.
> On WinXP, I get this:
> C:\Documents and Settings\Owner\Desktop\EuNET\eunet.e:180
> A machine-level exception occurred during execution of this statement 
> 
> On Vista, I get this:
> .\eunet.e:182
> A machine-level exception occurred during execution of this statement 
> 
> Weird how Vista reports the wrong line number for the error (maybe the
> interpreter's fault here).

Okay, on the Vista machine I was using exwc.exe. On the XP machine, I was
using exw.exe. So, that's why they report different line numbers. They
shouldn't do that, though, right, Rob?

new topic     » goto parent     » topic index » view message » categorize

3. Re: EuNet Problems

c.k.lester wrote:
> 
> c.k.lester wrote:
> > Michael, testing your new stuff and getting some errors.
> > On WinXP, I get this:
> > C:\Documents and Settings\Owner\Desktop\EuNET\eunet.e:180
> > A machine-level exception occurred during execution of this statement 
> > 
> > On Vista, I get this:
> > .\eunet.e:182
> > A machine-level exception occurred during execution of this statement 
> > 
> > Weird how Vista reports the wrong line number for the error (maybe the
> > interpreter's fault here).
> 
> Okay, on the Vista machine I was using exwc.exe. On the XP machine, I was
> using exw.exe. So, that's why they report different line numbers. They
> shouldn't do that, though, right, Rob?

Whether it's Vista or XP shouldn't cause the interpreter
report the wrong line number. Perhaps it really did die
on a different line, due to differences in the random
garbage in memory. (I didn't look at eunet.e)

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

4. Re: EuNet Problems

Thanks for looking at it.  Please send me the 2 ex.err files: m underscore 
sabal ta yahoo tod com.  Thanks.

Michael Sabal

new topic     » goto parent     » topic index » view message » categorize

5. Re: EuNet Problems

I thought that error looked familiar. The error is on line 180, though it
may not trigger until the memory is freed on line 182.  Originally, this line,

wsadata = allocate(256)

was allocating 16 bits.  When I increased it to 256, the error went away on my 
computer.  Change it 4096 and let me know if the error goes away for you. 
Thanks.

And if you haven't already sent the ex.err files, don't worry about them.

This is a Windows-only error, so I'm interested in seeing if anyone has used
the library on Linux yet (besides myself).

Michael Sabal

new topic     » goto parent     » topic index » view message » categorize

6. Re: EuNet Problems

Hi

I have, and tested over several sites - it seems to be working ok atm.

Chris

new topic     » goto parent     » topic index » view message » categorize

7. Re: EuNet Problems

Michael J. Sabal wrote:
> 
> I thought that error looked familiar.
> Change it 4096 and let me know if the error goes away for you. 

Yep, the demos work now with that change.

What key has the value of 3? :)

new topic     » goto parent     » topic index » view message » categorize

8. Re: EuNet Problems

c.k.lester wrote:
> 
> Michael J. Sabal wrote:
> > 
> > I thought that error looked familiar.
> > Change it 4096 and let me know if the error goes away for you. 
> 
> Yep, the demos work now with that change.
> 
> What key has the value of 3? :)

Great!  I'll make the change permanent and update the file.
Which key are you referring to?

Michael Sabal

new topic     » goto parent     » topic index » view message » categorize

9. Re: EuNet Problems

Michael J. Sabal wrote:
> c.k.lester wrote:
> > What key has the value of 3? :)
> Great!  I'll make the change permanent and update the file.
> Which key are you referring to?

In the example program, it says

   if key = 3 then exit end if

What key is 3?

new topic     » goto parent     » topic index » view message » categorize

10. Re: EuNet Problems

c.k.lester wrote:
> 
> In the example program, it says
> 
>    if key = 3 then exit end if
> 
> What key is 3?

Oh, yeah.  For the demo, I was using CTRL-C to stop everything.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu