Game crashes after few minutes (load_builtin_dll failed)

Questions about Wine on Linux
Locked
chom
Level 2
Level 2
Posts: 12
Joined: Sat Feb 07, 2009 7:08 am

Game crashes after few minutes (load_builtin_dll failed)

Post by chom »

Hello,
If have installed a game, that was a lot of work, because there were many problems e.g. I use 64 bit but the game is 32bit and so the AMD graphics driver did not work (openGL error).

But after uninstall the AMD driver (now using mesa) and installing winbind there were only some warnings (fonts.conf is deprecated).

So now the game starts and I can play for a while but then it crashes.
This is the output (I deleted the warnings about deprecated fonts.conf):
http://pastebin.com/VJgJnLbc
I think the last few lines are the important ones, but I am not sure.

Best regards,
chom
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Game crashes after few minutes (load_builtin_dll failed)

Post by lahmbi5678 »

Hi,

in most cases it's better to use the closed source driver for gaming under wine. Your issue looks very much like a bug in the opensource radeon driver (and maybe wine). If you aren't using latest wine (1.6 or 1.7), upgrade wine and try again.

I'm not using Ati/Catalyst, but there should be an option to get the 32bit OpenGL stuff and 32 bit driver installed, either in catalyst or via an extra package. Maybe you should ask in a forum of your linux distribution.
chom
Level 2
Level 2
Posts: 12
Joined: Sat Feb 07, 2009 7:08 am

Re: Game crashes after few minutes (load_builtin_dll failed)

Post by chom »

Hi,
I am using Wine 1.5.23 (from the openSUSE 12.3 Repo).
But I solved the problem:

Before installation: ATI/AMD driver --> openGL error
1. AMD driver uninstalled --> using MESA --> Game crashes after 2-5 minutes
2. Reinstall AMD driver (script from sebastian siebert)
3. Game works (no crash, a little too slow but ok)

So I do not know why I must reinstall the AMD driver, maybe because at step 1 I also installed the 32bit version of MESA and the script detected it and installed the 32bit part too.
Or because I installed the AMD driver a month ago, and now there are bug fixes... I do not know, but it works so it is ok ;)

--- chom ---
Locked