Bug report

Get help with problems with Lazer Swarm devices or software.
Post Reply
MisterTeaBag
Posts: 6
Joined: Tue Feb 18, 2014 2:06 am

Bug report

Post by MisterTeaBag »

Bugzilla doesn't seem to be working for me right now, so I figured I'd file a small report here instead. I've been messing around with the software and Arduino station, and so far I've found two issues:
1 - While trying to host a Respawn game, the taggers won't recognise the signal and join in.
2 - If I go to the options screen and adjust the countdown timer, the tagger can't join any game at all regardless of game type, as per above mentioned issue. If I restart the program, it all seems to work again.
(I've currently only been using Drone taggers to test it out)
User avatar
riley
Site Admin
Posts: 89
Joined: Mon Jan 27, 2014 10:20 pm

Re: Bug report

Post by riley »

Thanks for the report. I'll take a look at these issues. Did you get an error or something on the Bugzilla site? To help me debug, could you tell me what game rules you had set for the respawn game (game length, reloads, etc)?
User avatar
riley
Site Admin
Posts: 89
Joined: Mon Jan 27, 2014 10:20 pm

Re: Bug report

Post by riley »

I have the respawn game issue fixed. I can't reproduce the countdown timer issue though. What value are you setting it to? When are you setting it? Can you reproduce the issue and then send me a log with View->Log->Save to File?
MisterTeaBag
Posts: 6
Joined: Tue Feb 18, 2014 2:06 am

Re: Bug report

Post by MisterTeaBag »

Sorry, I just realized I get an Unhandled exception-error every time I enter the Options screen (I got used to it when messing around, so I even stopped thinking about it). The problem has occurred whatever number I set the timer to.
Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit the application will close immediately.

InvalidArgument=Value of '1' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex.
Upon opening the details bar in the error message, I get this:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '1' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at LazerSwarm.Forms.Options.OptionsForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
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 System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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.18444 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
LazerSwarm
Assembly Version: 1.0.5147.41045
Win32 Version: 1.0.5147.41045
CodeBase: file:///C:/LazerSwarm-1.0-Beta1/LazerSwarm.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
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.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
LazerTagHostLibrary
Assembly Version: 1.0.5147.41045
Win32 Version: 1.0.5147.41045
CodeBase: file:///C:/LazerSwarm-1.0-Beta1/LazerTagHostLibrary.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.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.
Checking the saved file reveals this:
2014-02-23 10:44:03 Information Adding players
2014-02-23 10:44:03 Debug TX AnnounceGameCustomLazerTag: Packet: 0x02, 0x81, 0x10, 0x10, 0xFF, 0x15, 0x10, 0x20, 0x01, Checksum: 0xE8
2014-02-23 10:44:03 Debug ERROR Invalid command: CMDCMD
2014-02-23 10:44:04 Debug TX AnnounceGameCustomLazerTag: Packet: 0x02, 0x81, 0x10, 0x10, 0xFF, 0x15, 0x10, 0x20, 0x01, Checksum: 0xE8
2014-02-23 10:44:04 Debug ERROR Invalid command: CCMD
2014-02-23 10:44:05 Debug ERROR Invalid command: CMDCMD
2014-02-23 10:44:06 Debug TX AnnounceGameCustomLazerTag: Packet: 0x02, 0x81, 0x10, 0x10, 0xFF, 0x15, 0x10, 0x20, 0x01, Checksum: 0xE8
2014-02-23 10:44:06 Debug ERROR Invalid command: CCMD
2014-02-23 10:44:06 Debug ERROR Invalid command: CMDCMD
2014-02-23 10:44:07 Debug TX AnnounceGameCustomLazerTag: Packet: 0x02, 0x81, 0x10, 0x10, 0xFF, 0x15, 0x10, 0x20, 0x01, Checksum: 0xE8
2014-02-23 10:44:07 Debug ERROR Invalid command: CCMD
User avatar
riley
Site Admin
Posts: 89
Joined: Mon Jan 27, 2014 10:20 pm

Re: Bug report

Post by riley »

I have released 1.0 Beta 2 which should fix these issue for you. Let me know if you still have any problems.
MisterTeaBag
Posts: 6
Joined: Tue Feb 18, 2014 2:06 am

Re: Bug report

Post by MisterTeaBag »

I finally managed to get a Bugzilla account! Tried out the latest version of the software and I've filed reports on what I've found so far; the Respawn game mode had quite an interesting quirk. Haven't tried the more obscure game modes yet, but Survival and Own the Zone seems to be working fine.

Looking through the log files I noticed that the hardware also registers when being shot at during games, I'm seeing so many future possibilities...
Post Reply