PDA

View Full Version : FakeCall Error


jaystizo
05-24-2005, 10:52 PM
I modified fakecall according to alphawolf's changes yet I still receive an error saying "Error: FakeCall for Version 6.2-01-2-351 is not supported." Can someone please help me.

Here's the line that I modified

} elseif { [regexp {^4} $sw] || [regexp {^6} $sw] } {

PlainBill
05-25-2005, 12:39 AM
I modified fakecall according to alphawolf's changes yet I still receive an error saying "Error: FakeCall for Version 6.2-01-2-351 is not supported." Can someone please help me.

Here's the line that I modified

} elseif { [regexp {^4} $sw] || [regexp {^6} $sw] } {

This appears to be an exact match to what works on my system:

} elseif { [regexp {^4} $sw] || [regexp {^6} $sw] } {

PlainBill

jaystizo
05-25-2005, 02:47 PM
Well, when I first made the modifications and ran the script, it worked. I rebooted and tried to run it again but then it gave me that error.