openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13920
[Bug 923496] [NEW] Traceback when closing main window before the service is loaded
Public bug reported:
1. Have OpenLP open the lastly used service on load.
2. Close the main window before the service actually get's loaded.
I suspect this works as well when opening a service file by hand and closing the window before it loads.
Traceback (most recent call last):
File "openlp/core/ui/mainwindow.py", line 821, in blankCheck
self.liveController.mainDisplaySetBackground()
File "openlp/core/ui/slidecontroller.py", line 960, in mainDisplaySetBackground
self.screens.which_screen(self.display):
File "openlp/core/ui/screen.py", line 232, in which_screen
x = window.x() + (window.width() / 2)
RuntimeError: underlying C/C++ object has been deleted
** Affects: openlp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/923496
Title:
Traceback when closing main window before the service is loaded
Status in OpenLP - Worship Presentation Software:
New
Bug description:
1. Have OpenLP open the lastly used service on load.
2. Close the main window before the service actually get's loaded.
I suspect this works as well when opening a service file by hand and closing the window before it loads.
Traceback (most recent call last):
File "openlp/core/ui/mainwindow.py", line 821, in blankCheck
self.liveController.mainDisplaySetBackground()
File "openlp/core/ui/slidecontroller.py", line 960, in mainDisplaySetBackground
self.screens.which_screen(self.display):
File "openlp/core/ui/screen.py", line 232, in which_screen
x = window.x() + (window.width() / 2)
RuntimeError: underlying C/C++ object has been deleted
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/923496/+subscriptions
Follow ups
References