• Windows 2003 Source Server Problem
    12 replies, posted
Hey, I am running Win 2003 on dedicated server. And I have 2 gmod servers on it. Problem is: that I have an automated donation system on one of them which is sandbox. And I noticed on it that many files don't work. For example Evolve admin mod wasn't working, just simple didnt' open menu, it's like it's not finding files or refuses to follow folder paths. Or many other mods which I install 100% Correctly, just don't work. Atm with this donation system, there is a file in lua/includes/modules which in game appears as missing. It's Windows 2003. What problem could it be? Wops I meant " Windows 2003 Source Server Problem" as title.
[QUOTE=arleitiss;29568110]Hey, I am running Win 2003 on dedicated server. And I have 2 gmod servers on it. Problem is: that I have an automated donation system on one of them which is sandbox. And I noticed on it that many files don't work. For example Evolve admin mod wasn't working, just simple didnt' open menu, it's like it's not finding files or refuses to follow folder paths. Or many other mods which I install 100% Correctly, just don't work. Atm with this donation system, there is a file in lua/includes/modules which in game appears as missing. It's Windows 2003. What problem could it be? Wops I meant " Windows 2003 Source Server Problem" as title.[/QUOTE] The OS wouldn't be the issue, What's your module written in c++ or lua? If c++ you need install the latest redists of Visual C++ from Microsoft. Also for the evolve problem check your console, does it say "Evolve admin mod by Overv" or something like that? If not then you haven't installed it correctly, if so It's a clientside error.
[QUOTE=freefall1103;29568380]The OS wouldn't be the issue, What's your module written in c++ or lua? If c++ you need install the latest redists of Visual C++ from Microsoft. Also for the evolve problem check your console, does it say "Evolve admin mod by Overv" or something like that? If not then you haven't installed it correctly, if so It's a clientside error.[/QUOTE] That's the funny thing about evolve. Everything works I can run console commands but not menu though. And I am not sure a guy did it for me. It has .dll files and lua files. Oh and btw the guy who made it for me said its' made in php. [editline]2nd May 2011[/editline] [URL=http://s411.photobucket.com/albums/pp196/arleitiss/?action=view&current=Untitled-1-3.jpg][IMG]http://i411.photobucket.com/albums/pp196/arleitiss/th_Untitled-1-3.jpg[/IMG][/URL] Sorry image is just too huge to post as IMG. There is a problem basically.
Hello arleitiss, I am from DarkDrive communities and I remember playing you on fearless (unless your another arleitiss) It seems like during the download of garrysmod for srcds, it appears that its corrupt. Have you also checked that your two servers are not on conflicting ports? Attempt to reinstall srcds and if problems persist. You need to work out what client side files are need for the admin mod. Once doing that. go to garrysmod/lua/autorun/server and create a file called dl.lua Inside that file put [code]resourceAddFile("<the directory of the file>") resourceAddFile("<another file directory can go here>")[/code] That should solve your problems hopefully.
[QUOTE=SL1CHAOS;29569566]Hello arleitiss, I am from DarkDrive communities and I remember playing you on fearless (unless your another arleitiss) It seems like during the download of garrysmod for srcds, it appears that its corrupt. Have you also checked that your two servers are not on conflicting ports? Attempt to reinstall srcds and if problems persist. You need to work out what client side files are need for the admin mod. Once doing that. go to garrysmod/lua/autorun/server and create a file called dl.lua Inside that file put [code]resourceAddFile("<the directory of the file>") resourceAddFile("<another file directory can go here>")[/code] That should solve your problems hopefully.[/QUOTE] Yeah I remember you on FL as well. Also I tried that way you suggested. I got ULX now using just still the thing is that I also noticed that server download is corrupt. I wonder is there any way to find which files it did not download properly for server.
[QUOTE=arleitiss;29569746]I wonder is there any way to find which files it did not download properly for server.[/QUOTE] I don't quite follow you, but if you're saying what I assume you're saying, someone might be able to write you a string to list anything not added to the resource...
[QUOTE=freefall1103;29570828]I don't quite follow you, but if you're saying what I assume you're saying, someone might be able to write you a string to list anything not added to the resource...[/QUOTE] Check the pic I posted, any idea what that means?
[QUOTE=arleitiss;29571409]Check the pic I posted, any idea what that means?[/QUOTE] Take the dll out of the addons folder, place it in "../garrysmod/lua/includes/modules"
[QUOTE=freefall1103;29572682]Take the dll out of the addons folder, place it in "../garrysmod/lua/includes/modules"[/QUOTE] Still doesn't work. Says can't find basically same error.
Did you attempt to install srcds manually instead of using [b]tcadmin[/b]
[QUOTE=SL1CHAOS;29592784]Did you attempt to install srcds manually instead of using [b]tcadmin[/b][/QUOTE] yeah, but for some reason then srcds or scrds (w/e it's called) isnt launching, therefore I can't start server then. I open it and it just wont open.
[QUOTE=arleitiss;29593652]yeah, but for some reason then srcds or scrds (w/e it's called) isnt launching, therefore I can't start server then. I open it and it just wont open.[/QUOTE] You know you have to start srcds through a command line right?
[QUOTE=freefall1103;29594975]You know you have to start srcds through a command line right?[/QUOTE] Now I do. Also got it fixed. Ninja101 helped. I had like 30 errors of different kinds there.
Sorry, you need to Log In to post a reply to this thread.