You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can consistently reproduce this error on two different machines, both using the Flatpak version and the Deb package from AUR on separate Arch Linux systems.
Although the app continues to function without crashing, I'm wondering if there is a way to resolve this error message.
Reproduction Steps
Install the current version of this app from Flatpak or AUR (using deb package) on Arch Linux
Open this app.
See the error message in the log: journalctl -p err -b
Additional information
A part of the full log for this app:
Nov 19 17:30:48 zesko systemd[1375]: Started ONLYOFFICE Desktop Editors - Document Editor.
Nov 19 17:30:48 zesko DesktopEditors[29247]: gtk_disable_setlocale() must be called before gtk_init()
Nov 19 17:30:48 zesko kwin_wayland[1447]: kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
Nov 19 17:30:48 zesko kwin_wayland[1447]: kwin_scene_opengl: 0x2: GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1)
Nov 19 17:30:48 zesko kwin_wayland[1447]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
Nov 19 17:30:48 zesko kwin_wayland[1447]: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glBindFramebuffer(non-gen name)
Nov 19 17:30:48 zesko kwin_wayland[1447]: kwin_scene_opengl: 0x2: GL_INVALID_FRAMEBUFFER_OPERATION in glClear(incomplete framebuffer)
Nov 19 17:30:48 zesko onlyoffice-desktopeditors[29247]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 788, resource id: 16777279, major code: 130 (Unknown), minor code: 3
Nov 19 17:30:48 zesko onlyoffice-desktopeditors[29247]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 806, resource id: 16777279, major code: 130 (Unknown), minor code: 3
Nov 19 17:30:48 zesko onlyoffice-desktopeditors[29247]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 858, resource id: 16777288, major code: 130 (Unknown), minor code: 3
Nov 19 17:30:48 zesko onlyoffice-desktopeditors[29247]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 895, resource id: 16777288, major code: 130 (Unknown), minor code: 3
Nov 19 17:30:48 zesko onlyoffice-desktopeditors[29247]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 935, resource id: 16777288, major code: 130 (Unknown), minor code: 3
Nov 19 17:30:50 zesko systemd[1375]: app-onlyoffice\[email protected]: Consumed 1.421s CPU time, 330.7M memory peak.
The text was updated successfully, but these errors were encountered:
@Zesko Hi
I checked on my Arch Linux Xfce, there is no such problem. I think it depends on your KDE environment. I asked the developers about this line in the log, there is no exact answer yet and what it can lead to. Unfortunately, we do not have an official package for Arch yet
I also experience the same issue for another application. This thread seems to be addressing the problem but there is no resolution yet: https://bugs.kde.org/show_bug.cgi?id=491751
This issue is unique.
Operating System
Linux (DEB package)
Version information
8.2.1.38
Expected Behavior
Any error message should not appear in the journalctl log when opening OnlyOffice Desktop Editor.
Actual Behavior
When I open OnlyOffice Desktop Editor, I see the following error message in the journal log:
I can consistently reproduce this error on two different machines, both using the Flatpak version and the Deb package from AUR on separate Arch Linux systems.
Although the app continues to function without crashing, I'm wondering if there is a way to resolve this error message.
Reproduction Steps
journalctl -p err -b
Additional information
A part of the full log for this app:
The text was updated successfully, but these errors were encountered: