The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
CXXABI_1.3.1 error after installing?.. - 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: CXXABI_1.3.1 error after installing?.. (/showthread.php?tid=374) |
CXXABI_1.3.1 error after installing?.. - crashdrive - 10-23-2006 Hi! My name is Eugene. I came across this site by accident. I am an actual drifter and I drive a 1985 Toyota Corolla GT-S (or AE86). So naturally I want to try out this game and see it's realistic physics compared to real life =) (enough of that). I am installing this under Gentoo: Code: hachiroku ~ # uname -ar Code: hachiroku ~ # gcc -v I use the .package file as I think this would be the easiest for me to install. However after a successful install, I try to run it and I get the following error: Code: enarciso@hachiroku ~/games $ vdrift Here's the output during the installation: enarciso@hachiroku ~/games $ sh vdrift-2006-10-06-full.x86.package Code: ____________________________________________________________________________________________________________________________________________________________ Anyone can help me out? Thank you in advance =) - FFuser - 10-23-2006 I think you should install gcc4 for this to work. Another solution is to build vdirft yourself with gcc3 - thelusiv - 10-23-2006 Yes the build is done with gcc4 so this is probably the problem. If you're going to download the source, you might want to just go ahead and get SVN since there are some fixes in there that last release lacks. Also, there is an ebuild for Gentoo but it is not in Portage yet. Here's the bugzilla entry: http://bugs.gentoo.org/show_bug.cgi?id=98094 I'm interested to hear what you think about the physics. Please try all the cars, or at least lots of different ones. Some of them are set up better than others, some of them are not set up well at all. Maybe you can help us get some ideas on how to improve them. - crashdrive - 10-23-2006 Thanks for the replies developers! I suspect it was a gcc version, I'll definately try to install from source. Thank you. I have no problem testing this for you guys, I have occasional downtime to play =). I didn't read the whole doc yet, but I'm assuming we can add custom cars right? I'll add my POS :-) Thanks. - crashdrive - 10-23-2006 After downloading the source and installing, the game loaded just fine! Unfortunately I'm at work =) ha ha.. I'll play it at home later. Thanks guys! really appreciate it. It seem there are other feedbacks already. I'll make my own as soon as I am done. Thanks again! - thelusiv - 10-23-2006 Glad you got it working, I like your car. How competitive are you in drifting and other kinds of racing? Do you do any autocross, drag, track racing or anything else? - crashdrive - 10-24-2006 eh.. apperantly my card Direct Rendering is set to "NO" rather than "YES". When i run glxgrears i'm only getting 84-/+ FPS. It's a Radeon 7000VE it has 64MB of memory. Anybody got a good solution for this? I haven't had a chance to troubleshoot this yet =/ I'm a grip driver. I attend Time Attacks and Gymkhana events. Drifting is just for fun, nothing serious. I use to do autoX but I love real track vs. parking lot autox. anybody else participate in racing here? Thanks. - thelusiv - 10-24-2006 Well what driver are you using? I think your card should work with the open-source radeon driver, I think it is older than the cards fglrx (ATI's closed-source Linux driver) supports. To tell if you have direct rendering available or not, use glxinfo: Code: $ glxinfo In that case, try going through the display settings in Options -> Display and turning everything down to low, turn off the HUD, lower the resolution, and see if you get better performance that way. |