toonarmycaptain/dionysus

Bug : Tkinter filedialog.askopenfilename() crashes on Linux

Aperta

#819 aperta il 9 ott 2025

 (1 commento) (0 reazioni) (0 assegnatari)Python (14 fork)auto 404
Hacktoberfest

Metriche repository

Star
 (10 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Bug Report: Tkinter filedialog.askopenfilename() crashes on Linux with [xcb] Unknown sequence number while appending request Summary

On Linux systems using X11, calling tkinter.filedialog.askopenfilename() causes an immediate process abort with the following XCB error: [xcb] Unknown sequence number while appending request [xcb] You called XInitThreads, this is not your fault [xcb] Aborting, sorry about that. python3: ../../src/xcb_io.c:157: append_pending_request: Assertion `!xcb_xlib_unknown_seq_number' failed. Aborted (core dumped)

Start app, create a class, enter a name....prompt to enter an image does not appear

Guida contributor