Re: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Bernard Devlin
Hi Tiemo,
I have never used revZip... stuff.  However, have you tried opening the zip
file natively on XP (i.e. just clicking on it and letting XP unzip it)?
 Clearly there is something different with the PC where it is failing, and
maybe it will fail using the XP unzip feature.  I know that when I first got
Vista it was taking an hour or so to unzip a file (and failing on some),
until I disabled anti-virus, then everything was fine.

Bernard

On Mon, Jan 5, 2009 at 3:17 PM, Tiemo Hollmann TB toolb...@kestner.dewrote:

 Hello,

 HAPPY NEW YEAR TO ALL OF YOU! - GREAT LIST MEMBERS!



 New year, new problems with Rev 3.0 on WinXP.I am using

 revZipOpenArchive tArchiv, read

 to unzip the archive afterwords. On two of three XP PCs the extraction
 works
 fine with the standalone.

 When doing a try - catch I get on the third PC the Catch Error:
 573,819,1,revZipOpenArchive, which tells me when parsing:

 Type: Handler (can't find handler)

 Object name: script

 Line: (row819 col 1)

 Hint: _

 Processing token: thrown error



 The script runs up to the next statement:

 put revZipEnumerateItems(tArchiv) into tTempFiles

 which is also captured by a try - catch section. Here the catch Error
 throws
 empty but the prog keeps hanging and doesn't run on. It keeps hanging in
 the
 catch section.



 Obviously the revZip functions gets into conflict with anything on my third
 PC. But even if I could find and delete the disturbing thing on my third
 PC,
 this could happen the same outside in the wildlife at my customers, and
 that
 would be a horror, when the automatic update lets the program hang. Using
 the gzip compressing instead of zip also is no solution, because I have
 corruption problems with gz files when downloading (actually on another
 PC).
 For that reason I redesigned everything to RevZip and now this while doing
 the last tests :-(



 Has anybody any explanation for this mysterious behaviour or experienced
 the
 same error?

 I am pretty helpless and it would skip my complete update routine, if I
 can't get this one to run on all machines.

 Thanks for any help, hints, workarounds or whatever could help!

 Tiemo





 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Luis

Hiya,

Unzipping and Anti-Virus on small files tends to be ok, it's the  
larger files that can cause problems as the Anti-Virus has to check  
the files within the zip.
You can usually set the Anti-Virus to ignore files by extension or by  
folder/directory/location.


Cheers,

Luis.


On 6 Jan 2009, at 13:25, Bernard Devlin wrote:


Hi Tiemo,
I have never used revZip... stuff.  However, have you tried opening  
the zip
file natively on XP (i.e. just clicking on it and letting XP unzip  
it)?
 Clearly there is something different with the PC where it is  
failing, and
maybe it will fail using the XP unzip feature.  I know that when I  
first got
Vista it was taking an hour or so to unzip a file (and failing on  
some),

until I disabled anti-virus, then everything was fine.

Bernard

On Mon, Jan 5, 2009 at 3:17 PM, Tiemo Hollmann TB  
toolb...@kestner.dewrote:



Hello,

HAPPY NEW YEAR TO ALL OF YOU! - GREAT LIST MEMBERS!



New year, new problems with Rev 3.0 on WinXP.I am using

revZipOpenArchive tArchiv, read

to unzip the archive afterwords. On two of three XP PCs the  
extraction

works
fine with the standalone.

When doing a try - catch I get on the third PC the Catch Error:
573,819,1,revZipOpenArchive, which tells me when parsing:

Type: Handler (can't find handler)

Object name: script

Line: (row819 col 1)

Hint: _

Processing token: thrown error



The script runs up to the next statement:

put revZipEnumerateItems(tArchiv) into tTempFiles

which is also captured by a try - catch section. Here the catch Error
throws
empty but the prog keeps hanging and doesn't run on. It keeps  
hanging in

the
catch section.



Obviously the revZip functions gets into conflict with anything on  
my third
PC. But even if I could find and delete the disturbing thing on my  
third

PC,
this could happen the same outside in the wildlife at my  
customers, and

that
would be a horror, when the automatic update lets the program  
hang. Using
the gzip compressing instead of zip also is no solution, because I  
have
corruption problems with gz files when downloading (actually on  
another

PC).
For that reason I redesigned everything to RevZip and now this  
while doing

the last tests :-(



Has anybody any explanation for this mysterious behaviour or  
experienced

the
same error?

I am pretty helpless and it would skip my complete update routine,  
if I

can't get this one to run on all machines.

Thanks for any help, hints, workarounds or whatever could help!

Tiemo





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Hi Bernard and Luis,
your idea brought me some hope for the solution, but sadly it wasn't the
reason.
First I deactivated the scanning of archives in my anti virus without
success and then I completely deinstalled the anti virus, also without
success. My prog keeps on hanging at the open of the zip file. Then I
deinstalled winzip and winrar, two zipping tools on that machine, so that
only the XP on board zip tool was left. But also everything without success.
And yes the zip file could be unzipped with winzip and XP zip without any
problems. Very mysterious.
Any other ideas very welcome!
Thanks
Tiemo

 -Ursprüngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Luis
 Gesendet: Dienstag, 6. Januar 2009 14:55
 An: How to use Revolution
 Betreff: Re: Help! revZipOpenArchive fails on some PCs
 
 Hiya,
 
 Unzipping and Anti-Virus on small files tends to be ok, it's the
 larger files that can cause problems as the Anti-Virus has to check
 the files within the zip.
 You can usually set the Anti-Virus to ignore files by extension or by
 folder/directory/location.
 
 Cheers,
 
 Luis.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Eric Chatonet

Bonsoir Tiemo,

Le 6 janv. 09 à 19:19, Tiemo Hollmann TB a écrit :


Hi Bernard and Luis,
your idea brought me some hope for the solution, but sadly it  
wasn't the

reason.
First I deactivated the scanning of archives in my anti virus without
success and then I completely deinstalled the anti virus, also without
success. My prog keeps on hanging at the open of the zip file. Then I
deinstalled winzip and winrar, two zipping tools on that machine,  
so that
only the XP on board zip tool was left. But also everything without  
success.
And yes the zip file could be unzipped with winzip and XP zip  
without any

problems. Very mysterious.
Any other ideas very welcome!
Thanks
Tiemo


I guess you still circle the same problem you exposed weeks ago about  
Gzip, zip and others.

Bad news is that it's something on your computer you did not solve.
Good news is that this should not happen on other machines.

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chato...@sosmartsoftware.com/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Bonsoir Eric,
that was my first thought too. But the gzip problem occurred on two of my
machines and was gone, after deinstalling my anti virus (I am still in
correspondence with the company, up to now they can't reproduce the problem
- why always me???) and came back with the new install.
This zip problem occurs only on one of three PCs (all with the same anti
virus) and was not gone after deinstalling the anti virus.
Probably there is a third factor on all of my machines, which I didn't
thought about yet.
Up to then I trust in your:
 Good news is that this should not happen on other machines.
:) Thank you
Tiemo

 
 I guess you still circle the same problem you exposed weeks ago about
 Gzip, zip and others.
 Bad news is that it's something on your computer you did not solve.
 Good news is that this should not happen on other machines.
 
 Best regards from Paris,
 Eric Chatonet.
 
 Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
 Email: eric.chato...@sosmartsoftware.com/
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Luis

Hiya,

Have the Event Viewer running when you perform the action and see what 
it reports, there may be another app or resource hogging it.


Cheers,

Luis.


Tiemo Hollmann TB wrote:

Bonsoir Eric,
that was my first thought too. But the gzip problem occurred on two of my
machines and was gone, after deinstalling my anti virus (I am still in
correspondence with the company, up to now they can't reproduce the problem
- why always me???) and came back with the new install.
This zip problem occurs only on one of three PCs (all with the same anti
virus) and was not gone after deinstalling the anti virus.
Probably there is a third factor on all of my machines, which I didn't
thought about yet.
Up to then I trust in your:

Good news is that this should not happen on other machines.

:) Thank you
Tiemo


I guess you still circle the same problem you exposed weeks ago about
Gzip, zip and others.
Bad news is that it's something on your computer you did not solve.
Good news is that this should not happen on other machines.

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chato...@sosmartsoftware.com/



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


AW: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Hi Luis,
noop, just nothing in the event viewer :(
Thanks
Tiemo

 -Ursprüngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Luis
 Gesendet: Mittwoch, 7. Januar 2009 00:04
 An: How to use Revolution
 Betreff: Re: AW: Help! revZipOpenArchive fails on some PCs
 
 Hiya,
 
 Have the Event Viewer running when you perform the action and see what
 it reports, there may be another app or resource hogging it.
 
 Cheers,
 
 Luis.
 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Help! revZipOpenArchive fails on some PCs

2009-01-05 Thread Tiemo Hollmann TB
Hello,

HAPPY NEW YEAR TO ALL OF YOU! - GREAT LIST MEMBERS!

 

New year, new problems with Rev 3.0 on WinXP.I am using

revZipOpenArchive tArchiv, read

to unzip the archive afterwords. On two of three XP PCs the extraction works
fine with the standalone.

When doing a try - catch I get on the third PC the Catch Error:
573,819,1,revZipOpenArchive, which tells me when parsing:

Type: Handler (can't find handler)

Object name: script

Line: (row819 col 1)

Hint: _

Processing token: thrown error

 

The script runs up to the next statement:

put revZipEnumerateItems(tArchiv) into tTempFiles

which is also captured by a try - catch section. Here the catch Error throws
empty but the prog keeps hanging and doesn't run on. It keeps hanging in the
catch section.

 

Obviously the revZip functions gets into conflict with anything on my third
PC. But even if I could find and delete the disturbing thing on my third PC,
this could happen the same outside in the wildlife at my customers, and that
would be a horror, when the automatic update lets the program hang. Using
the gzip compressing instead of zip also is no solution, because I have
corruption problems with gz files when downloading (actually on another PC).
For that reason I redesigned everything to RevZip and now this while doing
the last tests :-(

 

Has anybody any explanation for this mysterious behaviour or experienced the
same error?

I am pretty helpless and it would skip my complete update routine, if I
can't get this one to run on all machines.

Thanks for any help, hints, workarounds or whatever could help!

Tiemo

 

 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution