Skip to content

Bug: in Nightly build v48, No dialog option for Report to Caius Cosades

If you're reporting an issue specific to a fork, e.g. TES3MP for multiplayer or OpenMW-VR for OpenXR VR, please report it to that fork's author instead of here.

If you're reporting an issue specific to an open merge request, the comments for the merge request are probably a good place to report.

Describe the issue as detailed as you can. Below is a list of questions that should be answered in the description (if they apply).

  • Is the problem OpenMW specific or does it also happen in vanilla Morrowind? OpenMW

  • What is your operating system? Windows 10

  • What version of OpenMW are you using? If you used a bleeding edge build, state the exact revision used. 0.48.0 version: 233bb287

  • What version of Morrowind are you using (i.e. retail CD or Steam)? What addons (Tribunal, Bloodmoon) do you have installed? What language is your Morrowind install? English Morrowind Gog - ran with just Tribunal and Bloodmoon - no mods

  • Do you use any mods? If so, does the problem also occur in a clean vanilla install without any mods? tested with no mods

  • What are the exact steps to reproduce the problem? Testing is easy, start a new character, and go to Balmora, visit Caius Cosades and you will see that you do not have an option to "Report to Caius Casades"

  • What did you expect to happen? What happened instead?

  • Are there any error messages in your openmw.log file?

  • Where is the in-game location this problem can be observed? Avoid vague statements such as "west of town X". Instead, open the console (` key by default, the key above Tab), click on the problematic object, then use the betacomment (bc) instruction to get useful information about the object that you can copy and paste into the bugreport:

I ran a Git Bisect; the issue is from commit 76be2e91. If I comment out line 100 of keywordsearch.hpp and revert to the original code of if (isalpha(*prev)), the dialog option appears as expected.

thanks a