|
| 1 | +# Vanilla+ common issues |
| 2 | + |
| 3 | +This will go over a majority of the common issues one might have with Vanilla+, and how to solve them. |
| 4 | +If you see this, please read it before asking for help. |
| 5 | +Chances are, your issue is in here. |
| 6 | +However, if you can't figure it out, feel free to ask for help. |
| 7 | + |
| 8 | +## COMPILE ERROR Undefined variable "AddModTitle" |
| 9 | + |
| 10 | +This error comes up if Vanilla+ is not properly installed or enabled. |
| 11 | +First, make sure you've followed the install guide correctly. 99% of the cause of this issue is a install that isn't properly set up. |
| 12 | +If you're sure that it's set up right, check the `enabledmods.json` file in the `R2Titanfall` folder. |
| 13 | +If you see that `VanillaPlus` is set to `false`, set it to `true`. |
| 14 | +If you don't see `VanillaPlus`, it isn't installed right. |
| 15 | + |
| 16 | +## Call was unable to find function with name 'NorthstarCodeCallback_GenerateUIPresence'. Is it global? |
| 17 | + |
| 18 | +This error comes up if you have 2.3 or higher of Vanilla+, and 1.19 or lower of Northstar (not the core mods of Northstar, but the files such as `NorthstarLauncher.exe` and `Northstar.dll` found in the `Titanfall2` folder). |
| 19 | +This is because 2.3 was a patch for a compile error introduced in Northstar 1.20. |
| 20 | + |
| 21 | +Update Northstar to solve the issue |
| 22 | + |
| 23 | +## COMPILE ERROR Undefined variable "NSPushUIPresence" |
| 24 | + |
| 25 | +This error comes up if you have Northstar 1.20 or higher, and have Vanilla+ 2.2 or lower. |
| 26 | +The reasoning is similar to the answer above, except instead of an up to date Vanilla+ and out of date Northstar, this is due to an up to date Vanilla+ and an out of date Northstar. |
| 27 | + |
| 28 | +Update Vanilla+ to the latest version to solve the issue |
| 29 | + |
| 30 | +## Random authentication failed error |
| 31 | + |
| 32 | +If you have this error message in game and can skip it by clicking `OK`, this is due to the fact that older versions (pre 2.0) of Vanilla+ used `Northstar.Client`, meaning it would still try (and fail) to authenticate you with Northstar servers. |
| 33 | +You can simply keep pressing `OK` to ignore it, or update Vanilla+ to the newest version. |
| 34 | +If updating from a version with this error, remove the `Northstar.Client` mod as it's no longer used |
0 commit comments