What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Bot won't start

wvan

New Member
Joined
Jul 7, 2016
Messages
5
Reaction score
0
Open up the bot today and I got this error:

Code:
[BotManager] MsBetweenTicks = 15
System.Exception: Could not find EndScene function address!
   at GreyMagic.DirectX..ctor(MemoryBase mem, Boolean dx9)
   at GreyMagic.Executor..ctor(ExternalProcessMemory memory, ExecutorInitParams initParams)
   at GreyMagic.ExternalProcessMemory.Init(ExternalProcessMemoryInitParams initParams)
   at GreyMagic.ExternalProcessMemory..ctor(ExternalProcessMemoryInitParams initParams)
   at Loki.Game.LokiPoe.**‬‏‪‎***​****‬‪‏*‫‏*‬‏*(Process , ‬‎‫***‫*‪‫**‬*‬*‏​*​‬* , String& )

View attachment Exilebuddy 7068 2016-07-07 12.57.txt

Help please?
 
try opening poe first - let it load then run the bot.

don't have poe minimize; run it windowed

We have been using .NET Framework 4.5.1 with our bots for a while. As of 12 Jan 2016, Microsoft stopped support for .NET Framework
4.0, 4.5 and 4.5.1 (https://blogs.msdn.microsoft.com/dot...4-5-and-4-5-1/). That means, there will no longer be any security updates
or hotfixes for those frameworks.

Therefore, we are updating all our bots to use the latest .NET Framework which is 4.6.1. Together with this change, bots will also be
targeting Visual C++ Redistributable for Visual Studio 2015 Update 1 x86, VC++ 14.0.

Download links for the prerequisites are as follows:

.NET Framework 4.6.1: https://www.microsoft.com/en-us/down....aspx?id=49981
Visual C++ Redistributable for Visual Studio 2015 Update 1 x86: https://www.microsoft.com/en-us/down....aspx?id=49984

make sure you have the reqs
 
Last edited:
I have. I selected the process and it still won't work.
 
Back
Top