View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002794 | Buildsystem | [All Projects] General | public | 2020-09-23 13:35 | 2020-10-01 20:06 | ||||
Reporter | F Duchesneau | ||||||||
Assigned To | kinnison | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | stm32mp157c-dk2 | OS | Linux buildroot 5.7.10 | OS Version | Linux 5.7.10 | ||||
Summary | 0002794: blank page with status loading | ||||||||
Description | Compile 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 Information | Maybe, 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 | ||||||||
Tags | No tags attached. | ||||||||
Fixed in CI build # | |||||||||
Reported in CI build # | |||||||||
Attached Files |
|
![]() |
|
![]() F Duchesneau (reporter) 2020-09-23 14:21 |
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, |
kinnison (administrator) 2020-10-01 20:06 |
Im glad you got it working in the end. |
![]() |
|||
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 | kinnison | Note Added: 0002293 | |
2020-10-01 20:06 | kinnison | Assigned To | => kinnison |
2020-10-01 20:06 | kinnison | Status | new => closed |
2020-10-01 20:06 | kinnison | Resolution | open => no change required |