Xonotic Forums
[NEEDS INFO] Error: "couldn't exec maps/courtfun.cfg" - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEEDS INFO] Error: "couldn't exec maps/courtfun.cfg" (/showthread.php?tid=2364)



Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 11-24-2011

Hey, I just "installed" Xonotic on Ubuntu 11.10. When opening the third single player level (CTF) only the basic outlines show up: [Image: Screenshot%20at%202011-11-24%2021%3A15%3A40.png]

Running from the command line (so that I can run it as root, it refuses to work otherwise) I find the following error in the output:
Code:
couldn't exec maps/courtfun.cfg

All files in the Xonotic folder (which I placed in /use/share/games) are 777.

What's going wrong? And how can I fix it?


RE: Error: "couldn't exec maps/courtfun.cfg" - Samual - 11-25-2011

2 questions:

How did you install Xonotic? (e.g., via some package manager or from the .zip file provided by the website or through an autobuild/git development checkout) .... and.. have you used Xonotic 0.1 or Nexuiz before? I bring this up because to me it looks like you PROBABLY have some old files in your data directory for Xonotic in this case (maybe you copied a config over from nexuiz for example), and that could possibly be one explanation.


Additionally, don't worry about the "couldn't exec maps/courtfun.cfg" thing -- that's completely normal... Still, could you pastebin your ENTIRE output from running the game for us? (either paste it into a code box or onto www.pastebin.com)

The only other thing I can think of is either an engine bug (this can really almost only happen if you're on a development build) or an issue with your driver/graphics set up...


RE: Error: "couldn't exec maps/courtfun.cfg" - divVerent - 11-25-2011

I suppose you got more interesting messages on the console. Please paste the whole. I expect some GLSL compile errors.

BTW, the couldn't exec message is fixed now.


RE: Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 11-25-2011

I downloaded the .ZIP through BitTorrent yesterday. Never had it installed before.

When running xonotic-linux32-sdl I receive: http://pastebin.com/F9iVX5cC

When running xonotic-linux32-glx I receive: http://pastebin.com/KmxxFKL9 (My terminal didn't save unlimited scroll back as instructed, so the top I-don't-know-how-many lines are missing.)

When running xonotic.exe (which loads via Wine) my progress through the first two levels isn't accessed so I can't test the third level.

Thanks for the help! Smile


RE: Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 11-25-2011

This problem also occurs on most multi-player maps.


RE: Error: "couldn't exec maps/courtfun.cfg" - Samual - 11-28-2011

I really have no idea here, specifically if you've never used Xonotic/Nexuiz before then it SHOULD work -- Also, your font doesn't seem to work properly either.. That's another thing which I have no idea why else it wouldn't work than having an old config/package in your user directory.

I'm sure if I was actually at the desktop I could figure it out, but I have no idea what to look for other than that.

What is your video card and which drivers do you use for it? (specific model/versions please) -- The only other thing I can think of would be some issue with your system. Curious, does everything work fine with other games?


Edit: Apologies for slower responses btw, been really quite busy over the holiday especially.


RE: Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 11-28-2011

I have some sort of integrated Intel video.

Could I wipe the config info and start over? If so, how?


RE: Error: "couldn't exec maps/courtfun.cfg" - Samual - 11-29-2011

Well, your user directory should be in ~/.xonotic/ -- All you'd have to do is rename the .xonotic folder to .xonotic_backup (which essentially gets rid of the old folder to the game) so this way it starts clean and fresh.

If that isn't your user directory for whatever reason, go to the console in game (Shift + Escape to open it) and type the command:
Code:
which config.cfg
That'll show you what directory your config file is in.

Hopefully this would be a simple solution, if not I would probably need more specific information about your graphics. (additionally the other questions I asked in that previous post too.. like does it work with other games, etc etc)


RE: Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 12-02-2011

Okay, so I removed both the program and the data folder and reinstalled.

Still no success.

How can I find my system specs to post? (I assume there's a terminal command that will list everything?)


RE: Error: "couldn't exec maps/courtfun.cfg" - divVerent - 12-03-2011

The output of "glxinfo" should be good.


RE: Error: "couldn't exec maps/courtfun.cfg" - jackson4christ - 12-04-2011

glxinfo output: http://pastebin.com/XZPfUgik


RE: Error: "couldn't exec maps/courtfun.cfg" - divVerent - 12-05-2011

Can you try with vid_gl20 0?

Can you try the command line option "-safe"?

Other than that - can you try a Gallium3D enabled driver?