https://bugs.winehq.org/show_bug.cgi?id=56798
Bug ID: 56798 Summary: seeing repeated out of memory lines when running program? Product: Wine Version: 9.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mikes@kuentos.guam.net Distribution: ---
Folling line repeats many times with running program, but seems to work.
0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000
Machine has 16G ram, and the linux shows 0 swap used. Other line seen before these repeated lines is 0024:err:environ:init_peb starting L"C:\PMAIL\Programs\WINPM-32.EXE" in experimental wow64 mode
Have short cut open a terminal window to see messages?
Thanks.
https://bugs.winehq.org/show_bug.cgi?id=56798
Michael Setzer II mikes@kuentos.guam.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikes@kuentos.guam.net
https://bugs.winehq.org/show_bug.cgi?id=56798
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=56798
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- What is the name of this application, is there a demo? Virtual memory amount will be limited below what you have available, for 32-bit applications.
https://bugs.winehq.org/show_bug.cgi?id=56798
--- Comment #2 from Michael Setzer II mikes@kuentos.guam.net --- https://www.pmail.com/v48x.htm It's the latest 4.81 version that has been out for about year and a half. That runs fine, but didn't show these messages before latest update to 9.10.
This is what shows in terminal window use to run the program. MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete 0024:err:environ:init_peb starting L"C:\PMAIL\Programs\WINPM-32.EXE" in experimental wow64 mode 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000 0024:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size fb6e0000
Never saw messages about out of memory? Program seems to run fine, but don't know of a way to change virtual memory size. Thought winecfg, but don't see any options there. Thanks for reply.