Sphere not starting!! - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Sphere not starting!! (/Thread-Sphere-not-starting) |
Sphere not starting!! - HamsterLV - 08-25-2014 01:08 PM Hi ! I tried installing a sphere server, installed needed libraries, started the server but the server won't start! output: -bash-4.1# ./spheresvr Sphere Version 0.56b-Pre-Release [Linux] by http://www.sphereserver.com, compiled at Jun 16 2013 (19:03:34), internal build #1589 Signal handlers installed. Expansion maps supported: FATAL:The sphere.INI file is corrupt or missing FATAL:MUL File 'multi.idx' not found... FATAL:Server terminated by error -3! Any help appreciated P.S I'm running centos 6.5 and i have checked sphere.ini file, it is not missing nor corrupted. RE: Sphere not starting!! - evening - 08-25-2014 03:25 PM set sphere.ini client path // Where your UO installation is located. This need: map0.mul, statics0.mul, // staidx0.mul, multi.mul, multi.idx, hues.mul, tiledata.mul. // Optional files: verdata.mul, mapX.mul/staticsX.mul/staidxX.mul for higher // maps support (Malas, etc). // // Note that if not set, sphere will scan windows registry to auto-detect it MulFiles= RE: Sphere not starting!! - HamsterLV - 08-26-2014 05:57 AM Ty, got it ! |