I've built torcs on my armv7 computer to test it against the latest glshim but so far I've been unable to get it to start:
Program received signal SIGSEGV, Segmentation fault.
GenCarsInfo () at driverconfig.cpp:258
#0258 if (curCar == NULL) {
(gdb)
#0 GenCarsInfo () at driverconfig.cpp:258
#1 0xb6c7a9c8 in TorcsDriverMenuInit (prevMenu=prevMenu@entry=0x3ba20)
at driverconfig.cpp:655
#2 0xb6caa06e in TorcsMainMenuInit () at mainmenu.cpp:84
#3 0xb6ca9fca in TorcsEntry () at entry.cpp:52
#4 0x00008fbe in ?? ()
#5 0xb6a4c632 in __libc_start_main (main=0x8e01, argc=7, argv=0xbeffef54,
init=<optimized out="">, fini=0x9c29, rtld_fini=0xb6fea4c5 <_dl_fini>,
stack_end=0xbeffef54) at libc-start.c:287
#6 0x0000902c in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit</optimized>
Any suggestions why I'm getting this?
Last edit: PeteVine 2015-09-09
Last edit: PeteVine 2015-09-09
Last edit: PeteVine 2015-09-09
No idea, did you run "make datainstall", if the TORCS assets are not installed similar things might happen.
I remember specifyng the data path (otherwise I was getting: TORCS location not found) but you're probably right that it was still missing something. If that's the case could the error message be made more explicit perhaps?