![]() |
Game does nothing when executed - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: Game does nothing when executed (/showthread.php?tid=519) |
Game does nothing when executed - mutti_wilson - 02-08-2007 I installed vdrift yesterday from packman's repository (i run openSUSE 10.2) and the game does nothing at all when clicked on. If i try and run it from a command prompt it says "command not found". I think i have the openal lib's installed. I'm not a relatively new to linux, and i'd love to get some games going on it, especially a drifting game. - pwp71 - 02-08-2007 I have suse 10.2 too, but the game work. Have you tried to find command vdrift? pwp71 - thelusiv - 02-09-2007 I don't use OpenSUSE so I can't test this. However it's nice to hear that VDrift is getting packaged for that OS now. ![]() If you run the command "vdrift" on a console and the command is not found, try this: Code: whereis vdrift Code: locate vdrift Code: ln -sf /usr/share/games/vdrift/bin/vdrift /usr/bin/vdrift If neither the whereis or locate commands above worked, something went wrong with your install. Try reinstalling the packge. If you still have problems, consider trying to install from the autopackage we provide, or compiling from source. |