Author Topic: srcds "No installation record found at C:\srcds/orangebox"  (Read 103 times)

0 Members and 1 Guest are viewing this topic.

Offline Cheesicle

  • ******
  • Posts: 2697
  • Gender: Male
  • ████████
  • Respect: +841
srcds "No installation record found at C:\srcds/orangebox"
« on: January 08, 2011, 04:00:32 AM »
+1
fuck i accidenly modified my op so ima retype this in really shitty grammar

im trying to make a server with srcds and i get No installation record found at C:\srcds/orangebox

then a seconds lines says No installation record found at C:\srcds

then it gets stuck there.

ive been waiting for hours.
« Last Edit: January 08, 2011, 04:07:59 AM by Cheesicle »

Offline Deathie

  • ***
  • Windows User
    View More Badges!

  • Posts: 5293
  • Gender: Female
  • Respect: +2069
    • Some music shit I made
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #1 on: January 08, 2011, 04:04:43 AM »
0
No no, it's fine.

All it means is that it hasn't found a folder in your \srcds, so it's making one.


Just let it run for 5-minutes, and then it'le start downloading the server files you want.

What server you trying to set up?


_______-

THAT THERE EDITED POST.


Just make a folder called "orangebox" in it.

Double check, and make sure the .bat or shortcut you're running has the proper commands to download the files.
« Last Edit: January 08, 2011, 04:08:08 AM by Death M.D. »


Check out my Soundcloud for some neat stuff!

Offline Cheesicle

  • ******
  • Posts: 2697
  • Gender: Male
  • ████████
  • Respect: +841
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #2 on: January 08, 2011, 04:08:36 AM »
0
theres already a orangebox folder, and what .bat program are you talking about?

omfg we are fail modifying our posts lol so fucking confusing
« Last Edit: January 08, 2011, 04:10:51 AM by Cheesicle »

Offline Deathie

  • ***
  • Windows User
    View More Badges!

  • Posts: 5293
  • Gender: Female
  • Respect: +2069
    • Some music shit I made
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #3 on: January 08, 2011, 04:09:12 AM »
0

THAT THERE EDITED POST.


Just make a folder called "orangebox" in it.

Double check, and make sure the .bat or shortcut you're running has the proper commands to download the files.


Check out my Soundcloud for some neat stuff!

Offline » Magic «

  • i play pc computer
  • ***
  • Windows UserLinux UserLeague PlayerOld Forum MemberCat LoverDedicated Summoner
    View More Badges!

  • Posts: 5075
  • Gender: Male
  • ↑ ↑ ↓ ↓ ← → ← → B A
  • Respect: +782
    • MagiCorp
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #4 on: January 08, 2011, 04:11:00 AM »
0
srcds is shitty at handling the "/" and "\"

they don't represent the same thing

so just use C:/SRCDS/Orangebox

instead of C:/SRCDS\Orangebox

Offline Cheesicle

  • ******
  • Posts: 2697
  • Gender: Male
  • ████████
  • Respect: +841
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #5 on: January 08, 2011, 04:13:01 AM »
0
srcds is shitty at handling the "/" and "\"

they don't represent the same thing

so just use C:/SRCDS/Orangebox

instead of C:/SRCDS\Orangebox

i dont type that, it just appears on the command prompt. i typed:

C:\srcds\hldsupdatetool -command update -game garrysmod  -dir C:\srcds

Offline » Magic «

  • i play pc computer
  • ***
  • Windows UserLinux UserLeague PlayerOld Forum MemberCat LoverDedicated Summoner
    View More Badges!

  • Posts: 5075
  • Gender: Male
  • ↑ ↑ ↓ ↓ ← → ← → B A
  • Respect: +782
    • MagiCorp
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #6 on: January 08, 2011, 04:21:39 AM »
0
i dont type that, it just appears on the command prompt. i typed:

C:\srcds\hldsupdatetool -command update -game garrysmod  -dir C:\srcds


i had this problem before it was something to do with that >.<

change those \ to /

Code: [Select]
C:/srcds/hldsupdatetool -command update -game garrysmod  -dir C:/srcds

btw you shouldn't have hldsupdatetool in the asme dir sa srcds, jus' sayin'

Offline Tomcat

  • Your Argument is Inert
  • ******
  • Donator
    View More Badges!

  • Posts: 2539
  • Gender: Male
  • Wat Do?
  • Respect: +503
    • Tomcat's blog
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #7 on: January 08, 2011, 11:12:07 AM »
0
sorry but

and this is why you lrn to do it berfore doing the thing

btw

Run as admin

Offline Cheesicle

  • ******
  • Posts: 2697
  • Gender: Male
  • ████████
  • Respect: +841
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #8 on: January 08, 2011, 01:26:03 PM »
0
ughhhhhhh i left it on over night.. still stuck there = =

Offline Tomcat

  • Your Argument is Inert
  • ******
  • Donator
    View More Badges!

  • Posts: 2539
  • Gender: Male
  • Wat Do?
  • Respect: +503
    • Tomcat's blog
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #9 on: January 08, 2011, 01:41:23 PM »
0
Run as admin

Offline Cheesicle

  • ******
  • Posts: 2697
  • Gender: Male
  • ████████
  • Respect: +841
Re: srcds "No installation record found at C:\srcds/orangebox"
« Reply #10 on: January 08, 2011, 02:05:02 PM »
0
FIXED:

The solution was so fucking stupid = =

You need to put quotations around the game name

So from
Quote
C:\srcds\hldsupdatetool -command update -game garrysmod -dir C:\srcds

to
Quote
C:\srcds\hldsupdatetool -command update -game "garrysmod" -dir C:\srcds