getmusicbee.com

Support => Bug Reports => Topic started by: DustyTill on August 20, 2021, 08:52:32 PM

Title: System.OutOfMemoryException
Post by: DustyTill on August 20, 2021, 08:52:32 PM
Hi I'm having this bug:

MusicBee v3.4.7805.33439P  (Win10.0), 20 août 2021 21:45:

System.OutOfMemoryException: Mémoire insuffisante.
   à System.Drawing.Graphics.CheckErrorStatus(Int32 status)
   à System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height)
   à System.Drawing.Graphics.DrawImage(Image image, Rectangle rect)
   à #=z4$ucNWNbXnMtRdEYGQBqltI=.#=zUmMlCfNTN6NOEEuYOad9De4=.#=z_nTnF_M=(Graphics #=zoRDUeEk=, Rectangle #=zxRU4sDw=)
   à #=zFnUkIDvLhW282WN$k6xuDxRZoBuM.#=zIvndyFXm09to.OnPaint(PaintEventArgs #=zJqXIhV8=)
   à System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
   à System.Windows.Forms.Control.WmPaint(Message& m)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.Form.WndProc(Message& m)
   à #=zSwTkwis$1grROSU74dSdKWE=.WndProc(Message& #=z4XtD8jw=)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I did what was indicated in this but it didn't work https://getmusicbee.com/forum/index.php?topic=22778.0

Any help please?
Title: Re: System.OutOfMemoryException
Post by: sveakul on August 20, 2021, 09:33:19 PM
Describe step-by-step exactly what you did from the thread you referenced, and what the results were at each step, so we can see what the point of failure was and perhaps help.
Title: Re: System.OutOfMemoryException
Post by: DustyTill on August 20, 2021, 09:39:50 PM
I did that

"1a) Editbin.exe from Steven's package

i) Download link: http://www.mediafire.com/file/k32h8kqg219ky7w/MusicBeeLargeAddressAware.zip
md5 hash: ce61615fad0f1e3e74e71fe335ec9f8b *MusicBeeLargeAddressAware.zip

ii) Extract only editbin.exe from it and copy it to MusicBee's program directory (usually, C:\Program Files (x86)\MusicBee\)

iii) Run the following command (Go to MusicBee's program directory in explorer and type "cmd.exe" (without quotes) in the address window and hit enter):

Code

editbin /LARGEADDRESSAWARE MusicBee.exe"
Title: Re: System.OutOfMemoryException
Post by: sveakul on August 21, 2021, 03:19:59 AM
Thanks for the details.  When you check the result using Wumpbin (https://getmusicbee.com/forum/index.php?topic=22778.msg173564#msg173564 (https://getmusicbee.com/forum/index.php?topic=22778.msg173564#msg173564)), does it say the app can handle large addresses?

Edit:  noticed your post mentioned "i) Extract only editbin.exe from it".  This is wrong, you should extract ALL THREE FILES in the package to wherever MusicBee.exe resides.  Be sure you are using the updated link for the package, which is here:  https://www.mediafire.com/file/9h6dxa3wcg84tdh/EditBin.zip/file (https://www.mediafire.com/file/9h6dxa3wcg84tdh/EditBin.zip/file) .  Then run the comand line and check results with Wumpbin.
Title: Re: System.OutOfMemoryException
Post by: DustyTill on August 21, 2021, 02:56:01 PM
Ok apparently it was the same problem as this topic https://getmusicbee.com/forum/index.php?topic=35414.0 I just changed the VST and no problem.
Title: Re: System.OutOfMemoryException
Post by: Steven on August 22, 2021, 05:17:38 AM
try this version of mb_vst.dll
https://www.mediafire.com/file/smvaba4coqboamh/mb_VST.zip/file
unzip and replace the existing mb_vst.dll file in the Plugins folder
Title: Re: System.OutOfMemoryException
Post by: DustyTill on August 22, 2021, 06:52:59 PM
Thanks, it works now!