Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BigAdmin
#21
Error output from console.log

Code:
[14:29:23] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at bigadmin.admin.banner()
   at bigadmin.admin.OnServerFrame()
   at Addon.PluginCode.TriggerServerFrame()

Further: On changing maps it crashes the server, I used classic map rotation, default.dspl and bigadmin.dspl (bigadmin.dspl simply clears himself and is not UTF8)

Another bunch of codes Smile

Code:
[14:49:16] Say;0110000103179dfc;0;[207] Companion;!gametype ffasniperonly
[14:49:16] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:21] Say;0110000103179dfc;0;[207] Companion;!next
[14:49:21] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:23] Say;0110000103179dfc;0;[207] Companion;!map
[14:49:23] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:27] Say;0110000103179dfc;0;[207] Companion;!map mp_dome
[14:49:27] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:30] Say;0110000103179dfc;0;[207] Companion;!help
[14:49:30] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
Reply

#22
Thanks for bug report!
I will take a while until I can give out a bugfix, because I at moment write a config tool:
[Image: iov3yhj6ff9w.jpg]

It's a big project for me, and I have not so much time I want to have for this!
If it is ready, I will fix plugin and upload both.

(05-04-2012, 13:35)Companion Wrote:
Code:
[14:29:23] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at bigadmin.admin.banner()
   at bigadmin.admin.OnServerFrame()
   at Addon.PluginCode.TriggerServerFrame()

Looks like you have removed all banners in database, or you havn't consecutive numbers in count, must be like this:
[Image: fxlybukothyt.jpg]

If you remove them because you don't want them, you must turn banner.enabled in config to false.

Dont know what you mean with classic maprotation, you can see classic as both^^.
If you use bigadmin maprotation use: OldRotation=0
Else set in bigadmin config, maprotation.enabled to false.

You can make much errors with maprotation, you must have:
OldRotation=0 in addon config
map must exist on server, maprotation file must exist, gametype file must exist, map must be in database maps, gametypefile must be in database gametypes , maprotation name must be in database config.mapcycle.maplistfile.
Its complicated without tool to config plugin.
Sorry for my bad English!
Reply

#23
(05-04-2012, 13:35)Companion Wrote: Another bunch of codes Smile

Code:
[14:49:16] Say;0110000103179dfc;0;[207] Companion;!gametype ffasniperonly
[14:49:16] System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:21] Say;0110000103179dfc;0;[207] Companion;!next
[14:49:21] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:23] Say;0110000103179dfc;0;[207] Companion;!map
[14:49:23] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:27] Say;0110000103179dfc;0;[207] Companion;!map mp_dome
[14:49:27] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)
[14:49:30] Say;0110000103179dfc;0;[207] Companion;!help
[14:49:30] System.IO.IOException: The process cannot access the file 'C:\cygwin\home\id1828gs\codmw3\plugins\bigadmin\bigadmin.log' because it is being used by another process.
   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, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path, Boolean append)
   at System.IO.File.AppendText(String path)
   at bigadmin.admin.command(String msg, String xuid, Int32 num)
   at bigadmin.admin.OnSay(String Message, ServerClient Client)
   at Addon.PluginCode.TriggerSay(SByte* cMessage, SByte* cName)

Thats a failed gametype or language error from database.language.lang.gametypenotfound i think, all other code are follow errors.

I know, I must write a lot error preventions for next update...
Sorry for my bad English!
Reply

#24
Nice plugin, are you still developing it ?
Reply

#25
He is but he's in university so he doesn't have time to do anything Smile
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#26
It seems that the FOV Plugin dosent work with this. When I type !fov it says "unknown command". Im not sure if its the last update or something Im doing wrong. Any one else have that?
Reply

#27
Thank you

is this plugin work on teknomw3 version(1.4.382)?? because i load this plugin with Addon v1.204 but when someone type a message in-game the server crash.
Reply

#28
might be easier to buy a legit copy instead of using tekno which is obviously giving errors
Reply

#29
@raminr63 Take a minute to read this, It's sticked but that doesn't mean you have to read it, right? [/sarcasm]
http://www.itsmods.com/forum/Thread-Inst...oGods.html
Reply

#30
sorry i did. Big Grin

and tank you.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.