1. A terrible earth stopping bug - fix immediately!
- Posted by ChrisB (moderator) Mar 17, 2009
- 990 views
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
2. Re: A terrible earth stopping bug - fix immediately!
- Posted by jimcbrown (admin) Mar 17, 2009
- 989 views
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
3. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 1010 views
I missed the joke or don't understand or something. Is this a real problem report?
Jeremy
4. Re: A terrible earth stopping bug - fix immediately!
- Posted by jimcbrown (admin) Mar 17, 2009
- 996 views
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.
5. Re: A terrible earth stopping bug - fix immediately!
- Posted by ChrisB (moderator) Mar 17, 2009
- 1033 views
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
6. Re: A terrible earth stopping bug - fix immediately!
- Posted by mattlewis (admin) Mar 17, 2009
- 988 views
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
7. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 988 views
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
8. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 1125 views
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
9. Re: A terrible earth stopping bug - fix immediately!
- Posted by jimcbrown (admin) Mar 17, 2009
- 984 views
- Last edited Mar 18, 2009
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
10. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 975 views
- Last edited Mar 18, 2009
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
11. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 990 views
- Last edited Mar 18, 2009
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
12. Re: A terrible earth stopping bug - fix immediately!
- Posted by ChrisB (moderator) Mar 18, 2009
- 944 views
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
13. Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 18, 2009
- 938 views
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!
Jeremy