On Sun, Jan 3, 2021 at 10:23 AM Евгений Н. Жуков <[email protected]> wrote:
> I should clarify issue with debian. If I building guacamole 1.2.0 in > debian 10 or Debian 9 (with backport) there is no any issues, all works > properly. > But in 1.3.0 with same system and packages I getting message: > > ----------------------------- > You are building against a development version of FreeRDP. Non-release > versions of FreeRDP may have differences in behavior that are > impossible to > check for at build time. This may result in memory leaks or other > strange > behavior. > -------------------------------- > > With --enable-allow-freerdp-snapshots the guacd build ok, but crashes > every time a used to connect to RDP > Ah, yes, this makes sense - this is why the warning was added in the pull request that I mentioned - because there are definitely versions of FreeRDP that are problematic. You could try disabling Glyph caching - there are a couple of recent issues opened on JIRA dealing with that and it seems like it causes several issues, and that FreeRDP is recommending disabling it altogether. See: https://issues.apache.org/jira/browse/GUACAMOLE-1191 -Nick >
