Ruslan Kabatsayev

Results 154 comments of Ruslan Kabatsayev

* Are you using the default Ubuntu 21.10 install, with its default desktop environment? * Is EDB installed from Ubuntu repositories or from other source? * What exactly does "failed...

This doesn't look like a fix, more like a workaround. Native dialog is supposed to work fine too.

I get a transparent window, rather than hung desktop, but yeah, Qt integration with Ubuntu desktop seems broken. A less intrusive "fix" may be to run EDB with `XDG_CURRENT_DESKTOP=kde` environment...

EDB uses [Capstone](https://github.com/capstone-engine/capstone) for disassembly. Unfortunately, there're a lot of open issues there, about a dozen of which were opened by me ~5 years ago and still unresolved (or forgotten)....

Note that resizing 100px → 128px will blur the icon. This may be not too bad if we use a suitable upsampling algorithm (e.g. GIMP's NoHalo), but it will still...

Could you run EDB as follows and post the console output? ``` strace -feexecve ./edb --run /path/to/your-program ```

Oh, wait... do you actually have `/usr/bin/xterm`? If not, try disabling _Open a terminal ..._ option in _Preferences_→_Debugging_.

``` [pid 40509] execve("/home/flare/Desktop/find_the_best_fishing_spot/find_the_best_fishing_spot", ["/home/flare/Desktop/find_the_bes"...], 0x7ffe5c673328 /* 96 vars */) = -1 ENOENT (No such file or directory) ``` So, the kernel says it can't find a file. This may...

How exactly do you run the executable—right from opening a terminal? Do you set `LD_LIBRARY_PATH` for it to search the `.lib` directory?

If only to use one service for all, maybe switch to AppVeyor for all platforms?