Opened 3 years ago
Closed 3 years ago
#17054 closed bug (fixed)
Cannot Open WebPositive
Reported by: | HAL | Owned by: | pulkomandy |
---|---|---|---|
Priority: | blocker | Milestone: | R1/beta3 |
Component: | Applications/WebPositive | Version: | R1/beta2 |
Keywords: | WebPositive, missing, symbol, | Cc: | grg.gdsr@… |
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I updated to hrev55216 x86_64 and now WebPositive won't start. When I click on its icon I get a message:Missing symbol ZN8BWebViewC1EPKcP11BUrlContext. Steps to reproduce:
- Use Software Updater. Update to hrev55216 x86_84
- Open Webpositive from menu.
Result: won't start but get message; Could not open WebPositive. Missing symbol ZN8BWebViewC1EPKcP11BUrlContext.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
We're switching from the legacy webkit API in haikuwebkit-1.7.x to the new / modern webkit API in haikuwebkit-1.8.x.
Not really. It's the same old API with a few ABI changes here and there, as with every WebKit update. Probably not a one-time change, this will happen again everytime we add some features to WebKit that requires changing the ABI, since there is no FBC padding or any other strategy in place to avoid breakage.
comment:3 by , 3 years ago
Milestone: | Unscheduled → R1/beta3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev55218.
expected. Sorry for the breakage. We're switching from the legacy webkit API in haikuwebkit-1.7.x to the new / modern webkit API in haikuwebkit-1.8.x.
If you apply the latest system updates (hrev55218 or later, should be available in a few hours) and reboot for them to take effect, WebPositive will be working as expected.
This was a messy update... hopefully a one-time thing :-)