![]() |
|
|
|
#1
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] I was running the following: iwitness, freeprogram, party, zone alarm (firewall and spyware), norton (virus), process guard and snoopfree.....to be thourough---process tamer, freeRAM xp pro and firefox as well). As a test I tried using the free program manually for a couple of hours earlier in the night and had no problems---once i started using iwitness again i get completely booted off my internet connection after about 20minutes. [/ QUOTE ]So, Juk's FPHG runs ok, and FPHG + iWitness crashes. What happens when you run iWitness w/o juk's FPHG? -Sam [/ QUOTE ] yet another internet connection crash---using only iWitness this time. it was exactly the same as before: after about 15 minutes a party pop-up says the internet is not available and all the tables cloase. i continue to be unable to reestablish the connection without first rebooting. next, i am trying iWitness on its own again but without running Zone Alarm (although keepin my other programs in place for now including Process Guard-Full and SnoopFree). has anyone else experienced anything like this? any ideas on what could cause this? .....any ideas on how to reestablish a connection WITHOUT rebooting? could i be missing something needed for AHK?...off to read up on the AHK site. thanks, sean |
|
#2
|
|||
|
|||
|
[ QUOTE ]
RE: BUG REPORT--KICKED OFF INTERNET CONNECTION WHILST USING iWITNESS (with that free program) The problem has occured three times so far where i am kicked off my internet (cable) connection and absolutely cannont reconnect. I have tried numerous things including the "repair" function in the LAN section of control panel, which does not work either because it cannot recognize any connection. The only way i have been able to regain my internet connection is to reboot my system. I was running the following: iwitness, freeprogram, party, zone alarm (firewall and spyware), norton (virus), process guard and snoopfree.....to be thourough---process tamer, freeRAM xp pro and firefox as well). As a test I tried using the free program manually for a couple of hours earlier in the night and had no problems---once i started using iwitness again i get completely booted off my internet connection after about 20minutes. I have no idea what might be causing the problem? If you have any suggestions i would be most appreciative. I will post with any further developments (read:hopefully no more sudden upluggings). cheers, sean ps. It seems unwise to run these without snoopfree and process guard thus i haven't tried that yet. edit ...just happened again....here is the error message when trying to repair or reconnect the connection. [/ QUOTE ] I am experiencing the same problem. What did u do to solve it? Was it zonealarma related? (i dont use zonealarm) |
|
#3
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] One feature I miss though: button to close all observed tables. [/ QUOTE ] Will be available in the next version. [/ QUOTE ]Are you thinking about adding a new button or just including this in the functionality of the Stop button? -Sam |
|
#4
|
|||
|
|||
|
[ QUOTE ]
Are you thinking about adding a new button or just including this in the functionality of the Stop button? [/ QUOTE ] Tray menu. |
|
#5
|
|||
|
|||
|
Some bugs:
(1) If tables already are open (before I click "Go"), the "You have 10 tables open..." dialog pops up eventually. (2) "Stop" button won't work, and the window can't be closed (I have to kill process), when (1) happens. (3) Sometimes wrong games are opened (S&G instead of Limit). Will try to repeat the error and get more info. Adde |
|
#6
|
|||
|
|||
|
I was about to ask for a 1-click-datamine feature, but hey, that could be written with a script. [img]/images/graemlins/wink.gif[/img]
This will open FreePHG and iWitness and start mining. Adde ; START pathFreePHG := "C:\Program\FreePHG_v0_01\FreePHG.exe" pathIWitness := "C:\Program\iWitness.ahk" SetTitleMatchMode, 3 Process, Exist, FreePHG.exe if (ErrorLevel = 0) { Run, %pathFreePHG% WinWait, %pathFreePHG% WinMinimize, %pathFreePHG% } SetTitleMatchMode, 3 IfWinExist, iWitness WinClose, iWitness Run, %pathIWitness% WinWait, iWitness WinActivate, iWitness ControlClick, Button1 , iWitness ; END |
|
#7
|
|||
|
|||
|
[ QUOTE ]
(1) If tables already are open (before I click "Go"), the "You have 10 tables open..." dialog pops up eventually. [/ QUOTE ] Well, it's not meant to handle this kind of stuff. It will cause problems when you are playing anyway, so just don't play&witness at the same time, sorry. [ QUOTE ] (2) "Stop" button won't work, and the window can't be closed (I have to kill process), when (1) happens. (3) Sometimes wrong games are opened (S&G instead of Limit). Will try to repeat the error and get more info. [/ QUOTE ] Both of these should be solved in the next version. |
|
#8
|
|||
|
|||
|
I'm sure you guys could figure some complex way to do multiple limit mining but I thought I'd point you in a cheap/easy direction.
Have you played around with the favorites functionality of Party? Krishan |
|
#9
|
|||
|
|||
|
No, we did it the hard way. [img]/images/graemlins/wink.gif[/img]
The dead is done, making some last changes... |
![]() |
|
|