<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Thanks Olly for pointing out the problem.<br><br>If it is lxR2P.c what fails (it is off-screen rendering to pixmap - for large renderings) then it should be quite easy to disable it. Could you please somebody try to comment out following line (lxGLC.cxx:1938)?<br><br>this->m_OSC->m_r2p = R2PCreate(w, h);<br><br>then recompile loch and try whether it can start?<br><br>S.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 5 Dec 2019 at 22:03, Olly Betts <<a href="mailto:olly@survex.com">olly@survex.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 05, 2019 at 12:19:12PM +0100, Benedikt Hallinger wrote:<br>
> i hope you can help me out with issue #158 (<a href="https://github.com/therion/therion/issues/158" rel="noreferrer" target="_blank">https://github.com/therion/therion/issues/158</a>)<br>
> <br>
> I am fiddling around in hope to get my loch viewer working again.  It<br>
> worked in the past but then decided after a debian update to cease<br>
> functioning because of failing glx context.<br>
> <br>
> I now have the impression, maybe  wxWidgets is the cause. The glx<br>
> context is fine, other X applications can successfully establish 3D<br>
> perfomance and glx debug commands also tell me „ok“.<br>
<br>
FWIW I see it too.<br>
<br>
I don't think it's a wxWidgets bug - this is failing in code in<br>
loch/lxR2P.c which makes calls to the glx layer which is a lower<br>
level API than wxWidgets.  It could be some sort of interaction<br>
with wxWidgets OpenGL support though since it's effectively going<br>
behind wxWidgets back.<br>
<br>
I'm not sure why loch doesn't just use wxWidgets OpenGL support - that's<br>
what aven does and that still works in current Debian unstable.<br>
<br>
You probably want Martin or Stacho rather than me - they wrote this code<br>
and presumably understand the API it's using and why.<br>
<br>
> I habe seen that there is a wxWidgets 3.1.4 out there. Maybe this<br>
> could solve my issue?<br>
><br>
> Can you please make me an updated debian package (or tell me how i can<br>
> build it myself)?<br>
<br>
That's a development release, so not something we can package for Debian<br>
- every new version would require rebuilding nearly 100 other packages,<br>
and potentially updating them all for API changes.  We have to do that<br>
for a new release series (e.g. moving from 3.0.x to 3.2.x) and it<br>
typically takes 6 months to a year to complete.<br>
<br>
I've not tried building packages of 3.1.x so I can't offer any useful<br>
advice there.  But I doubt it's the answer anyway.<br>
<br>
Cheers,<br>
    Olly<br>
_______________________________________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk" target="_blank">Therion@speleo.sk</a><br>
<a href="https://mailman.speleo.sk/listinfo/therion" rel="noreferrer" target="_blank">https://mailman.speleo.sk/listinfo/therion</a><br>
</blockquote></div>