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

cannot launch

Dbuddy

Member
Joined
Jun 18, 2012
Messages
963
Reaction score
0
2016-01-16 06:04:37,253 [1] INFO CustomLogger (null) - Exilebuddy BETA Version: 0.1.3805.1205
Path: C:\Users\<Username>\Desktop\Dat\<ExeName>

OS Name: Windows 7
OS Edition: Home Basic
OS Service Pack: Service Pack 1
OS Version: 6.1.7601.65536
OS Architecture: x86

2016-01-16 06:04:41,218 [1] INFO CustomLogger (null) - ExilebuddyBETA [0.1.3805.1205] is up to date!
2016-01-16 06:04:42,180 [8] INFO CustomLogger (null) - [Pre-Login] Connecting to BestLatency (37.187.151.148)
2016-01-16 06:04:42,603 [8] INFO CustomLogger (null) - Region: eu
2016-01-16 06:04:42,603 [8] INFO CustomLogger (null) - T: 5247571229249198352 H: 1782300151
2016-01-16 06:04:46,790 [5] DEBUG CustomLogger (null) - SupportedClientVersion: 2.1.1.7
2016-01-16 06:04:48,603 [5] INFO CustomLogger (null) - SmartAssembly force load.
2016-01-16 06:04:48,767 [5] INFO CustomLogger (null) - [BotManager] MsBetweenTicks = 15
2016-01-16 06:04:48,779 [5] DEBUG CustomLogger (null) - [ThirdPartyLoader] Loading start.
2016-01-16 06:04:48,780 [5] WARN CustomLogger (null) - [ThirdPartyLoader] The load order entry [CommonEvents] does not exist in the current loaded zips.
2016-01-16 06:04:48,780 [5] DEBUG CustomLogger (null) - [ThirdPartyLoader] Loading finished!
2016-01-16 06:04:48,787 [5] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing
2016-01-16 06:04:49,796 [5] ERROR CustomLogger (null) - An exception occurred.
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Windows\system32\Bots\OldGrindBot\SettingsGui.xaml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at (String , FileMode )
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.get_Control()
at Exilebuddy.BotWindow.?????????????????????????????????????????(Object )
at Exilebuddy.BotWindow.?????????????????????????????????????????()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at (Dispatcher , Action )
at Exilebuddy.BotWindow.?????????????????????????????????????????(Object )
 
ok, it seems this just happens if you try to autostart via windows task... or no admin rights...

already solved
 
Yea, some Windows stuff is kinda tricky, in that case, the base path was set to "C:\Windows\system32".
 
i didn't try once again.

but whats the easiest option to fix it? I just want to autostart EB via Windows Task (30 sec timer)...
 
Not sure, sorry! It's a windows specific thing, You can try reading this, but I've not really messed with it before.
 
will try this today.

but is windows scheduler the only way to autostart EB with a delay? i haven't found any other tools.

tony mentioned something, but as always it's only a snippet.

i gave up to beg for a relogger ;)

but at least i wanna figure out how to autostart EB after windows start.
 
Batch... Batch... Batch... get your basics straight...

your main issue is the execution path, since winsched use sys32 as root execution path.

make a batch with some timers and you should be fine, you could even add args to chose profile and so on.

Nobody will ever throw out a relogger, due to the fact it's pretty hard to realize and sustain, code-wise.

but there's some tools you can use/code to perform as if it was a relogger.
 
Last edited:
will try this today.

but is windows scheduler the only way to autostart EB with a delay? i haven't found any other tools.

tony mentioned something, but as always it's only a snippet.

i gave up to beg for a relogger ;)

but at least i wanna figure out how to autostart EB after windows start.

Code:
ping -n 31 localhost > nul
start "" "C:\Users\xxx\Desktop\EB\EB.exe" --config:default
If you want to create auto relogger your best shot is to use autoit/autohotkey
Also you should disable UAC
 
Thanks tonyx and fasterthanlight.

is EB starting with this or do i still need autoit?
well, i can try in a few hours when i am at home.... :)


lets sum up the issues which cause a bot to stop:


a) Game has been updated (proably the worst case because autorelogger cannot do the update-work instead of the devs... :) )
b) Game app-crash or ingame errors like mapchuck whatever
c) Game stuck at loading characters
d) EB app-crash
e) EB stops (sometimes a simple fix is to "start")
f) VPN drops (renewal mechanics or server troubles)
g) host internet-connection drops/laggy for seconds/minutes and EB relogger failed

like tony says: pita to configure all this for a working relogger....


at least b) c) d) e) would help alot...
 
Thanks tonyx and fasterthanlight.

is EB starting with this or do i still need autoit?
well, i can try in a few hours when i am at home.... :)


lets sum up the issues which cause a bot to stop:


a) Game has been updated (proably the worst case because autorelogger cannot do the update-work instead of the devs... :) )
b) Game app-crash or ingame errors like mapchuck whatever
c) Game stuck at loading characters
d) EB app-crash
e) EB stops (sometimes a simple fix is to "start")
f) VPN drops (renewal mechanics or server troubles)
g) host internet-connection drops/laggy for seconds/minutes and EB relogger failed

like tony says: pita to configure all this for a working relogger....


at least b) c) d) e) would help alot...

For the details :

a) Exilebuddy (from few versions, asked by us fellow devs) now has an exit code, it means that if the bot starts but can't attach because of a random reason (see below)

2bead025e9.png


an error is catchable by many ways.

b) blame ggg :( their shit is so bad
c) depends which kind of stuck you're talking about.
d) can rarely happen, except if you use some badly coded plugins or something
e) usually related to an error handled by a plugin itself, or memory issues
f) Well, nothing much we can do about it :D
g) this is pretty pita, the only way to know if it happens is to perform a ping/host check every loop, and some ISPs don't like this.

b is pretty much happening only in VMs, for some reasons
c has never happend to me, except in the case I spelled the name like a moron
d never happend, except when I dev and do something funny that locks up the bot haha
e shouldn't happen if the bot is correctly configured and if the state of your bot seems good
 
Back
Top