The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Vdrift won't start (vdrift: symbol lookup error: vdrift: undefined symbol: _ZN15btCo) - 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: Vdrift won't start (vdrift: symbol lookup error: vdrift: undefined symbol: _ZN15btCo) (/showthread.php?tid=2187) |
Vdrift won't start (vdrift: symbol lookup error: vdrift: undefined symbol: _ZN15btCo) - jenn4 - 08-26-2015 [SOLVED! Downgrading bullet fixes the problem.] Vdrift did work for a couple of days. Then I started getting this message on the terminal when starting: 'vdrift: symbol lookup error: vdrift: undefined symbol: _ZN15btCompoundShapeC1Eb'. I tried re-installing the game from standard repositories and from the AUR. No help. I've then compiled from git and for the latest try from the .7z nightly. Still the same error. I tried to look on google, but I get only some bug reports from 2009 saying an update fixed everything. I have tried re-installing and removing all related files and everything obvious like that. When I run the game, the loading bar comes up, finishes, and then the crash happens. Output: http://pastebin.com/hKLYWvGQ System information: OS: Manjaro 0.8.13.1 Ascella Kernel: x86_64 Linux 4.1.6-1-MANJARO CPU: Intel Core i5-3570K 3.8GHz GPU: ASUS R9 280x GPU driver: Catalyst RE: Vdrift won't start - CrystalH - 08-26-2015 btCompoundShape comes from Bullet. Just a guess, make sure you have a package installed, called libbullet or similar that has Bullet Physics library. RE: Vdrift won't start - jenn4 - 08-26-2015 (08-26-2015, 08:39 AM)CrystalH Wrote: btCompoundShape comes from Bullet. I found out that the bullet package had been updated earlier this week. I downgraded the package, and now everything works fine. Thank you for help. RE: Vdrift won't start - NaN - 08-26-2015 (08-26-2015, 09:55 AM)jenn4 Wrote:(08-26-2015, 08:39 AM)CrystalH Wrote: btCompoundShape comes from Bullet. Hi jenn4. Could you post the bullet lib versions (breaking, working)? RE: Vdrift won't start - jenn4 - 08-26-2015 (08-26-2015, 10:13 AM)NaN Wrote:(08-26-2015, 09:55 AM)jenn4 Wrote:(08-26-2015, 08:39 AM)CrystalH Wrote: btCompoundShape comes from Bullet. Sure: Working bullet version: bullet-2.83.5-1-x86_64. Not working version (latest): bullet-2.83.6-1-x86_64. |