Jump to content

Console Errors

Closed 1.1.7

Eques3n

I am getting this error in console.  The game isn't working.  Tried uninstalling the plugin, config, data for hungergames and inventorymanager.  reinstalled and exact same errors.  Suggestions?

Failed to call hook 'StartHungerGames' on plugin 'HungerGames v1.1.7' (ArgumentException: An item with the same key has already been added. Key: ele)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0                                                    4kb/s in, 11kb/s out
  at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
  at Oxide.Plugins.HungerGames.FindButtonIDs () [0x0011e] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.GetLobbyLocations () [0x00016] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.IsIOSetup () [0x0003d] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.InitiateGame (System.Int32 TimeOverride) [0x0000d] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.StartHungerGames (BasePlayer player, System.String command, System.String[] args) [0x000c9] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00438] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0

 

Share this comment


Link to comment
11 hours ago, Eques3n said:

I am getting this error in console.  The game isn't working.  Tried uninstalling the plugin, config, data for hungergames and inventorymanager.  reinstalled and exact same errors.  Suggestions?

Failed to call hook 'StartHungerGames' on plugin 'HungerGames v1.1.7' (ArgumentException: An item with the same key has already been added. Key: ele)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <eae584ce26bc40229c1b1aa476bfa589>:0                                                    4kb/s in, 11kb/s out
  at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
  at Oxide.Plugins.HungerGames.FindButtonIDs () [0x0011e] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.GetLobbyLocations () [0x00016] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.IsIOSetup () [0x0003d] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.InitiateGame (System.Int32 TimeOverride) [0x0000d] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.StartHungerGames (BasePlayer player, System.String command, System.String[] args) [0x000c9] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.HungerGames.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00438] in <94f2cb8fe0b84d19aebbeee2e563186b>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0

 

Looks like there is an issue with finding the buttons. This a new map?

Share this comment


Link to comment

It is a procedurally generated map I am adding monuments to.  It is the same map I was working on before when I had the monument too far out in the ocean and couldn't get the terrain to work.  It just all of a sudden quit working.  I haven't touched it or anything in the area since I installed it on the map.

 

Share this comment


Link to comment
6 hours ago, imthenewguy said:

Looks like there is an issue with finding the buttons. This a new map?

Nope, I installed it a couple of days ago.  Never noticed this error in the console, but when I tried to run a test manually, it wouldn't work.  I started looking in the console and saw this error.  I have not modified the plugin at all.  It is all default.  Could it be conflicting with another monument I added?

Edited by Eques3n

Share this comment


Link to comment
Just now, Eques3n said:

It is a procedurally generated map I am adding monuments to.  It is the same map I was working on before when I had the monument too far out in the ocean and couldn't get the terrain to work.  It just all of a sudden quit working.  I haven't touched it or anything in the area since I installed it on the map.

 

All of the buttons in the correct positions, the pookie bear in its location near the buttons etc? You haven't saved  new copy of the map without wiping the server?

Share this comment


Link to comment

Yea.  Haven't touched the buttons or the pookie bear.  Screenshot below.  This is a test server, so I am deleting monuments one at a time to see if one of them is conflicting with this one.  When I add a monument, I save the map with a new version number.  I then remove all the map files in the "server_name/map folder so when the server restarts it loads a fresh map.  I remove all the map files in the steam folder too.

image.thumb.png.6ad51341fdf1977ea530614c77b70e64.png

Share this comment


Link to comment
1 minute ago, Eques3n said:

Yea.  Haven't touched the buttons or the pookie bear.  Screenshot below.  This is a test server, so I am deleting monuments one at a time to see if one of them is conflicting with this one.  When I add a monument, I save the map with a new version number.  I then remove all the map files in the "server_name/map folder so when the server restarts it loads a fresh map.  I remove all the map files in the steam folder too.

image.thumb.png.6ad51341fdf1977ea530614c77b70e64.png

Send me the map file.

Share this comment


Link to comment

I figured out the error was on my end.  I had to break prefabs on the map.  It is working perfectly now!  I am such a noob at this map editing stuff.  Thanks so much for the help!

  • Love 1

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.