ui/menu/menus.txt not found

Get support for Unvanquished.
Post Reply
User avatar
JOURNEYMAN
Dragoon
Posts: 339
Joined: Thu Mar 08, 2012 9:42 pm UTC

ui/menu/menus.txt not found

Post 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!

Grab reality by the balls and squeeeeze!

Image

User avatar
ViruS
Granger
Posts: 1020
Joined: Sun Mar 11, 2012 4:24 am UTC
Location: Antartica - West Australian Post shore
Contact:

Re: ui/menu/menus.txt not found

Post 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.

ImageImageYou[TubeImage

User avatar
kharnov
Granger
Posts: 1851
Joined: Tue Mar 06, 2012 10:54 pm UTC
Clan: GT
Location: New York City

Re: ui/menu/menus.txt not found

Post 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

User avatar
JOURNEYMAN
Dragoon
Posts: 339
Joined: Thu Mar 08, 2012 9:42 pm UTC

Re: ui/menu/menus.txt not found

Post by JOURNEYMAN »

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

Grab reality by the balls and squeeeeze!

Image

User avatar
Anomalous
Programmer
Posts: 318
Joined: Wed Mar 07, 2012 3:51 pm UTC

Re: ui/menu/menus.txt not found

Post 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

Debian and Ubuntu packages (squeeze, wheezy, sid; 12.04, 12.10, 13.04) may work on derivatives

OFFEND! … no, that's not right… ATTACK!

Post Reply