aMule Bug Tracker - aMule
View Issue Details
0000698aMuleUtilitiespublic2005-12-07 23:112005-12-11 22:30
vamp1r 
fulgas 
normaltrivialalways
resolvedfixed 
2.0.3 
 
0000698: wxCas does not allow aMule to update signature file
while running wxCas and aMule, after reading successfully all signature file info, aMule refuses to update the signature file with the new values.

the problem is in file "src\utils\wxCas\src\onlinesig.cpp", at line 86 (void OnLineSig::Refresh ()) the function opens
the signature file but never closes it.

suggest opening the file through a wxFile instance, use that instance further on for the input stream and also call the destructor of wxFile at the end of the function, as by contract the destructor closes the file.
this should prevent access problems.
No tags attached.
Issue History
2005-12-07 23:11vamp1rNew Issue
2005-12-11 15:37KryStatusnew => assigned
2005-12-11 15:37KryAssigned To => Kry
2005-12-11 15:37KryAssigned ToKry => fulgas
2005-12-11 22:30fulgasStatusassigned => resolved
2005-12-11 22:30fulgasResolutionopen => fixed
2005-12-11 22:30fulgasNote Added: 0001640

Notes
(0001640)
fulgas   
2005-12-11 22:30   
This as been solved.
For more info read

http://forum.amule.org/thread.php?sid=&postid=45950 [^]