Author Topic: Stuck in "Starting Up"  (Read 3247 times)

Nicoli319197

  • Posts: 1
  • Turrets: +0/-0
Stuck in "Starting Up"
« on: December 10, 2008, 12:52:35 pm »
I Downloaded the game a couple of minutes ago, I got into the game and selected"play" everything was going fine, I tried creating a game and setting a password since -from past game exp- its always best to start a game alone so you can get a feel for it, so I set a password, selected a username, picked out a map, didnt fiddle with anything else, pressed play and went to the "starting up" screen. Iv waited 15 minutes so far but nothing has changed or given any signs of it loading I needs halp! Btw Im usin' a Mac.

UniqPhoeniX

  • Spam Killer
  • *
  • Posts: 1376
  • Turrets: +66/-32
Re: Stuck in "Starting Up"
« Reply #1 on: December 10, 2008, 02:48:32 pm »
If you want to just test the game locally, you can use "/devmap atcs" in console (open with tilde key just above tab). You can learn a lot from spectating other players and by reading the Strategies & Tactics subforum. Don't forget to set source to internet in server browser when you want to join a server.
Oh, and welcome to Tremulous!

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Stuck in "Starting Up"
« Reply #2 on: December 10, 2008, 06:57:54 pm »
You have to put the password in a config file. But you don't need it when you start a "Local Game" since no one outside your network can join it anyways.

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Stuck in "Starting Up"
« Reply #3 on: December 10, 2008, 08:16:35 pm »
I Downloaded the game a couple of minutes ago, I got into the game and selected"play" everything was going fine, I tried creating a game and setting a password since -from past game exp- its always best to start a game alone so you can get a feel for it, so I set a password, selected a username, picked out a map, didnt fiddle with anything else, pressed play and went to the "starting up" screen. Iv waited 15 minutes so far but nothing has changed or given any signs of it loading I needs halp! Btw Im usin' a Mac.
Actual output would be useful. Run Tremulous from the Terminal and pipe the output to a text file. I don't know the actual executable name, so I can't give you a real command line, but it should be something like this:
Code: [Select]
Tremulous.app/something/something > somefile.txt
I'm also not sure about the forum limits. You might have to use pastebin.
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Re: Stuck in "Starting Up"
« Reply #4 on: December 10, 2008, 09:31:16 pm »
This assumes Tremulous resides in your Applications folder (it should, by the way).

Code: [Select]
/Applications/Tremulous/Tremulous.app/Contents/MacOS/Tremulous.ub &> ~/Desktop/condump.txt

Also, I recommend using a dedicated server for local stuff. If I remember correctly, the client is borked in that respect.

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Stuck in "Starting Up"
« Reply #5 on: December 10, 2008, 10:01:55 pm »
This assumes Tremulous resides in your Applications folder (it should, by the way).

Code: [Select]
/Applications/Tremulous/Tremulous.app/Contents/MacOS/Tremulous.ub &> ~/Desktop/condump.txt

Also, I recommend using a dedicated server for local stuff. If I remember correctly, the client is borked in that respect.
It's not that the client is "borked", but that you can't use a newer game.qvm without updated syscalls, which is not an issue here.
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.