Hi,
after checking the strange encoding bug, I have another strange error in
GWorkspace which is either new or I never noticed.
I get several of these:
2020-05-26 09:37:22.971 GWorkspace[13276:100105] Setting unknown
encoding 10000
this is not 32bit or 64bit dependent at all.
The only occourence I see is in RTFConsumer.m line 1426 in libs gui,
where indeed a value "10000" looks like bogus.
However, if I try to run GWorkspace in the debugger with:
(gdb) b RTFConsumer.m:1426
No source file named RTFConsumer.m.
Make breakpoint pending on future shared library load? (y or [n])
even after the executable has been run. Why that? Perhaps it is totally
unrelated
Input appreciated.
Riccardo