Jump to content

Crashing on startup


wabbawabbajack

Recommended Posts

My game crashes just before the main title screen appears. LOOT doesn't detect any errors. Any help appreciated My error message is:

 

System.ArgumentException: Unrecognized file format.
Parameter name: p_strPath
at Fomm.PackageManager.FomodBuilder.FomodFromSourceBuilder.BuildFomodFromSource(String p_strPath)
at Fomm.PackageManager.PackageManager.AddNewFomod(String p_strPath)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.PerformClick()
at Fomm.Controls.SplitButton.OnClick(EventArgs e)
at Fomm.Controls.SplitButton.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

My Load order is:

 

FalloutNV.esm
DeadMoney.esm
HonestHearts.esm
OldWorldBlues.esm
LonesomeRoad.esm
GunRunnersArsenal.esm
ClassicPack.esm
MercenaryPack.esm
TribalPack.esm
CaravanPack.esm
YUP - Base Game + All DLC.esm
War Never Changes.esm
Interior Lighting Overhaul - Core.esm
Interior Lighting Overhaul - L38PS.esm
New Vegas Redesigned 3.esm
FCOMaster.esm
Factions Reloaded - Merge.esm
Ambient Temperature.esm
SolidProject.esm
iHUD.esm
Gomorrah Redesigned v2.esp
NVWillow.esp
VanessaFollowerNV.esm
SomeguySeries.esm
KhanInitiation.esp
UWHNV-Core.esm
Project Nevada - Core.esm
Project Nevada - Equipment.esm
Project Nevada - Rebalance.esp
Project Nevada - Cyberware.esp
NevadaSkies.esm
Project Nevada - Extra Options.esm
YUP - NPC Fixes (Base Game + All DLC).esp
ILO - PipBoy Light.esp
ILO - NVWillow.esp
YUP - Gameplay Tweaks.esp
ILO - YUP Patch.esp
ILO - Nevada Skies Patch.esp
Real Recoil.esp
LootMenu.esp
UWHNV-Addon-DLC.esp
UWHNV-Addon-GRA.esp
DarNifiedUINV.esp
HUD Extended - Ambient Temperature.esp
HUD Extended.esp
Project Nevada - Honest Hearts.esp
Project Nevada - Dead Money.esp
Project Nevada - Gun Runners' Arsenal.esp
The Mod Configuration Menu.esp
The Weapon Mod Menu.esp
Quick Trade.esp
SierraMadrev3.0.esp
Vurt's WFO.esp
B42Inertia.esp
New Vegas Redesigned 3.esp
FCO - NPC Changes.esp
NiptonRebuilt.esp
Project Nevada - Rebalance Complete.esp
Project Nevada - All DLC.esp
Project Nevada - Lonesome Road.esp
Project Nevada - Cyberware Additions.esp
outsidebets.esp
JSawyer Ultimate.esp
TfaT2.esp
War Never Changes.esp
NewVegasBounties.esp
NewVegasBountiesII.esp
TheInheritance.esp
Russell.esp
KingOfTheRing.esp
NewVegasKiller.esp
Badmothaf*#@a.esp
ExpansionVendors.esp
rotfacetoriches.esp
FalloutNVCheatTerminal.esp
DoubleVendorMoney.esp
Bouncing Natural Breasts.esp
NovacHiddenTreasure.esp
Man's Best Friend.esp
UWHNV-Addon-FollowerHome.esp
Delay DLC - DM + HH + OWB + LR + GRA.esp
A Guide To Revenge.esp
athornysituation.esp
UWHNV-Willow-Cook.esp
UWHNV-Addon-NoCompanionsRoom.esp
War Never Changes - Seven.esp
avangraffscorned.esp
ammoingredientsloot.esp
Armored Duster.esp
Dark Justice Duster.esp
HTRP-Daily Vendor Restock.esp
HTRP-Vendor Supply Refresh.esp
Easy Unlocking and Easy Hacking.esp
EVE FNV - NO DLC.esp
Project Nevada - EVE No DLC.esp
F4Quickloot.esp
JIP Improved Recipe Menu.esp
JIP Realistic Weapon Overheating.esp
JSawyer Ultimate - Project Nevada Patch.esp
Project Nevada - Old World Blues (No Cyberware).esp
LFox Bottle That Water.esp
RealSmokes.esp
UWHNV-BTW.esp
The Groovatron NV.esp
Kriss.esp
LFox Missing Ammo Recipes GRA DLC.esp
LFox Missing Ammo Recipes HH DLC.esp
LFox Missing Ammo Recipes.esp
MojaveDelight.esp
morevendorloot.esp
QS_Blackwolf_NV_Backpackmod.esp
no-faction-warning.esp
pyDoF.esp
Reworked Health Effects.esp
SignatureArmor.esp
SignatureWeapons.esp
Simple Saves.esp
Tutorial Killer.esp
pipboy2500_edisleado.esp
WeaponJammingMoreJams.esp
ilbuonorevolver.esp
manwithnoname.esp
clintsfistfulrevolver.esp
Interior Lighting Overhaul - Ultimate Edition.esp
ILO - New Vegas Bounties II.esp
ILO - New Vegas Bounties.esp
NevadaSkies - Ultimate DLC Edition.esp

Total active plugins: 127
Total plugins: 128

Link to comment
Share on other sites

FOMM is complaining that some source file is not in a recognizable (internal) format. Unfortunately it doesn't say which; just a variable name "p_strPath". That variable name suggests there is a problem with the path name. And it is being passed as a parameter at "BuildFomodFromSource". All of which suggests to me either you are trying to create a FOMOD of some mod rather than installing one into the game; or some FOMOD package is badly built.

 

So, I would look at whichever FOMOd you tried to create yourself. Otherwise you need to troubleshoot the FOMODs you are using. (They are just ZIP files with a different extension, and you can open them directly in 7Zip or whatever and test the contents for possible corruption.) These two links might help:

 

I'm not familiar with "pyDoF.esp", but the name suggests it's a Python "Depth of Field" mod. (That's the problem with acronyms.) Suggest you recheck that it is supposed to be installed in the "Data" folder. Such (if that is what it is) are usually located elsewhere.

 

You really need to use a "Merge Patch File" with that collection of mods. Please see the 'Third Rule: The Rule of One' and 'Merge Patch File' sections of the wiki "FNV General Mod Use Advice" article.

-Dubious-

Edited by dubiousintent
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...