Notes |
|
|
What's your OS? And please post the exact messages you are getting. |
|
|
(0003267)
|
yelo3
|
2009-07-26 12:23
|
|
My OS is ubuntu, and the exact message is:
2009-07-26 10:23:45: Error: Impossible to set permissions for the file '/home/yelo3/Downloads/eMule/Temp/001.part.met.backup' (error 1: Operation not permitted)
2009-07-26 10:23:45: Error: Impossible to set permissions for the file '/home/yelo3/Downloads/eMule/Temp/001.part.met.bak' (error 1: Operation not permitted)
I see those messages also when I try to chmod or chown files on my ntfs partition |
|
|
|
Please try:
remove the lines
if (backupFile.Open(dst.m_filesystem)) {
backupFile.Flush();
}
from Path.cpp / CPath::BackupFile / ln 620
and tell me if that solves the problem |
|
|
(0003269)
|
yelo3
|
2009-07-27 01:14
|
|
I commented out those lines but I still see the messages |
|
|
|
Then it's a problem of wxCopyFile we use I'm afraid. What's your wxWidgets version ? |
|
|
(0003272)
|
yelo3
|
2009-07-28 00:27
|
|
|
|
(0003283)
|
yelo3
|
2009-08-18 13:02
|
|
Can you give me other suggestions to see what function is causing these errors? If it's a wxWidgets problem where can I report it? |
|