btw, maybe you can run grunt.exe instead for your day-to-day use. (it does not have much of a UI to avoid exactly these issues).
btw, maybe you can run grunt.exe instead for your day-to-day use. (it does not have much of a UI to avoid exactly these issues).
Ron
No support through PM
-will try.![]()
Any update on that last reported crashing bug? I'm hitting the same thing. Grunt is an option but is not ideal for my use.
I'm preparing a new release that has all of it's dependencies updated including the library that was causing this crash. I'm hoping to release an Alpha of that soon keep you eye on the Girder 5 forums.
Ron
No support through PM
Ron,
Have been trying the latest V5 and the program hangs on two different machines. Using Global Cache commands, after a couple of commands Girder disables events (all by itself) and will not exit when I click "Exit Girder". The program becomes non-responsive and I must use task manager to kill it.
MikeH
Mike H
(Gadgetaddict)
Using this script
on a virtual machine with a bridged network connectionCode:local x = win.ListNetworkInterfaces() for i, t in ipairs(x) do j = win.IsNetworkInterfaceConnected(t.Name) if j < 0 then s = "Disabled" elseif j > 0 then s = "Connected" else s = "Disconnected" end print(t.Description, s, win.GetIPInfo(i - 1)) end
IPConfig results:
Script result;Code:Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : local.lan IP Address. . . . . . . . . . . . : 192.168.50.99 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.50.1
This is correct.Code:VMware Accelerated AMD PCNet Adapter (2) Connected 192.168.50.99 thijs-devsys
Keep Girder open, change connection, to NAT connection (disconnect, change to NAT, reconnect)
IPConfig results:
IP info changed, as expectedCode:Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : localdomain IP Address. . . . . . . . . . . . : 192.168.242.128 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.242.2
Script result;
No update? keeps reporting old values.Code:VMware Accelerated AMD PCNet Adapter (2) Connected 192.168.50.99 thijs-devsys
Change connection, disconnect;
Script results:
Connection state does get updatedCode:VMware Accelerated AMD PCNet Adapter (2) Disconnected 192.168.50.99 thijs-devsys
Using Girder 5.0.14 (build 551)
Function win.IsNetworkInterfaceConnected() does work as expected, but function win.GetIPInfo() does not refresh its results.
I'm trying to detect changes in network connection state, but this is the reason I can't get it to work...
Any update on this? I'm looking into detecting network disconnects and could use this, when its working...
This code;
results in this error;Code:ComponentManager:Print()
Code:Component: ConfigFiles ActiveRFID Receivers Container SerialInstancesContainer Container Component: Active RFID Receiver Instance Settings: ...\luascript\Components/Classes/InstancesContainer.lua:323: attempt to index field `InstanceSettings' (a nil value) stack traceback: ...\luascript\Components/Classes/InstancesContainer.lua:323: in function `Print' ...ript\Components/Classes/SerialInstancesContainer.lua:46: in function `Print' ...Girder5\luascript\components\ActiveRFIDReceivers.lua:78: in function `Print' ...iles\Promixis\Girder5\luascript\ComponentManager.lua:765: in function `Print' [string "X10 devices.gml:\test\print LG TV"]:12: in main chunk
minor thingy;
Please change line 4677 of 'C:\Program Files\Promixis\Girder5\plugins\treescript\Device Manager UI.lua' from:
To:Code:Controls.tranport.Caption = 'No transport control'
Code:Controls.transport.Caption = 'No transport control'
Thanks! Fix applied to Girder 5.1
Ron
No support through PM