Re: installing Euphoria 4 on old machine (windows 98SE)
- Posted by jsun Feb 25, 2011
- 2514 views
I have a windows 98SE desktop. I can't seem to get the dos executable to work in Euphoria 4(eui.exe). The error message is: Assertion Failed: ((unsigned int)p & 7) ==0, function EMalloc, file be_alloc.c, line 542. ABNORMAL TERMINATION
I tried eui -version at the DOS prompt. Whenever I try to execute any .ex program I get the same message.
Any help is appreciated.
Hello jsun,
There seems to be some problems running old dos .ex files with version 4.
I don't believe It has anything to do with Windows98.
As a test, Do your .ex programs work with version 3 ?
Don Cole
Sorry about the delay in getting back to you. I just reinstalled Euphoria 3.11. the DOS interpreter ex.exe seems to work fine. It ran ed.ex and guru.ex with no apparent problems.
jsun