I dont think either the content server or the wireless device driver are implicated. Both of those are pure python and even if they fail, they wont cause crashes. From that debug log, it looks like the zeroconf is failing ata startup, but I doubt that is relevant.
Only Qt related stuff can cause crashes. Unfortunately, Qt related crashes are pretty impossible to debug on windows, since getting a useable stack trace on windows is impossible without first compiling debug libraries of everything separately and making them available.
Stil it cant hurt to try without the content server and see if that makes a difference.
|