Article # 649, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
I get a UI_CANNOT_LOAD_SPECIFIC_UI error in Swat.
Whenever that happens, that means the ini file is munged and user library tries to load motif (instead of rudy). To check whether this is the case, after it crashes in swat, do a "pini ui" and check for "specific = rudy{ec}.geo". The other two classic reasons for this are: 1) Bad protocol number on some geode; use "showcalls -L" to verify 2) Not enough file handles in config.sys or config.nt. Check config.sys or set a breakpoint at the end of FileOpen if it returns CF set. Then do "print FileError ax" to see if the error is not enough files.