![]() |
problems with creating server - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery General (https://discoverygc.com/forums/forumdisplay.php?fid=3) +--- Forum: Discovery RP 24/7 General Discussions (https://discoverygc.com/forums/forumdisplay.php?fid=23) +--- Thread: problems with creating server (/showthread.php?tid=277) |
problems with creating server - Mastero - 10-30-2005 Ok I have installed discovery noproblem, I can play singleplayer and connect to existing discovery servers without problems. But when I tried to create my own LAN server it always falls apart when I connect to it and try to leave/land on any planet/base. I dont really know whats the problem ... :unsure: Can anyone help me out? problems with creating server - Titus - 10-30-2005 The same thing happened to me when i tried to create a discovery server but with a moified .ini file (weapons_good.ini cause i wanted to make the justice mk1 cost a fortune and sell it at a giant price to buy a new ship, an expensive one :D ) but it crashed when i left manhatan. More, several .ini critical files were deleted, so i had to reinstall :unsure: ), so i encountered this thing too but i dont know how to solve it :( . problems with creating server - Igiss - 10-30-2005 First of all, create two Freelancer installations and make sure that they are absolutely identical. And mod is correctly installed. Second, you'll need WinXP SP2. I don't know if other OSs allow to run server and client on the same PC. problems with creating server - Mastero - 10-30-2005 Igiss,Oct 30 2005, 08:54 PM Wrote:First of all, create two Freelancer installations and make sure that they are absolutely identical. And mod is correctly installed. Well, I reinstalled it and: - server works correctly on normal freelancer without mod - discovery server still falls apart, and I am not connecting from same machine I am using Freelancer mod manager 1.3 so I think that discovery is properly installed... still dont know what could be wrong... problems with creating server - Mastero - 10-31-2005 Perhaps this will help... this is error report from server console: E:\FL\Scratch\Source\Common\CAttachedEquip.cpp(669) : *** ERROR: CAttachedEquip: Failed to create physics for [0x9d4ba589]: equipment\models\turret\sp_turret01.cmp (Ignorable) E:\FL\Scratch\Source\Common\CSolar.cpp(109) : *** ERROR: 0x9be823cb is dockable, but doesn't have a valid base or system to go to problems with creating server - Igiss - 10-31-2005 No those errors are not critical, they occur all the time with Discovery and other mods. It's not related to server problems. Maybe you didn't clear My Games folder while reinstall? You should have... and if you haven't, do it and reinstall FL one more time. And please refer to appropriate sticky topic on this forum about Discovery installation. problems with creating server - Korrd - 10-31-2005 Ha, freelancer is written in 32 bit C++... Those are programmer generated errors... problems with creating server - Mantaray - 11-01-2005 i tried to fix those errors, i (cough-hacked-Cough) the exe trying to de-compile it, but its just 2 much for my ltl 13yr-old brain AARRGGHHH problems with creating server - Korrd - 11-01-2005 Mantaray,Nov 1 2005, 12:20 PM Wrote:i tried to fix those errors, i (cough-hacked-Cough) the exe trying to de-compile it, but its just 2 much for my ltl 13yr-old brainYou cant decompile a 32 bit C++ exe. The required information to restore the source from the .exe is lost during compilation... But disasemble it.... In assembler languaje, freelancer.exe might have arround 10mill lines of code... a real mess.... The errors shown here are caused because of a bad input to the program... |