On Sun, 21 Mar 2010 18:59:34 +0000, Steve Fryatt wrote: > Just for completeness, the issue here seems to be that the various > _initialise() functions for the treeview modules (cookies_initialise(), etc) > need be called from gui_init2() after the content fetchers have been set up. > When called from gui_init(), as they were in the RISC OS front-end, the > content system can't fetch the graphics that early in the process and so > flags them all up as having errors. > > Given that I don't fully understand the browser core yet, does this > explanation sound vaguely sane or have I just stumbled across a fix by > accident?
Yes, I had that problem too - although in my case, the cURL fetchers had been initialised but my custom file: fetcher hadn't, so failed to open the files. Chris
