v...@lyx.org writes: > This occurs frequently when the temporary directory cannot be created > because it already exists. The temporary directory can exist as a > result of previous crashes of LyX.
> // Ensure the cursor is correctly positionned on screen. > - view()->showCursor(); > + if (view()) > + view()->showCursor(); > } You might want to add a comment in the code indicating why the test is needed (somebody might be tempted to consider that it is not needed). JMarc