Can anyone help on the crashes?
should I post in the Bug section?
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
KCS.xAP.Framework.xAPException: The xAP message value is malformed
No part of the address value may contain space characters
at KCS.xAP.Framework.Message.xAPAddressBase..ctor(String address)
at KCS.xAP.Framework.Message.xAPTargetAddress..ctor(String target)
at xAPSpace.xAP.Execute(String command)
at xlobby2.Command.Run(Control control)
at xlobby2.Setup.button56_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
xlobby2
Assembly Version: 1.0.2098.28537
Win32 Version: 1.0.2098.28537
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/xlobby2.exe
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
XPluginSDK
Assembly Version: 1.0.2020.31144
Win32 Version: 1.0.2020.31144
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/XPluginSDK.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.runtime.remoting/1.0.5000.0__b77a5c561934e089/system.runtime.remoting.dll
----------------------------------------
CDEX
Assembly Version: 1.0.1685.4787
Win32 Version: 1.0.1685.4787
CodeBase: file:///c:/storage/electronics/xlobby2/xlobby2/plugins/cdex.dll
----------------------------------------
xusbuirt
Assembly Version: 1.0.1767.29466
Win32 Version: 1.0.1767.29466
CodeBase: file:///c:/storage/electronics/xlobby2/xlobby2/plugins/xusbuirt.dll
----------------------------------------
xAP-Xlobby
Assembly Version: 1.0.2121.36041
Win32 Version: 1.0.2121.36041
CodeBase: file:///c:/storage/electronics/xlobby2/xlobby2/plugins/xap-xlobby/xap-xlobby.dll
----------------------------------------
xAPTransport
Assembly Version: 1.2.9.2
Win32 Version: 1.2.9.2
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/xAPTransport.DLL
----------------------------------------
KCS.Utilities
Assembly Version: 1.1.2.1
Win32 Version: 1.1.2.1
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/KCS.Utilities.DLL
----------------------------------------
xAPMessage
Assembly Version: 1.2.9.12
Win32 Version: 1.2.9.12
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/xAPMessage.DLL
----------------------------------------
XoapWeather
Assembly Version: 1.1.1729.14788
Win32 Version: 1.1.1729.14788
CodeBase: file:///c:/storage/electronics/xlobby2/xlobby2/plugins/xoapweather/xoapweather.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
ldwwifuf
Assembly Version: 0.0.0.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
XWeather
Assembly Version: 1.0.1855.39961
Win32 Version: 1.0.1855.39961
CodeBase: file:///c:/storage/electronics/xlobby2/xlobby2/plugins/xweather/xweather.dll
----------------------------------------
Interop.Shell32
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/Interop.Shell32.DLL
----------------------------------------
AxInterop.SHDocVw
Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/AxInterop.SHDocVw.DLL
----------------------------------------
Interop.ActiveHomeScriptLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Storage/Electronics/xlobby2/xlobby2/Interop.ActiveHomeScriptLib.DLL
----------------------------------------
System.Management
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.management/1.0.5000.0__b03f5f7f11d50a3a/system.management.dll
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
ptrinchi wrote:No problem Richard, with the xAP3 version (last one) you have the ability to send every kind of xAP messages you want to every xAP modules on your network.
You have also the ability to give indication on witch messages Xlobby will take information for displaying states, texts or images.
ptrinchi wrote:Is there anyway to make the 0 - 100 png files generic instead device specific?
Yes, it's a good idea. If the png does'nt exist the plug could load a generic png file (without the device name) perhaps in the next version