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

Bot starts fine, then just disappears?

iltsam

New Member
Joined
Apr 21, 2014
Messages
6
Reaction score
0
Log in using my key, then starts up - says bot is up to date then the window just disappears; re-downloaded the latest beta version a couple a times with no change.
Code:
2014-04-24 07:55:07,843 [4] ERROR LokiPoe (null) - Error initializing LokiPoe main class object: {0}
System.MissingMethodException: Method not found: 'Void System.Runtime.InteropServices.Marshal.StructureToPtr(UInt32, IntPtr, Boolean)'.
   at GreyMagic.MemoryBase.WriteMarshaled[T](IntPtr addr, T value, Boolean& wasRead)
   at GreyMagic.MemoryBase.Write[T](IntPtr addr, T value)
   at GreyMagic.Executor.set_FrameDropWaitTime(UInt32 value)
   at GreyMagic.Executor.InitializeDetour()
   at GreyMagic.Executor..ctor(ExternalProcessMemory memory, IntPtr hookLocation, Int32 copyBytes, Boolean veh)
   at GreyMagic.ExternalProcessMemory.Init(Process p, Boolean startupExecutor, Boolean dx9, Boolean startupRasm, IntPtr hookFunc, Boolean defaultCacheValue, Int32 copyBytes, Boolean veh)
   at GreyMagic.ExternalProcessMemory..ctor(Process p, Boolean startupExecutor, Boolean dx9, Boolean startupRasm)
   at Loki.Game.LokiPoe.(Process , Byte[] )

LokiPoe.
2014-04-24 07:55:07,844 [4] ERROR MainWindow (null) - LokiPoe could not be initialized.

MainWindow.<OnStartup>b__0

This is the error log
 
Last edited:
Please download a clean copy of the bot (don't update) and run it again. If it's still doing the same thing, please post full normal logs.
 
Please download a clean copy of the bot (don't update) and run it again. If it's still doing the same thing, please post full normal logs.

Was working fine two days ago, then it did an update and this started happening, redownloaded the beta version 5 or 6 times and still the same issue


Code:
2014-04-25 01:13:42,055 [1] INFO  MainWindow (null) - This is a BETA build of Exilebuddy. This is not meant for general usage. Please report any issues you may have in the beta thread on our forums.
2014-04-25 01:13:42,068 [1] INFO  MainWindow (null) - This build may have bugs, and new features which may not be fully tested. Use at your own risk!
2014-04-25 01:13:42,072 [1] INFO  MainWindow (null) - Exilebuddy Version: 0.1.1978.802 BETA
Path: C:\Users\***USERNAME***\Desktop\ExilebuddyBETA 0.1.1978.802 (1)\ExilebuddyBETA.exe

OS Name: Windows 7
OS Edition: Home Premium
OS Service Pack: Service Pack 1
OS Version: 6.1.7601.65536
OS Architecture: x64

2014-04-25 01:13:43,130 [1] INFO  MainWindow (null) - Exilebuddy is up to date!
2014-04-25 01:13:45,960 [6] ERROR LokiPoe (null) - Error initializing LokiPoe main class object: {0}
System.MissingMethodException: Method not found: 'Void System.Runtime.InteropServices.Marshal.StructureToPtr(UInt32, IntPtr, Boolean)'.
   at GreyMagic.MemoryBase.WriteMarshaled[T](IntPtr addr, T value, Boolean& wasRead)
   at GreyMagic.MemoryBase.Write[T](IntPtr addr, T value)
   at GreyMagic.Executor.set_FrameDropWaitTime(UInt32 value)
   at GreyMagic.Executor.InitializeDetour()
   at GreyMagic.Executor..ctor(ExternalProcessMemory memory, IntPtr hookLocation, Int32 copyBytes, Boolean veh)
   at GreyMagic.ExternalProcessMemory.Init(Process p, Boolean startupExecutor, Boolean dx9, Boolean startupRasm, IntPtr hookFunc, Boolean defaultCacheValue, Int32 copyBytes, Boolean veh)
   at GreyMagic.ExternalProcessMemory..ctor(Process p, Boolean startupExecutor, Boolean dx9, Boolean startupRasm)
   at Loki.Game.LokiPoe.(Process , Byte[] )
2014-04-25 01:13:45,963 [6] ERROR MainWindow (null) - LokiPoe could not be initialized.
 
I'll have someone check into this as soon as they can. I probably won't be able to give you an answer for at least a day or so, due to other things going on right now behind the scenes with things breaking (not related to PoE).

That error is in code that all of the BuddyBots use, so unfortunately, there's nothing else I can do for you right now.

Have you installed and updated to .Net 4.5.1 yet? That's the only other thing I can think of right now as to why it might not be working when it was a few days ago.
 
I'll have someone check into this as soon as they can. I probably won't be able to give you an answer for at least a day or so, due to other things going on right now behind the scenes with things breaking (not related to PoE).

That error is in code that all of the BuddyBots use, so unfortunately, there's nothing else I can do for you right now.

Have you installed and updated to .Net 4.5.1 yet? That's the only other thing I can think of right now as to why it might not be working when it was a few days ago.

Yeah it was the .net 4.5.1, was just browsing the forums and seen that you pushed out that update, all sorted now.
 
Back
Top