Unable to launch any game, weird assertion

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
qdii
Level 1
Level 1
Posts: 8
Joined: Mon Sep 07, 2009 4:35 am

Unable to launch any game, weird assertion

Post by qdii »

Hello,
I'm on Gentoo 64 bits, using wine-1.1.32 within a 32-bit chrooted environment.
I tried and install Half-life 2 deathmatch from Steam, and Command and Conquer 3 Tiberium Wars.
At launch, both game crashed with that error :

brw_eu_emit.c:59: brw_set_dest: Assertion `dest.nr < 128' failed.

Any idea why ?

# why 32-bit chrooted environment ?
The reason why I'm using a 32-bit chrooted environment is here : wine uses 32-bit library. Within the normal environment, it has to use the 32-bit emulated libraries, but in Gentoo, these libraries don't use the hardware acceleration (they just render the scene with software computation) resulting in really slow game performance
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Unable to launch any game, weird assertion

Post by vitamin »

qdii wrote:brw_eu_emit.c:59: brw_set_dest: Assertion `dest.nr < 128' failed.
Looks like it came from your video driver - which usually means bug in video drives or broken setup.
ttsec
Level 1
Level 1
Posts: 5
Joined: Thu Feb 25, 2010 3:27 pm

Post by ttsec »

I got the same problem in both chroot and non-chroot environment. After experimentation, I found out disabling glsl fixed it.

winetricks glsl-disable

I only have this problem using Intel i915. No problem when using Nvidia proprietary driver.
Locked