Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 8:09 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: B.E Memory Leak in OS W10 Build 19043+
Thanked: 0 time(s)  Unread post Posted: Wed Oct 13, 2021 5:50 pm 
New User
New User
User avatar



Joined: Thu Aug 19, 2021 3:43 pm
Posts: 8
Been thanked: 0 time(s)
Has thanked: 2 time(s)
Contribution Points: 19
Hello everyone,
Have you ever had a macro stop working after a few hours? or is your system experiencing a performance drop after a few hours ? and even B.e be Crashes which causes your system to hang?
if ever, there are several things that cause it to happen one of which is a memory leak. yep, there is a memory handling error on your system which results in memory usage in the application being not always bloated every time the repetition process occurs.
Like this picture
Attachment:
Capture.PNG
Capture.PNG [ 3.74 KiB | Viewed 2266 times ]


So how to solve it? I've done a lot of research on this like changing the way my script works to be more efficient or even adding lines of code like
Code:
Color.Flush screen dump cache()
Macro.Pause("1000")

But it didn't work.
i ran into it when i tried to update my windows to windows 11. i think b.e is working fine on w11. but not as I expected, a memory leak occurs.
I was curious and did some windows installation and even updated all the existing drivers. etc.

in the end I came to the conclusion:

B.E.M is not working properly on windows 10 build 10943+
so I just wanted to give it a try to anyone who's had the same experience as me. The Best Solution is to use Windows Below Version 10943--.

This script I use to find out if there is a memory leak when Runinng BEM for a long time.
Code:
     begin loop()
          if  Window.Title of active window is("MyGame", "No")
               begin
                    Function.Execute("AutoPotion")
                    //Color.Flush screen dump cache()
                    //Macro.Pause("1000")
               end
     end
function("AutoPotion")
     begi
          if  Memory.Value is below("{PIN}", "{currentHPMemoryAddress}", "4", "{MinHealth}")
               begin
                    Function.Execute setting 1 variable("PressKey", "key", "{HealthPotionKey}")
                    Function.Execute setting 1 variable("PressKey", "key", "{HealthPotionKey2}")
               end
          if  Memory.Value is below("{PIN}", "{currentMPMemoryAddress}", "4", "{MinMana}")
               begin
                    Function.Execute setting 1 variable("PressKey", "key", "{ManaPotionKey}")
               end
     end
function

_________________
Don't Forget To Thank Me If I Helped U
Code:
Meanwhile at Blue Eye Macro...
BEM Video Games Department - Moderator, Web Designer , Mobile Developer , Bot Enthusiast - IDN


Top
 Profile  
Reply with quote  
 Post subject: Re: B.E Memory Leak in OS W10 Build 19043+
Thanked: 0 time(s)  Unread post Posted: Thu Oct 14, 2021 4:40 am 
Partner / License admin
Partner / License admin
User avatar



Joined: Sun Oct 10, 2010 5:16 pm
Posts: 2259
Location: USA
Been thanked: 535 time(s)
Has thanked: 38 time(s)
Contribution Points: 17741
Thank you for the feedback. I'll talk to the developer and look into it.

_________________
----------------------------------------Syrifina---------------------------------------------------
PM me for licenses and/or licensing information: Click Here
[Be sure to include and update your profile with your BE ID]

Forum Rules
Reminder of rules regarding Contribution points
Getting started in 1, 2, 3
Virtual Drivers; Manual Installers


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group