Invalid Page Fault and Safe.e
- Posted by Virtual B <behaviorself at netzero.net> Apr 16, 2001
- 429 views
Hi All, I seem to be having a problem similar to Kat's invalid page fault problem. I have had a few of these from time to time with a Win32 program I've been working on, and figured I'd try Safe.e also. Here's the message I get: C:\EUPHORIA\Judith's IDE Version 0.10.3\machine.e:181 in procedure die() attempt to divide by 0 msg = {66'B',65'A',68'D',32' ',80'P',79'O',75'K',69'E',32' ',65'A', 68'D',68'D',82'R',69'E',83'S',83'S',33'!',33'!',33'!',33'!',32' ',55'7', 54'6',55'7',53'5',57'9',49'1',54'6',32' ',40'(',35'#',48'0',48'0',55'7', 53'5',50'2',48'0',48'0',67'C',41')'} t = 5.29 i = 7 ... called from C:\EUPHORIA\Judith's IDE Version 0.10.3\machine.e:278 in procedure poke() a = 7675916 v = {99'c',111'o',109'm',109'm',100'd',108'l',103'g',95'_',70'F',105'i', 110'n',100'd',82'R',101'e',112'p',108'l',97'a',99'c',101'e'} len = 19 ... called from C:\EUPHORIA\Judith's IDE Version 0.10.3\tk_mem.e:97 in function acquire_mem() pOwner = 0 pData = {99'c',111'o',109'm',109'm',100'd',108'l',103'g',95'_',70'F', 105'i',110'n',100'd',82'R',101'e',112'p',108'l',97'a',99'c',101'e'} at = 7675916 ... called from C:\EUPHORIA\Judith's IDE Version 0.10.3\Win32Lib.ew:681 I don't see a reference to my program anywhere in here. And what confuses me even more is that I get the same error when running ANY windows program with Safe.e. I'm a newbie, so I'm probably missing something really obvious, but could someone give me a clue here? I'm really stumped. Thanks, Virtual B