On Sun, 2011-10-16 at 08:59 -0500, EMOziko wrote: > Hello, > I have Fedora 15 32 bit with gnome shell. system is fully updated and nvidia drivers are installed and working correctly. > > > 2.6.40.6-0.fc15.i686 > > > But i cant run day of defeat source with my wine :( > wine version is: 1.3.29 > > > when i tried this: > > Code: > wine /home/ziko/.wine/drive_c/Program\ Files/DoD/hl2.exe > Try this instead: cd $HOME/.wine/drive_c/Program\ Files wine DoD/hl2.exe Many Windows programs assume that the current working directory is where they were installed and, if it isn't, they can't find DLLs, config files and other resources that are in their installation directory. Martin