Page 1 of 1

Failure during compression (Linux)

Posted: Thu Nov 01, 2012 8:25 pm
by Clay

Code: Select all

root@x:/home/godm/srcrsc# mono --debug SourceRSC.exe 
SourceRSC Version 1.991 by Brainless Technologies Ltd.
www.brainless.us
Ini:  sourcersc.ini
Gameserver query mode:  Local
Redirect query mode:  FTP
Gameserver path:  /home/godm/csgo/csgo
Compress path:  /tmp/bzd
Game Mod:  CSGO
Platform:  Unix like
This software is free for non-commercial use.

-----Phase One-----Basefile
Contacting Brainless.us for updated basefiles....local file is current.
Entries in basefile:  1894

-----Phase Two-----Gameserver
Querying local gameserver files
___________________________________________________________________________________________
Files found on server:  1919

Determining custom/extra files....
Total extra files:  22

-----Phase Three-----Redirect
Connected to FTP Server
Please be patient, this process may take awhile

Files found on redirect:  0
Total files missing on redirect:  22

-----Phase Three Part 2-----Redir Cleaner
All files on redirect found in game server

-----Phase Four-----Compression
Processing #1/22::Compressing de_contra_csgo.bsp....Unhandled Error:  Cannot find the specified file
  at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at #=qv_1f4dBAE1g_OORfiQ3rYqkVcgNO4WWHmjEJnEhqPrs=.#=qcnrVFMC0Nj8hNgHZdBf0HA== () [0x00000] in <filename unknown>:0 
  at #=q3ZCqvI6fDMEJBopRv5ncfvjhBiIcH0Qj$XH_weFU058=.#=qHVVj_9BcSE9lbtvZxLesAg== (System.String[] #=qnmIybiJElRmMFb6CR57mkA==) [0x00000] in <filename unknown>:0 
Press enter to continue
Literally no idea what's wrong. Running it as the user that owns that directory gives me the same error.

I'm going to try messing with my FastDL's user permissions and see if that doesn't help. I'm thinking that might be the issue.

EDIT: Just tested a few files without issue. de_contra_csgo is owned by csgo, but I just tested running the script as root, so that shouldn't be an issue.

Re: Failure during compression (Linux)

Posted: Thu Nov 01, 2012 8:34 pm
by Masher
Make sure bzip2 is installed and is in your PATH. Also try creating a sym link to bzip2 in /bin if bzip2 is in fact installed.

Re: Failure during compression (Linux)

Posted: Thu Nov 01, 2012 8:40 pm
by Clay
Masher wrote:Make sure bzip2 is installed and is in your PATH. Also try creating a sym link to bzip2 in /bin if bzip2 is in fact installed.
Signs I need to go to bed.

Thank you, sir.

Re: Failure during compression (Linux)

Posted: Thu Nov 01, 2012 8:55 pm
by Masher
Hehe, no problem. I'm glad it was an easy fix. :)