← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1291707] [NEW] QtWebKit 5.2 fails to render fruity-pops (and some other web games) on Ubuntu Touch

 

Public bug reported:

Using the QtWebKit 5.2 packages, the webbrowser app fails to render the
web game fruity-loops (and a few others as well) on Ubuntu Touch.

The QtWebKit 5.2 package behaves the same when built on top of Qt 5.0,
so it's not related with Qt itself.

One main different from the logs is that it seems qtwebkit 5.2 is trying
to create another surface when playing the game, as described below:

With QtWebKit 5.1.1:

phablet@ubuntu-phablet:~$ webbrowser-app
--desktop_file_hint=/usr/share/applications/webbrowser-app.desktop
http://games.softgames.de/fruity-pops/index.html?platform=kirk

WARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.
WARNING: The experimental API will change from version to version, or even be removed. You have been warned!

callbacks 0xb381b220 0xb381b190
creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported. 

----

With QtWebKit 5.2.2:

phablet@ubuntu-phablet:~$ webbrowser-app
--desktop_file_hint=/usr/share/applications/webbrowser-app.desktop
http://games.softgames.de/fruity-pops/index.html?platform=kirk

WARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.
WARNING: The experimental API will change from version to version, or even be removed. You have been warned!

callbacks 0xb384dff0 0xb384df60
creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported. 
callbacks 0xb0f57ff0 0xb0f57f60
creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported.

** Affects: qtwebkit-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: qt5.2

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtwebkit-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1291707

Title:
  QtWebKit 5.2 fails to render fruity-pops (and some other web games) on
  Ubuntu Touch

Status in “qtwebkit-opensource-src” package in Ubuntu:
  New

Bug description:
  Using the QtWebKit 5.2 packages, the webbrowser app fails to render
  the web game fruity-loops (and a few others as well) on Ubuntu Touch.

  The QtWebKit 5.2 package behaves the same when built on top of Qt 5.0,
  so it's not related with Qt itself.

  One main different from the logs is that it seems qtwebkit 5.2 is
  trying to create another surface when playing the game, as described
  below:

  With QtWebKit 5.1.1:

  phablet@ubuntu-phablet:~$ webbrowser-app
  --desktop_file_hint=/usr/share/applications/webbrowser-app.desktop
  http://games.softgames.de/fruity-pops/index.html?platform=kirk

  WARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.
  WARNING: The experimental API will change from version to version, or even be removed. You have been warned!

  callbacks 0xb381b220 0xb381b190
  creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported. 

  ----

  With QtWebKit 5.2.2:

  phablet@ubuntu-phablet:~$ webbrowser-app
  --desktop_file_hint=/usr/share/applications/webbrowser-app.desktop
  http://games.softgames.de/fruity-pops/index.html?platform=kirk

  WARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.
  WARNING: The experimental API will change from version to version, or even be removed. You have been warned!

  callbacks 0xb384dff0 0xb384df60
  creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported. 
  callbacks 0xb0f57ff0 0xb0f57f60
  creating surface at (0, 32) with size (480, 768) with title 'Window 1'Detectable autorepeat not supported.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebkit-opensource-src/+bug/1291707/+subscriptions


Follow ups

References