I heard that more often, from a debian core system on eee. Maybe the drivers are not optimal, maybe debian does not like it in the mobile version. I run kubuntu (still too lazy to go to debian core) and have no problems (desktop pc)
did you try to start it by double clicking directly on the executable in "Program Files" instead of the desktop shortcut? what version of Ubuntu and what of Wine? try to use the last version of wine from the winehq.org repository.dryhte said:Any ideas? I'd love to play M&B on my Ubuntu EEEpc...
Oh by the way, I tried both Dx7 and Dx9, same errors.
It's failing on the capability check of the graphics card, which Direct X would expect to be reported by the card driver. Could be the drivers you're using for the card, could be an issue with the way WINE is translating the request.dryhte said:fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT!
err:d3d:CheckTextureCapability Unhandled format = unrecognized
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
Killed
I may be wrong about this statement. The actually fact that the scene looks different in wine and windows.Rongar said:the game always generates a scene base on its scene code even if a scene's landscape was edited in the in-game scene editor.
The same scene from the same pointArchonsod said:So if you try the same scene on Windows and Linux it looks different?
What could be done with Z axis?Archonsod said:Wonder if Wine is doing something with the Z axis
elgringobananas said:Is the 360 angle problem still there now? Thinking of installing M&B on arch today. Just have to play a little first, too addicted
#!/bin/sh
cd M&B's folder (you have to set it manually, just browse to where the game is installed and copy the location and paste over here)
export WINEFORCEMOUSEWARP=yes; wine ./"mount&blade.exe"
xterm -e "cd '~/.wine/winedir/C/Spill/Mount&Blade' && export WINEFORCEMOUSEWARP=yes; wine ./'mount&blade.exe'"
del_diablo said:elgringobananas said:Is the 360 angle problem still there now? Thinking of installing M&B on arch today. Just have to play a little first, too addicted
Save this as a text file and give it the file ending .sh and make it possible to execute it, then its a icon on your desktop for just running the game <3Code:#!/bin/sh cd M&B's folder (you have to set it manually, just browse to where the game is installed and copy the location and paste over here) export WINEFORCEMOUSEWARP=yes; wine ./"mount&blade.exe"
For me, i just execute it from direct from the commandline with Openbox:
Code:xterm -e "cd '~/.wine/winedir/C/Spill/Mount&Blade' && export WINEFORCEMOUSEWARP=yes; wine ./'mount&blade.exe'"
This would make combat possible, but navigating the menus a little painfull(i got used to it).