yeah, the old copy of tetris i have worked with 1202 as well. i'm really starting to feel stupid. i fired up the debug server to try and figure out what's going on, but it's not receiving anything from my box...
| QUOTE |
Initialized Listening for incoming connections on port 7500 |
that's all it ever says. i'm using 1205 now, so i'm not over-riding the autoexec. i fire up debugserver, launch mxm, wait for the WIP message to go away, but that's all the debugserver ever says. is there something else i need to do these days?
NOTE1: i tried my callfile scripts out with wip 1172 and it worked fine. still couldn't get anything out of debugserver tho, so i'm sure there's something i'm doing wrong there. do i need to issue any SITE commands?
NOTE2:
callfile scriptB.xas
this is what scriptB.xas is doing when i press A (which is where it crashes when using callfile, but runs fine straight from menu)...
| CODE |
:SELECTED ;###############################################################################
SET selectNum %pos% ADD selectNum %top% XMLGetValue dirList selectName !.%selectNum% setfunc fnLength LENGTH %curDir% if %fnLength%%selectName% == "3.." goto BEGININITIALIZATION if %selectName% != ".." goto STAYCURRENT set temp %curDir% sub fnLength 1 setfunc curDir LEFT %fnLength% %curDir% setfunc curDir FNPATH %curDir% setfunc hasDot RIGHT 1 %curDir% if %hasDot% == "\\" goto SKIP1 set curDir "%curDir%\\" :SKIP1 if %curDir% != %temp% goto PROCEEDNORMALLY setfunc curDir LEFT 3 %curDir% :PROCEEDNORMALLY goto SEARCHBEGIN :STAYCURRENT setfunc isDir RIGHT 1 %selectName% if %isDir% != ">" goto EXIT setfunc fnLength LENGTH %selectName% sub fnLength 2 setfunc selectName MID 1 %fnLength% %selectName% set curDir "%curDir%%selectName%\\" GOTO SEARCHBEGIN |
anybody see any old/bad syntax there?...like with the xml stuff?
This post has been edited by Kthulu: May 13 2004, 11:03 PM <