Untitled

BASH Guest 2 Views Size: 18.99 KB Posted on: Mar 25, 26 @ 11:19 PM
  1. meme@Macross-Pika ~/Projects/hexchat  (master)
  2. $ meson setup build --reconfigure --prefix=/home/meme/Projects/hexchat/bin/
  3. The Meson build system
  4. Version: 1.7.0
  5. Source dir: /home/meme/Projects/hexchat
  6. Build dir: /home/meme/Projects/hexchat/build
  7. Build type: native build
  8. Project name: hexchat
  9. Project version: 2.16.2
  10. C compiler for the host machine: cc (gcc 15.2.0 "cc (Debian 15.2.0-12) 15.2.0")
  11. C linker for the host machine: cc ld.bfd 2.46
  12. Host machine cpu family: x86_64
  13. Host machine cpu: x86_64
  14. Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
  15. Run-time dependency gio-2.0 found: YES 2.87.2
  16. Run-time dependency gmodule-2.0 found: YES 2.87.2
  17. Run-time dependency libcanberra found: YES 0.30
  18. Run-time dependency dbus-glib-1 found: YES 0.114
  19. Run-time dependency sqlite3 found: YES 3.46.1
  20. Run-time dependency openssl found: YES 3.5.5
  21. Run-time dependency libwebsockets found: YES 4.3.5-7c032a7
  22. Checking for function "memrchr" : YES
  23. Has header "strings.h" : YES
  24. Checking for function "X509_get_signature_nid" with dependency openssl: YES
  25. Checking for function "SSL_CTX_get_ssl_method" with dependency openssl: YES
  26. Checking for function "ERR_remove_thread_state" with dependency openssl: YES
  27. Checking for function "ASN1_STRING_get0_data" with dependency openssl: YES
  28. Configuring config.h using configuration
  29. Compiler for C supports arguments -funsigned-char: YES
  30. Compiler for C supports arguments -Wno-conversion: YES
  31. Compiler for C supports arguments -Wno-pointer-sign: YES
  32. Compiler for C supports arguments -Wno-padded: YES
  33. Compiler for C supports arguments -Wno-unused-parameter: YES
  34. Compiler for C supports arguments -Wno-missing-prototypes: YES
  35. Compiler for C supports arguments -Winline: YES
  36. Compiler for C supports arguments -Wstrict-prototypes: YES
  37. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  38. Compiler for C supports arguments -Werror=pointer-arith: YES
  39. Compiler for C supports arguments -Werror=init-self: YES
  40. Compiler for C supports arguments -Werror=format-security -Werror=format=1: YES
  41. Compiler for C supports arguments -Werror=missing-include-dirs: YES
  42. Compiler for C supports arguments -Werror=date-time: YES
  43. Compiler for C supports arguments -fstack-protector-strong: YES
  44. Compiler for C supports link arguments -Wl,-z,relro: YES
  45. Compiler for C supports link arguments -Wl,-z,now: YES
  46. Compiler for C supports link arguments -Wl,--nxcompat: NO
  47. Compiler for C supports link arguments -Wl,--dynamicbase: NO
  48. Build-time dependency glib-2.0 found: YES 2.87.2
  49. Program /usr/bin/glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
  50. Program make-te.py found: YES (/usr/bin/python3 /home/meme/Projects/hexchat/src/common/make-te.py)
  51. Configuring org.hexchat.service.service using configuration
  52. Program dbus-binding-tool found: YES (/usr/bin/dbus-binding-tool)
  53. Run-time dependency libsoup-3.0 found: YES 3.6.6
  54. Run-time dependency jansson found: YES 2.14
  55. Run-time dependency libsecret-1 found: YES 0.21.7
  56. Run-time dependency gtk4 found: YES 4.21.5
  57. Run-time dependency x11 found: YES 1.8.12
  58. Dependency gio-2.0 found: YES 2.87.2 (cached)
  59. Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
  60. Run-time dependency luajit found: YES 2.1.1761786044
  61. Program generate_header.py found: YES (/usr/bin/python3 /home/meme/Projects/hexchat/plugins/perl/generate_header.py)
  62. Program perl found: YES (/usr/bin/perl)
  63. Run-time dependency python3-embed found: YES 3.13
  64. Program generate_plugin.py found: YES (/usr/bin/python3 /home/meme/Projects/hexchat/plugins/python/generate_plugin.py)
  65. Run-time dependency libpci found: YES 3.14.0
  66. Configuring hexchat-plugin.pc using configuration
  67. Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
  68. Program msgfmt found: YES (/usr/bin/msgfmt)
  69. Program appstream-util found: NO
  70. Configuring io.github.Hexchat.desktop.in using configuration
  71. Configuring io.github.Hexchat.Plugin.Checksum.metainfo.xml using configuration
  72. Configuring io.github.Hexchat.Plugin.Fishlim.metainfo.xml using configuration
  73. Configuring io.github.Hexchat.Plugin.Lua.metainfo.xml using configuration
  74. Configuring io.github.Hexchat.Plugin.Perl.metainfo.xml using configuration
  75. Configuring io.github.Hexchat.Plugin.Python.metainfo.xml using configuration
  76. Configuring io.github.Hexchat.Plugin.Sysinfo.metainfo.xml using configuration
  77. Configuring hexchat.1 using configuration
  78. Program msginit found: YES (/usr/bin/msginit)
  79. Program msgmerge found: YES (/usr/bin/msgmerge)
  80. Program xgettext found: YES (/usr/bin/xgettext)
  81. Program validate-textevent-translations found: YES (/home/meme/Projects/hexchat/po/validate-textevent-translations)
  82. Build targets in project: 77
  83.  
  84. hexchat 2.16.2
  85.  
  86.   Directories
  87.     prefix             : /home/meme/Projects/hexchat/bin
  88.     bindir             : bin
  89.     libdir             : lib/x86_64-linux-gnu
  90.     datadir            : share
  91.  
  92.   Features
  93.     TLS (openssl)      : true
  94.     Plugin Support     : true
  95.     DBus Support       : true
  96.     libcanberra        : true
  97.     SQLite (scrollback): true
  98.     GTK Version        : GTK4
  99.  
  100.   Plugins
  101.     Lua                : luajit
  102.     Python             : python3
  103.     Perl               : perl
  104.     Perl Legacy API    : false
  105.     FiSH               : true
  106.     Sysinfo            : true
  107.     DCC Checksum       : true
  108.  
  109.   User defined options
  110.     prefix             : /home/meme/Projects/hexchat/bin/
  111.  
  112. Found ninja-1.13.2 at /usr/bin/ninja
  113.  
  114.  
  115. meme@Macross-Pika ~/Projects/hexchat  (master)
  116. $ ninja -C build install
  117. ninja: Entering directory `build'
  118. [4/167] Generating src/common/dbus/remote-object-glue with a custom command
  119. WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
  120. INFO: Reading /tmp/dbus-binding-tool-c-marshallers.A6V2M3...
  121. WARNING: The token "NONE" is deprecated; use "VOID" instead
  122. WARNING: The token "NONE" is deprecated; use "VOID" instead
  123. [11/167] Generating plugins/python/python-bindings with a custom command
  124. generating plugins/python/python.c
  125. [24/167] Generating src/fe-gtk/resources_h with a custom command
  126. WARNING: Glycin running without sandbox.
  127. WARNING: Glycin running without sandbox.
  128. WARNING: Glycin running without sandbox.
  129. WARNING: Glycin running without sandbox.
  130. WARNING: Glycin running without sandbox.
  131. WARNING: Glycin running without sandbox.
  132. WARNING: Glycin running without sandbox.
  133. WARNING: Glycin running without sandbox.
  134. WARNING: Glycin running without sandbox.
  135. WARNING: Glycin running without sandbox.
  136. WARNING: Glycin running without sandbox.
  137. WARNING: Glycin running without sandbox.
  138. WARNING: Glycin running without sandbox.
  139. WARNING: Glycin running without sandbox.
  140. WARNING: Glycin running without sandbox.
  141. WARNING: Glycin running without sandbox.
  142. [27/167] Generating src/fe-gtk/resources_c with a custom command
  143. WARNING: Glycin running without sandbox.
  144. WARNING: Glycin running without sandbox.
  145. WARNING: Glycin running without sandbox.
  146. WARNING: Glycin running without sandbox.
  147. WARNING: Glycin running without sandbox.
  148. WARNING: Glycin running without sandbox.
  149. WARNING: Glycin running without sandbox.
  150. WARNING: Glycin running without sandbox.
  151. WARNING: Glycin running without sandbox.
  152. WARNING: Glycin running without sandbox.
  153. WARNING: Glycin running without sandbox.
  154. WARNING: Glycin running without sandbox.
  155. WARNING: Glycin running without sandbox.
  156. WARNING: Glycin running without sandbox.
  157. WARNING: Glycin running without sandbox.
  158. WARNING: Glycin running without sandbox.
  159. [44/167] Compiling C object src/common/libhexchatcommon.a.p/secure-storage.c.o
  160. ../src/common/secure-storage.c: In function ‘secure_storage_delete’:
  161. ../src/common/secure-storage.c:299:14: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  162.  299 |     gboolean result;
  163.      |              ^~~~~~
  164. [56/167] Compiling C object src/common/libhexchatcommon.a.p/server.c.o
  165. ../src/common/server.c: In function ‘ssl_do_connect’:
  166. ../src/common/server.c:1076:17: warning: ‘SSL_SESSION_get_time’ is deprecated: Since OpenSSL 3.4;not Y2038-safe, replace with SSL_SESSION_get_time_ex() [-Wdeprecated-declarations]
  167. 1076 |                 if (session && SSL_SESSION_get_time (session) + SSLTMOUT < time (NULL))
  168.      |                 ^~
  169. In file included from ../src/common/hexchat.h:46,
  170.                 from ../src/common/server.c:43:
  171. /usr/include/openssl/ssl.h:1754:13: note: declared here
  172. 1754 | __owur long SSL_SESSION_get_time(const SSL_SESSION *s);
  173.      |             ^~~~~~~~~~~~~~~~~~~~
  174. [57/167] Compiling C object src/common/libhexchatcommon.a.p/oauth.c.o
  175. ../src/common/oauth.c:565:1: warning: ‘oauth_find_session_by_state’ defined but not used [-Wunused-function]
  176.  565 | oauth_find_session_by_state(const char *state)
  177.      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  178. [72/167] Compiling C object src/fe-gtk/hexchat.p/fe-gtk.c.o
  179. ../src/fe-gtk/fe-gtk.c: In function ‘fe_print_text’:
  180. ../src/fe-gtk/fe-gtk.c:1158:28: warning: unused variable ‘old_last’ [-Wunused-variable]
  181. 1158 |                 textentry *old_last = gtk_xtext_buffer_get_last (sess->res->buffer);
  182.      |                            ^~~~~~~~
  183. [166/167] Installing files
  184. Installing src/fe-gtk/hexchat to /home/meme/Projects/hexchat/bin/bin
  185. Installing plugins/checksum/checksum.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  186. Installing plugins/fishlim/fishlim.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  187. Installing plugins/lua/lua.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  188. Installing plugins/perl/perl.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  189. Installing plugins/python/python.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  190. Installing plugins/sysinfo/sysinfo.so to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/plugins
  191. Installing data/misc/io.github.Hexchat.appdata.xml to /home/meme/Projects/hexchat/bin/share/metainfo
  192. Installing data/misc/io.github.Hexchat.desktop to /home/meme/Projects/hexchat/bin/share/applications
  193. Installing po/af/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/af/LC_MESSAGES
  194. Installing po/am/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/am/LC_MESSAGES
  195. Installing po/ast/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ast/LC_MESSAGES
  196. Installing po/az/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/az/LC_MESSAGES
  197. Installing po/be/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/be/LC_MESSAGES
  198. Installing po/bg/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/bg/LC_MESSAGES
  199. Installing po/ca/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ca/LC_MESSAGES
  200. Installing po/cs/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/cs/LC_MESSAGES
  201. Installing po/da/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/da/LC_MESSAGES
  202. Installing po/de/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/de/LC_MESSAGES
  203. Installing po/el/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/el/LC_MESSAGES
  204. Installing po/en_GB/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/en_GB/LC_MESSAGES
  205. Installing po/es/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/es/LC_MESSAGES
  206. Installing po/et/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/et/LC_MESSAGES
  207. Installing po/eu/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/eu/LC_MESSAGES
  208. Installing po/fi/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/fi/LC_MESSAGES
  209. Installing po/fr/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/fr/LC_MESSAGES
  210. Installing po/gl/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/gl/LC_MESSAGES
  211. Installing po/gu/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/gu/LC_MESSAGES
  212. Installing po/hi/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/hi/LC_MESSAGES
  213. Installing po/hu/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/hu/LC_MESSAGES
  214. Installing po/id/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/id/LC_MESSAGES
  215. Installing po/it/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/it/LC_MESSAGES
  216. Installing po/ja_JP/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ja_JP/LC_MESSAGES
  217. Installing po/kn/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/kn/LC_MESSAGES
  218. Installing po/ko/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ko/LC_MESSAGES
  219. Installing po/lt/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/lt/LC_MESSAGES
  220. Installing po/lv/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/lv/LC_MESSAGES
  221. Installing po/mk/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/mk/LC_MESSAGES
  222. Installing po/ml/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ml/LC_MESSAGES
  223. Installing po/ms/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ms/LC_MESSAGES
  224. Installing po/nb/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/nb/LC_MESSAGES
  225. Installing po/nl/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/nl/LC_MESSAGES
  226. Installing po/no/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/no/LC_MESSAGES
  227. Installing po/pa/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/pa/LC_MESSAGES
  228. Installing po/pl/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/pl/LC_MESSAGES
  229. Installing po/pt/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/pt/LC_MESSAGES
  230. Installing po/pt_BR/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/pt_BR/LC_MESSAGES
  231. Installing po/ru/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/ru/LC_MESSAGES
  232. Installing po/rw/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/rw/LC_MESSAGES
  233. Installing po/sk/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sk/LC_MESSAGES
  234. Installing po/sl/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sl/LC_MESSAGES
  235. Installing po/sq/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sq/LC_MESSAGES
  236. Installing po/sr/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sr/LC_MESSAGES
  237. Installing po/sr@latin/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sr@latin/LC_MESSAGES
  238. Installing po/sv/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/sv/LC_MESSAGES
  239. Installing po/th/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/th/LC_MESSAGES
  240. Installing po/tr/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/tr/LC_MESSAGES
  241. Installing po/uk/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/uk/LC_MESSAGES
  242. Installing po/vi/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/vi/LC_MESSAGES
  243. Installing po/wa/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/wa/LC_MESSAGES
  244. Installing po/zh_CN/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/zh_CN/LC_MESSAGES
  245. Installing po/zh_TW/LC_MESSAGES/hexchat.mo to /home/meme/Projects/hexchat/bin/share/locale/zh_TW/LC_MESSAGES
  246. Installing /home/meme/Projects/hexchat/src/common/hexchat-plugin.h to /home/meme/Projects/hexchat/bin/include
  247. Installing /home/meme/Projects/hexchat/build/src/common/dbus/org.hexchat.service.service to /home/meme/Projects/hexchat/bin/share/dbus-1/services
  248. Installing /home/meme/Projects/hexchat/plugins/python/_hexchat.py to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/python
  249. Installing /home/meme/Projects/hexchat/plugins/python/hexchat.py to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/python
  250. Installing /home/meme/Projects/hexchat/plugins/python/xchat.py to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/hexchat/python
  251. Installing /home/meme/Projects/hexchat/build/data/pkgconfig/hexchat-plugin.pc to /home/meme/Projects/hexchat/bin/lib/x86_64-linux-gnu/pkgconfig
  252. Installing /home/meme/Projects/hexchat/data/icons/hexchat.png to /home/meme/Projects/hexchat/bin/share/icons/hicolor/48x48/apps
  253. Installing /home/meme/Projects/hexchat/data/icons/hexchat.svg to /home/meme/Projects/hexchat/bin/share/icons/hicolor/scalable/apps
  254. Installing /home/meme/Projects/hexchat/build/data/man/hexchat.1 to /home/meme/Projects/hexchat/bin/share/man/man1
  255. Running custom install script '/usr/bin/python3 /home/meme/Projects/hexchat/meson_post_install.py false'
  256. Updating icon cache...
  257. Updating desktop database...
  258.  
  259. meme@Macross-Pika ~/Projects/hexchat  (master)
  260. $ cd bin/
  261.  
  262. meme@Macross-Pika ~/Projects/hexchat/bin  (master)
  263. $ la
  264. total 0
  265. drwxrwxr-x 1 meme meme  36 Mar 25 19:15 .
  266. drwxrwxr-x 1 meme meme 778 Mar 25 19:14 ..
  267. drwxr-xr-x 1 meme meme  14 Mar 25 19:15 bin
  268. drwxr-xr-x 1 meme meme  32 Mar 25 19:15 include
  269. drwxr-xr-x 1 meme meme  32 Mar 25 19:15 lib
  270. drwxr-xr-x 1 meme meme  80 Mar 25 19:15 share
  271.  
  272. meme@Macross-Pika ~/Projects/hexchat/bin  (master)
  273. $ cd bin/
  274.  
  275. meme@Macross-Pika ~/Projects/hexchat/bin/bin  (master)
  276. $ la
  277. total 9936
  278. drwxr-xr-x 1 meme meme       14 Mar 25 19:15 .
  279. drwxrwxr-x 1 meme meme       36 Mar 25 19:15 ..
  280. -rwxr-xr-x 1 meme meme 10173448 Mar 25 19:15 hexchat
  281.  
  282. meme@Macross-Pika ~/Projects/hexchat/bin/bin  (master)
  283. $ ./hexchat
  284.  
  285. (hexchat:44938): Gtk-WARNING **: 19:16:14.448: Theme parser error: <data>:1:403-411: No property named "overflow"
  286.  
  287. (hexchat:44938): Gtk-WARNING **: 19:16:14.448: Theme parser error: <data>:1:550-576: No property named "-gtk-outline-border-radius"
  288.  
  289. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.449: New application windows must be added after the GApplication::startup signal has been emitted.
  290.  
  291. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.536: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  292.  
  293. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.536: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  294.  
  295. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.536: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  296.  
  297. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.572: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  298.  
  299. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.574: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  300.  
  301. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.574: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  302.  
  303. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.574: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  304.  
  305. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.574: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed
  306.  
  307. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.642: gtk_adjustment_configure: assertion 'lower + page_size <= upper' failed
  308.  
  309. (hexchat:44938): Gtk-CRITICAL **: 19:16:14.776: gtk_adjustment_configure: assertion 'lower + page_size <= upper' failed

Raw Paste

Comments 0
Login to post a comment.
  • No comments yet. Be the first.
Login to post a comment. Login or Register
We use cookies. To comply with GDPR in the EU and the UK we have to show you these.

We use cookies and similar technologies to keep this website functional (including spam protection via Google reCAPTCHA or Cloudflare Turnstile), and — with your consent — to measure usage and show ads. See Privacy.