GL_NV_half_float required for glTexCoord2hNV not supported

Questions about Wine on Linux
Locked
Bici
Newbie
Newbie
Posts: 3
Joined: Mon Apr 02, 2018 10:34 am

GL_NV_half_float required for glTexCoord2hNV not supported

Post by Bici »

Hi All,

I am beginner here. My first try is NFS: Most Wanted Black Edition (2005)
There are some graphics issues that make using this game impossible.
Wine 3.0
Wine 3.0
Unrecognizable menu icons, etc.

In the log i have found the following error many times:
(I have attached the whole log as attachment here.)

Code: Select all

002f:warn:wgl:wglGetProcAddress Extension GL_NV_half_float required for glTexCoord2hNV not supported
I have AMD Trinity APU (VLIW4, Radeon, R600g), and the newest Linux Mint.

How can I solve this issue?

Thanks in advance,
Bici
Attachments
wine.log.zip
Win debug log
(89.94 KiB) Downloaded 98 times
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: GL_NV_half_float required for glTexCoord2hNV not support

Post by Bob Wya »

@Bici

For starters it looks like you're missing the 32-bit libtxc-dxtn-s2tc0:i386 package.

Bob
Bici
Newbie
Newbie
Posts: 3
Joined: Mon Apr 02, 2018 10:34 am

Re: GL_NV_half_float required for glTexCoord2hNV not support

Post by Bici »

Bob Wya wrote:@Bici

For starters it looks like you're missing the 32-bit libtxc-dxtn-s2tc0:i386 package.

Bob
Thanks Bob,
I will try this.
Bici
Newbie
Newbie
Posts: 3
Joined: Mon Apr 02, 2018 10:34 am

Re: GL_NV_half_float required for glTexCoord2hNV not support

Post by Bici »

Hi Bob,

It made the game running perfectly.
If I would like to learn more about such things, where can I find documentation, tutorials, or anything that can help me solve such issues myself?
I am also very interested in any king of info about how game graphics works (opengl, dx, graphics pipelines types, etc. ).

Thanks a lot! :)
Locked