Search found 18 matches

by Nomy
Fri Dec 11, 2015 6:45 am
Forum: General Discussion
Topic: SP CSGO server crash (After CSGO update 2015/12/08)
Replies: 5
Views: 9975

Ayuto wrote:Please update using this tutorial:
http://wiki.sourcepython.com/pages/Tutorials:Updating

That should fix the issue.


Thanks! This was it!
by Nomy
Thu Dec 10, 2015 11:11 pm
Forum: General Discussion
Topic: SP CSGO server crash (After CSGO update 2015/12/08)
Replies: 5
Views: 9975

I still get a crash with the latest build: Build #175 (Dec 10, 2015 1:39:28 PM)
Console output: http://pastebin.com/KFBM4mUU
by Nomy
Wed Feb 11, 2015 4:01 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Ayuto wrote:Alright, I just compiled a version with statically linked runtime libraries. [ATTACH=CONFIG]149[/ATTACH]

Let me know if it's working. :)


Thanks! This one loads majestically without any redist package.
by Nomy
Mon Feb 09, 2015 9:55 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Placing the msvcr100* and msvcp100* files in addons folder with the source-python.dll works too. So i guess its not being linked right. I found this on google and wondered if using /MT flag might solve this on server without redist package. I could test this if you want. I don't think I will add add...
by Nomy
Mon Feb 09, 2015 4:49 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

I just checked Event Viewer and didn't find any events about it. I think the biggest hint was the loading on debug build throwing msvc lib loading error. Windows Server 2008 R2 only comes in x64. And I had x64 version of microsoft visual c++ runtimes installed for another program. It gave an error d...
by Nomy
Mon Feb 09, 2015 3:05 am
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

I just tested it on my desktop Win7 and it loaded fine. Are there any dependencies the server should have? @Stonedegg What Windows OS do you use? Edit: Fixed by installing Microsoft Visual C++ 2010 Redistributable Package (x86) http://www.microsoft.com/en-us/download/details.aspx?id=5555 Thanks for ...
by Nomy
Sun Feb 08, 2015 7:54 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Ayuto is right, that's because you are comparing the size of a debug build with a release one. Note the trailing "d" here (msvcr100 d .dll) which denote a debug library. Could you please disable Metamod and every other server plugin. I'm also surprised that there are no loading messages from Metamo...
by Nomy
Sun Feb 08, 2015 7:37 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Probably is a debug build, I remember there was difference in developers back then. I think you weren't the project leader and l'in20cible too back then. Cant remember if satoon was the project leader, probably was... or probably had a green name on forum. Here incase anyone want to look at the old ...
by Nomy
Sun Feb 08, 2015 6:55 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Why should it be too small? The loader only consists of this file. https://github.com/Source-Python-Dev-Team/Source.Python/blob/master/src/loader/loader_main.cpp However, could you please add +developer 1 -condebug to your command line. This will write some more information to ../csgo/console.log. ...
by Nomy
Sun Feb 08, 2015 9:41 am
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Is that all the server console says? There should be a lot more to it than that, unless you didn't upload the ../addons/source-python.dll file. There was a CS:GO update in the last couple days, but I just checked and it still loads fine for me. There is nothing else from SP. Just that. I had redown...
by Nomy
Sun Feb 08, 2015 1:14 am
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

I have double checked and also reuploaded just in case it was a bad download.
by Nomy
Sat Feb 07, 2015 11:15 pm
Forum: General Discussion
Topic: Unable to load sourcepython.
Replies: 24
Views: 34546

Unable to load sourcepython.

Hey guys,
I'm having problems loading SP.

Server Console prints this during startup:

Plugins: found file "source-python.vdf"
Unable to load plugin "addons/source-python"

I'm using the release tagged 17 Jan.
CS:GO Windows Server
by Nomy
Mon Sep 03, 2012 1:27 am
Forum: Whatever
Topic: CS:GO Maxplayers
Replies: 3
Views: 10868

I think its possible to hack with ollydbg?
by Nomy
Tue Aug 28, 2012 7:50 pm
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 77355

This plugin will not be designed to do ultra hand-holding like ES did. Some things will become easier, others will be a little harder, plus we plan to add extended functionality that was never available in ES. The only thing "harder" about the above script than the ES version is that you have to ge...
by Nomy
Tue Aug 28, 2012 6:22 am
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 77355

Thanks it works now. :)
I think ESP was easier or is it only me? Maybe it will become easier as more stuff/libraries are added :)
I am liking this so far :)
by Nomy
Sun Aug 26, 2012 6:35 pm
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 77355

Yes, agreed, we do need to add a syntax button. There are other issues with the syntax blocks that need investigated as well. For now, though, to use Python syntax blocks, just use [ python][/python] Satoon Will do :) Edit: I was not able to get the hello message. The script was loaded properly wit...
by Nomy
Sun Aug 26, 2012 5:48 pm
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 77355

Thanks Satoon :)

I'm sorry about the php bbcode. I couldn't find the python syntax bbcode icon on the bar, it would be awesome to have it show in quick reply box too :)
by Nomy
Sun Aug 26, 2012 10:45 am
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 77355

Basic script help

Hi guys,

I was wondering how would this look if converted into SP script.

Syntax: Select all

import usermsg

def player_activate(event_var):
usermsg.echo(event_var['userid'], "Hello!")


Thanks.

Go to advanced search