Luis Rivera wrote: > LyX 137pre5 crashes badly again on Win95, unlike > its predecessor. I am posting screens of crash cries on Win95.
Hmmmm. C:/WINDOWS/TEMPlyx_tempdir-425411a44659 C:/WINDOWS/Application Data/LyXlastfiles These "feel" like someone is making paths as string my_path = foo + bar; where foo is expected to be "foo/bar/" but is, in fact, "foo/bar". If that's the case, then you've discovered a bug; we should be creating such paths with these APIs: /// Add a filename to a path. Any path from filename is stripped first. string const AddName(string const & path, string const & fname); /// Append sub-directory(ies) to path in an intelligent way string const AddPath(string const & path, string const & path2); I'm sure it'll be easy enough to track down if you've got the energy ;-) -- Angus