Internal Error !dbdbi.cpp@12737

Internal Error !dbdbi.cpp@12737

jgeiser
Participant Participant
583 Views
3 Replies
Message 1 of 4

Internal Error !dbdbi.cpp@12737

jgeiser
Participant
Participant

I am getting an error that seems to be random. My released code will run on my development system without giving this error but once it is loaded onto a users system it will throw this error and close out of AutoCAD. My code is too large to post to the site and I just need a place to start looking into it. I don't know if its possible that I have something registered on my system that the users do not.  Does anyone know what dbdbi is?

0 Likes
584 Views
3 Replies
Replies (3)
Message 2 of 4

artc2
Autodesk
Autodesk

What version (and service pack)of Acad are you working with?  If I know that, I can look up the line number in dbdbi.cpp and tell you what it means.

0 Likes
Message 3 of 4

jgeiser
Participant
Participant

AutoCAD Mechanical 2010 Service Pack 2

0 Likes
Message 4 of 4

artc2
Autodesk
Autodesk

The error is triggered when a certain type of operation is done on an AcDbDatabase (i.e. drawing) when that AcDbDatbase is not the current working datbase in the Acad editor.  The most likely way this can happen is when doing an active document switch and the AcDbDatabase in the current document is not the current working database.

0 Likes