y2krazy
Community Developer
- Joined
- Jun 21, 2011
- Messages
- 2,803
Please provide a log file from your "Logs" folder.Ok so I downloaded and unzipped into my Plugin folder..........open RB and I don't see the plugin in the plugin tab.....
Please provide a log file from your "Logs" folder.Ok so I downloaded and unzipped into my Plugin folder..........open RB and I don't see the plugin in the plugin tab.....
Tried it today too so :/
Did it with svn too maybe thats why....
Here my animusbook folder under Plugins
![]()
Here log:
[13:32:57.278 N] Compiler Error: c:\Rebornbuddy\Plugins\AnimusBook\animusbook\trunk\AnimusBook.cs(24,18) : error CS0101: Der Namespace 'AnimusBook' enthält bereits eine Definition für 'AnimusBook'.
[13:32:57.278 N] Compiler Error: c:\Rebornbuddy\Plugins\AnimusBook\animusbook\trunk\Common.cs(20,11) : error CS0101: Der Namespace 'AnimusBook' enthält bereits eine Definition für 'Common'.
[13:32:57.278 N] Compiler Error: c:\Rebornbuddy\Plugins\AnimusBook\animusbook\trunk\CoreBook.cs(20,25) : error CS0101: Der Namespace 'AnimusBook' enthält bereits eine Definition für 'CoreBook'.
[13:32:57.278 N] Compiler Error: c:\Rebornbuddy\Plugins\AnimusBook\animusbook\trunk\Movement.cs(18,11) : error CS0101: Der Namespace 'AnimusBook' enthält bereits eine Definition für 'Movement'.
oh realized its in german. It just says The nameblank '..' already has a defiinition for '...'
3rd edit: deleted the svn folder of animus books (and since I cant very well tag the svn on the plugins folder please change that!!!!!!) since then it does function. so svn failure
Any chance this plugin still work ?
[19:20:01.514 N] [Animus] - Starting new Order Profile - Mor Dhona - 5th Cohort Secutor.xml
[19:20:01.514 N] [Animus] - Loading Profile - Plugins\AnimusBook\Animus\Skyearth I\Mor Dhona - 5th Cohort Secutor.xml
[19:20:01.514 N] Failed to load profile: Path to profile element is not valid; file not found
[19:20:01.514 D] System.IO.FileNotFoundException: Path to profile element is not valid; file not found
File name: 'Plugins\AnimusBook\Animus\Skyearth I\Mor Dhona - 5th Cohort Secutor.xml'
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[19:20:01.514 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
at ff14bot.NeoProfiles.ProfileBehavior.Start()
at ..()
at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
at AnimusBook.CoreBook.<SetNextOrder>d__14.MoveNext() in c:\Users\Administrator\Desktop\RebornBuddy\Plugins\Animus\trunk\CoreBook.cs:line 265
--- 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.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at AnimusBook.CoreBook.<StartAnimusBook>d__5.MoveNext() in c:\Users\Administrator\Desktop\RebornBuddy\Plugins\Animus\trunk\CoreBook.cs:line 122
--- 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 TreeSharp.ActionRunCoroutine....()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
at Buddy.Coroutines.Coroutine.Resume()
at TreeSharp.ActionRunCoroutine.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object.
at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
at ff14bot.NeoProfiles.ProfileBehavior.Start()
at ..()
at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
at AnimusBook.CoreBook.<SetNextOrder>d__14.MoveNext() in c:\Users\Administrator\Desktop\RebornBuddy\Plugins\Animus\trunk\CoreBook.cs:line 265
--- 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.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at AnimusBook.CoreBook.<StartAnimusBook>d__5.MoveNext() in c:\Users\Administrator\Desktop\RebornBuddy\Plugins\Animus\trunk\CoreBook.cs:line 122
--- 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 TreeSharp.ActionRunCoroutine....()
and so on ... I've put and checked the svn content, and it's in there .. any help ?
Thanks ExMatt. Good option. I have fixed the URL to trunk for now. Will look at adding the search option.
var path = Path.Combine(Environment.CurrentDirectory, "Plugins\\ExBuddy\\Data\\msd.xml");
if (File.Exists(path))
{
DataFilePath = path;
}
else
{
DataFilePath =
Directory.GetFiles(PluginManager.PluginDirectory, "*msd.xml", SearchOption.AllDirectories).FirstOrDefault();
}
Instance = new MasterPieceSupplyDataProvider(DataFilePath);
public string FindDirectory(string sDirectory)
{
string[] sDirs = Directory.GetDirectories(sDirectory, "Animus", SearchOption.AllDirectories);
foreach (string sDir in sDirs)
{
if (Directory.Exists(Path.Combine(sDir, "Netherfall I")))
return sDir;
}
return "";
}
This could create issues for other people.
Here is an example of how I handle finding a file in ExBuddy
Code:var path = Path.Combine(Environment.CurrentDirectory, "Plugins\\ExBuddy\\Data\\msd.xml"); if (File.Exists(path)) { DataFilePath = path; } else { DataFilePath = Directory.GetFiles(PluginManager.PluginDirectory, "*msd.xml", SearchOption.AllDirectories).FirstOrDefault(); } Instance = new MasterPieceSupplyDataProvider(DataFilePath);
hey, since the CN server still running patch 2.57, can u upload the old version for us, we will be really appreciate for that
i dont know if you still support this, but a few weeks ago i did the books on one class with no problem. the plugin was perfect except a couple npc started fates like tower of power and schism it would not do a lot of the time. however i went to use it last night and halfway through the animus book monster killing it would stop and say it wanted to navigate to a certain one that had already been done no matter how many times i restarted either the basebot or the overall program.
IDK if someones already said this but, Bellyful fate you have it looking for Bellyfull, just thought i'd let you know.