Page 1 of 1

Bug Phonebook

Posted: Sun 5. Jan 2014, 12:27
by katorn
Hihi ,

Using Scoreville 2.0.7 version .

Have a little bug with the Phonebook when you have more then one person .
First phone you have , all work good . You can call her and choice what you want .
Second girl phone you have , and third , etc . You have any choixe with her , no red button , nothing , just the picture , the name and that it . So you can't invite her since you haven't made a choice to bring her at your home .
It's happens on all girl after the first one you got .
First phone girl work , then other after , no choice marked so can't invite .

Keep the good work !

Re: Bug Phonebook

Posted: Sun 5. Jan 2014, 19:52
by tomcat0815
I have several players and these all have more than 20 girls in the Phone Book and i can call all girls.
I also find no error in the code. :gruebel:

Re: Bug Phonebook

Posted: Mon 6. Jan 2014, 06:13
by katorn
Actually i found why . It's a windows problem for the phone book .
It's a problem with the picture of the girl . If you use a pictures like 90x130 for exemple , the red icon choice will not show cause it's " outisde " the windows phonebook . If you use 110X110 it's will show .
Maybe will be good to be able to scroll down and up inside the windows of the phone book .
Or , on editor character , wrote or make an unique size for girl picture , like , you pick must be 90x90 for exemple . At the moment we can use 1900x1200 picture in it if you wish .
Anyway , i change the picture of some girl by the editor and work good , well , when not showing , i testing witch size work by loading game .

Awyway , thx for the quick answer =)

Re: Bug Phonebook

Posted: Mon 6. Jan 2014, 14:52
by ok666
Can't confirm, too. Perhaps I misunderstood your problem, here is what I did:

- Loaded an old test player, only 1 girl in phonebook.
- Went to the Bar, flirted with another girl, got her phone number.
- 2 girls in phonebook, both have the middle button with the scene name.

[edit] Huh? I didn't see your answer till I wrote my post. Sorry. And yes, if the picture's height is too large the middle button will move down until it vanishes outside of the dialog's borders.

Re: Bug Phonebook

Posted: Wed 8. Jan 2014, 11:24
by ok666
Status: Fixed

Images will be stretched to 150x150 in the phonebook from now on.

Re: Bug Phonebook

Posted: Thu 30. Jan 2014, 18:17
by 4me4u
Another bug in the phonebook is when you have a number to a girl, who's in a twogirlspack. Then you only have the twogirls scenes in the phonebook. None of her single scenes.

Re: Bug Phonebook

Posted: Thu 30. Jan 2014, 19:47
by ok666
Took me a while, but: Fixed.

Re: Bug Phonebook

Posted: Thu 24. Apr 2014, 13:17
by 4me4u
Hmm... Now in the new release I found out that the girls listed as "secondary" in the two girls editor don't end up in my phonebook, only the the ones in the "first row" and all the girls from the single editor.
Edit: Correction, I don't know if any of the girls listed in the two girls editor ends up in the phonebook? (first or second row) Because I only have a number to one listed as "secondary" that doesn't show up, when I'm taking a closer look. I only see the girls from the single editor.

(I recently started a new game, so it took me a while to notice it)

Bug or something wrong with my file...? Never had this issue before.

Re: Bug Phonebook

Posted: Thu 24. Apr 2014, 15:26
by tomcat0815
Yes, it is a bug. We fix it for the next version.

Re: Bug Phonebook

Posted: Thu 24. Apr 2014, 16:20
by 4me4u
tomcat0815 wrote:Yes, it is a bug. We fix it for the next version.
OK. Great. :super:

Re: Bug Phonebook

Posted: Sat 31. May 2014, 11:10
by nikosk
Off topic:
Hello!
My first post here and I want to say a big THANKS to the creators/developers of the game. It's just great! :super:


I think I discovered another bug in the phonebook. Sometimes, while browsing the girls you get a popup error message that says something about "divide by zero".
It's minor but I thought the developers would like to know about it. ;)

To recreate the error, you have to take the phone number of a girl, before reaching the minimum relationship level for ANY of her scenes.
So when the time comes for the phonebook to show the girl, the popup appears.

Here is the relevant part of the SV Gamelog

Code: Select all

13:53:26.069    at Scoreville.Game.Game.Home.PhonebookPopup2.UpdateContent()
   at Scoreville.Game.Game.Home.PhonebookPopup2.UpdateSelectedGirl()
   at Scoreville.Game.Game.Home.PhonebookPopup2.NextGirl()
   at Scoreville.Game.Game.Home.PhonebookPopup2.OnClickNextGirl(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)
13:53:46.814 Attempted to divide by zero.
13:53:46.814    at Scoreville.Game.Game.Home.PhonebookPopup2.UpdateContent()
   at Scoreville.Game.Game.Home.PhonebookPopup2.UpdateSelectedGirl()
   at Scoreville.Game.Game.Home.PhonebookPopup2.NextGirl()
   at Scoreville.Game.Game.Home.PhonebookPopup2.OnClickNextGirl(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)

Re: Bug Phonebook

Posted: Sat 31. May 2014, 16:22
by ok666
Found it, it's fixed now. Thanks for the bug report.

Re: Bug Phonebook

Posted: Sat 31. May 2014, 21:03
by nikosk
Cool. Thanks!