Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Thread crash Error
QtWS25 Last Chance

Thread crash Error

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    akhil
    wrote on last edited by
    #1

    I built an app which renders a 3d object on screen. When I run the application on desktop it works fine with no errors or warnings, but when I run it on my mobile device, the application exits as soon as the rendering starts.
    The error displayed is

    [Qt Message] QGLTexturePool: cannot create permanent texture because of invalid params
    Thread has crashed: A data abort exception has occurred accessing 0x41d930.

    Can anyone help where is the flaw?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deion
      wrote on last edited by
      #2

      Did you solve your problem? I have the same warning in the log:
      [Qt Message] QGLTexturePool: cannot create permanent texture because of invalid params

      However my app doesn't crash, it's just that no OpenGL textures are drawn anymore. This happens on a Symbian device when going the app in the background and then back to foreground; when the app returns to fore ground this warning is shown and there is no more drawing, although it did draw corectly just before sending it to background...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved