Re: sanity.ex
- Posted by smudger Dec 17, 2010
- 1229 views
Same problem as you, smudge. Same OS version, same Euphoria version, same result!
Interesting. I thought it was me. I installed 3.11 then 4.0.0 RC1 and was mucking about with uninstalling and resinstalling in different locations. Then, when I installed RC2, it crapped out on sanity.ex
I kind of assumed it was me and I had borked the environment somehow. I completely uninstalled everything, cleaned the registry with CCleaner and then re-downloaded and reinstalled RC2. Same result.
I installed the same version of RC2 on another machine and it worked fine, so I thought it must be this machine.
So, for me, when I try and run sanity.ex I get the following:
"c:\euphoria-4.0\include\std\error.e:50 in procedure crash()"
Now, line 50 of error.e says:
machine_proc(M_CRASH, msg)
so, it seems that there is a problem with calling machine_proc.
Smudger