idanwin Posted June 8, 2013 Report Share Posted June 8, 2013 I downloaded the latest SVN, updated the workspace, ran make and started the game a few times, each time I got this (the terminal had not given any error messages upon building)I ran the test. It said OKI ran make again, no errorsI ran test again: OKI ran the game and had no problems anymore ... not sure what happened ... maybe my computer just messed up the build for some reason?Anyway, these are the errors I got (if anyone runs into them again they can find this post):On startup:Javascript error: gui/common/music.js line 164TypeError: Engine. LoopMusic is not a function("Honor_Bound.ogg", 0, true)@gui/common/music.js:164()@gui/common/music.js:70init([object Object],(void 0)@gui/pregame/mainmeny.js:10GUI page 'page_pregame.xml': Failed to call init() functionWhen I click on a button in the menu:JavaScript warning: gui/pregame/mainmenu.js line 234Script value conversion check failed: JSVAL_IS_STRING(v) || JSVAL_IS_NUMBER(v) (got type undefined)JavaScript error: gui/pregame/mainmenu.js line 234TypeError: getGUIObjectByName(currentSubmenyType) is nullcloseMeny()@gui/pregame/mainmenu.js:234__eventhandler14 (press)([object Object])@menySinglePlayerButton press:0 Quote Link to comment Share on other sites More sharing options...
Josh Posted June 9, 2013 Report Share Posted June 9, 2013 (edited) I was having this exact same error yesterday, I think it has something to do with messed up workspaces and some sound changes...Try running the following from the 0ad/build/workspaces directory (on Linux):./clean-workspaces.sh./update-workspaces.shThen try building again. It worked for me, I hope it works for you =)EDIT: Sorry I somehow missed that you fixed this. I hope this can be of use to someone. Edited June 9, 2013 by Josh Quote Link to comment Share on other sites More sharing options...
idanwin Posted June 9, 2013 Author Report Share Posted June 9, 2013 I think it has something to do with messed up workspaces and some sound changes...My workspaces were cleaned up (I always clean them because it takes so much space otherwise (1.2GB)), so that can't have been the issue in my case ...EDIT: Sorry I somehow missed that you fixed this. I hope this can be of use to someone.No problem, hope this helps someone too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.