Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4931599 By: mokhov
Hi, The error message is indeed not very helpful. The newer code has improved error reporting and bugs in error reporting, but it seems you are running the older version. The current code in the CVS has a better reporting than this. Anyways, in order for me to help you, you have to help me first, by providing some more information. The error above is triggered when a WAVLoader for some reason cannot read the .wav file. There could be multiple causes for it -- file permissions, file name misspelled, location is wrong, corrupt file, etc. First, I'd need to know the version of MARF you are running. On the command line (in the directory where your marf*.jar is): java -jar marf.jar --diagnostic and paste the result here or email it to me ([EMAIL PROTECTED]). If you marf.jar does not support the --diagnostic option (it means quite old) then, please run it with: java -jar marf.jar --version --verbose Next, please enable in your application MARF's debug flag prior running MARF.recognize() by: marf.util.Debug.enableDebug(true); And run your experiments again to see if you get any new debug info that can help. I will be in the process of releasing perhaps another CVS shapshot soon, but I have prepared a pre-compiled CVS checkout in a form of .jar file, so if you could give it a try with your application, and see if you get anything better in terms of the error reported or bug fixed. For now you can find it here: http://users.encs.concordia.ca/~mokhov/marf/marf-0.3.0.6-devel-20080427-fat.jar Please post your progress, negative or positive. Thanks, -s ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=213052 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ marf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/marf-devel
