Search found 27 matches

by burnSTATION
Tue Sep 06, 2016 12:01 pm
Forum: Plugin Development Support
Topic: Listener / event fired when halftime starts (CS:GO)
Replies: 1
Views: 2130

Listener / event fired when halftime starts (CS:GO)

I've searched in the wiki for any event that is fired when the halftime between side switch is started and it doesnt seem there is one. The closest thing to it is "round_announce_last_round_half" which is fired at the start of the 15th round, rather than the end of the 15th round. Can anyo...
by burnSTATION
Fri Sep 02, 2016 2:49 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

...if the ../addons/source-python/Python3 and/or ../addons/source-python/packages/site-packages directories don't have the correct permissions. What permissions should they have? I'm currently giving rwx to the owner of those directories, which I built as root user, in the opt directory, which root...
by burnSTATION
Thu Sep 01, 2016 3:36 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

La Muerte wrote:I'm able to run SP just fine on CentOS7,

although it didn't work for me on CentOS6 due to glibc being on a too old version which isn't supported by SP.


Have you installed any specific libraries that i havent mentioned? Heavily interested on your installation and how it differs from mine
by burnSTATION
Thu Sep 01, 2016 3:30 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

Other than Python27 (which is a requirement for yum) i havent installed any other python related packages, just trying to figure out what lib32z1 is providing for debian, so i can get the same for CentOS
by burnSTATION
Thu Sep 01, 2016 2:13 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

console.log has the same content within it.
by burnSTATION
Thu Sep 01, 2016 1:43 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

I see the line about not being able to generate core_settings.ini but the exception is blank (lol) Plugins: found file "source-python.vdf" [Source.Python] Loading... [Source.Python] Connecting interfaces... [Source.Python] Retrieving engine interfaces... [Source.Python] Interface VEngineSe...
by burnSTATION
Wed Aug 31, 2016 9:50 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

Wait, are you executing srcds_run as root? That's usually not a great idea. Just running as root for the time being while trying to get SP to run properly. will obviously chown to user steam and run as steam user later. Ah, I though console.log would show everything ever printed to console. Ok, cha...
by burnSTATION
Wed Aug 31, 2016 4:08 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

And if you again change the primary __init__ to use this change?: http://forums.sourcepython.com/viewtopic.php?f=10&t=1299&p=8523#p8523 This will show why the main module failed to load. Ah, had forgotten about this trick. Here is the contents of console.log; # #Console initialized. #Using ...
by burnSTATION
Wed Aug 31, 2016 3:41 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

After thinking I had pinned the issue on why it wasn't working in CentOS, and replicating my exact process from debian to CentOS (while obviously using the correct packages on each distro) It still isn't working Here is the console.log from where I currently am with the CentOS installtion Plugins: f...
by burnSTATION
Wed Aug 31, 2016 2:14 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

I have found the problem (finally)

on debian i had to do install lib32z1 to solve the issue i have been having all night. (thanks iPlayer, youre the real MVP)

going to blow this VM up now and try 1 more time on centos with zlibc to see if this was the culprit.
by burnSTATION
Wed Aug 31, 2016 1:49 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

L'In20Cible wrote:And what do you get in the console? :rolleyes:


i got so mad at that VM that i blew it up and im installing SRCDS on debian now. will update shortly with my findings. If this works i should be able to easily identify the problem as to why it wasnt working on centos
by burnSTATION
Wed Aug 31, 2016 1:15 pm
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

tried editing ___init___.py and now the server doesnt "crash" but SP still fails to operate as intended. calling sp from console results in an unregistered command, even though SP is in the console.log as loading correctly and registering the command. after trying to go through SP installa...
by burnSTATION
Wed Aug 31, 2016 11:22 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

fresh install, EXACT SAME PROBLEM, however i would like to note that this time i dont have a core_settings.ini and it doesnt look like SP has run at all everything i did to install is listed below 2 cd /opt 3 ll 4 mkdir steamcmd 5 ll 6 yum update -y 7 yum install glibc.i686 libstdc++.i686 screen vim...
by burnSTATION
Wed Aug 31, 2016 10:46 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

Welp. good thing im on AWS and i can happily just blow this VM up and start all over in a matter of minutes.
by burnSTATION
Wed Aug 31, 2016 9:52 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

I set Level and Areas to 5 in core_settings.ini all thats showing up - # #Console initialized. #Using breakpad minidump system 740/13546.358.DC #Loading VPK file hashes for pure server operation. #Loading VPK file hashes for pure server operation. #Game.dll loaded for "Counter-Strike: Global Of...
by burnSTATION
Wed Aug 31, 2016 7:25 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

I had one running on my windows machine but am starting to try to work on my (free) AWS VM.

any ideas based on my input above @Ayuto
by burnSTATION
Wed Aug 31, 2016 7:02 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

latest version of SP, 8/28/2016 core_settings.ini exists, and the paths within seem to be correct as well. just installed libcurl.i686 , hopefully i can read the dumpfile now without it failing to upload edit: server is definitely crashing while loading SP - (i have removed -debug and -condebug so t...
by burnSTATION
Wed Aug 31, 2016 6:45 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

Interesting, SP says it cannot initialize python, and i even went to the length of installing python and python-devel. Line 106 http://pastebin.com/t8AyMSvk # #Console initialized. #Using breakpad minidump system 740/13546.358.DC #Loading VPK file hashes for pure server operation. #Loading VPK file ...
by burnSTATION
Wed Aug 31, 2016 6:36 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

yes, csgo under linux.

not getting condebug or debug log files though.
by burnSTATION
Wed Aug 31, 2016 5:40 am
Forum: General Discussion
Topic: SP crashing on linux?
Replies: 45
Views: 30485

Re: SP crashing on linux?

My SP isnt loading.

If i rename addons to addons1 the server starts fine, (obviously without source python) but renaming the addons folder to its proper name, the server crashes.

what was done to fix the issue?

Go to advanced search