• Door games on win 10 64

    From Sparky@21:1/192 to All on Sat Jan 16 16:00:35 2021
    So I set up netfoss and NTDVM64 and was able to set up LORD to run locally
    but when i test it via another computer in my house using netrunner all I get is a black screen for second then back to the DOOR's menu. Anyone had luck with this or should I bite the bullet and install WIN 10 32 bit.
    Jeff

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/64)
    * Origin: Communicatin Connection (21:1/192)
  • From Sparky@21:1/192 to Sparky on Tue Jan 19 16:08:44 2021
    OK So I bit the bullet and changed to WIN10 32 bit and so far Mystic itself
    is running fine no problems. But I tried to run LORD using WinFoss and I
    still have the issue it where it exits the BBS, then a blank screen for a few seconds then right back to the BBS. So far I have followed the txt file in
    the docs to the letter. Anything I should be looking at?
    Jeff

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Communicatin Connection (21:1/192)
  • From Avon@21:1/101 to Sparky on Sat Jan 23 20:21:59 2021
    On 16 Jan 2021 at 04:00p, Sparky pondered and said...

    So I set up netfoss and NTDVM64 and was able to set up LORD to run
    locally but when i test it via another computer in my house using netrunner all I get is a black screen for second then back to the DOOR's menu. Anyone had luck with this or should I bite the bullet and install WIN 10 32 bit. Jeff

    I have not done this but as a starter to debug I'd suggest look at the node logs to see what is being passed to the door when it runs, you will also want to double check your door exe menu command line

    Mine is a Win7 32bit system but here's my command line for the menu item

    Command │ (D3) Exec DOOR32 program
    Data │ c:\netfoss\nf.bat /N%3 /H%0 c:\doors\lord\start.bat %3

    My nf.bat has this in it

    @echo off
    c:\netfoss\netfoss.com %1
    rem ** If running a non-door32.sys system, add a " %1" to end of above line ** if errorlevel 1 goto end
    c:\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
    c:\netfoss\netfoss.com /u
    :end

    the start.bat in my lord game has this

    C:
    CD\DOORS\LORD
    @ECHO OFF

    IF "%1" == "" GOTO NOSTART

    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :BEGIN
    LORD.EXE %1 %2 %3 %4 %5 /DREW
    IF ERRORLEVEL 255 GOTO DONE
    IF ERRORLEVEL 254 GOTO DO1
    GOTO DONE

    :DO1
    CALL DO%1.BAT
    GOTO BEGIN

    :NOSTART
    CALL START.BAT 0
    GOTO REALDONE

    :DONE
    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :REALDONE


    hope this helps

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Grim Reaper@21:3/111 to Sparky on Sun Jan 24 10:59:24 2021
    find that way.

    The Unknown Realm [9o5]
    turealm.no-ip.org:3023 Mystic
    turealm.no-ip.org:2323 PCBoard

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: The Unknown Realm - turealm.no-ip.org:3023 (21:3/111)