Re: Edita not working in Vista
- Posted by don cole <doncole at pac?ell.net> Sep 19, 2007
- 635 views
DB James wrote: > > don cole wrote: > > > > > > I'd like to know more about this err file. > > > > Don Cole > > OK, here are the first and last lines of this hughe ex.err file: > C:\EUPHORIA\AAA\EDALL\edita.exe:18645 in function mainHandler() > variable hB has not been assigned a value > hI = 59';' > hJ = 15 > hK = 184621241 > hL = {0,0,0,0} > > ... called from C:\EUPHORIA\AAA\EDALL\edita.exe:6266 in function WndProc() > > Lt = 6295412 > Lu = 15 > Lv = 0 > Lw = 0 > Lx = 59';' > userHandler = <no value> > Ly = 15 > Lz = <no value> > MB = <no value> > MC = <no value> > nCode = <no value> > stack = <no value> > MD = {0,0,0,0} > ME = 0 > MF = <no value> > MG = 746288 > MH = 184621241 > > ^^^ call-back from Windows > > ... called from C:\EUPHORIA\AAA\EDALL\edita.exe:6537 in function pumpMessage() > > MM = 22747464 > MN = 0 > > ... called from C:\EUPHORIA\AAA\EDALL\edita.exe:6585 in procedure WinMain() > > MT = 1 > sw_style = 3 > MU = 22747464 > > ... called from C:\EUPHORIA\AAA\EDALL\edita.exe:29836 > > and the last lines are: > > Traced lines leading up to the failure: > > C:\EUPHORIA\AAA\EDALL\edita.exe:12660 if visVVV!=isVisible(VVV)then > setVisible(VVV,visVVV)end > if > C:\EUPHORIA\AAA\EDALL\edita.exe:12661 if isVisible(SB)then > C:\EUPHORIA\AAA\EDALL\edita.exe:12662 XK=CursorY+1 > C:\EUPHORIA\AAA\EDALL\edita.exe:12663 XM=length(filetext[currfile]) > C:\EUPHORIA\AAA\EDALL\edita.exe:12664 setText(SB1,sprintf(xl("Line %d of %d > Column %d"),{XK,XM,CursorX+1})) > C:\EUPHORIA\AAA\EDALL\edita.exe:12665 if insertMode then > C:\EUPHORIA\AAA\EDALL\edita.exe:12666 setText(SB2,xl("INS")) > C:\EUPHORIA\AAA\EDALL\edita.exe:12670 if XK>XM then > C:\EUPHORIA\AAA\EDALL\edita.exe:12673 XN=filetext[currfile][XK] > C:\EUPHORIA\AAA\EDALL\edita.exe:12674 XL=MapToByte(XN,CursorX) > C:\EUPHORIA\AAA\EDALL\edita.exe:12676 if XL then > C:\EUPHORIA\AAA\EDALL\edita.exe:12679 setText(SB3,"") > > C:\EUPHORIA\AAA\EDALL\edita.exe:12681 XM=c_func(xGetDateFormat,{#400,2,NULL,NULL,NULL,0}) > C:\EUPHORIA\AAA\EDALL\edita.exe:12682 XQ=allocate_TextSpace(XM) > C:\EUPHORIA\AAA\EDALL\edita.exe:12683 if > c_func(xGetDateFormat,{#400,2,NULL,NULL,XQ,XM})then > C:\EUPHORIA\AAA\EDALL\edita.exe:12684 XN=peek_string(XQ) > C:\EUPHORIA\AAA\EDALL\edita.exe:12688 setText(SB4,XN) > > C:\EUPHORIA\AAA\EDALL\edita.exe:12689 XM=c_func(xGetTimeFormat,{#400,2,NULL,NULL,NULL,0}) > C:\EUPHORIA\AAA\EDALL\edita.exe:12690 XQ=allocate_TextSpace(XM) > C:\EUPHORIA\AAA\EDALL\edita.exe:12691 if > c_func(xGetTimeFormat,{#400,2,NULL,NULL,XQ,XM})then > C:\EUPHORIA\AAA\EDALL\edita.exe:12692 XN=peek_string(XQ) > C:\EUPHORIA\AAA\EDALL\edita.exe:12696 setText(SB5,XN) > C:\EUPHORIA\AAA\EDALL\edita.exe:12701 end procedure > C:\EUPHORIA\AAA\EDALL\edita.exe:12707 if currfile and > sequence(routines[currfile])then > C:\EUPHORIA\AAA\EDALL\edita.exe:12723 end procedure > > However, I am beginning to wonder about my recent install of Notepad++ and > the files I ran to get it to do Eu syntax coloring and another one from > the Eu site having to do with Notepad++. This last one I need to research > and will have to do it later. Will report anything interesting. This may > be a dead end, so still would like other ideas. > > --Quark Hello Quark, I that case it seems to crash in Edita. An err. file from runnning Edita.exw rather than Edita.exe would be more usefull. As far as Notepad++, never used it, can't help there. Don Cole