![]() |
|
Keyboard settings lost - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7) +--- Thread: Keyboard settings lost (/showthread.php?tid=463) Pages:
1
2
|
- pwp71 - 12-06-2006 In file gui/wheel.h at line ~174 Code: void Wheel<wheel_t>::Save()Problem is in "value_list[cur_option]" for -> parameter deadzone With old option.config my trace is Code: [New Thread 1112157104 (LWP 7624)]With new option.config my trace is Code: [New Thread 1112021936 (LWP 7622)]My code for trace. Code: if( saved )Seems to be something wrong initialized. Is it not possible that the method believe that still exist parameter deadzone (old option-27) into option.config file? pwp71 P.S. What are the file VDrift.pot and nl.po? - pwp71 - 12-06-2006 In the new option.config file I've tried to substitute: (means I've erased calibrated) Code: [ option-27 ]with Code: [ option-27 ]in this case it works correctly. When VDrift crash menu "Joystick Option" is Code: Joystick Type <JoystickGamepad>When work Code: Joystick Type <JoystickGamepad>Which is the correct case? What is file "./vdrift/po/optionslist.cpp" This file cont contains something about menu axis deadzone" and so on. pwp71 - reece146 - 12-06-2006 I reinstalled the data dir after deleting the old copy and it seems to have cleared up my issue. I must have fat fingered something along the way. - joevenzon - 12-07-2006 pwp, please verify that this is what lines 363 through 384 in your data/settings/options.config file look like (if not, you need to update from svn and reinstall): Code: #[ option-27 ]also, you should get this result when running md5sum on the data/settings/options.config file (your data path may be different): Code: joe@joe ~/code/VDrift $ md5sum data/settings/options.config - ams76 - 12-09-2006 The menu option is mapped to an option which dosn't exist, the following patch fixed it for me. Code: --- JoystickOptions.bak 2006-10-29 21:52:42.000000000 +0000- joevenzon - 12-09-2006 Thanks ams. I've committed this fix to SVN, R1417. - pwp71 - 12-11-2006 Thanks a lot, now work but I've found another bug relate to them.Thanks again. pwp71 I've committed this fix to SVN, R1419. |