1. EuNet Problems
- Posted by c.k.lester <euphoric at cklest??.com>
Dec 06, 2007
-
Last edited Dec 07, 2007
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! :)
2. Re: EuNet Problems
- Posted by c.k.lester <euphoric at ckle?ter.co?>
Dec 06, 2007
-
Last edited Dec 07, 2007
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?
3. Re: EuNet Problems
- Posted by Robert Craig <rds at Rap?dEuphor?a.com>
Dec 06, 2007
-
Last edited Dec 07, 2007
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
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
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
6. Re: EuNet Problems
Hi
I have, and tested over several sites - it seems to be working ok atm.
Chris
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? :)
8. Re: EuNet Problems
- Posted by Michael J. Sabal <m_sabal at yah??.com>
Dec 07, 2007
-
Last edited Dec 08, 2007
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
9. Re: EuNet Problems
- Posted by c.k.lester <euphoric at ckles?e?.com>
Dec 07, 2007
-
Last edited Dec 08, 2007
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?
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.