search for: glbindtexture

Displaying 12 results from an estimated 12 matches for "glbindtexture".

2009 Jul 03
6
Civilization 4, Beyond the Sword crashes with "Out of memory
...0) : stub fixme:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 2382 fixme:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glTexParameteri(dimension, GL_TEXTURE_WRAP_S, GL_CL...
2008 Nov 29
6
Apps slow down after several minutes
A problem I have with most applications I've tried is after several minutes, they will slow down to a crawl, becoming unusable. The program I'm mainly interested in is Painkiller (http://www.gamespot.com/pc/action/painkiller/index.html). It runs beautifully at first, and I can usually get through a level, but after that, it slows down or even stops. Is this an issue in Wine or could this
2008 Aug 31
7
how to fix err:ole
...t;>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glGenTextures @ surface.c / 513 fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 517 err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F fixme:d3d:IWineD3DResourceImpl_SetPriority (0x1b6c650) : stub fixme:d3d:IWineD3DResourceImpl_SetPriority (0x152ae8) : stub fixme:d3d:IWineD3DResourceImpl_SetPriority (0x24db508) : stub Killed
2011 Apr 12
3
New video card; wine freezing
Hello, I want to play Eve Online in Wine. It was working (mostly) on my old card, a GTX 280, using the nvidia driver. It was the 3rd card I've had from Nvidia in a row with manufacturing defects, so I bought a Radeon 6870, which is working good except with Wine. I am using fglrx, and have a dual head setup using xrandr. When I log in, I get to the screen where it is entering the game after I
2008 Jun 07
1
No any D3D works
...ineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glGenTextures @ surface.c / 513 fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 517 fixme:d3d_surface:surface_allocate_surface >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glTexImage2D @ surface.c / 340 fixme:d3d_surface:read_from_framebuffer_texture >>>>>>>>>>>>>>>&...
2012 Apr 11
1
Guild Wars - Direct3D8 is not available without OpenGL.
...:d3d:match_fbo_tex_update glClear call ok /var/tmp/portage/app-emulation/wine-1.5.1/work/wine-1.5.1/dlls/wined3d/directx.c / 732 trace:d3d:match_fbo_tex_update glGetTexImage call ok /var/tmp/portage/app-emulation/wine-1.5.1/work/wine-1.5.1/dlls/wined3d/directx.c / 735 trace:d3d:match_fbo_tex_update glBindTexture call ok /var/tmp/portage/app-emulation/wine-1.5.1/work/wine-1.5.1/dlls/wined3d/directx.c / 740 trace:d3d:match_fbo_tex_update glDeleteTextures call ok /var/tmp/portage/app-emulation/wine-1.5.1/work/wine-1.5.1/dlls/wined3d/directx.c / 744 trace:d3d:match_broken_rgba16 glTexImage2D call ok /var/tmp/p...
2008 Aug 29
0
display floated away
...ineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glGenTextures @ surface.c / 513 fixme:d3d_surface:IWineD3DSurfaceImpl_PreLoad >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 517 err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F fixme:d3d:IWineD3DResourceImpl_SetPriority (0x1b6cb60) : stub fixme:d3d:IWineD3DResourceImpl_SetPriority (0x1526d8) : stub fixme:d3d:IWineD3DResourceImpl_SetPriority (0x1b6d080) : stub
2011 Sep 25
1
Trying to wine starcraft 2
...;wglSetPixelFormatWINE' trace:wgl:wglGetProcAddress func: 'glAlphaFunc' trace:wgl:wglGetProcAddress func: 'glAreTexturesResident' trace:wgl:wglGetProcAddress func: 'glArrayElement' trace:wgl:wglGetProcAddress func: 'glBegin' trace:wgl:wglGetProcAddress func: 'glBindTexture' trace:wgl:wglGetProcAddress func: 'glBitmap' trace:wgl:wglGetProcAddress func: 'glBlendFunc' trace:wgl:wglGetProcAddress func: 'glCallList' trace:wgl:wglGetProcAddress func: 'glCallLists' trace:wgl:wglGetProcAddress func: 'glClear' : Regards Zalle
2014 Jun 27
0
Wine release 1.7.21
...Adobe Creative Cloud needs KERNEL32.dll.UnregisterApplicationRestart 34525 Marine Benefit freezes in Stages 1-3 due to gstreamer error 34828 Visual Studio 2010 fails to start (IWICBitmapFrameEncode_WriteSource_Proxy, empty rect) 34847 The Swapper 2.0.x (GOG.com) crashes on startup (OpenGL glBindTexture on thread with no active gl context) 34942 WinLaunch 0.4.6.1 (OSX Style free Launcher) needs support for WIC encoder "InterlaceOption" option (property bag) 35466 Can't paste into search dialog of notepad 35646 Multiple applications protected with Obsidium v1.4+ fail on start...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...en->h, 0, -1,1); + glOrtho(0, real_screen->w, real_screen->h, 0, -1,1); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glClear(GL_COLOR_BUFFER_BIT); - ds->data = pixels; if (texture_ref) { glDeleteTextures(1, &texture_ref); @@ -90,27 +88,6 @@ glBindTexture(GL_TEXTURE_RECTANGLE_ARB, texture_ref); glPixelStorei(GL_UNPACK_LSB_FIRST, 1); switch (ds_get_bits_per_pixel(ds)) { - case 8: - if (ds->palette == NULL) { - tex_format = GL_RGB; - tex_type = GL_UNSIGNED_BYTE_3_3_2; - } else { -...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2008 Sep 05
0
Wine release 1.1.4
...the value of This->render_offscreen. wined3d: Use the correct representative for texture transform states. wined3d: Fix a variable name inside a VTRACE. wined3d: Correct a TRACE and remove an incorrect comment. wined3d: IWineD3DSurface_PreLoad() doesn't do an implicit glBindTexture() anymore. wined3d: Set the viewport to the texture size in depth_blt(). Hongbo Ni (60): notepad: Convert simplified Chinese resource to utf8. winhlp32: Convert simplified Chinese resource to utf8. winefile: Convert simplified Chinese resource to utf8. comctl32: Conve...