http://bugs.winehq.org/show_bug.cgi?id=58512
Bug ID: 58512 Summary: 012c:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb400000 Product: Wine Version: 10.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mikes@kuentos.guam.net Distribution: ---
Have system with 32G Ram, so not sure why I see this line in terminal window.
Is showing as err:?
Found some things that talk about registry setting for Video memory, but those entried don't exit in my registry.
So, is there a method to resolve this?
Thanks. Program seems to run just fine with it.
http://bugs.winehq.org/show_bug.cgi?id=58512
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |z.figura12@gmail.com Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- (In reply to Michael Setzer II from comment #0)
Have system with 32G Ram, so not sure why I see this line in terminal window.
You're running out of address space, not RAM. 32-bit programs only have 4 GB of address space, of which often only 2 GB is usable.
Thanks. Program seems to run just fine with it.
Resolving INVALID then. Bugs should only be filed when there is a functional problem with the program.
http://bugs.winehq.org/show_bug.cgi?id=58512
--- Comment #2 from Michael Setzer II mikes@kuentos.guam.net --- but why does it report it as an err:?
http://bugs.winehq.org/show_bug.cgi?id=58512
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Michael Setzer II from comment #2)
but why does it report it as an err:?
Debug messages are for Wine developers. If a bug did appear, that message would point towards a very likely culprit. But they can also denote insufficiencies or unusual API usage that doesn't matter for the program in question.