ferrum Posted November 9, 2009 Share Posted November 9, 2009 hello when i try to establish connection i only get the message client established but no server established. I have tried to do as recommended to try again but... after 59 times... well. what do you suggest? I could make it work once... I'm also running windows vista ... Link to comment Share on other sites More sharing options...
colafrysen Posted November 9, 2009 Author Share Posted November 9, 2009 (edited) Hi Ferrum, I am sorry that it does not work for you, but I appreciate that you read the information. As for now I do not have a solution, I am working on finding one, but as the error is in the TCP UDF I do not understand the code well enough yet to do any extensive debugging. Again, I am very sorry that it does not work for you. Also, was the connection inside one LAN or was it between different LANs? Edited November 9, 2009 by colafrysen [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
ferrum Posted November 9, 2009 Share Posted November 9, 2009 ops... sorry :S it was on different LANs. Link to comment Share on other sites More sharing options...
colafrysen Posted November 9, 2009 Author Share Posted November 9, 2009 Ok, then I'm surprised that it even worked one time I have not been testing this with Vista and certainly not with Vista on different LANs. However i know that the error occurs a lot more often when you are on different LANs. The error I get seems to be that either the server or the client gets an event, but not both of them on the same time... And a change in registering events made an obvious difference, so I guess that the issue is speed... But again, the UDF worked perfectly in the earlier version... [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
ferrum Posted November 9, 2009 Share Posted November 9, 2009 Ok thanks anyway. I'll stick with the 2.2 until the latest version is vista-compatibel Link to comment Share on other sites More sharing options...
destroyhim Posted November 13, 2009 Share Posted November 13, 2009 All of the functions in the "Other" Tab didn't work for me works great besides that Link to comment Share on other sites More sharing options...
colafrysen Posted November 14, 2009 Author Share Posted November 14, 2009 All of the functions in the "Other" Tab didn't work for me works great besides that Could you provide some more information so that i might be able to fix the problem?First, when you say it was working, did you actually get a confirmation in the log on what for instance the return value from the messageboxes was?Second, What OS are you on, I think that on Vista (and Win7?) the only "other" functions that works are "Run", "navigate webbrowser to", "Send message with synthetic voice" and "emulate keyboard input" [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
destroyhim Posted November 19, 2009 Share Posted November 19, 2009 I am on vista, and I got Synthetic voice to work the other day. I did get the confirmation in the log but it didn't do anything. Link to comment Share on other sites More sharing options...
AlmarM Posted November 19, 2009 Share Posted November 19, 2009 (edited) Why didnt I noticed this topic earlier? This is very, very, very, very usefull This will get handy sometime! Edited November 19, 2009 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes. Link to comment Share on other sites More sharing options...
colafrysen Posted November 26, 2009 Author Share Posted November 26, 2009 (edited) I am on vista, and I got Synthetic voice to work the other day. I did get the confirmation in the log but it didn't do anything.Well I noticed that some functions needs to be executed as Admin, so simply start the Server with admin rights to be able to use them. I will investigate which functions that require this so that I can document them better.@AlmarM: Thanks, (some stars are always a great sign of appreciation )Also, I have finally found the old version of the TCP-UDF used in version 2.2, so the next version 2.5.1 will (probably) work as great as the 2.2 did, but with all the new functionality, I hope to have a release this week . Edited November 26, 2009 by colafrysen [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
Huer Posted November 27, 2009 Share Posted November 27, 2009 Jeeze.. This is like Netbus on steriods! I'd love to use this program for my clients to help them remotely. Is your next release going to be vista compatible and internet compatible? Link to comment Share on other sites More sharing options...
colafrysen Posted November 28, 2009 Author Share Posted November 28, 2009 (edited) ALIBI Controller 2.5.1 released!Finaly after a long search I have fount the old TCP UDF, and with it ALIBI Controller works as good as before 2.4, which is seamless I have also tweaked some other things to make it run smoother.So I now release version 2.5.1. and I highly recommend everyone sitting on an old version to upgrade.ChangesChanged the select function (after a filetransfer) to just open the destination folder.Removed requireadmin from the installer, I now warn the user by a note.Finaly found the old TCP file that works Now no TCP errors are encountered (as far as I am concerned)Added a small sleep between regestering TCP functions.Changed the sceenshot time to 500ms before transfer to allow the client to prepare for it...@Huer: It is working over the internet but you'll have to forward the port 65335 on the computer you want to connect to.It is Vista compatible, but you'll need to start the server as administrator to be able to use all the functions.Check first post for download link Edited April 9, 2010 by colafrysen [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
DarkFalz Posted April 6, 2010 Share Posted April 6, 2010 Hey the site is very confusing, and the download link is no where to be found. can you repost it please? Link to comment Share on other sites More sharing options...
colafrysen Posted April 9, 2010 Author Share Posted April 9, 2010 Hey the site is very confusing, and the download link is no where to be found. can you repost it please?Hi, I am very sorry for the inconvenience, but I haven't had any time to fix a real solution. The website on which I am hosting my files have recently changed its layout, and with the change, the download system I used disappeared. And as the site now runs on a CMS with a smaller user base, I haven't been able to find a download system of my liking.However, I use a temporary system, but I have not updated all the links in the version update posts, the only working one is the link in the first post [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
oo0oo Posted November 10, 2010 Share Posted November 10, 2010 Source please! i need your great idea for RADICAL 2 client Link to comment Share on other sites More sharing options...
oo0oo Posted November 10, 2010 Share Posted November 10, 2010 real great! Link to comment Share on other sites More sharing options...
join Posted October 26, 2011 Share Posted October 26, 2011 I know that this topic might be "dead" by now, but it's still a really nice script and the link happens to be dead, so if the author or anyone who got the program could upload it again that would be superb! Sholwa 1 Link to comment Share on other sites More sharing options...
Sholwa Posted October 26, 2011 Share Posted October 26, 2011 I know that this topic might be "dead" by now, but it's still a really nice script and the link happens to be dead, so if the author or anyone who got the program could upload it again that would be superb!Good idea to bring back this, I interest in too.! Link to comment Share on other sites More sharing options...
colafrysen Posted November 19, 2011 Author Share Posted November 19, 2011 I know that this topic might be "dead" by now, but it's still a really nice script and the link happens to be dead, so if the author or anyone who got the program could upload it again that would be superb!Good idea to bring back this, I interest in too.!I'm happy to see that there is still interest in this old application, the reason for not fixing this sooner was that i have not been getting any emails from the forum since the update, and it's not until now, that I myself needed to install the application, saw your posts (And the broken link). I do no longer host a website, and my file quota on the forums is already full, however i noticed that i could upload the app to another place on the Autoit website, so you can now find it here: http://www.autoitscript.com/forum/files/file/190-alibi-controller-installer-251/The change log and screenshots are not available ATM, as I do not have the source material. But I will recover the hard drive from the old laptop that I wrote this on and get this information as soon as I can. [font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size] Link to comment Share on other sites More sharing options...
Akarillon Posted December 6, 2011 Share Posted December 6, 2011 Not to make it more troublesome, but the link is dead again I'd like a download, even if temporary. And the source would be awesome, to compare with the script I tried(to this date) to make ...Aka Challenge accepted! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now