Here's some another issues found; the latest version doesn't seem to be compiling the latest source code;
Quote: "Could not understand error at line 22:
t = 0"
In the code the variable t has no tab space between the equals sign. Here is the code:
rem Initialise
sync on
sync rate 30
rem Load model and shader effect
load object "TestTerrain.x",1
autocam off
load effect "SolidDisplaced.fx",1,1
set object effect 1,1
move camera down 90
SET EFFECT CONSTANT FLOAT 1, "BaseReflectivity", 0.3
t=0
do
set cursor 0,0
print "Trans: "; t
print scancode()
if scancode() < 6 and scancode() > 1
t = scancode() - 1
Endif
set object transparency 1, t
if scancode() = 11
t = 0
Endif
control camera using arrowkeys 0, 9, 0.5
rem Draw main camera
sync mask %001 : sync
loop
Although, removing the line and typing it in again rectified the problem; there is something fishy going on there. Possibly the compiler isn't receiving the code it should be.
Also, copy additional compiler information doesn't work. The compile window text cannot be copied.
Edit
A program crash occured on opening a large project. Here is the error message:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'TreeView'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.TreeView.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.TreeNode.UpdateNode(Int32 mask)
at System.Windows.Forms.TreeNode.set_Text(String value)
at frmCodeElements.(Int32 )
at frmCodeElements.updateCodeSolution(Int32 thisInclude)
at frmMain.(String , & )
at frmMain.(Object , EventArgs )
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Qios.DevSuite.Components.QWeakDelegate.Invoke(Object[] args)
at Qios.DevSuite.Components.QWeakDelegate.InvokeDelegate(QWeakDelegate weakDelegate, Object[] args)
at Qios.DevSuite.Components.QCompositeItemBase.OnItemActivated(QCompositeEventArgs e)
at Qios.DevSuite.Components.QCompositeItemBase.Qios.DevSuite.Components.IQCompositeItemEventRaiser.RaiseItemActivated(QCompositeEventArgs e)
at Qios.DevSuite.Components.QCompositeItemBase.Activate(QCompositeItemActivationOptions options, QCompositeActivationType activationType)
at Qios.DevSuite.Components.QCompositeHelper.HandleMouseUp(QComposite composite, IQPart part, MouseEventArgs e)
at Qios.DevSuite.Components.QCompositeHelper.HandleMouseUp(QComposite composite, IQPart part, MouseEventArgs e)
at Qios.DevSuite.Components.QComposite.HandleMouseUp(MouseEventArgs e)
at Qios.DevSuite.Components.QCompositeWindow.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at Qios.DevSuite.Components.QContainerControlBase.WndProc(Message& m)
at Qios.DevSuite.Components.QFloatingWindow.WndProc(Message& m)
at Qios.DevSuite.Components.QCompositeWindow.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Indigo
Assembly Version: 1.4.0.1
Win32 Version: 1.4.0.1
CodeBase: file:///G:/Indigo/Indigo%20v1.4.0%20Beta/Indigo.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 10.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Qios.DevSuite.Components
Assembly Version: 4.0.0.20
Win32 Version: 4.0.0.20
CodeBase: file:///G:/Indigo/Indigo%20v1.4.0%20Beta/Qios.DevSuite.Components.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
Assembly Version: 2.5.0.2000
Win32 Version: 2.5.0.2000
CodeBase: file:///G:/Indigo/Indigo%20v1.4.0%20Beta/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
ScintillaNet
Assembly Version: 2.2.4568.17413
Win32 Version: 2.2.0.1
CodeBase: file:///G:/Indigo/Indigo%20v1.4.0%20Beta/ScintillaNet.DLL
----------------------------------------
System.Web
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Here is the end of the log:
17/03/2013 16:10:03 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:03 --<< updateTimer_Tick
17/03/2013 16:10:03 -->> updateTimer_Tick
17/03/2013 16:10:03 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:03 ------>> thisKeyWordInfo(Make,Make Object Plane WorldGrid, 10, fromHover: True)
17/03/2013 16:10:03 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:03 ----<< thisKeyWordInfo [Make Object Plane | [Object Number, Width, Height][Object Number, Width, Height, Orientation]]
17/03/2013 16:10:03 --<< updateTimer_Tick
17/03/2013 16:10:03 -->> updateTimer_Tick
17/03/2013 16:10:03 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:03 ------>> thisKeyWordInfo(Make,Make Object Plane WorldGrid, 10, fromHover: True)
17/03/2013 16:10:03 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:03 ----<< thisKeyWordInfo [Make Object Plane | [Object Number, Width, Height][Object Number, Width, Height, Orientation]]
17/03/2013 16:10:03 --<< updateTimer_Tick
17/03/2013 16:10:04 -->> updateTimer_Tick
17/03/2013 16:10:04 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:04 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:04 --<< updateTimer_Tick
17/03/2013 16:10:04 -->> updateTimer_Tick
17/03/2013 16:10:04 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:04 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:04 --<< updateTimer_Tick
17/03/2013 16:10:04 -->> updateTimer_Tick
17/03/2013 16:10:04 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:04 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:04 --<< updateTimer_Tick
17/03/2013 16:10:04 -->> updateTimer_Tick
17/03/2013 16:10:04 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:04 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:04 --<< updateTimer_Tick
17/03/2013 16:10:05 -->> updateTimer_Tick
17/03/2013 16:10:05 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:05 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:05 --<< updateTimer_Tick
17/03/2013 16:10:05 -->> updateTimer_Tick
17/03/2013 16:10:05 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:05 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:05 --<< updateTimer_Tick
17/03/2013 16:10:05 -->> updateTimer_Tick
17/03/2013 16:10:05 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:05 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:05 --<< updateTimer_Tick
17/03/2013 16:10:05 -->> updateTimer_Tick
17/03/2013 16:10:05 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:05 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:05 --<< updateTimer_Tick
17/03/2013 16:10:06 -->> updateTimer_Tick
17/03/2013 16:10:06 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:06 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:06 --<< updateTimer_Tick
17/03/2013 16:10:06 -->> updateTimer_Tick
17/03/2013 16:10:06 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:06 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:06 --<< updateTimer_Tick
17/03/2013 16:10:06 -->> updateTimer_Tick
17/03/2013 16:10:06 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:06 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:06 --<< updateTimer_Tick
17/03/2013 16:10:06 -->> updateTimer_Tick
17/03/2013 16:10:06 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:06 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:06 --<< updateTimer_Tick
17/03/2013 16:10:07 -->> updateTimer_Tick
17/03/2013 16:10:07 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:07 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:07 --<< updateTimer_Tick
17/03/2013 16:10:07 -->> updateTimer_Tick
17/03/2013 16:10:07 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:07 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:07 --<< updateTimer_Tick
17/03/2013 16:10:07 -->> updateTimer_Tick
17/03/2013 16:10:07 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:07 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:07 --<< updateTimer_Tick
17/03/2013 16:10:07 -->> updateTimer_Tick
17/03/2013 16:10:07 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:07 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:07 --<< updateTimer_Tick
17/03/2013 16:10:08 -->> updateTimer_Tick
17/03/2013 16:10:08 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 --<< updateTimer_Tick
17/03/2013 16:10:08 -->> updateTimer_Tick
17/03/2013 16:10:08 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 --<< updateTimer_Tick
17/03/2013 16:10:08 -->> updateTimer_Tick
17/03/2013 16:10:08 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 --<< updateTimer_Tick
17/03/2013 16:10:08 -->> updateTimer_Tick
17/03/2013 16:10:08 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:08 --<< updateTimer_Tick
17/03/2013 16:10:09 -->> updateTimer_Tick
17/03/2013 16:10:09 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:09 --<< updateTimer_Tick
17/03/2013 16:10:09 -->> updateTimer_Tick
17/03/2013 16:10:09 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 --<< updateTimer_Tick
17/03/2013 16:10:09 -->> updateTimer_Tick
17/03/2013 16:10:09 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 --<< updateTimer_Tick
17/03/2013 16:10:09 -->> updateTimer_Tick
17/03/2013 16:10:09 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:09 --<< updateTimer_Tick
17/03/2013 16:10:10 -->> updateTimer_Tick
17/03/2013 16:10:10 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:10 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:10 --<< updateTimer_Tick
17/03/2013 16:10:10 -->> updateTimer_Tick
17/03/2013 16:10:10 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:10 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:10 --<< updateTimer_Tick
17/03/2013 16:10:10 -->> updateTimer_Tick
17/03/2013 16:10:10 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:10 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:10 --<< updateTimer_Tick
17/03/2013 16:10:10 -->> updateTimer_Tick
17/03/2013 16:10:10 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:10 ------>> thisKeyWordInfo(Global,Global WorldOrigin : WorldOrigin, fromHover: True)
17/03/2013 16:10:10 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:10 --<< thisKeyWordInfo [Global | Variable Name]
17/03/2013 16:10:10 ----<< updateTimer_Tick
17/03/2013 16:10:11 -->> updateTimer_Tick
17/03/2013 16:10:11 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 --<< updateTimer_Tick
17/03/2013 16:10:11 -->> updateTimer_Tick
17/03/2013 16:10:11 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:11 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ----<< thisKeyWordInfo [Global | Variable Name]
17/03/2013 16:10:11 --<< updateTimer_Tick
17/03/2013 16:10:11 -->> updateTimer_Tick
17/03/2013 16:10:11 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:11 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ----<< thisKeyWordInfo [Global | Variable Name]
17/03/2013 16:10:11 --<< updateTimer_Tick
17/03/2013 16:10:11 -->> updateTimer_Tick
17/03/2013 16:10:11 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:11 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:11 ----<< thisKeyWordInfo [Global | Variable Name]
17/03/2013 16:10:12 -->> updateTimer_Tick
17/03/2013 16:10:12 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:12 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 --<< updateTimer_Tick
17/03/2013 16:10:12 -->> updateTimer_Tick
17/03/2013 16:10:12 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:12 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 --<< updateTimer_Tick
17/03/2013 16:10:12 -->> updateTimer_Tick
17/03/2013 16:10:12 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 ---->> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:12 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 ----<< updateTimer_Tick
17/03/2013 16:10:12 -->> updateTimer_Tick
17/03/2013 16:10:12 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:12 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:12 --<< updateTimer_Tick
17/03/2013 16:10:13 -->> updateTimer_Tick
17/03/2013 16:10:13 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:13 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 --<< updateTimer_Tick
17/03/2013 16:10:13 -->> updateTimer_Tick
17/03/2013 16:10:13 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:13 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 --<< updateTimer_Tick
17/03/2013 16:10:13 -->> updateTimer_Tick
17/03/2013 16:10:13 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 ---->> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:13 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 ----<< updateTimer_Tick
17/03/2013 16:10:13 -->> updateTimer_Tick
17/03/2013 16:10:13 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 ------>> thisKeyWordInfo(Global,Global WorldGrid : WorldGrid = Ad, fromHover: True)
17/03/2013 16:10:13 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:13 --<< updateTimer_Tick
17/03/2013 16:10:14 -->> updateTimer_Tick
17/03/2013 16:10:14 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 ------>> thisKeyWordInfo(Make,Make Object Plane WorldGrid, 10, fromHover: True)
17/03/2013 16:10:14 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 --<< updateTimer_Tick
17/03/2013 16:10:14 -->> updateTimer_Tick
17/03/2013 16:10:14 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 --<< updateTimer_Tick
17/03/2013 16:10:14 -->> updateTimer_Tick
17/03/2013 16:10:14 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:14 --<< updateTimer_Tick
17/03/2013 16:10:14 -->> updateTimer_Tick
17/03/2013 16:10:14 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:14 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:14 --<< updateTimer_Tick
17/03/2013 16:10:15 -->> updateTimer_Tick
17/03/2013 16:10:15 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:15 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:15 --<< updateTimer_Tick
17/03/2013 16:10:15 -->> updateTimer_Tick
17/03/2013 16:10:15 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:15 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:15 --<< updateTimer_Tick
17/03/2013 16:10:15 -->> updateTimer_Tick
17/03/2013 16:10:15 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:15 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:15 --<< updateTimer_Tick
17/03/2013 16:10:15 -->> updateTimer_Tick
17/03/2013 16:10:15 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:15 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:15 --<< updateTimer_Tick
17/03/2013 16:10:16 -->> updateTimer_Tick
17/03/2013 16:10:16 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:16 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:16 --<< updateTimer_Tick
17/03/2013 16:10:16 -->> updateTimer_Tick
17/03/2013 16:10:16 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:16 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:16 --<< updateTimer_Tick
17/03/2013 16:10:16 -->> updateTimer_Tick
17/03/2013 16:10:16 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:16 ----<< 0-Sports Fiction-checkHoveredWord (thisX < 0 Or thisY < 0)
17/03/2013 16:10:16 --<< updateTimer_Tick
17/03/2013 16:10:16 -->> updateTimer_Tick
17/03/2013 16:10:16 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:16 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:16 --<< updateTimer_Tick
17/03/2013 16:10:17 -->> updateTimer_Tick
17/03/2013 16:10:17 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 --<< updateTimer_Tick
17/03/2013 16:10:17 -->> updateTimer_Tick
17/03/2013 16:10:17 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 ----<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 --<< updateTimer_Tick
17/03/2013 16:10:17 -->> updateTimer_Tick
17/03/2013 16:10:17 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:17 --<< updateTimer_Tick
17/03/2013 16:10:17 -->> updateTimer_Tick
17/03/2013 16:10:17 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:17 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:17 --<< updateTimer_Tick
17/03/2013 16:10:18 -->> updateTimer_Tick
17/03/2013 16:10:18 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:18 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:18 --<< updateTimer_Tick
17/03/2013 16:10:18 -->> updateTimer_Tick
17/03/2013 16:10:18 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:18 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:18 --<< updateTimer_Tick
17/03/2013 16:10:18 -->> updateTimer_Tick
17/03/2013 16:10:18 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:18 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:18 --<< updateTimer_Tick
17/03/2013 16:10:18 -->> updateTimer_Tick
17/03/2013 16:10:18 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:18 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:18 --<< updateTimer_Tick
17/03/2013 16:10:19 -->> updateTimer_Tick
17/03/2013 16:10:19 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:19 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:19 --<< updateTimer_Tick
17/03/2013 16:10:19 -->> updateTimer_Tick
17/03/2013 16:10:19 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:19 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:19 --<< updateTimer_Tick
17/03/2013 16:10:19 -->> updateTimer_Tick
17/03/2013 16:10:19 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:19 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:19 --<< updateTimer_Tick
17/03/2013 16:10:19 -->> updateTimer_Tick
17/03/2013 16:10:19 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:19 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:19 --<< updateTimer_Tick
17/03/2013 16:10:20 -->> updateTimer_Tick
17/03/2013 16:10:20 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:20 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:20 --<< updateTimer_Tick
17/03/2013 16:10:20 -->> updateTimer_Tick
17/03/2013 16:10:20 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:20 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:20 --<< updateTimer_Tick
17/03/2013 16:10:20 -->> updateTimer_Tick
17/03/2013 16:10:20 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:20 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:20 --<< updateTimer_Tick
17/03/2013 16:10:20 -->> updateTimer_Tick
17/03/2013 16:10:20 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:20 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:20 --<< updateTimer_Tick
17/03/2013 16:10:21 -->> updateTimer_Tick
17/03/2013 16:10:21 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:21 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:21 --<< updateTimer_Tick
17/03/2013 16:10:21 -->> updateTimer_Tick
17/03/2013 16:10:21 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:21 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:21 --<< updateTimer_Tick
17/03/2013 16:10:21 -->> updateTimer_Tick
17/03/2013 16:10:21 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:21 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:21 --<< updateTimer_Tick
17/03/2013 16:10:21 -->> updateTimer_Tick
17/03/2013 16:10:21 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:21 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:21 --<< updateTimer_Tick
17/03/2013 16:10:22 -->> updateTimer_Tick
17/03/2013 16:10:22 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:22 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:22 --<< updateTimer_Tick
17/03/2013 16:10:22 -->> updateTimer_Tick
17/03/2013 16:10:22 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:22 ----<< 0-Sports Fiction-checkHoveredWord (thisX > .PointXFromPosition(thisPosition) + 5)
17/03/2013 16:10:22 --<< updateTimer_Tick
17/03/2013 16:10:22 -->> updateTimer_Tick
17/03/2013 16:10:22 ---->> 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:22 ------>> thisKeyWordInfo(WorldGridTexture,Global WorldGridTexture : WorldGridTexture = LoadTexture(Path.T, fromHover: True)
17/03/2013 16:10:22 ------<< 0-Sports Fiction-checkHoveredWord
17/03/2013 16:10:22 --<< thisKeyWordInfo [Global WorldGridTexture : WorldGridTexture = LoadTexture(Path.Texture$ + "Dev\Dev1024Tile.png", 0, 0, 0, WorldGrid, 0)
Include: Sports Fiction.dba; Line: 43]
17/03/2013 16:10:22 ----<< updateTimer_Tick
After this crash in 1.4, 1.3 would not work; it crashed with a windows program error message. I will reboot and see what happens.