Linux file issues
Posted: Sat Sep 02, 2006 8:39 am
Well I got the server compiling and got the scripts in place, but now I'm having a new issue -- it won't load the MUL files. At first, every file would show as [not found] and at the end it would yell about DATADIRECTORY (I forget the exact message).
I searched the forums and found another post related to this issue which recommended the issue was the end-of-line character difference between Windows and Linux, so I opened the tiles.dfn, maps.dfn, and uox.ini files and converted them to unix style carriage returns.
Now when I attempt to start the server, it can apparently find map4.mul, statics4.mul, staidx4.mul, tiledata.mul... and they all give a status of [done], except for tiledata (which shows up as [Failed]).
Any ideas?
I searched the forums and found another post related to this issue which recommended the issue was the end-of-line character difference between Windows and Linux, so I opened the tiles.dfn, maps.dfn, and uox.ini files and converted them to unix style carriage returns.
Now when I attempt to start the server, it can apparently find map4.mul, statics4.mul, staidx4.mul, tiledata.mul... and they all give a status of [done], except for tiledata (which shows up as [Failed]).
Any ideas?
Code: Select all
frank@dominus /game_server/uox/muldata $ ls -la
total 158192
drwxr-xr-x 2 frank users 4096 Sep 2 02:18 .
drwxr-xr-x 15 frank users 4096 Sep 2 01:49 ..
-r-------- 1 frank users 89915392 Sep 2 02:14 map0.mul
-r-------- 1 frank users 11289600 Sep 2 02:14 map2.mul
-r-------- 1 frank users 16056320 Sep 2 02:15 map3.mul
-r-------- 1 frank users 6421156 Sep 2 02:15 map4.mul
-r-------- 1 frank users 275380 Sep 2 02:17 mapdif0.mul
-r-------- 1 frank users 1574664 Sep 2 02:17 mapdif1.mul
-r-------- 1 frank users 52528 Sep 2 02:17 mapdif2.mul
-r-------- 1 frank users 5620 Sep 2 02:17 mapdifl0.mul
-r-------- 1 frank users 32136 Sep 2 02:17 mapdifl1.mul
-r-------- 1 frank users 1072 Sep 2 02:17 mapdifl2.mul
-r-------- 1 frank users 21684 Sep 2 02:18 stadifi0.mul
-r-------- 1 frank users 131172 Sep 2 02:18 stadifi1.mul
-r-------- 1 frank users 3216 Sep 2 02:18 stadifi2.mul
-r-------- 1 frank users 5505024 Sep 2 02:16 staidx0.mul
-r-------- 1 frank users 691200 Sep 2 02:16 staidx2.mul
-r-------- 1 frank users 983040 Sep 2 02:16 staidx3.mul
-r-------- 1 frank users 393132 Sep 2 02:16 staidx4.mul
-r-------- 1 frank users 22535961 Sep 2 02:16 statics0.mul
-r-------- 1 frank users 2591316 Sep 2 02:16 statics2.mul
-r-------- 1 frank users 2279011 Sep 2 02:16 statics3.mul
-r-------- 1 frank users 1190448 Sep 2 02:16 statics4.mulCode: Select all
frank@dominus /game_server/uox $ ./uox3
o------------------------------------------------------------------------------o| UOX Server start up!
| Welcome to Ultima Offline eXperiment 3 v0.98-3.7g
o------------------------------------------------------------------------------o| Processing INI Settings [done]
| Initializing and creating class pointers...
o------------------------------------------------------------------------------o| Starting JavaScript Engine....
| JavaScript engine startup complete.
o------------------------------------------------------------------------------oo------------------------------------------------------------------------------o| Loading server scripts...
| o Clearing AddMenuMap entries(0)
|
| decs/plants/nbuilding/decs/nbuilding/floors/nbuilding/furniture/nbuilding/walls/n/game_server/uox/dfndata/items/building/n/game_server/uox/dfndata/items/containers/n/game_server/uox/dfndata/items/deeds/narmor/leather_armor/narmor/metal_armor/narmor/other_armor/ngear/armor/ngear/clothing/ngear/weapons/n/game_server/uox/dfndata/items/gear/n/game_server/uox/dfndata/items/gmmenu/n/game_server/uox/dfndata/items/houseaddons/n/game_server/uox/dfndata/items/itemlists/n/game_server/uox/dfndata/items/magic/n/game_server/uox/dfndata/items/misc/nskills/misc/nskills/resources/nskills/tools/n/game_server/uox/dfndata/items/skills/nSection items : 0 entries [done]
| Section npc : 0 entries [done]
| Section create : 0 entries [done]
| Section regions : 3 entries [done]
| Section misc : 0 entries [done]
| Section skills : 0 entries [done]
| Section location : 0 entries [done]
| Section menus : 0 entries [done]
| Section spells : 0 entries [done]
| Section newbie : 1 entries [done]
| Section titles : 0 entries [done]
| Section advance : 0 entries [done]
| Section house : 0 entries [done]
| Section colors : 0 entries [done]
| Section spawn : 0 entries [done]
| Section html : 0 entries [done]
| Section race : 0 entries [done]
| Section weather : 0 entries [done]
| Section harditems : 0 entries [done]
| Section command : 0 entries [done]
| Section msgboard : 0 entries [done]
| Section carve : 0 entries [done]
| Section creatures : 0 entries [done]
| Section maps : 47 entries [done]
o------------------------------------------------------------------------------o| Loading JS Scripts
| WARNING: No JS file mappings found in section SCRIPT_LIST
| WARNING: No JS file mappings found in section COMMAND_SCRIPTS
| WARNING: No JS file mappings found in section MAGIC_SCRIPTS
| WARNING: No JS file mappings found in section SKILLUSE_SCRIPTS
| WARNING: No JS file mappings found in section PACKET_SCRIPTS
| WARNING: No JS file mappings found in section CONSOLE_SCRIPTS
| WARNING: Envoke section not found, no hard id->script matching being done
| WARNING: Envoke section not found, no hard id->script matching being done
o------------------------------------------------------------------------------o| Loading skill advancement [done]
| Loading dictionaries...
| Dictionary.UNK [loaded]
| Dictionary.ZRO [loaded]
| Dictionary.ENG [loaded]
| Dictionary.FRE [loaded]
| [done]
| Loading teleport [done]
| Loading GoPlaces [done]
o------------------------------------------------------------------------------o| Preparing to open *.mul files...
| (If they don't open, fix your paths in uox.ini or filenames in maps.dfn)
| /game_server/uox/muldata/map0.mul [not found]
| /game_server/uox/muldata/statics0.mul [not found]
| /game_server/uox/muldata/staidx0.mul [not found]
| /game_server/uox/muldata/mapdif0.mul [not found]
| /game_server/uox/muldata/stadif0.mul [not found]
| /game_server/uox/muldata/mapdifl0.mul [not found]
| /game_server/uox/muldata/stadifi0.mul [not found]
| /game_server/uox/muldata/map0.mul [not found]
| /game_server/uox/muldata/statics0.mul [not found]
| /game_server/uox/muldata/staidx0.mul [not found]
| /game_server/uox/muldata/mapdif1.mul [not found]
| /game_server/uox/muldata/stadif1.mul [not found]
| /game_server/uox/muldata/mapdifl1.mul [not found]
| /game_server/uox/muldata/stadifi1.mul [not found]
| /game_server/uox/muldata/map2.mul [not found]
| /game_server/uox/muldata/statics2.mul [not found]
| /game_server/uox/muldata/staidx2.mul [not found]
| /game_server/uox/muldata/mapdif2.mul [not found]
| /game_server/uox/muldata/stadif2.mul [not found]
| /game_server/uox/muldata/mapdifl2.mul [not found]
| /game_server/uox/muldata/stadifi2.mul [not found]
| /game_server/uox/muldata/map3.mul [not found]
| /game_server/uox/muldata/statics3.mul [not found]
| /game_server/uox/muldata/staidx3.mul [not found]
| /game_server/uox/muldata/map4.mul [done]
| /game_server/uox/muldata/statics4.mul [done]
| /game_server/uox/muldata/staidx4.mul [done]
| /game_server/uox/muldata/tiledata.mul [Failed]
o------------------------------------------------------------------------------o| Beginning UOX final shut down sequence...
| HTMLTemplates object detected. Writing Offline HTML Now...
| Cleaning up item and character memory... [done]
| Destroying class objects and pointers... Destroying JS instances... [done]
| [done]
o------------------------------------------------------------------------------o| Server shutdown complete!
| Thank you for supporting The Official DevTeam
o------------------------------------------------------------------------------o| Exiting UOX with errorlevel 354