November 2, 20214 yr Good day to all. I recently downloaded the Addon Organizer for the first time. I'm still reading the document to fully understand the capacities of this addon. I cammed across an error while trying to run the conflicts options of the app. Once the process "Check for conflicts" is launch the following error message is shown. Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Value cannot be null. Parameter name: key. Details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentNullException: Value cannot be null. Parameter name: key at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at P3DAddonOrganizer.MainDialog.bNameCheck_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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Any guidance is appreciated. Best Regards Rodrigo Pacheco Edited November 4, 20214 yr by Lorby_SI
November 4, 20214 yr Commercial Member On 11/2/2021 at 10:18 AM, Rodrigo Alfredo said: Any guidance is appreciated. Not sure, it is working fine here. This sounds like you may have a broken package definition somewhere in there? Like a package in one of the add-ons.cfgs with no name or no path? Looking at the code, this could also be caused by a broken .cfg file in general. Edited November 4, 20214 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.