Python exception in CvMainInterface.updateSelectionButtons()

LyTning94

Dragonborn
Joined
Nov 10, 2010
Messages
397
Location
Skyrim
I'm getting an "unidentifiable C++ exception" in this line of updateSelectionButtons():

Code:
actions = CyInterface().getActionsToShow()

This occurs when I begin a game. Any idea what might be causing this??? I'm not sure how anything I've done could be doing it :dunno:

EDIT: I guess a better question might be: what exactly is CyInterface()?
 
Unit/buidling/whatever with renamed nif or kfm file.
e.g. you know, the marine.nif uses the marine.kfm.
If now someone makes another marine, and names the .nif file anotherMarine.nif and uses the normal marine.kfm, then the game will throw such an error, because the .nif file name is hardcoded into the .kfm.
 
Well I definitely haven't done anything with nif's or kfm's, so...:confused:
 
Well, I used version control to trace what's causing the error, and I discovered that it's somewhere in the SDK.

Again, though, I have no idea what I've done that would give this exception...I guess I'll have to start commenting out code and rebuilding to trace it :(.

Unless it has something to do with using a debug DLL versus a release???
 
Back
Top Bottom