2024-04-18 18:05 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002794Buildsystem[All Projects] Generalpublic2020-10-01 20:06
ReporterF Duchesneau 
Assigned ToDaniel Silverstone 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
Platformstm32mp157c-dk2OSLinux buildroot 5.7.10OS VersionLinux 5.7.10
Summary0002794: blank page with status loading
DescriptionCompile netsurf-fb with sdl
/usr/bin/netsurf-fb -fsdl -w 800 -h 480 http://google.com
Program start, but still in loading mode even with any url.

Steps To Reproduce/usr/bin/netsurf-fb -v -fsdl -w 800 -h 480 http://google.com
...
(0.388890) [INFO netsurf] frontends/framebuffer/gui.c:1440 create_toolbar: xpos is 744
(0.388930) [INFO netsurf] frontends/framebuffer/fbtk/fbtk.c:129 fbtk_set_mapping: setting mapping on 0x3bee60 to 1
(0.388976) [INFO netsurf] frontends/framebuffer/gui.c:1682 create_normal_browser_window: status bar 0x3bf5b0 at 0,462
(0.389036) [INFO netsurf] frontends/framebuffer/fbtk/fbtk.c:129 fbtk_set_mapping: setting mapping on 0x3bed90 to 1
(0.389083) [INFO netsurf] desktop/browser_window.c:3264 browser_window_navigate: bw 0x3522f0, url http://192.168.30.35/
(0.389146) [INFO netsurf] desktop/browser_window.c:3469 navigate_internal_real: Loading 'http://192.168.30.35/'
(0.391775) [INFO netsurf] frontends/framebuffer/fbtk/scroll.c:337 hscroll_redraw: hscroll 209
Additional InformationMaybe, its a wrong setup
Had to copy DejaVu*.ttf in /usr/share/netsurf
because of "Unable to initialise the font system"

If I start with no url, I have
Error occured fetching page
Bad Encoding
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files

-Relationships
+Relationships

-Notes
F Duchesneau

~0002292

F Duchesneau (reporter)

Found the problem.
Must be compiled with LIBCURL enabled
which also add openssl
NETSURF_DEPENDENCIES += libcurl openssl

Now works fine and fast.

Thank you
Regards,
Daniel Silverstone

~0002293

Daniel Silverstone (administrator)

Im glad you got it working in the end.
+Notes

-Issue History
Date Modified Username Field Change
2020-09-23 13:35 F Duchesneau New Issue
2020-09-23 14:21 F Duchesneau Note Added: 0002292
2020-10-01 20:06 Daniel Silverstone Note Added: 0002293
2020-10-01 20:06 Daniel Silverstone Assigned To => Daniel Silverstone
2020-10-01 20:06 Daniel Silverstone Status new => closed
2020-10-01 20:06 Daniel Silverstone Resolution open => no change required
+Issue History