Menu

FOMM Crashes on startup

Help
Jeff Dredd
2011-04-11
2013-05-23
  • Jeff Dredd

    Jeff Dredd - 2011-04-11

    Hey there. I recently installed Fallout New Vegas to try out some mods. After installing FONV I also installed FOMM, The first time I started it it asked if I wanted to manage Fallout 3 or New Vegas, and where the files were supposed to go. Then it gave this error:

    "Something bad seems to have happened. As long as it wasn't too bad, a crash dump will have been saved in 'fomm\crashdump.txt' Please include the contents of that file if you want to make a bug report"

    The contents of that file:

    Sunday, April 10, 2011 - 21:37:37
    Fomm 0.13.21
    OS version: Microsoft Windows NT 6.1.7601 Service Pack 1

    System.ArgumentException: Absolute path information is required.
       at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String str, Boolean needFullPath)
       at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
       at Fomm.PackageManager.PermissionsManager.Init()
       at Fomm.Program.Main(String args)

    Also, it's not Windows NT, it's Windows 7, 32-bit. I have tried running it both without and with administrator privileges. Any help whatsoever would be greatly appreciated. I tried randomly googling parts of the log but it hasn't helped me one bit. Thanks!

     
  • Lairin

    Lairin - 2011-05-20

    same problem as above. (but I am on vista) Have been having this problem for a few months now. have waited for a fix; but none have come, so I uninstalled every thing FOMOD and reinstalled still same problem. also made sure that "C:\Users\NameHere\AppData\Local\FalloutNV\plugins" is not read only.

     
  • Stan

    Stan - 2011-06-21

    Hey all.
        My FOMM has started doing this also.  I don't have FONV or MZ.  I have the game patched to 1.7 & here's the crashdump report:

    Monday, June 20, 2011 - 8:34:47 PM
    Fomm 0.13.21
    OS version: Microsoft Windows NT 6.1.7601 Service Pack 1

    System.NullReferenceException: Object reference not set to an instance of an object.
       at Fomm.PackageManager.ModInstallLog.InstallLog.Load()
       at Fomm.PackageManager.ModInstallLog.InstallLog..ctor()
       at Fomm.Program.Main(String args)

    I have a 3-week old HP 6703 running Win 7 64-bit.  Any help is welcome.

     
  • Edwin

    Edwin - 2012-01-18

    I'm running Vista 32-bit SP2

    18 January 2012 - 22:21:43
    Fomm 0.13.21
    OS version: Microsoft Windows NT 6.0.6002 Service Pack 2

    System.NullReferenceException: Object reference not set to an instance of an object.
       at Fomm.PackageManager.ModInstallLog.InstallLog.InitMods()
       at Fomm.PackageManager.ModInstallLog.InstallLog.Load()
       at Fomm.PackageManager.ModInstallLog.InstallLog..ctor()
       at Fomm.Program.Main(String args)

     
  • Edwin

    Edwin - 2012-01-18

    Also mine works fine on Fallout 3, I always get the above log whenever I try to use FNV (steam download)

     
  • Edwin

    Edwin - 2012-01-18

    Just tried to update on Fallout 3

    18 January 2012 - 22:29:29
    Fomm 0.13.21
    OS version: Microsoft Windows NT 6.0.6002 Service Pack 2

    System.FormatException: Input string was not in a correct format.
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at System.Version..ctor(String version)
       at Fomm.MainForm.checkForUpdateToolStripMenuItem_Click(Object sender, EventArgs e)
       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.HandleMouseUp(MouseEventArgs e)
       at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ToolStrip.WndProc(Message& m)
       at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

     
  • Alex B

    Alex B - 2012-03-10

    Having a similar issue myself:

    Friday, March 09, 2012 - 7:56:56 PM
    Fomm 0.13.21
    OS version: Microsoft Windows NT 5.1.2600 Service Pack 3

    System.IO.IOException: The specified path is invalid.

       at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
       at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
       at Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind)
       at Fomm.SettingsForm.AddShellExtension(String key)
       at Fomm.SettingsForm.SaveGeneralSettings()
       at Fomm.SettingsForm.butOK_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.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.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

     
  • Alex B

    Alex B - 2012-03-10

    I forgot to mention, I'm playing the Steam version of New Vegas on a secondary partition of my main hard drive.

     
  • Alex B

    Alex B - 2012-03-10

    Updated, got the following string:

    Friday, March 09, 2012 - 8:02:37 PM
    Fomm 0.13.21
    OS version: Microsoft Windows NT 5.1.2600 Service Pack 3

    System.FormatException: Input string was not in a correct format.
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at System.Version..ctor(String version)
       at Fomm.MainForm.checkForUpdateToolStripMenuItem_Click(Object sender, EventArgs e)
       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.HandleMouseUp(MouseEventArgs e)
       at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
       at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ToolStrip.WndProc(Message& m)
       at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

     
  • Joe Allard

    Joe Allard - 2012-03-13

    It doesn't seem like anyone at SourceForge cares at all about our problems with FNV FOMM?!?

     

Log in to post a comment.