Custom Query (2447 matches)
Results (289 - 291 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#291 | Duplicate | 0.5.9.2 winxp crashing | ||
Description |
Upgraded to 0.5.9.2 the other day on my WinXP Pro (32b) desktop, seems to have some bug causing it to crash periodically, sometimes when I restart Deluge or after it's been running for a minute or so. Also, it seems the dbus-deluge-daemon process doesn't die off, preventing the client from being (re)launched (because it crashes). Maybe a method of having the dbus-deluge process kill itself if the client has crashed would make relaunching the client easier for end users? |
|||
#292 | Fixed | clicking the tray icon fails to restore the main window | ||
Description |
Deluge 0.6.0.0r3270 when you enable "Start in tray" the next time you restart deluge, when you click the tray icon to restore the window it fails with: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 249, in on_tray_clicked self.window.present() File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present self.config["window_x_pos"] = self.window_x_pos AttributeError: MainWindow instance has no attribute 'window_x_pos' right clicking the tray icon and selecting "Show Deluge" fails with: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 267, in on_menuitem_show_deluge_activate self.window.present() File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present self.config["window_x_pos"] = self.window_x_pos AttributeError: MainWindow instance has no attribute 'window_x_pos' |
|||
#293 | Fixed | add torrent broken | ||
Description |
Deluge 0.6.0.0r3270 adding a new torrent fails with: [DEBUG ] 17:54:05 client:204 Attempting to add torrent files: ['/mnt/series/temp/b174.torrent'] [WARNING ] 17:54:05 client:100 Could not contact daemon: <Fault 1: "exceptions.AttributeError:Torrent instance has no attribute 'stop_ratio'"> [INFO ] 17:54:05 client:110 Setting core uri as None [DEBUG ] 17:54:05 component:137 Stopping component SystemTray.. [DEBUG ] 17:54:05 component:137 Stopping component PluginManager.. [DEBUG ] 17:54:05 component:137 Stopping component Preferences.. [DEBUG ] 17:54:05 component:137 Stopping component DbusInterface.. [DEBUG ] 17:54:05 component:137 Stopping component StatusBar.. [DEBUG ] 17:54:05 component:137 Stopping component AddTorrentDialog.. [DEBUG ] 17:54:05 component:137 Stopping component ConnectionManager.. [DEBUG ] 17:54:05 component:137 Stopping component TorrentView.. [DEBUG ] 17:54:05 component:137 Stopping component Signals.. [DEBUG ] 17:54:05 signalreceiver:72 Unable to deregister client from server: 'The core proxy is invalid.' [DEBUG ] 17:54:05 signalreceiver:74 Shutting down signalreceiver [DEBUG ] 17:54:05 signalreceiver:77 Joining listening thread.. [DEBUG ] 17:54:05 component:137 Stopping component TorrentDetails.. [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 files_tab:201 Saving FilesTab state file: files_tab.state [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 peers_tab:161 Saving FilesTab state file: peers_tab.state [DEBUG ] 17:54:05 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 17:54:05 torrentdetails:289 Saving TorrentDetails state file: tabs.state [DEBUG ] 17:54:05 component:137 Stopping component CoreConfig.. [DEBUG ] 17:54:05 component:137 Stopping component SideBar.. [DEBUG ] 17:54:05 component:137 Stopping component QueuedTorrents.. [DEBUG ] 17:54:05 component:137 Stopping component MainWindow.. [DEBUG ] 17:54:05 component:137 Stopping component ToolBar.. [DEBUG ] 17:54:05 component:137 Stopping component MenuBar.. this is with a clean config |