discord-qt icon indicating copy to clipboard operation
discord-qt copied to clipboard

Having random crashes.

Open PseudoDistant opened this issue 3 years ago • 1 comments

I don't know what the issue is. It looks like the messages are normal (The first half or so are there on first run and seem to affect nothing). DiscordQt seems to just randomly crash on me. I have been unsuccessful in finding out what event causes the crash.

> [email protected] start /home/farlandercraft/2Drive/tmp/discord-qt
> qode ./dist/index.js

[Patches] Applied 16 patches.
QWidget::setMinimumSize: (ActionsMenu/NMenu) Negative sizes (220,-16) are not possible
[PluginManager] Loaded 0 plugins.
QComboBoxListView(0x426be80)  does not have a property named  "yBorder"
QComboBoxListView(0x426be80)  does not have a property named  "yBorder"
QComboBoxListView(0x426dff0)  does not have a property named  "yBorder"
QComboBoxListView(0x426dff0)  does not have a property named  "yBorder"
QComboBoxListView(0x4180af0)  does not have a property named  "yBorder"
QComboBoxListView(0x4180af0)  does not have a property named  "yBorder"
QComboBoxListView(0x42d68c0)  does not have a property named  "yBorder"
QComboBoxListView(0x42d68c0)  does not have a property named  "yBorder"
QComboBoxListView(0x42e0ba0)  does not have a property named  "yBorder"
QComboBoxListView(0x42e0ba0)  does not have a property named  "yBorder"
QScrollBar(0x3e30b20)  does not have a property named  "yMarginRight"
QScrollBar(0x3e31390)  does not have a property named  "yMarginRight"
QScrollBar(0x3e30b20)  does not have a property named  "yMarginRight"
QScrollBar(0x3e31390)  does not have a property named  "yMarginRight"
QScrollBar(0x35e24a0)  does not have a property named  "yMarginRight"
QScrollBar(0x35e3140)  does not have a property named  "yMarginRight"
QScrollBar(0x35e24a0)  does not have a property named  "yMarginRight"
QScrollBar(0x35e3140)  does not have a property named  "yMarginRight"
QComboBoxListView(0x3ccf650)  does not have a property named  "yBorder"
QComboBoxListView(0x3ccf650)  does not have a property named  "yBorder"
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
QTipLabel(0x7fec5c005da0)  does not have a property named  "yBorder"
QTipLabel(0x7fec5c005da0)  does not have a property named  "yPadding"
QTipLabel(0x7fec5c005da0)  does not have a property named  "yBorder"
QTipLabel(0x7fec5c005da0)  does not have a property named  "yPadding"
QTipLabel(0x7fec5c0057d0)  does not have a property named  "yBorder"
QTipLabel(0x7fec5c0057d0)  does not have a property named  "yPadding"
QTipLabel(0x7fec5c0057d0)  does not have a property named  "yBorder"
QTipLabel(0x7fec5c0057d0)  does not have a property named  "yPadding"

PseudoDistant avatar Mar 03 '21 00:03 PseudoDistant

Yeah random crashes are the biggest pain of this app, very hard to solve and to debug.

ruslang02 avatar Mar 03 '21 19:03 ruslang02