I am getting the error message: error in module gapqbdr error #6 but I have no idea what error 6 is?
I was getting gapqbdr error #5 error. I had C:\mystic\temp1 in the first line of the .cfg file. I changed that to C:\mystic\temp1\door.sys and then I get the message "Cannot read Door.sys".
Re: Re: Thunder cat V3.30 BBS door game help
By: Cozmo to Rixter on Sun Oct 13 2024 11:23 am
The path without the filename is the correct setting.
This door kit is picky about the dropfiles it reads. In the case of Mystic's DOOR.SYS file, line 14 (User password) being blank is causing the error #5. Anything at all on that line will suffice to get rid of the error. Then you'll start getting runtime error #6.
Line #46 gets "32768" written to it by default. This line gets read into a 16-bit signed integer with a maximum positive value of 32767. Anything over that results in a runtime error.
There's a utility called CVTDOOR that can be used to manipulate these two lines. Use the utility to add anything to line 14 and set line 46 to any smaller number. By changing these two lines I was able to get the Mystic generated DOOR.SYS file to work.
--- SBBSecho 3.14-Win32
* Origin: The Fool's Quarter, fqbbs.synchro.net (21:1/149)
The path without the filename is the correct setting.
This door kit is picky about the dropfiles it reads. In the case of Mystic's DOOR.SYS file, line 14 (User password) being blank is causing
the error #5. Anything at all on that line will suffice to get rid of
the error. Then you'll start getting runtime error #6.
Line #46 gets "32768" written to it by default. This line gets read
into a 16-bit signed integer with a maximum positive value of 32767. Anything over that results in a runtime error.
There's a utility called CVTDOOR that can be used to manipulate these two lines. Use the utility to add anything to line 14 and set line 46 to any smaller number. By changing these two lines I was able to get the Mystic generated DOOR.SYS file to work.
problem fixed. it was in the door.sys file. I used a ruler and went down all 52 lines of the door sys file based on door.sys on the synchronet wiki which shows what each line is for and valid ranges for some of them. In my case it was line 42 out of range for Tcat v3.30 42 is time credit in
Sysop: | Scott Styles |
---|---|
Location: | Oshawa, ON |
Users: | 7 |
Nodes: | 4 (0 / 4) |
Uptime: | 07:09:39 |
Calls: | 122 |
Files: | 371 |
Messages: | 77,127 |