9995

From BR Wiki
Jump to navigation Jump to search

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.