dimmy_82 said:help help help!!!
i have no idea
i download the hacha(size:84KB)
and double-click it
nothing happened!!!
who can tell me what to do???
HisDivineShadow said:gila,
Are you sure you had all the parts in the same folder? If one was missing, the file that got put together may have had errors.
HisDivineShadow said:Hmmm....what is the files extension (wmv, rm, etc), and WHAT media player are you trying to play it in?
jim66bcd said:Is there any way for a mac user to get hacha to work?
Thanks for any help
ppa said:Regional Options of Win2000 or XP will greatly affect Hacha. For some language set as default, Hacha never work. Better use English(US) as the default language.
dehacha <filename>
dehacha tickle.avi
#!/bin/sh
targetfile="$1"
unzipcommand=unzip # change this to what ever command you have that can unzip
for each in "$targetfile".*.zip; do $unzipcommand "$each"
cat "`echo "$each" | sed -r 's/.zip$//'`" >> "$targetfile"
done
You can copy hacha into your HD like any other program/application, this don't require any especial drill. You can drag-&-drop by example.ericmartin said:I read in an earlier post and in the hacha instructions, that one can copy it onto ones harddrive. How do I do this exaxtly...please treat this as information for the very thick.
yes i'm a chinese and my winXP is chinese tooHisDivineShadow said:Are you using the Chinese version of Windows (I noticed your location was Shanghai)? I believe there is a problem with Hacha and that version.
gila,
Are you sure you had all the parts in the same folder? If one was missing, the file that got put together may have had errors.
If you don't mind, i can fix that trouble for you, using remote assistance, that option that comes included with Windows XP. If you like this idea only pm me.dimmy_82 said:yes i'm a chinese and my winXP is chinese too
how to solve the problem
thanks but could you tell me how to fix it,i think it is cause of the language editioncosquillero said:If you don't mind, i can fix that trouble for you, using remote assistance, that option that comes included with Windows XP. If you like this idea only pm me.
I'd need to check your windows's registry, this is a job for advanced user, i work with this frequently, possibly there's the wrong.dimmy_82 said:thanks but could you tell me how to fix it,i think it is cause of the language edition
the english one i used ok, but the spanish one didn't
plm said:I run linux and the windows version of hacha didn't run under wine for me, so after a little experimentation I came up with this. Its a small shell script that reassembles hacha broken up files. It hasnt been widely tested but its worked so far for me. Should also run under OS X, or Cygwin if one was so inclined.
mortais said:just wondering , trying to upload bigger files (for the first time i might add).im useing both hacha 3.4 and hj-split 2-2......ive managed to split the file with both , but when i upload , the manager gives me a invalid file message..the file is originally a mpeg file.......am i doing something wrong guys?.......thanks 🙂 ........i hope this is the right place for my question.
As Ericmartin says, you need to zip each part seperately after you have split the file. Don't change any file names or extensions. You should end up with a set of files with names like clip.0.zip, clip.1.zip, etc., which are then ready to be uploaded 🙂mortais said:just wondering , trying to upload bigger files (for the first time i might add).im useing both hacha 3.4 and hj-split 2-2......ive managed to split the file with both , but when i upload , the manager gives me a invalid file message..the file is originally a mpeg file.......am i doing something wrong guys?.......thanks 🙂 ........i hope this is the right place for my question.