Bug#1024614: Boorkworm: Eric fails to start, crashes/shuts down after launch

2022-11-22 Thread local10
More info:

Version Numbers:
  Python 3.10.8, 64-Bit
  Qt 5.15.6
  PyQt 5.15.7
  PyQtChart not installed
  PyQtWebEngine 5.15.6
  QScintilla 2.11.6
  sip 6.6.2
  WebEngine 87.0.4280.144
  eric6 21.1 (rev. a0f9e97c0186)

Platform: linux
3.10.8 (main, Nov  4 2022, 09:21:25) [GCC 12.2.0]

Desktop: KDE

Distribution Info:
  /etc/os-release
    PRETTY_NAME="Debian GNU/Linux bookworm/sid"
    NAME="Debian GNU/Linux"
    VERSION_CODENAME=bookworm
    ID=debian
    HOME_URL="https://www.debian.org/;
    SUPPORT_URL="https://www.debian.org/support;
    BUG_REPORT_URL="https://bugs.debian.org/;

An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to 
.
A log has been written to "/home/luser/.eric6/eric6_error.log".

Error information:


2022-11-22, 03:04:44

:
wrapped C/C++ object of type BackgroundService has been deleted

  File "/usr/share/eric/modules/Utilities/BackgroundService.py", line 392, in 

    lambda x=lang: self.on_disconnectSocket(x))
  File "/usr/share/eric/modules/Utilities/BackgroundService.py", line 427, in 
on_disconnectSocket
    self.tr('Background client disconnected.'),


Version Numbers:
  Python 3.10.8, 64-Bit
  Qt 5.15.6
  PyQt 5.15.7
  PyQtChart not installed
  PyQtWebEngine 5.15.6
  QScintilla 2.11.6
  sip 6.6.2
  WebEngine 87.0.4280.144
  eric6 21.1 (rev. a0f9e97c0186)

Platform: linux
3.10.8 (main, Nov  4 2022, 09:21:25) [GCC 12.2.0]

Desktop: KDE

Distribution Info:
  /etc/os-release
    PRETTY_NAME="Debian GNU/Linux bookworm/sid"
    NAME="Debian GNU/Linux"
    VERSION_CODENAME=bookworm
    ID=debian
    HOME_URL="https://www.debian.org/;
    SUPPORT_URL="https://www.debian.org/support;
    BUG_REPORT_URL="https://bugs.debian.org/;

QProcess: Destroyed while process ("/usr/bin/python3") is still running.



Bug#1024614: Boorkworm: Eric fails to start, crashes/shuts down after launch

2022-11-22 Thread local10
Package: eric    
Version: 21.1+ds1-2
Severity: important

Boorkworm: Eric fails to start, crashes/shuts down after launch


$ /usr/bin/eric6
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
BackgroundService listening on: 45915
An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to 
.
A log has been written to "/home/luser/.eric6/eric6_error.log".

Error information:


2022-11-22, 03:04:44

:
setPixelSize(self, int): argument 1 has unexpected type 'float'

  File "/usr/share/eric/modules/eric6.py", line 425, in 
    main()
  File "/usr/share/eric/modules/eric6.py", line 404, in main
    mainWindow = UserInterface(app, loc, splash, pluginFile, disabledPlugins,
  File "/usr/share/eric/modules/UI/UserInterface.py", line 297, in __init__
    self.__createLayout(debugServer)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 814, in 
__createLayout
    self.__createSidebarsLayout(debugServer)
  File "/usr/share/eric/modules/UI/UserInterface.py", line 1103, in 
__createSidebarsLayout
    self.pipWidget = PipPackagesWidget(self.pipInterface)
  File "/usr/share/eric/modules/PipInterface/PipPackagesWidget.py", line 61, in 
__init__
    self.setupUi(self)
  File "/usr/share/eric/modules/PipInterface/Ui_PipPackagesWidget.py", line 30, 
in setupUi
    self.pipMenuButton = E5ToolButton(self.baseWidget)
  File "/usr/share/eric/modules/E5Gui/E5ToolButton.py", line 55, in __init__
    font.setPixelSize(self.__badgeLabel.height() / 2.5)