wabbawabbajack Posted February 1, 2018 Share Posted February 1, 2018 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.esmDeadMoney.esmHonestHearts.esmOldWorldBlues.esmLonesomeRoad.esmGunRunnersArsenal.esmClassicPack.esmMercenaryPack.esmTribalPack.esmCaravanPack.esmYUP - Base Game + All DLC.esmWar Never Changes.esmInterior Lighting Overhaul - Core.esmInterior Lighting Overhaul - L38PS.esmNew Vegas Redesigned 3.esmFCOMaster.esmFactions Reloaded - Merge.esmAmbient Temperature.esmSolidProject.esmiHUD.esmGomorrah Redesigned v2.espNVWillow.espVanessaFollowerNV.esmSomeguySeries.esmKhanInitiation.espUWHNV-Core.esmProject Nevada - Core.esmProject Nevada - Equipment.esmProject Nevada - Rebalance.espProject Nevada - Cyberware.espNevadaSkies.esmProject Nevada - Extra Options.esmYUP - NPC Fixes (Base Game + All DLC).espILO - PipBoy Light.espILO - NVWillow.espYUP - Gameplay Tweaks.espILO - YUP Patch.espILO - Nevada Skies Patch.espReal Recoil.espLootMenu.espUWHNV-Addon-DLC.espUWHNV-Addon-GRA.espDarNifiedUINV.espHUD Extended - Ambient Temperature.espHUD Extended.espProject Nevada - Honest Hearts.espProject Nevada - Dead Money.espProject Nevada - Gun Runners' Arsenal.espThe Mod Configuration Menu.espThe Weapon Mod Menu.espQuick Trade.espSierraMadrev3.0.espVurt's WFO.espB42Inertia.espNew Vegas Redesigned 3.espFCO - NPC Changes.espNiptonRebuilt.espProject Nevada - Rebalance Complete.espProject Nevada - All DLC.espProject Nevada - Lonesome Road.espProject Nevada - Cyberware Additions.espoutsidebets.espJSawyer Ultimate.espTfaT2.espWar Never Changes.espNewVegasBounties.espNewVegasBountiesII.espTheInheritance.espRussell.espKingOfTheRing.espNewVegasKiller.espBadmothaf*#@a.espExpansionVendors.esprotfacetoriches.espFalloutNVCheatTerminal.espDoubleVendorMoney.espBouncing Natural Breasts.espNovacHiddenTreasure.espMan's Best Friend.espUWHNV-Addon-FollowerHome.espDelay DLC - DM + HH + OWB + LR + GRA.espA Guide To Revenge.espathornysituation.espUWHNV-Willow-Cook.espUWHNV-Addon-NoCompanionsRoom.espWar Never Changes - Seven.espavangraffscorned.espammoingredientsloot.espArmored Duster.espDark Justice Duster.espHTRP-Daily Vendor Restock.espHTRP-Vendor Supply Refresh.espEasy Unlocking and Easy Hacking.espEVE FNV - NO DLC.espProject Nevada - EVE No DLC.espF4Quickloot.espJIP Improved Recipe Menu.espJIP Realistic Weapon Overheating.espJSawyer Ultimate - Project Nevada Patch.espProject Nevada - Old World Blues (No Cyberware).espLFox Bottle That Water.espRealSmokes.espUWHNV-BTW.espThe Groovatron NV.espKriss.espLFox Missing Ammo Recipes GRA DLC.espLFox Missing Ammo Recipes HH DLC.espLFox Missing Ammo Recipes.espMojaveDelight.espmorevendorloot.espQS_Blackwolf_NV_Backpackmod.espno-faction-warning.esppyDoF.espReworked Health Effects.espSignatureArmor.espSignatureWeapons.espSimple Saves.espTutorial Killer.esppipboy2500_edisleado.espWeaponJammingMoreJams.espilbuonorevolver.espmanwithnoname.espclintsfistfulrevolver.espInterior Lighting Overhaul - Ultimate Edition.espILO - New Vegas Bounties II.espILO - New Vegas Bounties.espNevadaSkies - Ultimate DLC Edition.espTotal active plugins: 127Total plugins: 128 Link to comment Share on other sites More sharing options...
dubiousintent Posted February 1, 2018 Share Posted February 1, 2018 (edited) 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:FOMM and FOMODs for Dummies by ZumbsFOMOD Validator by Ganda 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 February 1, 2018 by dubiousintent Link to comment Share on other sites More sharing options...
Recommended Posts