Hi again,
My guess is the two errors are related -- the first, is probably a
'correct error' ... it (the game code) really has no idea what your
videocard is -- that said, it probably might not be detecting your
videoram correctly (144mb is an odd size). The only way I know around
that, would be to add the following registry key with regedit;
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="gdi"
"OffscreenRenderingMode"="fbo"
"RenderTargetLockMode"="auto"
"UseGLSL"="enable"
"VideoMemorySize"="144"
*Note: Have a look at the following page for explanations of the values;
http://wiki.winehq.org/UsefulRegistryKeys
Even after all this, 144mb is not a lot to play with -- I think you will
definitely need to fall back to the lowest dxlevel you can get away with,
you would need to lower your visual quality/effects levels and/or you will
probably need to reduce screensize resolution as well...ie; I would try
running it at 800x600 just to see if things improve -- if they do improve,
that's an indicator you're hitting the limits of your hardware at higher
settings...simple as that.
As far as the lagging goes...hard to say, if the game were running correctly
for you and it did this, I'd almost suspect the machine is overheating, but
that's hard to say when things aren't running properly to begin with 😉
Cheers!