July 2, 201312 yr comment_10950 Goodmorning! I'm fairly new to creating servers and I just got to know Uniform Server.However when I boot 'Start_as_program.exe' I should get a window saying that I have to change my password.In my case it gives an Error straight away, this one;An error has occurred in the script page. Line: 250Char: 2Error: Input past end of fileCode: 0URL: file:///C:/UniServer/uni_con/includes/core_functions_inc.vbsDo you want to continue running scripts on this page? Yes/No. (I didn't change a thing in that core_functions_inc.vbs) I checked line 250, maybe theres something unusual here?Line 245-260Function us_port_in_use_ap(port)Dim temp_file, FS,sInputtemp_file = US_TMP & "\port_check.txt" 'Temp file for netstat resultscall ExecCMD("cmd /c netstat -anp tcp >" & temp_file,0,true) 'true=waitSet FS = CreateObject("Scripting.FileSystemObject") 'Create file objectsInput = FS.OpenTextFile(temp_file).ReadAll 'Read file content 'Is port in useIf InStr(sInput, "0.0.0.0:" & port & " ") Then us_port_in_use_ap = true 'Yes return trueElseus_port_in_use_ap = false 'No return falseEnd if Set FS = Nothing End Function System:Windows Ultimate 64 bits4 core @ 3.1ghz, 4 gb ram, Ati Radeon 5770. I think I tried everything, i searched through the forums, and couldn't find any solutions.I hope somebody can help me. Hope to hear from you soon! /Roy. Report
July 4, 201312 yr comment_10956 Did you check the runtime library version on your machine?Also, what version of The Uniform Server are you running? Regards,BobS Report
July 6, 201312 yr comment_10962 I also had some problems with this randomly. My current solution is to just start apache and mysql manually:/usr/local/apache2/bin/apache2.exe/usr/local/mysql/bin/mysqld.exe or something like that. Gonna try to do some research on why exacly unitray stopped working later when I got some time. I am representing the open tibia community otland.netotland.net is contributing open source server software to an 2d mmorpg game called Tibia.Here are some Uniform server tutorials/guide contributions from me:VIDEO TUTORIAL: I teach newbreeds to install and operate uniform server: (Updated for Coral 8.x)http://youtu.be/AsyxPhDTOcIUniform Server newbie guide:Securely installing Uniform Server for total newbeginners:http://otland.net/f479/nothing-fully-worki...-0-3-6-a-77593/(also contains how to get our open source tibia game, and connect it successfully to the uniform mysql server).How to add a website for our open source tibia game which includes highscore, create account and so on: (On uniform server)http://otland.net/f479/website-installing-...m-server-91951/ Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.