[Wine] [Wine 1.3.5] Glu error on custom 3D application

silice wineforum-user at winehq.org
Sat Oct 23 11:38:18 CDT 2010


Hello,

I am trying to run a small application called Miku Desktop Mascot. a small anim character dancing on the screen (nice distraction when all day on code lines).

current system is :
Fedora 13 x64
Nvidia GTX 460 , proprietary driver 260.19.12
Wine 1.3.5 x64

I actually am a java developer (not c++) so if I can be of any help testing, compiling wine on my machine it's possible.

thanks

And here is the log obtained when running with WINEDEBUG=+wgl

Code:

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT" (9.0.21022.8)
trace:wgl:wglGetProcAddress func: 'wglGetIntegerv'
trace:wgl:X11DRV_WineGL_InitOpenglInfo GL version             : 4.1.0 NVIDIA 260.19.12.
trace:wgl:X11DRV_WineGL_InitOpenglInfo GL renderer            : GeForce GTX 460/PCI/SSE2.
trace:wgl:X11DRV_WineGL_InitOpenglInfo GLX version            : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX version     : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX vendor:     : NVIDIA Corporation.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX version     : 1.4.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX vendor:     : NVIDIA Corporation.
trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: True
trace:wgl:has_opengl GLX is up and running error_base = 144
trace:wgl:register_extension_string ''
trace:wgl:register_extension     - 'wglGetIntegerv'
trace:wgl:register_extension     - 'wglFinish'
trace:wgl:register_extension     - 'wglFlush'
trace:wgl:register_extension_string 'WGL_ARB_create_context'
trace:wgl:register_extension     - 'wglCreateContextAttribsARB'
trace:wgl:register_extension_string 'WGL_ARB_create_context_profile'
trace:wgl:register_extension_string 'WGL_ARB_pixel_format_float'
trace:wgl:register_extension_string 'WGL_ATI_pixel_format_float'
trace:wgl:register_extension_string 'WGL_ARB_extensions_string'
trace:wgl:register_extension     - 'wglGetExtensionsStringARB'
trace:wgl:register_extension_string 'WGL_ARB_make_current_read'
trace:wgl:register_extension     - 'wglGetCurrentReadDCARB'
trace:wgl:register_extension     - 'wglMakeContextCurrentARB'
trace:wgl:register_extension_string 'WGL_ARB_multisample'
trace:wgl:register_extension_string 'WGL_ARB_pbuffer'
trace:wgl:register_extension     - 'wglCreatePbufferARB'
trace:wgl:register_extension     - 'wglDestroyPbufferARB'
trace:wgl:register_extension     - 'wglGetPbufferDCARB'
trace:wgl:register_extension     - 'wglQueryPbufferARB'
trace:wgl:register_extension     - 'wglReleasePbufferDCARB'
trace:wgl:register_extension     - 'wglSetPbufferAttribARB'
trace:wgl:register_extension_string 'WGL_ARB_pixel_format'
trace:wgl:register_extension     - 'wglChoosePixelFormatARB'
trace:wgl:register_extension     - 'wglGetPixelFormatAttribfvARB'
trace:wgl:register_extension     - 'wglGetPixelFormatAttribivARB'
trace:wgl:register_extension_string 'WGL_ARB_render_texture'
trace:wgl:register_extension     - 'wglBindTexImageARB'
trace:wgl:register_extension     - 'wglReleaseTexImageARB'
trace:wgl:register_extension_string 'WGL_NV_float_buffer'
trace:wgl:register_extension_string 'WGL_NV_texture_rectangle'
trace:wgl:register_extension_string 'WGL_EXT_extensions_string'
trace:wgl:register_extension     - 'wglGetExtensionsStringEXT'
trace:wgl:register_extension_string 'WGL_EXT_swap_control'
trace:wgl:register_extension     - 'wglSwapIntervalEXT'
trace:wgl:register_extension     - 'wglGetSwapIntervalEXT'
trace:wgl:register_extension_string 'WGL_EXT_framebuffer_sRGB'
trace:wgl:register_extension_string 'WGL_NV_vertex_array_range'
trace:wgl:register_extension     - 'wglAllocateMemoryNV'
trace:wgl:register_extension     - 'wglFreeMemoryNV'
trace:wgl:register_extension_string 'WGL_WINE_pixel_format_passthrough'
trace:wgl:register_extension     - 'wglSetPixelFormatWINE'
trace:wgl:X11DRV_wglGetProcAddress ('wglGetIntegerv'):                  (0x6a66b9b0) - WineGL
trace:wgl:wglGetProcAddress func: 'wglFinish'
trace:wgl:X11DRV_wglGetProcAddress ('wglFinish'):                       (0x6a674240) - WineGL
trace:wgl:wglGetProcAddress func: 'wglFlush'
trace:wgl:X11DRV_wglGetProcAddress ('wglFlush'):                        (0x6a674140) - WineGL
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
trace:wgl:X11DRV_ChoosePixelFormat (0x130770,0x450764)
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - size / version : 40 / 1
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - dwFlags : PFD_DRAW_TO_BITMAP PFD_SUPPORT_GDI PFD_SUPPORT_OPENGL 
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - iPixelType : PFD_TYPE_RGBA
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Color   : 32
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Red     : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Green   : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Blue    : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Alpha   : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Accum   : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Depth   : 32
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Stencil : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - Aux     : 0
trace:wgl:dump_PIXELFORMATDESCRIPTOR   - iLayerType : PFD_MAIN_PLANE
trace:wgl:get_formats Found 18 bitmap capable fbconfigs
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x75 corresponding to iPixelFormat 1 at GLX index 0
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x76 corresponding to iPixelFormat 2 at GLX index 1
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x77 corresponding to iPixelFormat 3 at GLX index 2
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x78 corresponding to iPixelFormat 4 at GLX index 3
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x79 corresponding to iPixelFormat 5 at GLX index 4
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x79 corresponding to iPixelFormat 6 at GLX index 4
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7a corresponding to iPixelFormat 7 at GLX index 5
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x7a corresponding to iPixelFormat 8 at GLX index 5
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7b corresponding to iPixelFormat 9 at GLX index 6
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x7b corresponding to iPixelFormat 10 at GLX index 6
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7c corresponding to iPixelFormat 11 at GLX index 7
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x7c corresponding to iPixelFormat 12 at GLX index 7
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7d corresponding to iPixelFormat 13 at GLX index 8
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7e corresponding to iPixelFormat 14 at GLX index 9
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x7f corresponding to iPixelFormat 15 at GLX index 10
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x80 corresponding to iPixelFormat 16 at GLX index 11
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x81 corresponding to iPixelFormat 17 at GLX index 12
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x81 corresponding to iPixelFormat 18 at GLX index 12
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x82 corresponding to iPixelFormat 19 at GLX index 13
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x82 corresponding to iPixelFormat 20 at GLX index 13
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x83 corresponding to iPixelFormat 21 at GLX index 14
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x83 corresponding to iPixelFormat 22 at GLX index 14
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x84 corresponding to iPixelFormat 23 at GLX index 15
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x84 corresponding to iPixelFormat 24 at GLX index 15
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x85 corresponding to iPixelFormat 25 at GLX index 16
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x86 corresponding to iPixelFormat 26 at GLX index 17
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x87 corresponding to iPixelFormat 27 at GLX index 18
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x88 corresponding to iPixelFormat 28 at GLX index 19
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x89 corresponding to iPixelFormat 29 at GLX index 20
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x89 corresponding to iPixelFormat 30 at GLX index 20
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8a corresponding to iPixelFormat 31 at GLX index 21
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x8a corresponding to iPixelFormat 32 at GLX index 21
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8b corresponding to iPixelFormat 33 at GLX index 22
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x8b corresponding to iPixelFormat 34 at GLX index 22
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8c corresponding to iPixelFormat 35 at GLX index 23
trace:wgl:get_formats Found bitmap capable format FBCONFIG_ID 0x8c corresponding to iPixelFormat 36 at GLX index 23
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8d corresponding to iPixelFormat 37 at GLX index 24
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8e corresponding to iPixelFormat 38 at GLX index 25
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x8f corresponding to iPixelFormat 39 at GLX index 26
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x90 corresponding to iPixelFormat 40 at GLX index 27
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x91 corresponding to iPixelFormat 41 at GLX index 28
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x92 corresponding to iPixelFormat 42 at GLX index 29
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x93 corresponding to iPixelFormat 43 at GLX index 30
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x94 corresponding to iPixelFormat 44 at GLX index 31
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x95 corresponding to iPixelFormat 45 at GLX index 32
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x96 corresponding to iPixelFormat 46 at GLX index 33
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x97 corresponding to iPixelFormat 47 at GLX index 34
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x98 corresponding to iPixelFormat 48 at GLX index 35
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x99 corresponding to iPixelFormat 49 at GLX index 36
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9a corresponding to iPixelFormat 50 at GLX index 37
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9b corresponding to iPixelFormat 51 at GLX index 38
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9c corresponding to iPixelFormat 52 at GLX index 39
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9d corresponding to iPixelFormat 53 at GLX index 40
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9e corresponding to iPixelFormat 54 at GLX index 41
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0x9f corresponding to iPixelFormat 55 at GLX index 42
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa0 corresponding to iPixelFormat 56 at GLX index 43
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa1 corresponding to iPixelFormat 57 at GLX index 44
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa2 corresponding to iPixelFormat 58 at GLX index 45
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa3 corresponding to iPixelFormat 59 at GLX index 46
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa4 corresponding to iPixelFormat 60 at GLX index 47
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa5 corresponding to iPixelFormat 61 at GLX index 48
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa6 corresponding to iPixelFormat 62 at GLX index 49
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa7 corresponding to iPixelFormat 63 at GLX index 50
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa8 corresponding to iPixelFormat 64 at GLX index 51
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xa9 corresponding to iPixelFormat 65 at GLX index 52
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xaa corresponding to iPixelFormat 66 at GLX index 53
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xab corresponding to iPixelFormat 67 at GLX index 54
trace:wgl:get_formats Found onscreen format FBCONFIG_ID 0xac corresponding to iPixelFormat 68 at GLX index 55
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xc9 corresponding to iPixelFormat 69 at GLX index 84
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xca corresponding to iPixelFormat 70 at GLX index 85
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xcb corresponding to iPixelFormat 71 at GLX index 86
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xcc corresponding to iPixelFormat 72 at GLX index 87
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xcd corresponding to iPixelFormat 73 at GLX index 88
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xce corresponding to iPixelFormat 74 at GLX index 89
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xcf corresponding to iPixelFormat 75 at GLX index 90
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd0 corresponding to iPixelFormat 76 at GLX index 91
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd1 corresponding to iPixelFormat 77 at GLX index 92
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd2 corresponding to iPixelFormat 78 at GLX index 93
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd3 corresponding to iPixelFormat 79 at GLX index 94
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd4 corresponding to iPixelFormat 80 at GLX index 95
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd5 corresponding to iPixelFormat 81 at GLX index 96
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd6 corresponding to iPixelFormat 82 at GLX index 97
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd7 corresponding to iPixelFormat 83 at GLX index 98
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd8 corresponding to iPixelFormat 84 at GLX index 99
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xd9 corresponding to iPixelFormat 85 at GLX index 100
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xda corresponding to iPixelFormat 86 at GLX index 101
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xdb corresponding to iPixelFormat 87 at GLX index 102
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xdc corresponding to iPixelFormat 88 at GLX index 103
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xdd corresponding to iPixelFormat 89 at GLX index 104
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xde corresponding to iPixelFormat 90 at GLX index 105
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xdf corresponding to iPixelFormat 91 at GLX index 106
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe0 corresponding to iPixelFormat 92 at GLX index 107
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe1 corresponding to iPixelFormat 93 at GLX index 108
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe2 corresponding to iPixelFormat 94 at GLX index 109
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe3 corresponding to iPixelFormat 95 at GLX index 110
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe4 corresponding to iPixelFormat 96 at GLX index 111
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe5 corresponding to iPixelFormat 97 at GLX index 112
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe6 corresponding to iPixelFormat 98 at GLX index 113
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe7 corresponding to iPixelFormat 99 at GLX index 114
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe8 corresponding to iPixelFormat 100 at GLX index 115
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xe9 corresponding to iPixelFormat 101 at GLX index 116
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xea corresponding to iPixelFormat 102 at GLX index 117
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xeb corresponding to iPixelFormat 103 at GLX index 118
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xec corresponding to iPixelFormat 104 at GLX index 119
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xed corresponding to iPixelFormat 105 at GLX index 120
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xee corresponding to iPixelFormat 106 at GLX index 121
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xef corresponding to iPixelFormat 107 at GLX index 122
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf0 corresponding to iPixelFormat 108 at GLX index 123
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf1 corresponding to iPixelFormat 109 at GLX index 124
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf2 corresponding to iPixelFormat 110 at GLX index 125
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf3 corresponding to iPixelFormat 111 at GLX index 126
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf4 corresponding to iPixelFormat 112 at GLX index 127
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf5 corresponding to iPixelFormat 113 at GLX index 128
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf6 corresponding to iPixelFormat 114 at GLX index 129
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf7 corresponding to iPixelFormat 115 at GLX index 130
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf8 corresponding to iPixelFormat 116 at GLX index 131
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xf9 corresponding to iPixelFormat 117 at GLX index 132
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xfa corresponding to iPixelFormat 118 at GLX index 133
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xfb corresponding to iPixelFormat 119 at GLX index 134
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xfc corresponding to iPixelFormat 120 at GLX index 135
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xfd corresponding to iPixelFormat 121 at GLX index 136
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xfe corresponding to iPixelFormat 122 at GLX index 137
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0xff corresponding to iPixelFormat 123 at GLX index 138
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x100 corresponding to iPixelFormat 124 at GLX index 139
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x101 corresponding to iPixelFormat 125 at GLX index 140
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x102 corresponding to iPixelFormat 126 at GLX index 141
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x103 corresponding to iPixelFormat 127 at GLX index 142
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x104 corresponding to iPixelFormat 128 at GLX index 143
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x105 corresponding to iPixelFormat 129 at GLX index 144
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x106 corresponding to iPixelFormat 130 at GLX index 145
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x107 corresponding to iPixelFormat 131 at GLX index 146
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x108 corresponding to iPixelFormat 132 at GLX index 147
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x109 corresponding to iPixelFormat 133 at GLX index 148
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10a corresponding to iPixelFormat 134 at GLX index 149
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10b corresponding to iPixelFormat 135 at GLX index 150
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10c corresponding to iPixelFormat 136 at GLX index 151
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10d corresponding to iPixelFormat 137 at GLX index 152
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10e corresponding to iPixelFormat 138 at GLX index 153
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x10f corresponding to iPixelFormat 139 at GLX index 154
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x110 corresponding to iPixelFormat 140 at GLX index 155
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x111 corresponding to iPixelFormat 141 at GLX index 156
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x112 corresponding to iPixelFormat 142 at GLX index 157
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x113 corresponding to iPixelFormat 143 at GLX index 158
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x114 corresponding to iPixelFormat 144 at GLX index 159
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x115 corresponding to iPixelFormat 145 at GLX index 160
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x116 corresponding to iPixelFormat 146 at GLX index 161
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x117 corresponding to iPixelFormat 147 at GLX index 162
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x118 corresponding to iPixelFormat 148 at GLX index 163
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x119 corresponding to iPixelFormat 149 at GLX index 164
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x11a corresponding to iPixelFormat 150 at GLX index 165
trace:wgl:get_formats Found offscreen format FBCONFIG_ID 0x11b corresponding to iPixelFormat 151 at GLX index 166
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=1
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=2
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=3
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=4
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=5
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=7
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=9
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=11
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=13
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=14
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=15
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=16
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=17
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=19
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=21
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=23
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=25
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=26
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=27
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=28
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=29
trace:wgl:X11DRV_ChoosePixelFormat depth mismatch for iPixelFormat=30
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=31
trace:wgl:X11DRV_ChoosePixelFormat depth mismatch for iPixelFormat=32
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=33
trace:wgl:X11DRV_ChoosePixelFormat depth mismatch for iPixelFormat=34
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=35
trace:wgl:X11DRV_ChoosePixelFormat depth mismatch for iPixelFormat=36
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=37
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=38
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=39
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=40
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=41
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=42
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=43
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=44
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=45
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=46
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=47
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=48
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=49
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=50
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=51
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=52
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=53
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=54
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=55
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=56
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=57
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=58
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=59
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=60
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=61
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=62
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=63
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=64
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=65
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=66
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=67
trace:wgl:X11DRV_ChoosePixelFormat PFD_DRAW_TO_BITMAP mismatch for iPixelFormat=68
trace:wgl:X11DRV_ChoosePixelFormat Successfully found a matching mode, returning index: 6 79
trace:wgl:X11DRV_SetPixelFormat (0x130770,6,0x450764)
trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x79 for iPixelFormat=6
trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=68
trace:wgl:create_bitmap_glxpixmap return 0
warn:wgl:internal_SetPixelFormat Couldn't create glxpixmap for pixel format 6
trace:wgl:wglMakeCurrent hdc: (0xcc0), hglrc: ((nil))
trace:wgl:X11DRV_wglMakeCurrent (0x204,(nil))
trace:wgl:X11DRV_wglMakeCurrent  returning True
trace:wgl:wine_glFlush ()
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
wine: Unhandled page fault on read access to 0x033c1000 at address 0x72108456 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x033c1000 in 32-bit code (0x72108456).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:72108456 ESP:0032eff0 EBP:0032f058 EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:738e0faa EBX:7216bad4 ECX:00002000 EDX:00000000
 ESI:033c1000 EDI:738e0fa8
Stack dump:
0x0032eff0:  00000800 00002000 00000001 00100001
0x0032f000:  033bf030 00001fd0 00000005 00400000
0x0032f010:  00000000 00020000 0000007e 027f0e7f
0x0032f020:  683063d8 20000000 00000fff 00800008
0x0032f030:  00000000 683063a0 683063d0 9696f3de
0x0032f040:  683063a0 00001401 721080d7 7216bad4
Backtrace:
=>0 0x72108456 in libglu.so.1 (+0x5456) (0x0032f058)
  1 0x7210d50f gluScaleImage+0x218() in libglu.so.1 (0x0032f138)
  2 0x69fcdb56 wine_gluScaleImage+0x55() in glu32 (0x0032f178)
0x72108456: movzbl	0x0(%esi),%edx
Modules:
Module	Address			Debug info	Name (93 modules)
PE	  400000-  45b000	Export          mmd_dm
ELF	68000000-68020000	Deferred        ld-linux.so.2
ELF	68020000-68162000	Deferred        libwine.so.1
ELF	68162000-6817d000	Deferred        libpthread.so.0
ELF	6817d000-68309000	Deferred        libc.so.6
ELF	68309000-6830e000	Deferred        libdl.so.2
ELF	6830e000-683d5000	Deferred        ntdll<elf>
  \-PE	68320000-683d5000	\               ntdll
ELF	683d5000-683ff000	Deferred        libm.so.6
ELF	683ff000-6840d000	Deferred        libnss_files.so.2
ELF	6840d000-68591000	Deferred        kernel32<elf>
  \-PE	68420000-68591000	\               kernel32
ELF	68591000-68599000	Deferred        libsm.so.6
ELF	68599000-685b3000	Deferred        libice.so.6
ELF	685b3000-685c4000	Deferred        libxext.so.6
ELF	685c4000-6868d000	Deferred        libgl.so.1
ELF	6868d000-68692000	Deferred        libuuid.so.1
ELF	68692000-686b0000	Deferred        libxcb.so.1
ELF	686b0000-686b2000	Deferred        libnvidia-tls.so.260.19.12
ELF	686b2000-69d62000	Deferred        libnvidia-glcore.so.260.19.12
ELF	69d62000-69d65000	Deferred        libxau.so.6
ELF	69d65000-69eaa000	Deferred        user32<elf>
  \-PE	69d80000-69eaa000	\               user32
ELF	69eaa000-69f40000	Deferred        gdi32<elf>
  \-PE	69ec0000-69f40000	\               gdi32
ELF	69f40000-69fa1000	Deferred        advapi32<elf>
  \-PE	69f50000-69fa1000	\               advapi32
ELF	69fa1000-69fba000	Deferred        version<elf>
  \-PE	69fb0000-69fba000	\               version
ELF	69fba000-69fd0000	Export          glu32<elf>
  \-PE	69fc0000-69fd0000	\               glu32
ELF	6a0bd000-6a0db000	Deferred        libgcc_s.so.1
ELF	6a0db000-6a173000	Deferred        winmm<elf>
  \-PE	6a0e0000-6a173000	\               winmm
ELF	6a173000-6a230000	Deferred        comdlg32<elf>
  \-PE	6a180000-6a230000	\               comdlg32
ELF	6a230000-6a42f000	Deferred        shell32<elf>
  \-PE	6a240000-6a42f000	\               shell32
ELF	6a42f000-6a468000	Deferred        winspool<elf>
  \-PE	6a440000-6a468000	\               winspool
ELF	6a468000-6a499000	Deferred        msvcr90<elf>
  \-PE	6a470000-6a499000	\               msvcr90
ELF	6a499000-6a526000	Deferred        msvcrt<elf>
  \-PE	6a4b0000-6a526000	\               msvcrt
ELF	6a526000-6a5be000	Deferred        libfreetype.so.6
ELF	6a5be000-6a5f3000	Deferred        libfontconfig.so.1
ELF	6a5f3000-6a61b000	Deferred        libexpat.so.1
ELF	6a61b000-6a6cc000	Deferred        winex11<elf>
  \-PE	6a630000-6a6cc000	\               winex11
ELF	6a6cc000-6a6ee000	Deferred        imm32<elf>
  \-PE	6a6d0000-6a6ee000	\               imm32
ELF	6a6ee000-6a6f1000	Deferred        libxinerama.so.1
ELF	6a6f1000-6a6f6000	Deferred        libxxf86vm.so.1
ELF	6a6f6000-6a6ff000	Deferred        libxrender.so.1
ELF	6a6ff000-6a707000	Deferred        libxrandr.so.2
ELF	6a707000-6a70a000	Deferred        libxcomposite.so.1
ELF	6a70a000-6a70f000	Deferred        libxfixes.so.3
ELF	6a70f000-6a719000	Deferred        libxcursor.so.1
ELF	6a719000-6a74d000	Deferred        uxtheme<elf>
  \-PE	6a720000-6a74d000	\               uxtheme
ELF	6a74d000-6a86b000	Deferred        ole32<elf>
  \-PE	6a760000-6a86b000	\               ole32
ELF	6a86b000-6a8e6000	Deferred        rpcrt4<elf>
  \-PE	6a880000-6a8e6000	\               rpcrt4
ELF	6a8e6000-6a938000	Deferred        libcups.so.2
ELF	6a938000-6a9f1000	Deferred        libkrb5.so.3
ELF	6a9f1000-6a9f4000	Deferred        libcom_err.so.2
ELF	6a9f4000-6aa9d000	Deferred        libgnutls.so.26
ELF	6aa9d000-6ab19000	Deferred        libgcrypt.so.11
ELF	6ab19000-6ab1d000	Deferred        libgpg-error.so.0
ELF	6ab1d000-6ab2e000	Deferred        libavahi-client.so.3
ELF	6ab2e000-6ab41000	Deferred        libz.so.1
ELF	6ab41000-6ab4a000	Deferred        libkrb5support.so.0
ELF	6ab4a000-6ab4d000	Deferred        libkeyutils.so.1
ELF	6ab4d000-6ab66000	Deferred        libresolv.so.2
ELF	6ab66000-6ab78000	Deferred        libtasn1.so.3
ELF	6ab78000-6abbf000	Deferred        libdbus-1.so.3
ELF	6abbf000-6ac09000	Deferred        libfreebl3.so
ELF	6ac09000-6ac28000	Deferred        libselinux.so.1
ELF	6c56c000-6c5d6000	Deferred        shlwapi<elf>
  \-PE	6c580000-6c5d6000	\               shlwapi
ELF	6ca79000-6ca86000	Deferred        libavahi-common.so.3
ELF	6cb05000-6cbd6000	Deferred        opengl32<elf>
  \-PE	6cb20000-6cbd6000	\               opengl32
ELF	72103000-7216c000	Export          libglu.so.1
ELF	73033000-7312b000	Deferred        comctl32<elf>
  \-PE	73040000-7312b000	\               comctl32
ELF	758ca000-758f8000	Deferred        libgssapi_krb5.so.2
ELF	76f65000-76f95000	Deferred        libcrypt.so.1
ELF	785c3000-785ee000	Deferred        libk5crypto.so.3
ELF	7a3c8000-7a3d1000	Deferred        librt.so.1
ELF	7bf00000-7bf03000	Deferred        <wine-loader>
ELF	7c644000-7c77c000	Deferred        libx11.so.6
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\miku\MMDE_v712\MMD_DM_v0.4.9\MMD_DM.exe
	0000001b    0
	00000009    0 <==
0000000e services.exe
	00000017    0
	00000015    0
	00000014    0
	00000010    0
	0000000f    0
00000011 winedevice.exe
	00000018    0
	00000016    0
	00000013    0
	00000012    0
00000019 explorer.exe
	0000001a    0
Backtrace:
=>0 0x72108456 in libglu.so.1 (+0x5456) (0x0032f058)
  1 0x7210d50f gluScaleImage+0x218() in libglu.so.1 (0x0032f138)
  2 0x69fcdb56 wine_gluScaleImage+0x55() in glu32 (0x0032f178)










More information about the wine-users mailing list