9995: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|9995
|9995
|[[SysErr]] and it always seems to want to kick you out of BR!
|Deprecated error as of 4.3: RPN stack failure. [[SysErr]] and it always seems to want to kick you out of BR!
|#One thing that will cause it is doing an exists(x$) when x$ has a length of 199.
|#One thing that will cause it is doing an exists(x$) when x$ has a length of 199.
#[[CURFLD]](14) where there are less than 14 available fields.
#[[CURFLD]](14) where there are less than 14 available fields.

Latest revision as of 19:56, 25 September 2014

Summary:

Deprecated error as of 4.3: RPN stack failure. SysErr and it always seems to want to kick you out of BR!

Cause:

  1. One thing that will cause it is doing an exists(x$) when x$ has a length of 199.
  2. CURFLD(14) where there are less than 14 available fields.
  3. in BR 4.0 an exists of apx 70 characters or more would cause this error.

Remedy:

  1. Trim it or copy it to a location with a shorter path name. You can probably cause the error with any path with a length more than the maximum length path that BR! allows!
  2. Reduce the 14 to an appropriate number
  3. reduce the path to 66 (?) or less characters.