EOSERV Forum > EOSERV > "Failed to upload file" Runtime Error?
Topic is locked.
Page: << 1 >>
"Failed to upload file" Runtime Error?
Author Message
Post #167672 "Failed to upload file" Runtime Error?

I have started work on an Eoserv server and when I try to log on, it says "loading maps" then disconnects me.

I keep getting this error on eoserv:

[ERR] Client caused and exception and was closed: 127.0.0.1

[ERR] Runtime Error: Failed to upload file

 

I have searched the forum but I cannot seem to find a fix for this. Any help would be greatly appreciated.

11 years, 29 weeks ago
Post #167674 Re: Eoserv Runtime Error?

What revision? And do you have maps (including the declared start map)?

11 years, 29 weeks ago
Post #167675 Re: Eoserv Runtime Error?

It's the newest revision, (0.6.2, i think?) and yes, I have maps and have set the spawn point to an existing map.

11 years, 29 weeks ago
Post #167676 Re: Eoserv Runtime Error?
Are you using the default database or a MySql database? 
11 years, 29 weeks ago
Post #167677 Re: Eoserv Runtime Error?

MySql.

11 years, 29 weeks ago
Post #167679 Re: Eoserv Runtime Error?

First, make sure your maps are named correctly, and there's no gaps between 00001 and your highest numbered map (you'd get a bunch of warnings on startup if maps were missing). They should be named like this (make sure viewing of file extensions are enabled...):

  • data/maps/00001.emf
  • data/maps/00002.emf
  • etc...

Secondly, take a look at the following options in config/misc.ini, and make sure they're set to maps that actually exist (the "database default" is map 192 if you didn't change it):

## StartMap, StartX, StartY (number)
# Map+location new characters start on (0 to use database default)
StartMap = 0
StartX = 0
StartY = 0

## JailMap, JailX, JailY (number)
# Map+location players are sent when jailed
JailMap = 76
JailX = 6
JailY = 5

If you change the StartMap you'll have to manually modify your character's position in the database as well, or delete it and make a new one. Alternatively, add map a map numbered 192 to your server.

If none of those help, there's some kind of permissions problem (running the server as a different user, or you're locking the map files while EOSERV is running somehow).

11 years, 29 weeks ago
Post #167698 Re: "Failed to upload file" Runtime Error?

That fixed it, thanks.

11 years, 29 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > "Failed to upload file" Runtime Error?