Comment 5 for bug 260327

Revision history for this message
Alex Samorukov (samm-os2) wrote :

btw, i found source of this error.
It comes from non initialized RVERLINE engine. To fix this we should just put
#define _USE_RVERLINE_
at the beginning of cuneiform_src/Kern/puma/c/initdone.cpp and and cuneiform_src/Kern/rstuff/sources/main/normalise.cpp.

This will enable rverline code (not sure what it is, but at least it not crashes).