Recent Topics

Ads

Microsoft Visual C++ Runtime Error/ NB "FIX"

Problems installing or downloading the game? Check the Install Guide first.
Forum rules
READ THE INSTALL GUIDE BEFORE YOU POST IN THIS SUBFORUM.

The stickies exist to handle common queries. Save our time and yours by reading them first.

Thank you.
User avatar
Morf
Posts: 1247

Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#1 » Fri May 20, 2016 5:34 pm

All credit goes to Bayloki Of DROW.


You need to replace a file in NerfedButtons which can be found in your war folder, WAR/Interface/Addons/Nerfedbuttons, there should be around 14 subfolders, locate the file NerfedButtons, it is the only file listed as an MOD type, remove it, then copy this into notepad :
Spoiler:
<?xml version="1.0" encoding="UTF-8"?>
<ModuleFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UiMod name="NerfedButtons" version="3" date="29/12/2009" >

<Author name="NerfedWar" email="[email protected]" />

<Description text="Condition based automatic ability swapping." />

<VersionSettings gameVersion="1.4.1" windowsVersion="1.0" savedVariablesVersion="1.0" />

<Dependencies>
<Dependency name="EASystem_Tooltips" />
<Dependency name="EA_ActionBars" />
<Dependency name="LibSlash" />
</Dependencies>

<WARInfo>
<Categories>
<Category name="ACTION_BARS" />
</Categories>
<Careers>
<Career name="ARCHMAGE" />
<Career name="BLACKGUARD" />
<Career name="BLACK_ORC" />
<Career name="BRIGHT_WIZARD" />
<Career name="CHOPPA" />
<Career name="CHOSEN" />
<Career name="DISCIPLE" />
<Career name="ENGINEER" />
<Career name="IRON_BREAKER" />
<Career name="KNIGHT" />
<Career name="SHAMAN" />
<Career name="SQUIG_HERDER" />
<Career name="MAGUS" />
<Career name="MARAUDER" />
<Career name="RUNE_PRIEST" />
<Career name="SHADOW_WARRIOR" />
<Career name="SLAYER" />
<Career name="SORCERER" />
<Career name="SWORDMASTER" />
<Career name="WARRIOR_PRIEST" />
<Career name="WHITE_LION" />
<Career name="WITCH_ELF" />
<Career name="WITCH_HUNTER" />
<Career name="ZEALOT" />
</Careers>
</WARInfo>

<Files>
<File name="NerfedIcon.xml" />
<File name="NerfedUtils.lua" />
<File name="NerfedButtons.lua" />
<File name="NerfedAPI.lua" />
<File name="NerfedChecks.lua" />
<File name="NerfedDecisions.lua" />
<File name="NerfedEngine.lua" />
<File name="NerfedMatchMaking.lua" />
<File name="NerfedMemory.lua" />
<File name="NerfedTalks.lua" />
<File name="NerfedLists.lua" />
<File name="NerfedUtils.lua" />
<File name="NerfedMacro.lua" />
<File name="NerfedMacro.xml" />

<File name="Checks\AbilityEnabled.lua"/>
<File name="Checks\AbilityOnCooldown.lua"/>
<File name="Checks\AbilityTargetValid.lua"/>
<File name="Checks\ActionPoints.lua"/>
<File name="Checks\Archetype.lua"/>
<File name="Checks\BunnyHop.lua"/>
<File name="Checks\Career.lua"/>
<File name="Checks\CareerMechanic.lua"/>
<File name="Checks\Combat.lua"/>
<File name="Checks\Condition.lua"/>
<File name="Checks\Effect.lua"/>
<File name="Checks\EnemyTarget.lua"/>
<File name="Checks\FriendlyTarget.lua"/>
<File name="Checks\HasTactic.lua"/>
<File name="Checks\HitPoints.lua"/>
<File name="Checks\HitPointsPercent.lua"/>
<File name="Checks\ItemEnabled.lua"/>
<File name="Checks\InAParty.lua"/>
<File name="Checks\InMyParty.lua"/>
<File name="Checks\Movement.lua"/>
<File name="Checks\Name.lua"/>
<File name="Checks\Pet.lua"/>
<File name="Checks\RVR.lua"/>
<File name="Checks\Scenario.lua"/>
<File name="Checks\Siege.lua"/>
<File name="Checks\Stack.lua"/>
<File name="Checks\Tier.lua"/>
<File name="Checks\VirtualCooldown.lua"/>
<File name="Checks\WarBand.lua"/>

<File name="Languages\english.dev.lua"/>
<File name="Languages\english.lua"/>
<File name="Languages\french.lua"/>
<File name="Languages\german.lua"/>
<File name="Languages\italian.lua"/>
<File name="Languages\japanese.lua"/>
<File name="Languages\korean.lua"/>
<File name="Languages\russian.lua"/>
<File name="Languages\s_chinese.lua"/>
<File name="Languages\spanish.lua"/>
<File name="Languages\t_chinese.lua"/>

<File name="CharClasses\ARCHMAGE.lua"/>
<File name="CharClasses\ASSASSIN.lua"/>
<File name="CharClasses\BLACKORC.lua"/>
<File name="CharClasses\BLOOD_PRIEST.lua"/>
<File name="CharClasses\BRIGHT_WIZARD.lua"/>
<File name="CharClasses\CHOPPA.lua"/>
<File name="CharClasses\CHOSEN.lua"/>
<File name="CharClasses\ENGINEER.lua"/>
<File name="CharClasses\IRON_BREAKER.lua"/>
<File name="CharClasses\KNIGHT.lua"/>
<File name="CharClasses\MAGUS.lua"/>
<File name="CharClasses\RUNE_PRIEST.lua"/>
<File name="CharClasses\SEER.lua"/>
<File name="CharClasses\SHADE.lua"/>
<File name="CharClasses\SHADOW_WARRIOR.lua"/>
<File name="CharClasses\SHAMAN.lua"/>
<File name="CharClasses\SLAYER.lua"/>
<File name="CharClasses\SORCERER.lua"/>
<File name="CharClasses\SQUIG_HERDER.lua"/>
<File name="CharClasses\SWORDMASTER.lua"/>
<File name="CharClasses\WARRIOR.lua"/>
<File name="CharClasses\WARRIOR_PRIEST.lua"/>
<File name="CharClasses\WITCH_HUNTER.lua"/>
<File name="CharClasses\ZEALOT.lua"/>

<File name="UI\NBSBCommon.lua" />
<File name="UI\Lang.lua" />
<File name="UI\NBSBRegister.lua" />
<File name="UI\NBSBActionButton.xml" />
<File name="UI\NBSBActionButton.lua" />
<File name="UI\NBSBActionBar.xml" />
<File name="UI\NBSBActionBar.lua" />
<File name="UI\NBSBParam.xml" />
<File name="UI\NBSBParam.lua" />
<File name="UI\NBSBChecks.xml" />
<File name="UI\NBSBChecks.lua" />
<File name="UI\NBSBCore.xml" />
<File name="UI\NBSBCore.lua" />
<File name="UI\NBSetup_Save.xml"/>
<File name="UI\NBSetup_Save.lua"/>
<File name="UI\NBSBCheckTooltips.xml"/>
<File name="UI\NBSBCheckTooltips.lua"/>
</Files>

<SavedVariables>
<SavedVariable name="NerfedMemory.global" global="true" />
<!--<SavedVariable name="NerfedMemory.actionDataCache" global="true" />-->
<SavedVariable name="NerfedMemory.bindings" />
<SavedVariable name="NerfedMemory.macros" />
<SavedVariable name="NerfedMemory.profiles" />
</SavedVariables>

<OnInitialize>
<CallFunction name="NerfedButtons.Initialize" />
<CreateWindow name="NBSBCoreWindow" />
<CreateWindow name="NBSetup_Save" />
<CreateWindow name="NBSBCheckTooltip" />
<CallFunction name="NBSBCore.Initialize" />
<CallFunction name="NerfedMacro.registerMacroFunctions" />
</OnInitialize>

<OnUpdate>
<CallFunction name="NerfedEngine.OnUpdate" />
<CallFunction name="NerfedButtons.OnUpdate" />
</OnUpdate>

</UiMod>
</ModuleFile>
Save it as Nerfedbuttons then drop it into your main NerfedButtons folder, you should no longer get runtime errors and crash.
Morfee - Shaman / Mynnos - Kotbs / Grubod - Black Orc / Snubz - Squig Herder

Ads
sapieri
Posts: 8

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#2 » Sun May 22, 2016 5:11 pm

-
Last edited by sapieri on Sat Jun 04, 2016 7:22 pm, edited 2 times in total.

User avatar
Morf
Posts: 1247

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#3 » Sun May 22, 2016 5:53 pm

It worked for me, what i typed above is what i was told. Maybe instead of completely removing the MOD file, open it, delete the text inside and replace it with the text in the spoiler above.
If it works say so and i will edit the main post.
Morfee - Shaman / Mynnos - Kotbs / Grubod - Black Orc / Snubz - Squig Herder

sapieri
Posts: 8

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#4 » Sun May 22, 2016 7:06 pm

No doesn't work.
I have heard tho that devs are looking at the problem & want it solved.

User avatar
Azarael
Posts: 5332

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#5 » Mon May 23, 2016 5:43 pm

sapieri wrote:No doesn't work.
I have heard tho that devs are looking at the problem & want it solved.
I think you heard incorrectly. Not only do we not support addons, but my personal opinion on NB is not printable.

Tiggo
Former Staff
Posts: 1948

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#6 » Wed May 25, 2016 12:35 pm

works for me. no runtime error since i applied the solution.
- Martock - Tiggo - Antigonos - Mago - Hamilkar - Melquart
- Smooshie (Destro)

User avatar
OnlyHard
Posts: 9

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#7 » Tue Mar 14, 2017 2:29 pm

I got another problem with NB.
It's massive fps drop then NB is enabled.
Anyone know how to fix it?

necrofeel
Posts: 6

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#8 » Wed Apr 26, 2017 5:42 am

Have the same problem, any fix for fps drop in combat while NB is enabled?
Like its only when i am moving if i stay still and use it is not a problem but if i move everything starts to tuckle around me. Playing on Squig Herder and i dont want to use it for some full automation but to reduce like 3 buttons on my bars would be good.

Ads
User avatar
wargrimnir
Head Game Master
Posts: 8280
Contact:

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#9 » Wed Apr 26, 2017 6:03 am

You could try CastSequencer. It's a similar addon, far less overhead.
Image
[email protected] for exploits and cheaters.
grimnir.me Some old WAR blog

necrofeel
Posts: 6

Re: Microsoft Visual C++ Runtime Error/ NB "FIX"

Post#10 » Wed Apr 26, 2017 6:18 am

Thank you!!!W
ill try when i am home. I rly dont need any conditions or anything pretty much 2 pretty simple squences just to lower the 25 buttons to 20 :D

Who is online

Users browsing this forum: Google Adsense [Bot] and 21 guests