Go Back   WowAce Forums > Addon Chat > AddOn HELP!
AddOn HELP! Requests for assistance and misc bug reports go here.

Reply
 
Thread Tools
Old 04-13-2008   #1
Doe
Junior Member
 
Join Date: Oct 2006
Posts: 58
Default ERROR: Memory allocation error: Block too big. Count: Infinite

as title.

I get the (memory allocation error:block too big, Count: infinite) error every day or so, completely unpredictable, but whenever it happens i have to crash my wow to fix it. every ace mod i have bugs out and no longer works (along with some non ace mods), and when i try to log out or exit, i get an error window - but its a tiny error box with no number, just a single word. it is starting to get annoying... at first i thought it might be a bug within ace, but i continued updating and it stayed, so now im wondering if its just me or if anyone else is encountering something like this, or has heard of it?

EDIT: just got it again, and its not just mods, i cant hit escape and use the blizzard menus either.
Doe is offline   Reply With Quote
Old 04-13-2008   #2
ellipsis
Amazing Member
 
Join Date: Sep 2008
Posts: 1,295
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

We need an actual error message to help you. If you get an error window with "just a single word," why can't you tell us what that word actually is?
ellipsis is offline   Reply With Quote
Old 04-13-2008   #3
Doe
Junior Member
 
Join Date: Oct 2006
Posts: 58
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

thats the problem. the entire error window is

Error.

Thats it. It doesnt even ask me to terminate the program, it just does it on its own when i click the single button (which is 'ok').
Doe is offline   Reply With Quote
Old 04-13-2008   #4
zobb2
Newbie
 
Join Date: Sep 2008
Posts: 3
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite


I have the same thing. This is what I get:

Addon\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:369:memory allocation error:block too big

Except its not an Atlas Loot issue. If I disable atlas Loot, the error just moves down to the next Ace2 mod Im running, rinse and repeat. After this first error comes up, ever Ace2 mod breaks. I have to crash out as well to fix it.
zobb2 is offline   Reply With Quote
Old 04-13-2008   #5
Xinhuan
Asian Sheep Lover
 
Xinhuan's Avatar
 
Join Date: Aug 2007
Location: Singapore
Posts: 3,556
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

Try the reverse process. Start with no addons. Then enable your addons one by one until the problem starts to happen.

The problem is of course not with AtlasLoot. In the error message above
"Addon\AtlasLoot\Libs\AceEvent-2.0\AceEvent-2.0.lua:369:memory allocation error:block too big"
the error is saying that the AveEvent-2.0 shared library is causing issues, and any of your Ace addons using this library can be the culprit. It is just that the copy of AceEvent-2.0 loaded by AtlasLoot happens to be used first.
__________________
Author/Maintainer of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, Routes, HandyNotes and some others.
Xinhuan is offline   Reply With Quote
Old 04-13-2008   #6
Doe
Junior Member
 
Join Date: Oct 2006
Posts: 58
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

I have over 80 ace addons, and get this error maybe once or twice in 5-6 hours of playing... there is no way in hell i can narrow it down by disabling one at a time, it would take a week solid...
Doe is offline   Reply With Quote
Old 04-13-2008   #7
viserion2
Junior Member
 
Join Date: Sep 2008
Posts: 99
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

Quote:
Originally Posted by doe
I have over 80 ace addons, and get this error maybe once or twice in 5-6 hours of playing... there is no way in hell i can narrow it down by disabling one at a time, it would take a week solid...
Well you could try disabling half and if you still have the problem then disable half of those and so on...
viserion2 is offline   Reply With Quote
Old 04-14-2008   #8
yegggman
Member
 
Join Date: Jul 2007
Posts: 42
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

[2008/04/14 11:57:44-512-x6]: memory allocation error: block too big:
<in C code>: in function `GetRegions'
Skinner-2.4\Skinner.lua:394: in function `keepFontStrings'
Skinner-2.4\SkinMe\ArkInventory.lua:94: in function <Interface\AddOns\Skinner\SkinMe\ArkInventory.lua: 91>
(tail call): ?:
<in C code>: in function `Frame_Main_Draw'
ArkInventory-2.27\ArkInventory.lua:4185: in function `Frame_Main_DrawLocation'
ArkInventory-2.27\ArkInventory.lua:4176: in function `Frame_Main_Generate'
ArkInventory-2.27\ArkInventory.lua:1816: in function `?'
AceEvent-2.0-66043:695: in function <...s\AckisRecipeList\libs\AceEvent-2.0\AceEvent-2.0.lua:682>
<in C code>: ?
AceEvent-2.0-66043:368: in function <...s\AckisRecipeList\libs\AceEvent-2.0\AceEvent-2.0.lua:345>

Here's a copy of the error message I get on my bank/auction alt. I tend to get this error to pop at the mailbox which leads me to believe Postal, ArkInventory or FuBarMailFu might be involved
yegggman is offline   Reply With Quote
Old 04-14-2008   #9
Doe
Junior Member
 
Join Date: Oct 2006
Posts: 58
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

now that i think about it, it does seem to relate to bags, though occasionally ill get it out of the blue. arkinventory has had memory problems in the past as well. hmm
Doe is offline   Reply With Quote
Old 04-14-2008   #10
HunterZ
Legendary Member
 
HunterZ's Avatar
 
Join Date: Dec 2005
Location: Seattle
Posts: 3,367
Default Re: ERROR: Memory allocation error: Block too big. Count: Infinite

I would suggest investigating ArkInventory as the most likely suspect. It's really bad about generating megabytes worth of tables and then orphaning them as garbage, every time something in your bags changes.

I've seen this error as well, and I use the 3 addons that yegg listed, although it seems to happen more often in raids than in solo play.
__________________
Quote:
Originally Posted by Kaelten View Post
I WANT those new developers here that don't have a clue. Hell I want the users that don't have a clue here too. Because I firmly believe that the only way we'll be able to improve the overall community is through acceptance and teaching. The only people I DONT want here are those who are so hardheaded they refuse to see another point of view or at the very least respect it.
HunterZ is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:40 PM.