Running RBx64. I have created a custom botbase sln, but it won't compile in VS due to the line "var syn = new Synthesize();" Synthesize is a NeoProfile Tag, and the file has "using ff14bot.NeoProfiles.Tags;" at the top. The project references the GreyMagic dll and the RebornBuddy executable. This is the only error I encounter when trying to compile, and I reference all sorts of other things inside the ff14bot namespace like the enums and the ActionManager.
Prior to StormBlood (and RBx64), I was able to work around the above error by letting RB JIT compile my source code and just attaching to the process to debug. However, now I encounter an ExecutionEngineException as soon as I attach to the process. When I click "Continue", RB immediately crashes. Nothing in the logs except the usual startup stuff, and, as you can see in the attached screenshot, no details in the exception.
Any ideas?
Prior to StormBlood (and RBx64), I was able to work around the above error by letting RB JIT compile my source code and just attaching to the process to debug. However, now I encounter an ExecutionEngineException as soon as I attach to the process. When I click "Continue", RB immediately crashes. Nothing in the logs except the usual startup stuff, and, as you can see in the attached screenshot, no details in the exception.
Any ideas?