SN1P3R Posted August 19, 2014 Report Share Posted August 19, 2014 Getting this error popping up every now and then cant seem to find how to fix it no entry 'bin\config.bin/CfgWeapons.'. Link to comment Share on other sites More sharing options...
Uro Posted August 19, 2014 Report Share Posted August 19, 2014 You've probably got a typo of a classname in something. Think, mission system, weapon crates, loot arrays. Link to comment Share on other sites More sharing options...
SN1P3R Posted August 21, 2014 Author Report Share Posted August 21, 2014 Looked through everywhere possible i just cant find any typos ;/ Link to comment Share on other sites More sharing options...
Kivuli Posted August 23, 2014 Report Share Posted August 23, 2014 They can be subtle. M16A2GL versus M16A2_GL, for instance. Which was the typo that spammed my server for a long time. You really are going to have to go through any mission, AI, or crate loadouts one at a time until you find the offender. Link to comment Share on other sites More sharing options...
Zupa Posted August 28, 2014 Report Share Posted August 28, 2014 It's your mission indeed. A weapon in the crate that spawn with it has no config option, Like Kivuli said: There will be a weapon in it which triggers it. Link to comment Share on other sites More sharing options...
DeanReid Posted September 1, 2014 Report Share Posted September 1, 2014 Could also be that it is loading weapons/items not actually in the game e.g different mod Look at this for reference Arma 2 and OA Class names http://www.armatechsquad.com/ArmA2Class151656165165341654165165165165f/index.php DayZ/Epoch Classnames http://www.elitepvpers.com/forum/dayz/3000967-dayz-class-names.html Also Look in your rpt log or post it on here through pastebin, it will usually say which ID can't be found e.G Warning Message: 'bin\config.bin/CfgWeapons/M16_A2/' is not a value Which its meant to be M16A2 not M16_A2 Link to comment Share on other sites More sharing options...
EvilSOB Posted September 2, 2014 Report Share Posted September 2, 2014 The exact message Sniper is speaking of is as follows... Cut and pasted straight from the log. ... 15:48:08 Warning Message: No entry 'bin\config.bin/CfgWeapons.'. 15:48:08 Warning Message: No entry '.scope'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: Error: creating weapon with scope=private 15:48:08 Warning Message: No entry '.displayName'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.nameSound'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.type'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.picture'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.Library'. 15:48:08 Warning Message: No entry '.libTextDesc'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.model'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.simulation'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.fireLightDuration'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.fireLightIntensity'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.weaponLockDelay'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.weaponLockSystem'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.cmImmunity'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.lockingTargetSound'. 15:48:08 Warning Message: Size: '/' not an array 15:48:08 Warning Message: No entry '.lockedTargetSound'. 15:48:08 Warning Message: Size: '/' not an array 15:48:08 Warning Message: No entry '.muzzles'. 15:48:08 Warning Message: Size: '/' not an array ... So I can't see it listing the classname with the problem, that is why its being such a pain in the a** to track down... It sounds like there is a bad string entry in one of the mission / loot / crates scripts. Just haven't been able to find one yet. Link to comment Share on other sites More sharing options...
DeanReid Posted September 4, 2014 Report Share Posted September 4, 2014 Can you send the whole log? because every time I've had that error it has always said what is causing the problem. Link to comment Share on other sites More sharing options...
Golgofinyanin Posted September 6, 2014 Report Share Posted September 6, 2014 The exact message Sniper is speaking of is as follows... Cut and pasted straight from the log. ... 15:48:08 Warning Message: No entry 'bin\config.bin/CfgWeapons.'. 15:48:08 Warning Message: No entry '.scope'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: Error: creating weapon with scope=private 15:48:08 Warning Message: No entry '.displayName'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.nameSound'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.type'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.picture'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.Library'. 15:48:08 Warning Message: No entry '.libTextDesc'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.model'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.simulation'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.fireLightDuration'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.fireLightIntensity'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.weaponLockDelay'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.weaponLockSystem'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.cmImmunity'. 15:48:08 Warning Message: '/' is not a value 15:48:08 Warning Message: No entry '.lockingTargetSound'. 15:48:08 Warning Message: Size: '/' not an array 15:48:08 Warning Message: No entry '.lockedTargetSound'. 15:48:08 Warning Message: Size: '/' not an array 15:48:08 Warning Message: No entry '.muzzles'. 15:48:08 Warning Message: Size: '/' not an array ... So I can't see it listing the classname with the problem, that is why its being such a pain in the a** to track down... It sounds like there is a bad string entry in one of the mission / loot / crates scripts. Just haven't been able to find one yet. the same problem Link to comment Share on other sites More sharing options...
DeanReid Posted September 6, 2014 Report Share Posted September 6, 2014 Is there anything you guys installed recently?? This the type of error that would show up if you had a name typo arning Message: Size: '/' not an arrayWarning Message: No entry '.muzzles'.Warning Message: Size: '/' not an arrayWarning Message: No entry 'bin\config.bin/CfgWeapons.CWR2_G3A4'.Warning Message: No entry '.scope'.Warning Message: '/' is not a valueWarning Message: Error: creating weapon CWR2_G3A4 with scope=privateWarning Message: No entry '.displayName'.Warning Message: '/' is not a value that is one scenario, the other is that you are trying to spawn in banned weapons/items normally AI/Mission System would cause this, if it is for multi server use e.g DayZ Mod\ Epoch\Overpoch. and it gave you the option to select which mod to use. Although it isn't limited to items, I've had scripts where I've installed something that uses an item and it spams this . Could you maybe try reverting to a backup mission or go back to before this happened and think of new scripts you installed? Edit: It could also mean you have a corrupted server install e.g something didn't download correctly, server/client is trying to load corrupted pbo and that error is showing, try verifying A2 and OA through steam and if you use a server host, update the server through their panel and try re-downloading again. and make sure you have a backup server/mission pbo Link to comment Share on other sites More sharing options...
kyrane Posted May 8, 2015 Report Share Posted May 8, 2015 i follow this thread and... so let me understand... Warning Message: Error: creating weapon MMG_01_base_F with scope=private means, it spawns a wrong Navid with not allowed equipment? Link to comment Share on other sites More sharing options...
FreakingFred Posted May 8, 2015 Report Share Posted May 8, 2015 i follow this thread and... so let me understand... Warning Message: Error: creating weapon MMG_01_base_F with scope=private means, it spawns a wrong Navid with not allowed equipment? I believe it can mean a couple things. It could mean that MMG_01_base_F is not classed as a weapon, or it could mean that MMG_01_base_F is not in any of the mods you have active on your server. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted May 8, 2015 Report Share Posted May 8, 2015 I've gotten this error on my servers since I added Overwatch weapons to the mission crates. Every so often I search the server log, find out which weapon it's giving the error on and delete it from the mission loot. Link to comment Share on other sites More sharing options...
seelenapparat Posted June 3, 2015 Report Share Posted June 3, 2015 I know the topic is a bit dated. but I wanted to add this suggestion. the problem can also occour when you for example want to add a weapon. but you do it with addmagazine instead of addweapon. or a magazine with addweapon instead of addmagazine. you should check for that either. did happen to me once and it took me some time to figure this out. Link to comment Share on other sites More sharing options...
BlueSonicHD Posted June 1, 2016 Report Share Posted June 1, 2016 HOW IS ANY OF THIS HELPFUL THIS DOESNT SAY HOW TO FIX IT Link to comment Share on other sites More sharing options...
Pro_Speedy Posted June 2, 2016 Report Share Posted June 2, 2016 8 hours ago, BlueSonicHD said: HOW IS ANY OF THIS HELPFUL THIS DOESNT SAY HOW TO FIX IT your first post isn't particularly nice Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now