View Single Post
Old 11-10-2014, 10:50 AM   #9
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,463
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote