Menu

#92 Problems in multiuser environment

open
nobody
None
5
2005-09-12
2005-09-12
leg0
No

Windows XP, 2 users logged in at the same time. The
user that is first logged in (A) starts downloading
some torrents, then logs off via "switch user" feature.
The other user (B) logs in, downloads torrent and tries
to open it with default application which is g3torrent.
This operation fails with error message in log file:

Traceback (most recent call last):
File "g3torrent.py", line 1545, in run
File "g3torrent.py", line 1505, in __init__
File "wx\_core.pyo", line 5301, in __init__
File "wx\_core.pyo", line 4980, in _BootstrapApp
File "g3torrent.py", line 1529, in OnInit
File "g3torrent.py", line 249, in __init__
File "g3rss.pyo", line 118, in __init__
File "g3rss.pyo", line 34, in __init__
File "images.pyo", line 21, in __init__
File "images.pyo", line 54, in LoadImages
WindowsError: [Errno 3] The system cannot find the path
specified: 'images\\flags/*.*'

When user A logs in again, there is "File Save" dialog
open which should have been shown to user B.

Discussion


Log in to post a comment.