#130
Solved
Telling Time Error
Reported by rod boggess on OCTGN · 03/10/2009 20:40:36
- Assigned to:
- jods
- Priority:
- Normal
- Status:
- Solved
- Category:
- Play module
- Version:
- 0.6.*
- Issue type:
- Bug
This is from version 2.0. Not currently a choice in the drop-down.
When playing Telling Time, I view the top three cards from the top of my library. This brings them into the Viewing area. Moving the first card to the top of the library, no problem. However, when I attempt to move the next card to the bottom of the library, I receive this dump:
I suspect it’s a null reference from trying to display a card in the view area that’s no longer in the top three of my library. If correct, the work around would be to rearrange the cards in the view area first, then exit the view, then place a card in hand, move one to the bottom of the library, and the third will be at the top of the library by default. Still, this would only be a kludge.
Fantastic game, BTW. Do you know if this will play on Mono (the linux equivalent of .Net Framework)?
System.NullReferenceException: Object reference not set to an instance of an object.
at Octgn.Play.Gui.CardControl.AnimateLoad(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandle
at System.Windows.EventRoute.InvokeHandlersImpl(Objec
at System.Windows.UIElement.RaiseEventImpl(Dependency
at System.Windows.UIElement.RaiseEvent(RoutedEventArg
at System.Windows.BroadcastEventHelper.BroadcastEvent
at System.Windows.BroadcastEventHelper.BroadcastLoade
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendin
at System.Windows.Media.MediaContext.FireInvokeOnRend
at System.Windows.Media.MediaContext.RenderMessageHan
at System.Windows.Media.MediaContext.AnimatedRenderMe
at System.Windows.Threading.ExceptionWrapper.Internal
at System.Windows.Threading.ExceptionWrapper.TryCatch
at System.Windows.Threading.Dispatcher.WrappedInvoke(
at System.Windows.Threading.DispatcherOperation.Invok
at System.Windows.Threading.DispatcherOperation.Invok
at System.Threading.ExecutionContext.runTryCode(Objec
at System.Runtime.CompilerServices.RuntimeHelpers.Exe
at System.Threading.ExecutionContext.RunInternal(Exec
at System.Threading.ExecutionContext.Run(ExecutionCon
at System.Windows.Threading.DispatcherOperation.Invok
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(In
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(
at System.Windows.Threading.ExceptionWrapper.Internal
at System.Windows.Threading.ExceptionWrapper.TryCatch
at System.Windows.Threading.Dispatcher.WrappedInvoke(
at System.Windows.Threading.Dispatcher.InvokeImpl(Dis
at System.Windows.Threading.Dispatcher.Invoke(Dispatc
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(
at System.Windows.Threading.Dispatcher.PushFrame(Disp
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at Octgn.OctgnApp.Main()
Attachments
No attachment has been uploaded, yet.
Loading comments...