Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Thread crash Error

    Mobile and Embedded
    2
    2
    1132
    Loading More Posts
    • 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
      akhil last edited by

      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 Reply Quote 0
      • D
        deion last edited by

        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 Reply Quote 0
        • First post
          Last post