9995: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|#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.
# in BR [[4.0]] an exists of apx 70 characters or more would cause this error.
# in BR [[4.0]] an [[exists]] of apx 70 characters or more would cause this error.
|#[[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!
|#[[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!
#Reduce the 14 to an appropriate number
#Reduce the 14 to an appropriate number

Revision as of 16:22, 5 August 2014

Summary:

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.