hoffstadt / hoffstadt/DearPyGui

Bug: add_file_dialog segfault on ubuntu

Open
#1,074 5 comments 0 reactions 0 assignees View on GitHub
state: waiting response type: bug
Dominant language
C++
Stars
15.6k
Forks
783
PR merge metrics
No merged PRs in 30d

Description

## Version of Dear PyGui

Version: DPG 0.8.38
Operating System: 5.4.0-77-generic #86~18.04.1-Ubuntu SMP Fri Jun 18 01:23:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux, Ubuntu 18.04.5 LTS

Python 3.8.0 (default, Feb 25 2021, 22:10:10), [GCC 8.4.0] on linux

## Bug

DPG SegFaults when clicking the username/user home button along the top, within the file explorer widget. In this instance, drwx.

## To Reproduce

Steps to reproduce the behavior:
1. Run provided code
2. Click on your username "drwx", in my screenshot.
3. Segfault?

## Expected behavior

Expected behaviour was for the window to display files within my home directory.

## Screenshots/Video

![image](https://user-images.githubusercontent.com/15122389/125980024-0e57ffb2-430f-4a73-ac2d-bdb9e76d6472.png)

## Standalone, minimal, complete and verifiable example

```
import dearpygui.dearpygui as dpg

with dpg.window():
dpg.add_file_dialog()
dpg.start_dearpygui()

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.