- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System Linux (All / Other)
- Severity High
- Priority Low
- Reported Version Development
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by Anonymous Submitter - 11.05.2011
Last edited by Anonymous Submitter - 11.05.2011
Opened by Anonymous Submitter - 11.05.2011
Last edited by Anonymous Submitter - 11.05.2011
FS#71 - Save fails with uncaught exception
- New File
- Save, enter name without extension
Uncaught exception at /home/martin/workspace/rsframework/scripts/File/SaveAs/../Save/Save.js:40: TypeError: Result of expression 'di.getCorrectedFileName' [undefined] is not a function. 40 fileName = di.getCorrectedFileName(fileName, fileVersion);
Closed by Anonymous Submitter
11.05.2011 08:38
Reason for closing: Not a bug
Additional comments about closing:
11.05.2011 08:38
Reason for closing: Not a bug
Additional comments about closing:
it's "qcad-bin" now, so I
started the old binary
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Might need a rebuild. Function 'getCorrectedFileName' should be defined in src/scripting/ecmaapi/REcmaDocumentInterface.cpp : 163
Edit: If not, the ECMA script generator might have failed there (check with svn diff src/scripting/ecmaapi/REcmaDocumentInterface.cpp)
the function is there (both cpp and header file), but still got the exception
Could it be a debug / release mix up? I.e. building the debug version, running the release version or something similar?
there are some strange warnings on the console:
Debug: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work ... Debug: kfilemodule(23528)/kio (KDirModel) KDirModelPrivate::_k_slotDeleteItems: No node found for item that was just removed: KUrl("file:///home/martin/Documents/1line.dxf")it's in both, release and debug bin