Page 1 of 1

auto-load problem.

PostPosted: 27 Feb 2014, 19:36
by Leeizazombie
I had a problem, I have 33 custom commands to be loaded on start up and some of them won't load:

Image

This happened to 3 of them.

Re: auto-load problem.

PostPosted: 28 Feb 2014, 01:49
by dzienny
Try to compile these commands again. Report, if there's any problem with it.

Re: auto-load problem.

PostPosted: 28 Feb 2014, 02:53
by Leeizazombie
I'm able to compile, and load them manually, but when the server starts, it's skips them.

Error log:

Code: Select all
-------------------------
----27/02/2014 17:41:52 ----
Type: FileNotFoundException
Source: mscorlib
Message: Could not find file 'C:\Users\Leebyrne115\Desktop\MCDzienny Test Server\extra\commands\dll\Cmdmytime .dll'.
Target: WinIOError
Trace:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.File.Open(String path, FileMode mode)
   at MCDzienny.Scripting.Load(String command)

Re: auto-load problem.

PostPosted: 01 Mar 2014, 14:45
by dzienny
Leeizazombie wrote:
Code: Select all
Cmdmytime .dll


Is there supposed to be a space between Cmdmytime and .dll ?

Re: auto-load problem.

PostPosted: 01 Mar 2014, 15:27
by Leeizazombie
Oh wow! :shock: I checked the cmdautoload, it seems that I had a space are some of them, not sure why. :roll:
Thanks :)