Lister cant open GP anymore (used to work fine)

Moderator: ok666

Locked
ShenTen
Scoreville-User
Posts: 37
Joined: Thu 17. Jul 2014, 23:34

Lister cant open GP anymore (used to work fine)

Post by ShenTen »

This is the error in SW log.txt i cant figure out what is wrong... so if anybody understand it, i would kindly appreciate some help :)

I have put the GP's in both the root dir of scoreville and the Girlpacks DIR, still wont work, i have started the lister in admin mode as well.. The GP's open fine if i double click from the DIR directly, so its not the file association that is the problem i think...

01:41:51.479 #### GirlLister closed ####
01:42:39.022 #### GirlLister started ####
01:42:39.034 Scanning directories for girls...
01:42:39.037 ...girl scanning done
01:42:39.037 Loading girl cache...
01:42:39.399 ...girl cache done
01:42:39.399 Loading girlpacks...
01:42:39.429 ...girlpacks done
01:42:39.429 Writing cache file...
01:42:39.487 ...cache written
01:42:42.172 Den angivne fil blev ikke fundet
01:42:42.176 ved System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
ved System.Diagnostics.Process.Start()
ved System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
ved Scoreville.Lister.MainWindow.HandleEdit()
ved Scoreville.Lister.MainWindow.GridPacks_MouseDoubleClick(Object sender, MouseButtonEventArgs e)
ved System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
ved System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
ved System.Windows.Controls.Control.OnMouseDoubleClick(MouseButtonEventArgs e)
ved System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)
ved System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
ved System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
ved System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
ved System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
ved System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
ved System.Windows.Input.InputManager.ProcessStagingArea()
ved System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
ved System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
ved System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
ved System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
ved System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
ved MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
User avatar
ok666
Scoreville-User
Posts: 2552
Joined: Mon 25. Nov 2013, 15:16
Location: Germany

Re: Lister cant open GP anymore (used to work fine)

Post by ok666 »

If the file associations are still correct, then the filename to be started can be incorrect. Lister will use the Girlpacks.cache file, if found. Make sure this file can be written to each time you move your GPs around. Delete it, it will be recreated on next start and will contain the current filenames + paths.
Locked