Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem with Qml and Wine
Forum Updated to NodeBB v4.3 + New Features

Problem with Qml and Wine

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k Views 1 Watching
  • 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.
  • H Offline
    H Offline
    hipersayan_x
    wrote on last edited by hipersayan_x
    #1

    With the latest version of Qt, I can't run my programs writen in Qml.

    Wine 1.7.45 (emulating Win 8.1)
    Qt 5.4.2
    mingw-w64-gcc 5.1.0

    This is the error throw by Wine:

    fixme:win:RegisterDeviceNotificationW (hwnd=0x20062, filter=0x98efd8,flags=0x00000000) returns a fake device notification handle!
    fixme:nls:GetUserPreferredUILanguages stub: 8 0x98f4e0 0x98f500 0x98f4e4
    fixme:file:FindFirstFileExW flags not implemented 0x00000002
    fixme:file:FindFirstFileExW flags not implemented 0x00000002
    fixme:file:FindFirstFileExW flags not implemented 0x00000002
    fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
    fixme:d3d:init_driver_info Unhandled OS version 6.3, reporting Win 8.
    fixme:win:EnumDisplayDevicesW ((null),0,0x98e9f4,0x00000000), stub!
    fixme:d3d11:D3D11CreateDevice adapter (nil), driver_type D3D_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0x2, feature_levels 0x1100d40, levels 0x3, sdk_version 7, device 0x63b1f30, feature_level 0x63b1f34, context 0x63b1f38 stub!
    fixme:d3d11:D3D11CreateDevice adapter (nil), driver_type D3D_DRIVER_TYPE_HARDWARE, swrast (nil), flags 0, feature_levels 0x1100d40, levels 0x3, sdk_version 7, device 0x63b1f30, feature_level 0x63b1f34, context 0x63b1f38 stub!
    Assertion failed!
    
    Program: Z:\home\user\MyProgram\program.exe
    File: ../src/libGLESv2/renderer/Renderer.cpp, Line 168
    
    Expression: renderer
    

    Is there a workarround for this?

    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