Search found 25 matches

by whoisearth
Fri Jul 26, 2013 8:51 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

I changed it to "skipped" for duplicate files and that's where I get the other error "autoit error"

Line 14333 (File D:\Program Files\DropIt\DropIt.exe"):
Error: Subscript used with non-Array variable.

So I guess either way it fails :(
by whoisearth
Fri Jul 26, 2013 8:16 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Hey Lupo, I'm not sure how I could confirm but my gut says you're right. It does seem random but I'm digging through to see where is might be overlapping. In the meantime, I've changed it to skip for duplicates as I'm curious what it will do now. technically how I have it now if it's working ok all ...
by whoisearth
Fri Jul 26, 2013 6:31 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Hey Lupo, Yes I'm trying to overwrite any files that already exist in an archive. I had the settings to "overwrite" and I've just changed them to "overwrite if a different size" to see if that might make a difference and it doesn't. Just trying it now with a clean folder and the ...
by whoisearth
Fri Jul 19, 2013 3:06 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

I created a separate profile to do the copy so everything is internalized to Dropit and it continues to fail. It's successfully doing the copy, but then will not do the compress giving the same message - Process failed for some files/folders. You can find the report in "Status" column. com...
by whoisearth
Fri Jul 19, 2013 8:54 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

The new source still doesn't work. I get 1 run out of it then it displays the following message - Process failed for some files/folders. You can find the report in "Status" column. I click OK on that message and then I'm unable to access DropIt until I crash the process and re-open. I'd lo...
by whoisearth
Fri Jul 19, 2013 4:57 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Thanks Lupo.

I believe the problems are all related (ie. it's scanning the entire folder even though it's only actioning a small set of files within the folder). I'm giving the new source a run right now will let you know what comes out of it.
by whoisearth
Mon Jul 15, 2013 5:22 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Just got the error again, so it seems that even though I'm telling it "only process files between X and Y times" it still grabs the entire folder? That seems to be the problem. It just gave me a list of files that it failed on but those files were already purged and moreso those files were...
by whoisearth
Mon Jul 15, 2013 4:57 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

I've changed it to skip we'll see what happens. Question though, I had it on override duplicates. The assumption is that the file is already there, or not there yet so where would the dates not be available? As you can see from the timestamp of the file it's Master-YYYYMMDDHHMMSSSSS.log I can't real...
by whoisearth
Wed Jul 10, 2013 7:44 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Hey Lupo, So here's the problem I'm getting when trying to only grab files older than 5 mins and newer than 10 mins (guaranteed 100% stable no actions being taken with these files) http://i.imgur.com/1R4dB3K.png http://i.imgur.com/SqRZD6R.png The application will run fine for hours then all of a sud...
by whoisearth
Mon Jul 08, 2013 10:29 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

I'm trying to get really aggressive in the monitoring now I think it might be that 5 minutes is too great a time. I'm now doing every 2 minutes and only scanning for files between 5 - 10 minutes old. I'm hoping this will then guarantee no files being locked/written/deleted during the timeframe. I th...
by whoisearth
Mon Jul 08, 2013 8:13 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Digging deeper here and trying something new. I'm sub-archiving the files into YYYY-MM-DD/HH now as it may be having an issue with the size of the zip taking too long to compress. Usually the zip file is around 500mb this way it should limit the size of the zip to be, at the largest, around 10mb.
by whoisearth
Mon Jul 08, 2013 4:52 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

I added a message in the following uncompiled version to report some info if the error occurs: http://www.lupopensuite.com/files/dropit/DropIt_v5.2_Source.zip Thanks for your tests. Hey Lupo, I just loaded this version on the same server and it's not giving me the error codes. Do you know if anythi...
by whoisearth
Thu Jul 04, 2013 8:51 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Here is the error in the uncompiled version - http://i.imgur.com/URHSGcW.png Not sure what the problem is. I thought originally it was due to trying to copy files that were still being written to but I changed the association to do the following - Date Created < 1 Days Date Modified > 5 Minutes I've...
by whoisearth
Thu Jul 04, 2013 6:55 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

The error line is different in compiled version, you could help me testing the uncompiled version using AutoIt (this is the only way to find the correct error line). Otherwise I'll need much more time and an accurate description to replicate the issue. Hey Lupo, How would I go about testing the unc...
by whoisearth
Tue Jul 02, 2013 6:01 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1535
Views: 5013301

Re: DropIt

Thanks Lupo!

I just corrected my image link too. Perhaps you can let me know what could be causing the applicaiton crash?