PDA

View Full Version : AC3D 4.0f Linux Error: TCL ERROR get_importfilename


ExileInParadise
13th March 2004, 04:02 PM
When I Choose File -> Import, the following console error is dumped and file import fails to open:

TCL ERROR IN AC3D in get_importfilename "Insert imported file" "{ { Geometry files} { .3ds .ac .dxf .lwo .lws .md2 .bsp .rwx .tri .vec .r2v .wrl .sof .pf .txt .obj .off .pts .smf X3D files } } { { 3D Studio} { .3ds} } { { AC3D} { .ac} } { { Autocad DXF} { .dxf} } { { Lightwave object} { .lwo} } { { Lightwave scene} { .lws} } { { Quake MD2} { .md2} } { { Quake3 BSP} { .bsp} } { { Renderware} { .rwx} } { { Alias/Triangle} { .tri} } { { Vector} { .vec .r2v} } { { VRML 1.0} { .wrl} } { { Airfoil files} { .sof} } { { Point field files} { .pf} } { { Milkshape ascii files} { .txt} } { { OBJ files} { .obj} } { { OFF files} { .off} } { { Points files} { .pts} } { { SMF files} { .smf} } { { U‰åh``=Aè‹[ÊÆƒÄ1Àë} { X3D files} } { { All files} { *} } ":
missing "
NO Stack Trace
TCL ERROR IN AC3D in set tkms [tk_messageBox -title "AC3D message" -message "import file: I need a filename with a suffix (e.g. file.ac) - got 'missing "'" -type ok -icon info -parent . ] :
extra characters after close-quote
NO Stack Trace

---------------------------------------------------------
Below is a log of the AC3D startup on my system before the error shows:

AC3D 4.0f (C) Copyright 2003 Inivis

http://www.ac3d.org

AC3D_HOME is /home/user/3D/editors/ac3d4.0
Initializing dynamic TCL
Loading settings from /home/exile/.ac3dprefs.
platform: Linux
TCL/TK appname: ac3d
OpenGL windows - sharing orth contexts
SHARE CTX
SHARE CTX
tcl socket id: sock11
Command socket connections enabled on port 1655
OpenGL 1.4.1 NVIDIA 53.36 by NVIDIA Corporation, renderer: GeForce4 MX 440/AGP/SSE
Loading plugins from: /home/user/3D/editors/ac3d4.0/plugins
Airfoil .sof import plugin - Version 1.0 - by Inivis
Centre plugin V1.1 - by Takashi Matsuda
CSG plugin v1.0 - by Jeff Duncan <support 'at' virtualplatypus.com>.
DDS File loader v1.0 - by Jeff Duncan (support 'at' virtualplatypus.com)
DXF Export Plugin - V1.11 - by Inivis
Field Import Plugin - Version 1.1 - by Inivis
Jpeg image loader V1.11 by John Stone/Inivis
Line command plugin - Version 1.0 by Inivis
Milkshape Export Plugin - Version 1.1 - by Inivis
Milkshape Import Plugin - Version 1.11 - by Inivis
OBJ Export Plugin - V1.2 by Gary Sanders
OBJ Import Plugin - Version 1.4 - by John N. Huffman
OFF Import Plugin - Version 1.1 - by Inivis
PNG image loader V1.0 by Trent Gamblin
Points Import Plugin - Version 1.1 - by Inivis
PPM image loader V1.0 - by John Stone
Quake Map Export Plugin - Version 0.4 - by Inivis
save 3D PNG plugin V1.1 by Inivis
SMF Export Plugin - V1.0 - by Joerg Schmalzl
SMF Import Plugin - Version 1.02 - by Joerg Schmalzl
T3D Export Plugin - Version 1.0 - by Inivis
Targa image loader V1.11 - by John Stone/Inivis
TIFF image loader V1.0 - by Greg O'Sullivan
Ext. Direct X Export Plugin - Version 1.3 ( Oct 13 2003 ) - by F. Meinert
X3D Import/Export Plugin v1.0, by Rick Kimball http://ac3d.kimballsoftware.com/

Andy
14th March 2004, 03:39 AM
files} { .smf} } { { U‰åh``=Aè‹[ÊÆƒÄ1Àë} { X3D files} } { { All files} { *} } ":

Something is not right here. It looks like this is a problem with the x3d plugin. I'm not sure if Rick has recompiled it for AC3D 4.0 - this may be necessary.

Andy

ExileInParadise
14th March 2004, 11:44 AM
Yup, that was it... I hadn't even noticed the trash characters in the error message.

Moved the x3d exporter out and all is well with file import now.

Thanks!