3

So I installed wine on my Ubuntu 16.04 and I'm trying to run World of Warcraft 3.3.5a and this is also I see: IMAGE as you can see it is miss certain textures. I also get a spam of errors in my terminal saying: err:d3d:resource_init Out of adapter memory fixme:d3d_texture:texture_init Failed to create surface 0x100ac198, hr 0x8876017c fixme:d3d:resource_check_usage Unhandled usage flags 0x8. err:d3d:resource_init Out of adapter memory

I'm very new to Linux ubuntu but I'm guessing it's an driver-related issue. My computer specs: Intel i5 6600k CPU AMD Radeon R9 380 4GB

If I could have any help, It would be much appreciated.

tk0019
  • 55
  • 1
  • 6

1 Answers1

2

Go to Wine's registry editor.

Navigate to HKEY_CURRENT_USER/Software/Wine/Direct3D

If that doesn't exist create it (right-click, new key).

Add a new string called VideoMemorySize, and set it to a preferred amount (>=512) based on your graphics card.

This manually allocates more Video RAM in Wine, which WoW is eating up.

negusp
  • 2,831