G'day everyone,
I'm struggling to resolve an ongoing exception issue in my program. I have 
multiple embedded systems deployed, running Qt-based Python (PySide) GUI 
software packages under Windows 7. I have systems which use both ethernet 
cabling as well as Wi-Fi for network connectivity. The issue I'm having 
regarding QFileSystemWatcher only occurs on Wi-Fi systems. The full error 
description is as follows:
QFileSystemWatcher: FindNextChangeNotification failed!! (The specified network 
name is no longer available.)
I can't find any Qt-specific information regarding this particular error. Going 
by the error description alone, I'm assuming the network momentarily 
disconnects? As such, my current attempt at controlling this error revolves 
around hooking the error, waiting until a networked folder is available, before 
restarting the software. I implemented this process yesterday, and ran the 
software overnight. Unfortunately the software was still killed by this error.
Can anyone provide a little more context around what this error actually means? 
I'm sure I'd be able to handle the exception if I had a better understanding as 
to why it occurs. I posted this question on the Qt forum and was advised to 
post it on this mailing list, so hopefully I've come to the right place :)
Any help here would be greatly appreciated!
Jamie                                     
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to