Error / Unable to allocate enough memory

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bofh1234
Level 1
Level 1
Posts: 5
Joined: Tue Aug 26, 2008 12:01 pm

Error / Unable to allocate enough memory

Post by bofh1234 »

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,
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error / Unable to allocate enough memory

Post by austin987 »

On Tue, Aug 26, 2008 at 12:10 PM, bofh1234 <[email protected]> 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
bofh1234
Level 1
Level 1
Posts: 5
Joined: Tue Aug 26, 2008 12:01 pm

Post by bofh1234 »

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.
Gert van den Berg

Error / Unable to allocate enough memory

Post by Gert van den Berg »

On Tue, Aug 26, 2008 at 7:10 PM, bofh1234 <[email protected]> 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
bofh1234
Level 1
Level 1
Posts: 5
Joined: Tue Aug 26, 2008 12:01 pm

Re: Error / Unable to allocate enough memory

Post by bofh1234 »

[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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error / Unable to allocate enough memory

Post by austin987 »

On Wed, Aug 27, 2008 at 10:15 AM, bofh1234 <[email protected]> wrote:
Gert van den Berg wrote: 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
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.
DON'T RUN WINE AS ROOT
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Re: Error / Unable to allocate enough memory

Post by jorl17 »

bofh1234 wrote:
Gert van den Berg wrote: 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
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.
root? Did you mean that you ran wine as root? Or that you did rm -rf ~/.wine?
bofh1234
Level 1
Level 1
Posts: 5
Joined: Tue Aug 26, 2008 12:01 pm

Post by bofh1234 »

Sorry. I meant rm -rf ~/.wine as a user and rm -rf /tmp/.wine0 as root.
bofh1234
Level 1
Level 1
Posts: 5
Joined: Tue Aug 26, 2008 12:01 pm

Post by bofh1234 »

I tried using the Fedora 9 Live CD, did a yum install wine, and tried running mdcrack again and it still didn't work. This eliminates my slackware and PC as the problem. Is there any way to increase the memory to wine?
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Post by jeffz »

bofh1234 wrote:I tried using the Fedora 9 Live CD, did a yum install wine, and tried running mdcrack again and it still didn't work. This eliminates my slackware and PC as the problem. Is there any way to increase the memory to wine?
File a bug report. http://bugs.winehq.org
Locked