Page 1 of 1

UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-08-04 15:51
by Cpt-FiGhTeR
Just following the error window orders...
here is the log file:

Code: Select all

Project Reality Log File
PRLauncher.exe started at: 2013-08-04T12:47:10

Critical Error: An unhandled exception has occured. Details are as follows:

Value was either too large or too small for a UInt32.

Further details can be found in the following file:

[url]F:\Juegos Instalados\bf2\mods\pr\bin\PRLauncher.log[/url]

Please report this error to the Project Reality Team, and include the log file in your report.

[url=https://www.realitymod.com/forum/f27-pr-bf2-support]Visit Support Forum[/url]

 > System.OverflowException: Value was either too large or too small for a UInt32.
   at System.Int32.System.IConvertible.ToUInt32(IFormatProvider provider)
   at Reality.BF2.Settings.PRMumble..(String )
   at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at Reality.BF2.Settings.PRMumble.ModifyKey(Actions action, ButtonList newButtons)
   at PRLauncher.WPF.ViewModel.OptionsWindowViewModel.SavePRMumbleKeybinds()
   at PRLauncher.WPF.ViewModel.OptionsWindowViewModel.OnApply(Object obj)
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
IT HAPPENS EACH TIME I PRESS APPLY ON THE WINDOW AFTER CHANGING OR NOT ANY OF THE OPTIONS OF THE PR LAUNCHER.

CHEERS 8-)

Re: UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-08-04 16:00
by LITOralis.nMd
not sure what we have here.

delete the entire documents\projectreality folder.
restart prlauncher , see if that fixes it.
do NOT import your BF2 account
go to retrieve account from gamespy
retrieve account from gamespy
try to start PR again.

Re: UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-08-25 17:40
by jachim
I have the same thing. Deleting folder in my documents not helps. any grafics change are accepting with this error, but view distatnce scale is not why?

Re: UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-08-28 13:18
by Boris
Same problem here after changing to Win7 64 Ultimate from XP 64 Pro. It happens whenever I hit "Apply" on the PRLauncher "Graphics" tab when everything is set to "High". It does modify the Documents\ProjectReality\Profiles\0001\Video.con file successfully though.

Code: Select all

Project Reality Log File
PRLauncher.exe started at: 2013-08-28T14:12:59

Critical Error: An unhandled exception has occured. Details are as follows:

Value was either too large or too small for a UInt32.

Further details can be found in the following file:

[url]D:\games\bf2pr\mods\pr\bin\PRLauncher.log[/url]

Please report this error to the Project Reality Team, and include the log file in your report.

[url=https://www.realitymod.com/forum/f27-pr-bf2-support]Visit Support Forum[/url]

 > System.OverflowException: Value was either too large or too small for a UInt32.
   at System.Convert.ToUInt32(Int32 value)
   at System.Int32.System.IConvertible.ToUInt32(IFormatProvider provider)
   at System.Convert.ToUInt32(Object value)
   at Reality.BF2.Settings.PRMumble..(String )
   at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
   at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
   at Reality.BF2.Settings.PRMumble.ModifyKey(Actions action, ButtonList newButtons)
   at PRLauncher.WPF.ViewModel.OptionsWindowViewModel.SavePRMumbleKeybinds()
   at PRLauncher.WPF.ViewModel.OptionsWindowViewModel.OnApply(Object obj)
   at Reality.Utils.WPF.RelayCommand.Execute(Object parameter)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Re: UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-09-15 21:17
by jachim
Does anyone of DEV's are interestest in this thing?

Re: UNHANDLED EXCEPTION UINT32 ...

Posted: 2013-09-15 21:27
by MaSSive
Do you have IExplorer removed form your setup? If system is missing a handler for url links this might occur.

A link for the DEV of launcher > Value was either too large or too small for a?UInt32 - Blog - Runar Ovesen Hjerpbakk

It could be a bug in Visual C++