Create your own Interactive Fiction

ADRIFT - Interactive Fiction  
Home   |   News ADRIFT News RSS   |   Screenshots   |   Download   |   Games ADRIFT Reviews RSS   |   Forum   |   Help   |   Links
Welcome Guest Register | Login
Popular Games
Skybreak v. 1.4
All Through the Night
Run, Bronwynn, Run!
The Fortress of Fear
Xanix - Xixon Resurgence
Magnetic Moon
Bug Hunt On Menelaus
Skybreak v 1.2
Jacaranda Jim
A Difficult Puzzle
 
Latest Forum Posts
Race against Time Parser Comp. 2024
Testers required for "Book of Jax"
Score system on/off choice?
HAPPY BIRTHDAY NickyDude
Needing help
HAPY BIRTHDAY Lazzah
New game: Thy Dunjohnman
External requests for beta-testers
Any issues with Windows 11 install?
Some excellent loot
 
Latest Reviews
Thy Dunjohnman
Goldilocks is a FOX!
Xanix - Xixon Resurgence
Finn's Big Adventure
Bug Hunt On Menelaus
Magor Investigates...
Classic Adventure
Private Eye
Roozden's Color Code Module
Wumpus Hunt

Make a donation

Cursor  Critical Error: An UltraListViewItem cannot be selected if it does not belong to ...

Issue Type: Status: Priority: Date Submitted: Votes:
Bug Completed Low Tue 15th Dec 2015 1 vote Vote Up Vote Down
 
Found in version: Last Updated: Completed in version: Date Completed: Track Changes:
5.0.34.1 Tue 15th Dec 2015 5.0.35 Tue 15th Dec 2015 Log In
 
ElliotMTue 15th Dec 2015 06:56
What it said: Critical Error: An UltraListViewItem cannot be selected if it does not belong to this control's Items collection.

What I was doing at the time: I tried to move a property from a folder without grouping to a folder that did have grouping. I may have dragged it into the 'wrong' group or on top of another item in the folder.

Stack Trace:
at ADRIFT.frmError..ctor(String sErrorMessage, Exception ex)
at ADRIFT.SharedModule.ErrMsg(String sMessage, Exception ex)
at ADRIFT.My.MyApplication.MyApplication_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.raise_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(UnhandledExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at Infragistics.Win.UIAutomation.UiaProviderControlNativeWindow.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at Infragistics.Win.Touch.GestureNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at ADRIFT.frmGenerator.Main()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at R.P.Main(String[] args)
 
ElliotMTue 15th Dec 2015 07:05
Related Error. After restarting the developer, the move I had attempted previously appears to have been successful. The developer had closed itself at a different dialog box asked if I wanted to continue and whether I wanted to save.

New error when dragging tasks into a grouped folder:

Critical Error: Object reference not set to an instance of an object.

Stack Trace:
at ADRIFT.frmError..ctor(String sErrorMessage, Exception ex)
at ADRIFT.SharedModule.ErrMsg(String sMessage, Exception ex)
at ADRIFT.My.MyApplication.MyApplication_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.raise_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(UnhandledExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at Infragistics.Win.UIAutomation.UiaProviderControlNativeWindow.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at Infragistics.Win.Touch.GestureNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at ADRIFT.frmGenerator.Main()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at R.P.Main(String[] args)
 
campbellTue 15th Dec 2015 09:52
Thanks, now fixed.
 
ElliotMTue 15th Dec 2015 18:11
Awesome, thanks! While we're on the topic of Ultra errors, I ran into this one again: http://www.adrift.co/bug/18894

It doesn't give a popup message, but alt description tags do not work inside location Groups. Creating a alt description will make the alt tab but will destroy all previous contents of the default. Both default and alt are linked, however, and behave as if they are the same tab, as changes to one are changes to the other, which isn't how its supposed to work.
© 2013 Campbell Wild. All rights reserved. | Contact the Webmaster