Hello, I am having a problem with wine 0.9.45 through 1.1.3. I have an application that worked fine using wine 0.9.45 until I was forced to do a reinstall due to a bad hard drive. Now I always get Error / Unable to allocate enough memory when I run the application. Here is the command I am running: MDCrack-sse.exe --charset=tesTES --algorithm=NTLM1 --minsize=8 --maxsize=8 D280553F0103F2E643406517296E7582 The password is TestTest for those that care. Why do I always get unable to allocate enough memory? I am using slackware 12.0. Thanks,
On Tue, Aug 26, 2008 at 12:10 PM, bofh1234 <wineforum-user at winehq.org> wrote:> Hello, > > I am having a problem with wine 0.9.45 through 1.1.3. I have an application that worked fine using wine 0.9.45 until I was forced to do a reinstall due to a bad hard drive. Now I always get Error / Unable to allocate enough memory when I run the application. Here is the command I am running: > > MDCrack-sse.exe --charset=tesTES --algorithm=NTLM1 --minsize=8 --maxsize=8 D280553F0103F2E643406517296E7582 > > The password is TestTest for those that care. > > Why do I always get unable to allocate enough memory? I am using slackware 12.0. > > Thanks, > > > > > >If it worked in .9.45, run a regression test: http://wiki.winehq.org/RegressionTesting
The problem is after the reinstall 0.9.45 won't work either. I do not remember doing anything special to get mdcrack to run.
On Tue, Aug 26, 2008 at 7:10 PM, bofh1234 <wineforum-user at winehq.org> wrote:> Hello, > > I am having a problem with wine 0.9.45 through 1.1.3. I have an application that worked fine using wine 0.9.45 until I was forced to do a reinstall due to a bad hard drive. Now I always get Error / Unable to allocate enough memory when I run the application. Here is the command I am running: > > MDCrack-sse.exe --charset=tesTES --algorithm=NTLM1 --minsize=8 --maxsize=8 D280553F0103F2E643406517296E7582 > > The password is TestTest for those that care. > > Why do I always get unable to allocate enough memory? I am using slackware 12.0. > > Thanks, >As a work-around: there is a Linux version of mdcrack 1.2 (a pretty old version though) available... http://c3rb3r.openwall.net/mdcrack/ln.html#archives Gert
[quote="Gert van den Berg"] As a work-around: there is a Linux version of mdcrack 1.2 (a pretty old version though) available... http://c3rb3r.openwall.net/mdcrack/ln.html#archives Gert[/quote] Thanks. I found the old version but it has a few bugs and doesn't include the hash I need. I have downloaded every version of wine, installed it, and tried mdcrack but they almost always give the same message unable to allocate enough memory. Yes I did a rm -rf /root/.wine before each run.