Closed regulartim closed 2 years ago
Hi and thank you for the report!
This bug went unnoticed because it affects only Qt WebKit (not WebEngine) and only with Python 3.10.
I fixed it in retext-7.2 branch now. And I will probably make a new release (7.2.3) when I have time for it.
The new release is done now.
It seems the issue is back. On my Ubuntu 20.04 machine, it crashes with the same error. Not sure if #515 is related or not but, trying the fix suggested there did not help as well. I have tested it for both latest 8.0.0 installed via pip
, for branch version 7.2.3
(Which uses QT5) and latest commit ecc567a.
cc @mitya57
@fazlerabbi37 Please provide the full traceback. It cannot be the same as in this issue.
just did a clean install to produce the log with pip3 install -U ReText PyQt6-WebEngine --no-cache-dir
and pip3 install -U markups PyQt6 PyQt6-WebEngine --no-cache-dir
for master
branch. Both seems to work file. Sorry for the noise! :pray:
Hi! :) Whenever I open retext with synchronised scrolling and webkit renderer enabled, it crashes after ~1s with the following message:
This problem occurred for quite some time, but I did not have the time to take care of it. I could resolve it today by changing line 137 in syncscroll.py to
pos.setY(int(preview_scroll_offset))
.