On 04/23/2010 12:40 PM, Bernd Roesch wrote:
desktop/netsurf.c netsurf_init 141: Using
'/h1/AmiDevCpp/bernd/netsurf_new/Resources/options' for Options file
desktop/netsurf.c netsurf_init 145: Using
'/h1/AmiDevCpp/bernd/netsurf_new/Resources/messages' as Messages file
framebuffer/gui.c gui_init 401: Using
'/h1/AmiDevCpp/bernd/netsurf_new/Resources/Aliases' as Aliases file
was it your port that had errors in its file location code? Have you double-checked that the filesystem has managed to stat all of the files? those messages may in some cases be a result of the functions returning a default value, even though the file was not programmatically found;

so similarly
framebuffer/gui.c gui_init 410: Using
'file:////h1/AmiDevCpp/bernd/netsurf_new/Resources/default.css' as Default
CSS URL
framebuffer/gui.c process_cmdline 342: argc 1, argv 0x10ac4878
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
/h1/AmiDevCpp/bernd/netsurf_new/Fonts/DejaVuSans.ttf
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
/h1/AmiDevCpp/bernd/netsurf_new/Fonts/DejaVuSans-Bold.ttf
framebuffer/font_freetype.c ft_face_requester 84: Could not find font (code
1)
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
Progdir:fonts/DejaVuSans-Oblique.ttf
framebuffer/font_freetype.c fb_new_face 124: Could not find font face
Progdir:fonts/DejaVuSans-Oblique.ttf (code 1)
framebuffer/font_freetype.c ft_face_requester 84: Could not find font (code
1)
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
Progdir:fonts/DejaVuSans-BoldOblique.ttf
framebuffer/font_freetype.c fb_new_face 124: Could not find font face
Progdir:fonts/DejaVuSans-BoldOblique.ttf (code 1)
framebuffer/font_freetype.c ft_face_requester 84: Could not find font (code
1)
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
Progdir:fonts/DejaVuSansMono.ttf
framebuffer/font_freetype.c fb_new_face 124: Could not find font face
Progdir:fonts/DejaVuSansMono.ttf (code 1)
framebuffer/font_freetype.c ft_face_requester 84: Could not find font (code
1)
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
Progdir:fonts/DejaVuSerif.ttf
framebuffer/font_freetype.c fb_new_face 124: Could not find font face
Progdir:fonts/DejaVuSerif.ttf (code 1)
framebuffer/font_freetype.c ft_face_requester 84: Could not find font (code
1)
framebuffer/font_freetype.c ft_face_requester 99: Loaded face from
Progdir:fonts/DejaVuSerif-Bold.ttf
framebuffer/font_freetype.c fb_new_face 124: Could not find font face
Progdir:fonts/DejaVuSerif-Bold.ttf (code 1)
as well as the fact that file://// looks inappropriate, could be the reason the fonts were not loaded

I say that, as I remember similar namespace creation messages when developing the windows port, particularly noticeable there as the path descriptors needed adaptability to the various different possible configurations

Best

Mark

http://www.halloit.com

Key ID 046B65CF


Reply via email to