The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Error when trying to install vdrift on Ubuntu 9.10 - 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: Error when trying to install vdrift on Ubuntu 9.10 (/showthread.php?tid=1199) |
Error when trying to install vdrift on Ubuntu 9.10 - diegu - 11-20-2009 Hi, I try to install vdrift from "http://www.playdeb.net/updates/VDrift" by clicking on the "Install this now" button I'm running Ubuntu 9.10 and I get the following messages: - After clicking , I get a message box "start application" and I choose "apturl". - Then I get a dialog telling me that 42 files have been downloaded. - Then I get a dialog telling "Package 'vdrift' could not be found" In the wiki I read, I have to install several sdl-packages. I could not find any matching package names in synaptic, so I did not install any of them. Would be great if anyone could help me. Best regards, Diegu - diegu - 11-21-2009 Hi guys, just downloaded the sources and compiled them. Runs fine - except sound is awkward. Judging from other posts, I assume the binaries are not available for ubuntu. Regards, Diegu - joevenzon - 11-21-2009 The playdeb binaries are the only ones I'm aware of, although I haven't ever tried using them (might want to contact the folks there?). What's awkward about the sound? - diegu - 11-22-2009 joevenzon Wrote:[...] The sound resembles to an old Commodore 64 game and is not at all realistic. Having read something more, I think I have an installation problem or missing package? Sometimes I do not here any sound at all. However, when starting, everything seems fine. See log: Code: INFO: Display change was successful: 1680x1050x32 16z fullscreen=0 Best regards, Diegu - diegu - 11-22-2009 ...me again (sorry) Just searched a bit and did the following: Installed libopenal1 and added a local .openalrc with the following contents: Code: (define devices '(native alsa sdl arts esd null)) No change: Mostly i hear no sound at all. Sometime sound is crashed. Once I heard "correct" sound of car for half a lap, then sound got "scrumbled" again. Any help appreciated. Best regards, Diegu - joevenzon - 11-23-2009 Try playing around with this part of the code in src/game.cpp: Code: bool GAME::InitializeSound() Change the 512 to a higher value like 1024 or 2048, recompile, and see if that fixes it for you. - diegu - 11-23-2009 Thanks joevenzon! That helped a lot. Problem fixed, fine sound now! Thanks again and best regards, Diegu - geod919 - 01-20-2010 diegu Wrote:Hi guys, where and how? - joevenzon - 01-20-2010 It looks like you already figured this out, but I'll post the answer here anyway in case it helps someone else: http://wiki.vdrift.net/Installing_on_Linux |