sinterlkaas
New Member
- Joined
- Jan 17, 2012
- Messages
- 536
- Reaction score
- 14
Start:
Demonbuddy.exe -autostart -profile="G:\New folder\Profiles\bugprofile.xml"
Bugged Example Profile:
Log file:
Demonbuddy.exe -autostart -profile="G:\New folder\Profiles\bugprofile.xml"
Bugged Example Profile:
<Profile>
<Name>example</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams quest="101758" step="1" act="A3" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<If condition="Me.IsInTown">
<Continue profile="Profile.xml" />
</If>
<Continue profile="profile"/>
</Order>
</Profile>
Log file:
[16:49:24.070 N] Demonbuddy v1.0.1162.284 started
[16:49:24.352 N] Logging in...
[16:49:25.668 N] Attached to Diablo III with pid: 8640
[16:49:25.672 N] Flashing window
[16:49:26.413 D] Executable Path: G:\New folder\Demonbuddy.exe
[16:49:26.413 D] OS Architecture: AMD64
[16:49:26.415 D] OS: Windows 7 Service Pack 1 64-bit
[16:49:26.415 D] OS Language: Dutch (Netherlands)
[16:49:26.487 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - Initializing
[16:49:30.816 N] Failed to load profile: Element Continue is not supported. Please check your XML and try again. (<Continue profile="Profile.xml" />) Line 9
[16:49:30.824 D] System.Exception: Element Continue is not supported. Please check your XML and try again. (<Continue profile="Profile.xml" />) Line 9
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ..(XElement , Type )
at ...(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at ..(XElement , PropertyInfo )
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Zeta.CommonBot.Profile.Profile.Load(XElement element, String path)
at Zeta.CommonBot.Profile.Profile.Load(String path)
at Zeta.CommonBot.ProfileManager.Load(String profilePath, Boolean rememberPath)