Failure during compression (Linux)

Redirect Server Checker for the Source Engine (CS:S, TF2, DOD:S, HL2MP, etc)--formerly CSRSC
Post Reply
Clay
Posts: 2
Joined: Thu Nov 01, 2012 8:24 pm

Failure during compression (Linux)

Post 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.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Failure during compression (Linux)

Post 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.
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!
Clay
Posts: 2
Joined: Thu Nov 01, 2012 8:24 pm

Re: Failure during compression (Linux)

Post 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.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Failure during compression (Linux)

Post by Masher »

Hehe, no problem. I'm glad it was an easy fix. :)
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