After the latest git pull, the game won't start. The following is the error message. I'm using Hotfix hud if that makes any difference.
Sound memory manager started
Sys_LoadDll(ui) found vmMain function at 0x843d6430 81menu list 'ui/menu/menus.txt' not found, unable to continue!
Sys_LoadDll(ui) found vmMain function at 0x8403c430
recursive error '1menu list 'ui/menu/menus.txt' not found, unable to continue!' after: 1menu list 'ui/menu/menus.txt' not found, unable to continue!
Closing SDL audio device…
SDL audio device shut down.
recursive error '1menu list 'ui/menu/menus.txt' not found, unable to continue!' after: 1menu list 'ui/menu/menus.txt' not found, unable to continue!
Try deleting the latest build release that you would have produced. I have similar errors for tremulous 1.1 which can only be fixed by me building my own lakitu-7 cgame.qvm and ui.qvm files.
(10:00:45 PM) kharnov: there's some UI error when i load the game after the latest commits
(10:03:26 PM) Ishq: kharnov: Reset ui_*File cvars
(10:03:33 PM)Ishq: Either delete them from your autogen
(10:03:39 PM) Ishq: Or delete your autogen
(10:03:50 PM)Ishq: There will be a fix for this before Nov 4th though
(10:03:53 PM) `Ishq: FOr the general public
for i in ~/.Unvanquished/main/profiles/*/autogen.cfg; do
grep -q 'seta ui_menuFiles ui/menu/menus.txt$' "$i" &&
sed -i -e '/seta ui_menuFiles ui\/menu\/menus\.txt$/ d' "$i"
done