Operating System and Processor
32-bit processors are standard these days but we're moving to 64-bit. There are some differences between Windows x64 version and the Windows x32 version. Normally you have a x32 version but it might be possible that you've a x64 version. If you have Windows XP or a later release Windows version then you can have the x64 version else you have surely the x32 version.
Windows 95/98/ME x32 version:
C:\WINDOWS\SYSTEM (OCX files, probably DLL files too).
Windows NT x32 version:
I currently forgot the correct directory. Should be something like "C:\WINDOWS\SYSTEM\" or "C:\WINDOWS\System32\".
Windows 2000/XP/Vista x32 version:
C:\WINDOWS\System32\
Windows XP/Vista x64 version:
C:\WINDOWS\SysWOW64\
That's the difference between both. Well there is more but this is the only thing you will really need for this topic. We call it the System Directory. So if there's a fix which uses this word then there should ring a bell already from now on.
Windows Vista
Eclipse works on Windows Vista. It has been tested. In the error list I've added to several errors caused by Windows Vista the fix on Windows Vista. Normally if you have used these fixes then Eclipse works.
Registering DLL/OCX files
Registering DLL or OCX files is something which is mentioned a lot in here. This is very simple. You just Open the DLL or OCX file with... and then you select RegSvr32 from the system directory. You can set it so that it always opens a DLL or OCX file with this. So it automatically registers when you just click on the file.
Error List
Run-Time Error: 2 - Unknown
There is no fix yet for this error.
Run-Time Error: 5 - Unknown
1. Unknown Action
Can be repeatedly. Restart the client or server it would go away then.
Global TE fix.
2. Using Windows Vista
Download this and put it in the system directory. Then register it.
Global fix.
3. Starting the Eclipse Client
Download this and put it in the system directory. Then register it.
Global fix.
Run-Time Error: 6 - Overflow
1. Unknown Action
Check your class files (temporary).
Thanks to Aeon for this fix.
Run-Time Error: 7 - Out of Memory
1. When setting scrolling on or off
Close the client and the server, then delete all the old maps and set the scrolling to 1 or 0 in the "data.ini" on the Server Side. Save it and start the server. Be sure that your client and server are closed when deleting all your old maps.
Thanks to DrNova for this fix.
Run-Time Error: 9 - Subscript out of range
1. Unknown Action
Can be repeatedly. Just restart the client or server and it then will just go away.
Global TE & EE fix.
2. After warping
You used an invalid number for the default warping command. Be sure that the numbers are correct. Although the only way to fix this is the following: search in the folder called "accounts" at the Server Side and find your account. Then open it with notepad and set map, x and y back to a normal number. You can also improve the commands with checks. Sadscript knowledge is required!
Thanks to Godlord for this fix.
3. Account modifying
If you don't know which account causes this error then you need to check all accounts, if you do know then you can just check the INI of the account for a error causing value or even values. If you still don't find it then you need to delete all the accounts.
Thanks to Godlord for this fix.
4. After turning scrolling off or on and starting the server.
You probably forgot to delete the maps. The maps need to be deleted when setting scrolling to another mode.
Global fix.
5. When starting the server and the error occurs when loading the NPC data.
Some NPC file is corrupt. You need to find out which one is corrupt and delete that one or you need to delete them all and restart the server.
Thanks to Godlord for this fix.
6. When starting the server and the error occurs when loading the map data.
Some map file is corrupt. You need to find out which one is corrupt and delete that one or you need to delete them all and restart the server.
Thanks to Godlord for this fix.
7. When starting the server and the error occurs when loading the item data.
Some item file is corrupt. You need to find out which one is corrupt and delete that one or you need to delete them all and restart the server.
Thanks to Godlord for this fix.
8. When starting the server and the error occurs when loading the spell data.
Some spell file is corrupt. You need to find out which one is corrupt and delete that one or you need to delete them all and restart the server.
Thanks to Godlord for this fix.
9. When starting the server and the error occurs when loading the class data.
You can re-download Eclipse and get the class files of that or try to fix it yourself.
Thanks to Godlord for this fix.
10. When starting the server and the error occurs when loading the map data.
It's possible that you have specified a lower max value in the data.ini than there are maps. This means that you have e.g. a max number of 200 while you have 500 maps.
Thanks to zerokainin for this fix.
11. When starting the server and the error occurs when loading the NPC data.
It's possible that you have specified a lower max value in the data.ini than there are NPCs. This means that you have e.g. a max number of 200 while you have 500 NPCs.
Thanks to zerokainin for this fix.
12. When starting the server and the error occurs when loading the spell data.
It's possible that you have specified a lower max value in the data.ini than there are spells. This means that you have e.g. a max number of 200 while you have 500 spells.
Thanks to zerokainin for this fix.
13. When starting the server and the error occurs when loading the item data.
It's possible that you have specified a lower max value in the data.ini than there are items. This means that you have e.g. a max number of 200 while you have 500 items.
Thanks to zerokainin for this fix.
Run-Time Error: 13 - Mismatch
1. When modifying an INI file
You need to check if the changed values are correct. If you cannot find the problem then download the INI files and compare them...
Global fix.
Run-Time Error: 14 - Out of string space
1. At main menu while receiving news
Re-install Eclipse.
Thanks to ngouterm for this fix.
Run-Time Error: 52 - Unknown
1. Starting up server or client
Re-install Eclipse. Before you re-install, please remove all old files and make back-ups of your maps, NPC's, spells,...
Thanks to Inuyasha for this fix.
Run-Time Error: 53 - File not found
1. The error displays "something.dll" or "something.ocx"
Download the DLL or OCX file, place it in the system directory and register it.
Global fix.
2. When starting the client
You're missing graphical files. Check if you have everything in the folder "GFX" on the client side and download the missing files or make new files there.
Global TE fix.
3. The error displays that you're missing "itsdeductibleex.msi"
Delete "client.exe" and rename "claz.mof" to "client.exe" on the client side, do the same on the server side only use the name "server.exe" instead of "client.exe"
Thanks to Pickle for this fix.
Run-Time Error: 62 - Input past end of file
1. After modifying the "banlist.txt" file at the server side
Replace the "banlist.txt" with a default one from an unmodified Eclipse.
Thanks to Azalgath for this fix.
Run-Time Error: 70 - Permission Denied
There is no fix yet for this error.
Run-Time Error: 75 - Path/file access error
1. Unknown Action
You're trying to start the client from a read-only device. For example: a CD, DVD, Floppy(with write mode turned off),... Eclipse only works on a device where the operating system and Eclipse has write-access. For example: a hard disk,...
Thanks to Godlord for this fix.
Run-Time Error: 339 - Unknown
1. Using Windows Vista or starting the client.
Download this and put it in the system directory. Then register it.
Global fix.
2. Unknown Action
Download this and place it in the system directory and register it.
Thanks to Godlord for this fix.
3. VBMP.ocx is missing
Download this and place it in the system directory and register it.
Global EE fix.
4. Unknown
Download this and place it in the system directory and register it.
Thanks to Godlord for this fix.
Run-Time Error: 340 - 1 does not exist
1. Unknown Action
In "data.ini" at the server side, you're missing "00" (without the quotation marks), add it and save "data.ini".
Thanks to Neo Daniel for this fix.
Run-Time Error: 372 - MSComm32.ocx
1. Unknown Action
Download this and place it in the system directory and register it.
Thanks to Godlord for this fix.
Run-Time Error: 373 - TABCTL32.ocx
1. Unknown Action
Download this and place it in the system directory and register it.
Thanks to Godlord for this fix.
Run-Time Error: 380 - Invalid property value
1. When clicking on a button in the server
Download this and place it in the system directory and register it.
Thanks to Godlord for this fix.
2. Unknown action
This error is caused by your server owner not taking into account the graphics limit for Windows 98. The graphics they distribute are too large to work with Windows 98. This happens on Windows 98 computers & Windows ME only as far as I know. The fix is quick and easy.
- Open "tiles.bmp" in the "GFX" folder at the client side.
- Make sure it opens in Paint. If it does not open in Paint automatically, right click on tiles.bmp and click Edit. If that doesnt work, then right click tiles.bmp and go into the Open With... submenu, and if paint is in there, click it, if it isn't, click Choose Program... and click browse, then go to "C:\WINDOWS\system32" and double click on the "mspaint" icon. Then click ok.
- Once in Paint, click Image (ALT+I), Then click Attributes. OR you can just hold control and hit E when you open paint.
- Once in the Attributes menu, edit it to look like the following:
Width: 224
Height: 9728
Units: Pixels
Colors: Colors
- Then click OK
- Then click File, Then click Save. OR hold control and hit S.
If this doesn't work, just try messing with the numbers until its fixed. (temporary)
Global fix.
3. Unknown action
Make a back-up of all your files. Re-install the Eclipse client. Install all your back-ups.
Thanks to Gh0st for this fix.
Run-Time Error: 401 - With flash
1. Unknown action
Download the latest version of Flash or download and register "flash.ocx", remember to put it in the system directory.
Global fix.
Run-Time Error: 404 - File not found
1. Unknown action
You're missing a file, re-install Eclipse.
Global fix.
Run-Time Error: 424 - Object required
1. When clicking on a button in the server
Don't use those buttons, they've no function and they won't work.
Global TE fix.
Run-Time Error: 429 - ActiveX control component can't create object
1. Using Windows Vista or starting the client.
Download this and put it in the system directory. Then register it.
Global fix.
2. Unknown action
Click here for the fix
Thanks to The The Foxxxy for this fix.
3. Unknown action
Download and register this and this. Don't forget to put them in the system directory.
Global fix.
Run-Time Error: 480 - Can't create auto redraw image
1. Using the item editor
Delete the folder called "Items" with it's content on the server side.
Thanks to Chris for this fix.
Run-Time Error: 481 - Invalid picture
1. Unknown action
The file extension you're using for the image is invalid and cannot be handled by the engine. If you're using things like ".png", then you need to change it to something like ".bmp".
Global fix.
Run-Time Error: 10048 - Address in use
1. Starting the server
Close your other server(s).
Thanks to Billy for this fix.
2. Starting the server
Restart your computer.
Thanks to Godlord for this fix.
3. Starting the server
Open Task Manager, click on the tab "Processes". Search for "Server.exe" and close it, then restart the server.
Thanks to Godlord for this fix.
Run-Time Error: 10049 - Address is not available from the local machine
There is no fix yet for this error.
Run-Time Error: 10061 - Connection refused
1. Unknown
Put your firewall off.
Global fix.
Run-Time Error: 35756 - Unable to complete request
1. Unknown action
Delete "client.exe" and rename "claz.mof" to "client.exe" on the client side, do the same on the server side only use the name "server.exe" instead of "client.exe"
Thanks to Neo Daniel for this fix.
2. Opening the client
When running Windows XP, right-click on "Eclipse.exe", then on "properties" and then you set the compatible mode on "Windows 95".
Thanks to Xavan for this fix.
Run-Time Error: 40020 - Invalid operation at current state
There is no fix yet for this error.
Run-Time Error: -2147024770(8007007e) - The specified module could not be found
1. Unknown action
Download the latest version of Direct X.
Thanks to Godlord for this fix.
2. Unknown action
Download and register this. Don't forget to put them in the system directory.
Thanks to DrNova for this fix.
3. Starting the server
Download and register this. Don't forget to put them in the system directory.
Thanks to Godlord for this fix.
Socket Errors
Quote
Socket error 10004 - Interrupted function call
Socket error 10013 - Permission denied
Socket error 10014 - Bad address
Socket error 10022 - Invalid argument
Socket error 10024 - Too many open files
Socket error 10035 - Resource temporarily unavailable
Socket error 10036 - Operation now in progress
Socket error 10037 - Operation already in progress
Socket error 10038 - Socket operation on non-socket
Socket error 10039 - Destination address required
Socket error 10040 - Message too long
Socket error 10041 - Protocol wrong type for socket
Socket error 10042 - Bad protocol option
Socket error 10043 - Protocol not supported
Socket error 10044 - Socket type not supported
Socket error 10045 - Operation not supported
Socket error 10046 - Protocol family not supported
Socket error 10047 - Address family not supported by protocol family
Socket error 10048 - Address already in use
Socket error 10049 - Cannot assign requested address
Socket error 10050 - Network is down
Socket error 10051 - Network is unreachable
Socket error 10052 - Network dropped connection on reset
Socket error 10053 - Software caused connection abort
Socket error 10054 - Connection reset by peer
Socket error 10055 - No buffer space available
Socket error 10056 - Socket is already connected
Socket error 10057 - Socket is not connected
Socket error 10058 - Cannot send after socket shutdown
Socket error 10060 - Connection timed out
Socket error 10061 - Connection refused
Socket error 10064 - Host is down
Socket error 10065 - No route to host
Socket error 10067 - Too many processes
Socket error 10091 - Network subsystem is unavailable
Socket error 10092 - WINSOCK.DLL version out of range
Socket error 10093 - Successful WSAStartup not yet performed
Socket error 10094 - Graceful shutdown in progress
Socket error 11001 - Host not found
Socket error 11002 - Non-authoritative host not found
Socket error 11003 - This is a non-recoverable error
Socket error 11004 - Valid name, no data record of requested type
Socket error 10013 - Permission denied
Socket error 10014 - Bad address
Socket error 10022 - Invalid argument
Socket error 10024 - Too many open files
Socket error 10035 - Resource temporarily unavailable
Socket error 10036 - Operation now in progress
Socket error 10037 - Operation already in progress
Socket error 10038 - Socket operation on non-socket
Socket error 10039 - Destination address required
Socket error 10040 - Message too long
Socket error 10041 - Protocol wrong type for socket
Socket error 10042 - Bad protocol option
Socket error 10043 - Protocol not supported
Socket error 10044 - Socket type not supported
Socket error 10045 - Operation not supported
Socket error 10046 - Protocol family not supported
Socket error 10047 - Address family not supported by protocol family
Socket error 10048 - Address already in use
Socket error 10049 - Cannot assign requested address
Socket error 10050 - Network is down
Socket error 10051 - Network is unreachable
Socket error 10052 - Network dropped connection on reset
Socket error 10053 - Software caused connection abort
Socket error 10054 - Connection reset by peer
Socket error 10055 - No buffer space available
Socket error 10056 - Socket is already connected
Socket error 10057 - Socket is not connected
Socket error 10058 - Cannot send after socket shutdown
Socket error 10060 - Connection timed out
Socket error 10061 - Connection refused
Socket error 10064 - Host is down
Socket error 10065 - No route to host
Socket error 10067 - Too many processes
Socket error 10091 - Network subsystem is unavailable
Socket error 10092 - WINSOCK.DLL version out of range
Socket error 10093 - Successful WSAStartup not yet performed
Socket error 10094 - Graceful shutdown in progress
Socket error 11001 - Host not found
Socket error 11002 - Non-authoritative host not found
Socket error 11003 - This is a non-recoverable error
Socket error 11004 - Valid name, no data record of requested type
If any of these occur, then please report them on the board called "Run-Time Errors".
My error was not fixed
1. Try downloading the "Library Files."
2. Try downloading this, unzip it in the system directory and register all the files which were in this zip file. If you want to download each system file apart then you can go here.
3. There's currently no fix for you. You can make a new topic in the board "Run-Time Errors or ask for help in this topic. If this error is not in the list then send me a private message, if there's a solution then you can also private message me.
But don't panic, I just hope that this list helps a lot of people which are new and not so new to Eclipse.
{ 0 comments... Views All / Send Comment! }
Post a Comment