SphereCommunity
Error message assistance please! - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Error message assistance please! (/Thread-Error-message-assistance-please)



Error message assistance please! - EtherealArts - 03-08-2015 11:05 AM

Im getting the error message when i try to start sphere server. PLEASE HELP ME I WANT MY OWN SHARD REALLY BADLY!

Sphere Version 0.56b-Pre-Release [WIN32] by http://www.sphereserver.com, compiled at Jun 16 2013 (19:31:47), internal build #1590
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!



I know theres something wrong here but I dont know what to do or where to put it! Try to be specific please!


///////////////////////////////////////////////////////////////
//////// File Locations
///////////////////////////////////////////////////////////////
// Directory where spheretables.scp is located, from there we will
// load any additional scripts
ScpFiles=scripts/C:\Users\Brett\Desktop\Server\scripts

// Where your sphereworld.scp and spherechars.scp are located
WorldSave=save/C:\Users\Brett\Desktop\Server\save

// Where your sphereaccu.scp and sphereacct.scp is located
AcctFiles=accounts/C:\Users\Brett\Desktop\Server\accounts

// 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=mul/

// Where your log files will be saved by sphere
Log=logs/C:\Users\Brett\Desktop\Server\logs

// To activate ML-sized map #0 uncomment the next line (don't forget to uncomment
// sphere_map0_ml.scp and sphere_map_points0_ml.scp in spheretables.scp if you want
// to use the default areas)
//Map0=7168,4096,-1,-1

// To activate ML-sized map #1 uncomment the next line
//Map1=7168,4096,-1,-1

// To enable the use of MapDif*.mul and StaDif*.mul files, set this to 1.
UseMapDiffs=0


RE: Error message assistance please! - XuN - 03-08-2015 06:42 PM

You are adding your full directory to files (*/C:\Users\Brett\Desktop\Server\logs), Sphere already set as base dir the directory it's inside, so if you have spheresvr.exe inside 'C:\Users\Brett\Desktop\Server\' and WorldSave=save/, it will automatically read WorldSave dir as 'C:\Users\Brett\Desktop\Server\save\'.

For muls you might want to locate the uo installation directory and place it in MulFiles (removing the // before it and the 'mul/') to have something like 'MulFiles=C:\Users\Brett\Desktop\Game\' or wherever the UO is located.


RE: Error message assistance please! - EtherealArts - 03-13-2015 01:33 PM

what is a "mul" file specifically?


RE: Error message assistance please! - Sharlenwar - 03-13-2015 02:48 PM

Mul files are what the UO client uses to load in map assets, item assets, and anything else that might be needed for it to operate.