1. A terrible earth stopping bug - fix immediately!

-)

Hi

When just clicking on ex/exw/exwc .exe, the program reports itself as 4.0a2

Obviously this state of affairs cannot be allowed to continue. Find the culprit responsible and remove them immediately from the developer team!

Chris

new topic     » topic index » view message » categorize

2. Re: A terrible earth stopping bug - fix immediately!

ChrisB said...

-)

Hi

When just clicking on ex/exw/exwc .exe, the program reports itself as 4.0a2

Obviously this state of affairs cannot be allowed to continue. Find the culprit responsible and remove them immediately from the developer team!

Chris

LOL

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

3. Re: A terrible earth stopping bug - fix immediately!

I missed the joke or don't understand or something. Is this a real problem report?

Jeremy

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

4. Re: A terrible earth stopping bug - fix immediately!

jeremy said...

I missed the joke or don't understand or something. Is this a real problem report?

Jeremy

Bizarrely, the version of 4.0a3 that I downloaded reports itself as (Development) - SVN Revision 1442!

Hmm, that can't be right, I must have messed up the binaries somehow.

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

5. Re: A terrible earth stopping bug - fix immediately!

jeremy said...

I missed the joke or don't understand or something. Is this a real problem report?

Jeremy

Oh, absolutely!

Full bug report follows

Program version - downloaded 4.0a3 from sourceforge, installed in winxp.

To reproduce

Click on ex.exe, exw.exe, exwc.exe.

Results of bug Stage 1 - program reports
Euphoria Interpreter 4.0a2 for 32-bit Windows.
Using Managed Memory
Copyright (c) Rapid Deployment Software 2008
See http://www.RapidEuphoria.com/License.txt

file name to execute?

Any programs entered continue normally, but

Stage 2 - user starts jittering, shaking, and checking file sizes and dates.

Chris

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

6. Re: A terrible earth stopping bug - fix immediately!

ChrisB said...

-)

Hi

When just clicking on ex/exw/exwc .exe, the program reports itself as 4.0a2

Obviously this state of affairs cannot be allowed to continue. Find the culprit responsible and remove them immediately from the developer team!

Well, it's been nice knowing you Jeremy.

Matt

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

7. Re: A terrible earth stopping bug - fix immediately!

I think maybe your path is off? I just downloaded euphoria_40a3.exe from SF.net and installed into a brand new directory (C:\testforchris) and then did:

C:\ > cd \testforchris\bin 
C:\testforchrist\bin > .\exwc.exe 
Euphoria Interpreter 4.0a3 for 32-bit Windows. 
Using Managed Memory 
Copyright (c) Rapid Deployment Software 2008 
See http://www.RapidEuphoria.com/License.txt 
 
file name to execute? 
 
C:\testforchris\bin > .\exw.exe 
Euphoria Interpreter 4.0a3 for 32-bit Windows. 
Using Managed Memory 
Copyright (c) Rapid Deployment Software 2008 
See http://www.RapidEuphoria.com/License.txt 
 
file name to execute? 

I cannot test the DOS interpreter as I am on Vista and Vista no longer supports DOS programs that require full screen, however, I am sure it will be the same.

Can someone else verify this?

Jeremy

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

8. Re: A terrible earth stopping bug - fix immediately!

Unless you tell the installer to update the environment (this option is OFF during the Alpha and Beta stages), then it does not update the path/EUDIR variables for you. It will create, however, a setenv.bat file to set the environment per command shell to use the Alpha.

That is the only thing I can think of that might be happening.

Jeremy

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

9. Re: A terrible earth stopping bug - fix immediately!

jeremy said...

I cannot test the DOS interpreter as I am on Vista and Vista no longer supports DOS programs that require full screen, however, I am sure it will be the same.

Can someone else verify this?

Jeremy

How are you building the DOS interpreter then? :P

set EUVISTA=1 .\ex.exe

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

10. Re: A terrible earth stopping bug - fix immediately!

jimcbrown said...

How are you building the DOS interpreter then? :P

set EUVISTA=1 .\ex.exe

don't know. All I do, when doing a fresh build, is:

C:\Develop\Euphoria\source > rm -rf build 
C:\Develop\Euphoria\source > .\configure.bat -build build 
C:\Develop\Euphoria\source > wmake -f makefile.bat  
C:\Develop\Euphoria\source > dir build\*.exe 
 Volume in drive C has no label. 
 Volume Serial Number is FE74-9563 
 
 Directory of C:\Develop\euphoria\source\build 
 
03/17/2009  08:05 PM           400,896 backendc.exe 
03/17/2009  08:05 PM           275,216 BACKENDD.EXE 
03/17/2009  08:05 PM           400,896 backendw.exe 
03/17/2009  08:05 PM           794,025 EC.EXE 
03/17/2009  08:05 PM         1,643,520 ecw.exe 
03/17/2009  08:05 PM           551,341 EX.EXE 
03/17/2009  08:05 PM         1,067,520 exw.exe 
03/17/2009  08:05 PM         1,067,520 exwc.exe 
               8 File(s)      6,200,934 bytes 
               0 Dir(s)  743,991,500,800 bytes free 
C:\Develop\Euphoria\source > echo %EUVISTA% 
%EUVISTA% 
 
C:\Develop\Euphoria\source > set | grep EU 
EUDIR=C:\Develop\Euphoria 
EUINC=C:\Develop\Euphoria\include;C:\Develop\Projects\iupeu\include 

Jeremy

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

11. Re: A terrible earth stopping bug - fix immediately!

Ok, doing the EUVISTA trick:

C:\testforchris\bin > SET EUVISTA=1 
C:\testforchris\bin > ex.exe 
Euphoria Interpreter 4.0a3 for 32-bit DOS. 
Using Managed Memory 
Copyright (c) Rapid Deployment Software 2008 
See http://www.RapidEuphoria.com/License.txt 
 
file name to execute? 

So ex.exe is correct as well.

Jeremy

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

12. Re: A terrible earth stopping bug - fix immediately!

Ok, this is one of those incredibly embarrassing stoopid user moments. I swap 4.0a2 and 4.0a3 bin folders back and forth, and forgot that I had done this, then went on to do some other stuff, then ran exw, and just got a2. Now I've reset everything, and it is as it should be (reporting a3)

Can someone please delete this thread - forever!

Chris

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

13. Re: A terrible earth stopping bug - fix immediately!

ChrisB said...

Ok, this is one of those incredibly embarrassing stoopid user moments. I swap 4.0a2 and 4.0a3 bin folders back and forth, and forgot that I had done this, then went on to do some other stuff, then ran exw, and just got a2. Now I've reset everything, and it is as it should be (reporting a3)

Can someone please delete this thread - forever!

What, and show that I am the only one who does such a thing? Never! grin

Jeremy

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

Search



Quick Links

User menu

Not signed in.

Misc Menu