http://bugs.winehq.org/show_bug.cgi?id=58479
Bug ID: 58479 Summary: out of memory for allocation: Olympus Master 2 Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: me_myself_9876@outlook.com Distribution: ---
When importing images, Olympus Master 2 v2.3 crashes with a C++ runtime error after the first 2 or 3 images.
On the command line, these repeated lines appear: 0188:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size 003f4000
before: 0188:err:msxml:node_clone Copy failed
The software is 32bit. It uses separate xml files to store e.g. the (new) albums and their images. The software runs smoothly with small datasets but the actual database contains 100s of albums which likely explains the memory issue. However, it does not occur (yet) under Windows 10.
The computer has 4 GB of RAM. free -m -c 100 shows the decrease in free memory while the swap space (4 GB) does not change.
Unfortunately, the software is not officially available anymore but I could provide a copy of the program folder if required.
The output of lsb_release -a: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.2 LTS Release: 24.04 Codename: noble
http://bugs.winehq.org/show_bug.cgi?id=58479
me_myself_9876@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=56798 Distribution|--- |Ubuntu
http://bugs.winehq.org/show_bug.cgi?id=58479
me_myself_9876@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.winehq.org/sho | |w_bug.cgi?id=56798 |
--- Comment #1 from me_myself_9876@outlook.com --- I am not familiar with WINE but I could solve this issue in a VM by creating a 32-bit prefix and installing msxml4.dll via winetricks. With a clean 32-bit prefix, the program also fails with the problematic data xml files.
http://bugs.winehq.org/show_bug.cgi?id=58479
me_myself_9876@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml4
http://bugs.winehq.org/show_bug.cgi?id=58479
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- You could try a newer release of Wine. https://gitlab.winehq.org/wine/wine/-/wikis/Download
http://bugs.winehq.org/show_bug.cgi?id=58479
--- Comment #3 from me_myself_9876@outlook.com --- The error also appears with wine 10.12, both the developer and the staging version. I created new 32-bit prefixes and copied the data files before testing.
http://bugs.winehq.org/show_bug.cgi?id=58479
Stian Low wineryyyyy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com
--- Comment #4 from Stian Low wineryyyyy@gmail.com --- Created attachment 78955 --> http://bugs.winehq.org/attachment.cgi?id=78955 Screenshot of Transfer from Specified Location
Unable to reproduce for (In reply to me_myself_9876 from comment #0)
Unfortunately, the software is not officially available anymore but I could provide a copy of the program folder if required.
Unable to reproduce wine-10.11-217-g3c4cc9d04b6 while trying to follow steps against https://olympus-master.en.lo4d.com/download.
When importing images, Olympus Master 2 v2.3 crashes with a C++ runtime error after the first 2 or 3 images.
Attached is a screenshot of much greater than 2 or 3 images listed via Transfer -> From Specified Location. Does this count as "importing images"?
On the command line, these repeated lines appear: 0188:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size 003f4000
Did not encounter this error.
(In reply to Ken Sharp from comment #2)
You could try a newer release of Wine. https://gitlab.winehq.org/wine/wine/-/wikis/Download
wine-10.11-217-g3c4cc9d04b6 is my custom dev build that uses shared WoW64 https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine#shared-wow64 vs a releae from https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu
(In reply to me_myself_9876 from comment #1)
I am not familiar with WINE but I could solve this issue in a VM by creating a 32-bit prefix and installing msxml4.dll via winetricks. With a clean 32-bit prefix, the program also fails with the problematic data xml files.
I tested against wine-10.11-217-g3c4cc9d04b6 without explicitly specifying 32-bit since shared WoW 64 seems to resolve any discrepancies.
http://bugs.winehq.org/show_bug.cgi?id=58479
--- Comment #5 from Stian Low wineryyyyy@gmail.com ---
The computer has 4 GB of RAM. free -m -c 100 shows the decrease in free memory while the swap space (4 GB) does not change.
Another major diff is my laptop has 32GB of RAM which may be a factor that avoided hitting the error.
http://bugs.winehq.org/show_bug.cgi?id=58479
--- Comment #6 from me_myself_9876@outlook.com --- In reply to Stian Low: The error occurred only with the significantly large real-world collection before the actual import (i.e. >500 albums). I did not count the total number of photos but the problematic File.xml has >30 MB.
While more RAM is certainly helpful, I could succesfully import test photos in a virtual machine with only 2 GB RAM after I installed the native msxml4.dll.