RedirectPath doesn't exist

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
JesseCordeiro
Posts: 5
Joined: Thu Jan 30, 2014 1:44 pm

RedirectPath doesn't exist

Post by JesseCordeiro »

I can't seem to fix this issue. Could someone please try helping, I would appreciate it. Here's my code listed below:

Code: Select all

//Tell SourceRSC what mod it's working with (CSGO, CSS, HL2DM, DODS, TF2, L4D, GMOD)
//If using a custom RSC file for a mod, enter the name of the RSC file minus the .rsc
[GameMod]
GMOD

//Gameserver query mode (FTP or Local)
[GSQryMode]
FTP

//Redirect query mode (FTP or Local)
[RedirQryMode]
FTP

//Enter the path to the gamemod if querying gameserver via local mode
[ServerPath]


//Enter the root path to the redirect if querying redirect via local mode
[RedirectPath]


//If querying game server via FTP, where should SourceRSC save compressed downloaded files to
//Leaving this as-is is fine.
[CompressPath]
c:\temp\bzd

//Delete the CompressPath folder when done
[RmCPath]
False

//Don't process the addons folder of game server.  Set to False for Garry's Mod(True/False)
[SkipAddons]
False

//Skipmisc:  Automatically skip the logs, downloads, replay, svn related folders, and other misc folders on game server--speeds things up a bit 

(especially when using ftp) (True/False)
[SkipMisc]
True

//-----The following ftp server info is used to connect to the Gameserver-----
//This section is only needed if querying gameserver via FTP
//FQDN or IP of your FTP Server
[FTPSrvr]
209.222.4.37

//FTP Server Port (Def 21)
[FTPPort]
21

//FTP Username
[FTPUser]
***********

//FTP Password
[FTPPass]
***********

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]


//Use passive mode?  Try toggling this if you are having problems connecting to the server (True/False)
[FTPPasv]
True

//-----The following ftp server info is used to connect to the Redirect-----
//This section is only needed if querying redirect via ftp
//Redirect:  FQDN or IP of your FTP Server
//Looking for a good deal on a redirect--checkout www.urldownload.com--prices start at $5/mo
[Redir-FTPSrvr]
ftp.clans.ultimategamehost.com/6c8d8612

//Redirect:  FTP Server Port (Def 21)
[Redir-FTPPort]
21

//Redirect:  FTP Username
[Redir-FTPUser]
***********

//Redirect:  FTP Password
[Redir-FTPPass]
***********

//The root folder of your redirect, must be prefixed with /  ie. /redir.  Leave blank for root
[Redir-FTPPath]
/GMOD

//Redirect:  Use passive mode?  Try toggling this if you are having problems connecting to the server (True/False)
[Redir-FTPPasv]
True

//Redirect:  Automatically upload new compressed files to the redirect? (True/False)
//If set to false you'll need to manually upload the files in [CompressPath] path to your redirect.
[Redir-Upload]
True

//Redirect:  Create Redir-FTPPath if it doesn't exist
[Redir-CreateFtpPath]
False

//Debug:  Be very verbose? (True/False)
[Debug]
False

//Autoupdate:  Automatically check for updated basefiles(True/False)
[AutoUpdate]
True

//Delete files on the redirect that aren't on the server? (Off, Report, or Delete)
//You should probably keep this off for Garry's Mod
//Off==feature disabled
//report==will report files on the redirect that aren't on the game server
//delete==same as report but will automatically delete them (ensure everything is working correctly before setting to this)
[RedirectCleaner]
Off
JesseCordeiro
Posts: 5
Joined: Thu Jan 30, 2014 1:44 pm

Re: RedirectPath doesn't exist

Post by JesseCordeiro »

I understand that I have left the RedirectPath field blank. Even if I'm not doing it locally, must I provide the path?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: RedirectPath doesn't exist

Post by Masher »

That's odd, it shouldn't care about the redirectpath if using FTP. Try setting it to the same path you're using with compresspath and report back.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
JesseCordeiro
Posts: 5
Joined: Thu Jan 30, 2014 1:44 pm

Re: RedirectPath doesn't exist

Post by JesseCordeiro »

Still prompting the same error.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: RedirectPath doesn't exist

Post by Masher »

Looked at the code, it'll only throw that error if redirect is set to local. So it's not reading the ini.

Where is sourcersc and ini installed at?
What's the name of the .ini?
Are you using any commandline options with sourcersc?
32 or 64 bit OS?
What are you using to edit the .ini?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
JesseCordeiro
Posts: 5
Joined: Thu Jan 30, 2014 1:44 pm

Re: RedirectPath doesn't exist

Post by JesseCordeiro »

Ah, I believe I was editing a second file (SourceRSC (2).ini). I deleted it and edited the main file & now it manages to pass that error screen but I am now prompted with a different error:
Image
http://imgur.com/2CXmXyC
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: RedirectPath doesn't exist

Post by Masher »

Try running as administrator or change paths to somewhere you can read/write.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
JesseCordeiro
Posts: 5
Joined: Thu Jan 30, 2014 1:44 pm

Re: RedirectPath doesn't exist

Post by JesseCordeiro »

Ah, running as administrator seemed to fix it! Seemed to have run properly. Should I encounter this though:
Image
http://imgur.com/GTmwhu9
I have more than 0 custom files on my server. :?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: RedirectPath doesn't exist

Post by Masher »

It didn't find any files on the server it appears. Are you sure ftp path is correct for your game server?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply