v3.0 Error Value Cannot Be Null

Moderator: ok666

Locked
roy2920
Scoreville-User
Posts: 6
Joined: Wed 8. Jul 2015, 15:57

v3.0 Error Value Cannot Be Null

Post by roy2920 »

I have installed v3.0 but retain the v2.9.5 profile. In previous version, I am able to 'call a whore'. But, in current version, whenever this button is clicked, an error message pop up:
" Value cannot be null. Parameter name source"

Seems that my log file is larger than allowable maximum here. I copied the offending log here:

22:43:04.200 Scanning directories...
22:43:04.226 ...scanning done
22:43:04.226 Loading cache...
22:43:04.262 ...cache done
22:43:04.262 Loading girlpacks...
22:43:04.278 ...girlpacks done
22:43:04.278 Writing cache file...
22:43:04.295 ...cache written
22:44:50.230 Index was outside the bounds of the array.
22:44:50.243 at Scoreville.Game.Game.Clubs.PickGirlPopup.SetGirlIndex(Int32 index)
at Scoreville.Game.Game.Clubs.PickGirlPopup.SelectNextGirl()
at Scoreville.Game.Game.Clubs.PickGirlPopup..ctor(IEnumerable`1 availableGirls, Boolean danceMode, PositionLocation location, Action clickhandler, String searchInfo)
at Scoreville.Game.Game.BeachLocation.OnPostAction2()
at Scoreville.Game.PlayerActionHelper.<>c__DisplayClass5.<PerformAction>b__2(Object sender, EventArgs args)
at Scoreville.Game.Controls.PopupControl.OnClosed(Int32 exitCode)
at Scoreville.Game.Controls.PopupControl.Close()
at Scoreville.Game.Game.Helpers.PostActionPopup.OnClickOk(Object sender, RoutedEventArgs e)
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.RaiseEvent(RoutedEventArgs e)
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)
22:45:07.761 LocalVideoServer stopping
22:45:07.762 LocalVideoServer stopped
11:51:40.902 #### Game started #####
User avatar
tomcat0815
Administrator
Posts: 2211
Joined: Tue 1. Oct 2013, 17:23
Location: Germany

Re: v3.0 Error Value Cannot Be Null

Post by tomcat0815 »

Please delete the log file and restart the game. Then post it.

Your log contradicts your error description.
roy2920
Scoreville-User
Posts: 6
Joined: Wed 8. Jul 2015, 15:57

Re: v3.0 Error Value Cannot Be Null

Post by roy2920 »

Ok deleted the log and replicated the error. Now managed to attach the log file here.
You do not have the required permissions to view the files attached to this post.
User avatar
ok666
Scoreville-User
Posts: 2552
Joined: Mon 25. Nov 2013, 15:16
Location: Germany

Re: v3.0 Error Value Cannot Be Null

Post by ok666 »

Even with this new log I can't figure out what's wrong. I tried entering the home location at different day/night times, but if there are no girls available, the button is not visible.
Locked