This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Enhance error reporting, and warning/error messages lacking information #8
Labels
Milestone
Comments
leandor
added
bug
Acknowledged bug in the program.
goal
Long term goal. May be code-related or a meta goal.
papi
Issue is primarily related to the Python API.
labels
Oct 23, 2016
leandor
added a commit
that referenced
this issue
Oct 24, 2016
Moved the implementation of RecordProcessor::Accept() from the header to the cpp file. Reason is that both GenericRecord.h and ModFile.h includes each other, so in GenericRecord.h ModFile struct is not fully declared. So any use of its members triggers a compile error.
leandor
added a commit
that referenced
this issue
Oct 24, 2016
Patched Accept implementation to print out the name of the MOD triggering the warning.
leandor
added a commit
that referenced
this issue
Oct 24, 2016
Added a test file for loading and debugging the duped file example, so I can enhance the info printed by CBash.
leandor
added a commit
that referenced
this issue
Oct 24, 2016
Added extra info to what is being printed. - Added Record Type string (i.e. 'REFR', 'ACHR', etc) - Added MOD id number
leandor
added a commit
that referenced
this issue
Oct 28, 2016
Moved the implementation of RecordProcessor::Accept() from the header to the cpp file. Reason is that both GenericRecord.h and ModFile.h includes each other, so in GenericRecord.h ModFile struct is not fully declared. So any use of its members triggers a compile error.
leandor
added a commit
that referenced
this issue
Oct 28, 2016
Patched Accept implementation to print out the name of the MOD triggering the warning. Added extra info to what is being printed. - Added Record Type string (i.e. 'REFR', 'ACHR', etc) - Added MOD id number
leandor
added a commit
that referenced
this issue
Oct 28, 2016
Added a test file for loading and debugging the duped file example, so I can enhance the info printed by CBash.
ref #22 |
Taken from #2:
No idea if it still applies, but putting it here for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Based on forum post here
Generated by a duplicated record. Problem is there's no context information about which mod in the load list has the problem, and what was the problem in the first place.
Vorians provided an ESP to help reproduce the problem, which will end being uploaded as part of a test case. But for now I've put it on my Dropbox here since I cannot attach that type of file to GITHUB (it probably scans the ZIP and rejects the ESP inside since it doesn't know about it.)
The text was updated successfully, but these errors were encountered: