Problem of Timer

Posted by Cocobear on Mon 08 Aug 2011 11:26 AM — 10 posts, 28,556 views.

#0
<timers>
<timer enabled="y" second="1.00" offset_second="0.00" send_to="12"
temporary="y"
one_shot="y" active_closed="y" >
<send>Execute("sa")</send>

</timer>
</timers>


<timers>
<timer enabled="y" minute="4" second="9.00" offset_second="0.00" send_to="12"
group="connect" active_closed="y" >
<send>Connect()</send>

</timer>
</timers>


First Timer is a temporary timer. but it doesn't fired. at the same time second timer left time become to 17 minutes, but you can see minute still is 4 minutes(I saw this in Tree View)

I'm using V 4.73


This world(MCL) file work very well for days.
I stop the mushclient this morning on my computer. then I copy world file to another computer, then start it, after sometimes it doesn't work, just happend what i mentioned above. but a fewer minutues later first timer fired.(I saw it on output.

the two computer have different time.

Did I describe it clear?
#1
I uploaded some pictures in flickr, hope it will helped.
http://www.flickr.com/photos/cocobears/tags/mushclient/
#2
When I use this mcl file on my laptop, it works well too.

btw, this problem happened on my virtual Box running XP SP3.
Australia Forum Administrator #3
What operating system does it *not* work on?

Make sure timers are enabled.

Check File -> Global Preferences -> Timers. Make sure Timer Interval is 0 seconds.
#4
Windows XP SP3

I'm running this OS in VirtualBox.


timer is enabled, you can see this pic http://www.flickr.com/photos/cocobears/6021221501/

I didn't change the value of Timer Interval, and it's 0

First, my second timer' left time become 22m(from above pic).
It's really strange.
Amended on Tue 09 Aug 2011 02:23 AM by Cocobear
#5

btw, from http://www.flickr.com/photos/cocobears/6021808210/in/photostream/

you can see a lot of words didn't show completely.

Like Label(show as able), Script(show as cript)
Australia Forum Administrator #6
Cocobear said:

Windows XP SP3

I'm running this OS in VirtualBox.


Sounds like an artifact of VirtualBox. Is this running under Ubuntu or similar? Have you tried Wine? I haven't had any problems reported about timers that I can recall.
#7
Nick Gammon said:

Cocobear said:

Windows XP SP3

I'm running this OS in VirtualBox.


Sounds like an artifact of VirtualBox. Is this running under Ubuntu or similar? Have you tried Wine? I haven't had any problems reported about timers that I can recall.


It running on Fedora 8. I haven't try wine. I have to run it on virtual machine.

You mean it may be a problem of VirtualBox? It happened days before. How can I supply more helpful information?

Perhaps you can try run mushclient on an OS running in VirtualBox, I think it will appeared again.

Australia Forum Administrator #8
Wine is not an emulator. I suggest you try that.
#9
Nick Gammon said:

Wine is not an emulator. I suggest you try that.


I knew wine, but it not suit in my situation.

My host and guest have differen time, so "time sync problem" appeared.


http://rickguyer.com/virtualbox-disable-time-sync-between-host-and-client/


I disable time sync of virtual, and now it works fine.

Thanks for your help.