Page 1 of 1

ui/menu/menus.txt not found

Posted: Thu Oct 25, 2012 11:07 pm UTC
by JOURNEYMAN

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!


Re: ui/menu/menus.txt not found

Posted: Fri Oct 26, 2012 1:37 am UTC
by ViruS

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.


Re: ui/menu/menus.txt not found

Posted: Fri Oct 26, 2012 2:35 am UTC
by kharnov

(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


Re: ui/menu/menus.txt not found

Posted: Fri Oct 26, 2012 10:16 pm UTC
by JOURNEYMAN

It worked. Thank you for the tip. :cool:


Re: ui/menu/menus.txt not found

Posted: Mon Oct 29, 2012 12:44 am UTC
by Anomalous

#! /bin/sh

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