Jump to content
Ketarin forum

Etz

Members
  • Posts

    143
  • Joined

  • Last visited

Posts posted by Etz

  1.  

    Another issue I see before we clear the current database is the naming convention. We need to settle on some way how apps should be named, otherwise it'll get messy soon.

     

    We could for example use

     

    for 32 bit apps and

     

    for 64 bits. What do you think?

     

     

    Well I personally use x86/x64 naming scheme...by adding x64 for only 64-bit Installers/Apps/versions...

  2. Still happens on latest beta:

     

     

    20.02.2014 20:01:27: Update started with 1 application(s)
    20.02.2014 20:01:28: Microsoft DirectX Redist: Using referer: http://www.filehippo.com/download_directx/
    20.02.2014 20:01:28: Microsoft DirectX Redist: Server source file: /download/file/aa8060fd173b3f896d9deab189da65f4b70dcb8e91ef267f1743da50d427d090
    20.02.2014 20:01:28: Microsoft DirectX Redist: Replacing {arch} in '{path}\Runtimes\Microsoft DirectX Redist {arch}.exe' with 'x86-x64'
    20.02.2014 20:01:28: Microsoft DirectX Redist: Determined target file name: \\READYNAS\Public\Install\Online\Runtimes\Microsoft DirectX Redist x86-x64.exe
    20.02.2014 20:01:28: Microsoft DirectX Redist: Checking if update is required...
    20.02.2014 20:01:39: Microsoft DirectX Redist: Update required, MD5 does not match
    20.02.2014 20:01:59: Microsoft DirectX Redist: Replacing {version} in '{version}' with '9.0c'
    20.02.2014 20:01:59: Microsoft DirectX Redist: Replacing {src} in '{src}' with 'FH'
    20.02.2014 20:01:59: Microsoft DirectX Redist: Replacing {arch} in '{arch}' with 'x86-x64'
    20.02.2014 20:01:59: Update finished
    20.02.2014 20:02:30: Update started with 1 application(s)
    20.02.2014 20:02:31: Microsoft DirectX Redist: Using referer: http://www.filehippo.com/download_directx/
    20.02.2014 20:02:31: Microsoft DirectX Redist: Server source file: /download/file/9dda99853843964528aba9005880980403be9d5f0b85d20ffee92540c00ccf33
    20.02.2014 20:02:31: Microsoft DirectX Redist: Replacing {arch} in '{path}\Runtimes\Microsoft DirectX Redist {arch}.exe' with 'x86-x64'
    20.02.2014 20:02:31: Microsoft DirectX Redist: Determined target file name: \\READYNAS\Public\Install\Online\Runtimes\Microsoft DirectX Redist x86-x64.exe
    20.02.2014 20:02:31: Microsoft DirectX Redist: Checking if update is required...
    20.02.2014 20:02:40: Microsoft DirectX Redist: Update required, MD5 does not match
    20.02.2014 20:03:04: Microsoft DirectX Redist: Replacing {version} in '{version}' with '9.0c'
    20.02.2014 20:03:04: Microsoft DirectX Redist: Replacing {src} in '{src}' with 'FH'
    20.02.2014 20:03:04: Microsoft DirectX Redist: Replacing {arch} in '{arch}' with 'x86-x64'
    20.02.2014 20:03:04: Update finished
    
  3. For example webpage contains lots of content in different iframes:

     

    "><iframe name="ifrm5" src="../../blah/page_xy.htm" width="345" height="130" vspace="0" hspace="0" marginwidth="0" marginheight="0" frameborder="1"></iframe>

     

    How to capture that "blah/page_xy.htm" from there with regex?

    Considering that I want to identify that by "page_xy" part of url, tried for hours myself and didnt seem to succeed...

     

    Basically I came to this:

     

    <iframe [^>]*(src="[^"]+")[^>]*

     

    Only problem is that it matches URL in first iframe it finds on page, but I need to match a certain one containing certain link, identified by "page_xy.htm" part, in URL.

     

    EDIT : Nevermind, found solution already:

     

    <iframe [^>]*(src="[^"]+page_xy[^"']+")[^>]*

     

    Still have to find out, how to strip ../../ part from that match...

     

    Quick and dirty solution:

     

    <iframe [^>]*src="../../([^"]+page_xy[^"']+)[^>]*

  4. Just in case that it works for me' date=' could anyone post a URL to a large file?[/quote']

    The World Of Tanks described here is currently under 2GB @ http://cdn1.worldoftanks.com/patches/auto/WoT_beta_0.6.2.8_eu_setup.exe as seen from the app profile i downloaded from DB.

     

    But did a quick google search and turned up the full client @ 2,3GB :

    http://downloads.worldoftanks.com/patches/auto/WoT_0.6.7_us_setup.exe

     

    Yeah link had changed, because of that bug I have it disabled and not updated app profile :(

  5. Crashed here, too, exactly at 2gb. I download MUCH larger files via browser, FTP, SSH, torrent and other methods all the time, and this is the first file (to my knowledge) that's larger than 2gb via Ketarin, so it's definitely a Ketarin issue.

     

    Maybe Flo can fix it?

    Because basically its not too uncommon to have 2GB+ filesizes...in these days...

  6. Is it storing the file to the same drive each time?

     

    I'm testing the WoT download here. I'll let you know the results.

     

    Yes...

    Did disk diagnostic, no errrors... all looks good, still wont work...

    Filesystem is Ext3 and sits on NAS accessing via SMB....

    BTW... I`m aware of different filesystem limitations ;)

     

    Downloads fine also, without Ketarin...

  7. Any chance you have a 32 bit processor and/or are storing it on a FAT16 drive/partition? Many USB keys are formatted in FAT16, and small partitions can be, too. FAT16 limits you to 2gb per file, regardless of CPU used. Some 32bit operating systems choke on anything larger than 2gb, too, regardless of filesystem in use.

     

    All are 64-bit capable and running NTFS...

    2x64-bit systems and + 32-bit system... all crashed at same point...

    All running Win 7 SP1+

  8. What's in your global "after updating an application" and "after updating all applications" settings?

     

    Those are empty, I dont use that feature...

     

    Found "culprit": World of Tanks

    Sharing via DB also...

     

    After removing that, all works fine again, but still, my best guess is it has to do something with size.

    Last update made it over 2GB... (now 2.4GB already)

     

    Still dont understand how this affects Ketarin stability, basically it crashes when I reach 2GB on that file...

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.