Seite 1 von 1

error GEOCON

Verfasst: Mi 3. Apr 2013, 22:19
von VictorJota
I've a problem with import file .step or .stp. When I try it the program show me ¡error GEOCON!. I can import files .stl. I've installed all the dependency. It's with Ubuntu 12.04.2 LTS-64 bits.
Can you help me

Thank you

Re: error GEOCON

Verfasst: Do 4. Apr 2013, 17:47
von FViebahn
Hello VictorJota,

are you using the starting script "./aurorastartv2" which can be found in the following folder: "z88aurorav2/bin/ubuntu64"? It contains the proper library paths for the GEOCON.
I hope this helps.

Regards,
Felix Viebahn

Re: error GEOCON

Verfasst: Fr 5. Apr 2013, 15:46
von VictorJota
Hi, Felix,

Yes, I'm using to starting the script ./aurorastartv2. Also, I've other pc with Kubuntu 12.10, and I have not this problem, only happens with Ubuntu 12.04.

Re: error GEOCON

Verfasst: Mo 8. Apr 2013, 09:10
von mifris
Hello VictorJota,

the problem is a missing lib. That occurs only with Ubuntu. Please read therefore another post:

Z88Aurora V2 - Freeware/Installation/Unix/Ubuntu 12.04

There is a description what to do. :D
Best regards,

Michael Frisch

Re: error GEOCON

Verfasst: Di 9. Apr 2013, 14:54
von VictorJota
Thank you Michael Frisch,
but I don't know if I am the problem, but don't start.
Also for the version v2-a, the library is in directory of ubuntu64. However I've tried to start in the suse's directory and I have the same problem ¡error GEOCON!. I've revised all the privileges and it's well. I don't understand what happens

Help me please, I'm trying to start a professional service of enginnering only with open source software, and I need this tool

Thank you very much

Re: error GEOCON

Verfasst: Mo 15. Apr 2013, 21:37
von mifris
Hello VictorJota,

that´s strange. Did you check the libraries? The STEP-Interface, which is based on OpenCASCADE® technology, will also require the following packages:
tcl8.4
tk8.4
Do you have them?

Best regards,

Michael Frisch

Re: error GEOCON

Verfasst: Mi 17. Apr 2013, 19:42
von VictorJota
Hi Michael again,

Yes I've that library (tcl8.4 and tk8.4). I am exporting from FreeCad in format step. I understand it's very strange, but......it's true.
Note: I've not probed installing tcl and tk or tcl8.5 and tk8.5 or tcl8.4.dev....do you think that is good to do it

Thank you

Re: error GEOCON

Verfasst: So 21. Apr 2013, 17:23
von wehmann
Dear Mr Jota,

maybe the problem is to find at the installation path. Did you install Z88Aurora V2a directly in the home directory, for example "/home/jota/z88aurorav2" ? It is required to use this path.
If this do not solve the problem, please send a screenshot of your terminal containing the error message. Send it either here or to my e-mail adress: christoph.wehmann@uni-bayreuth.de.

Sincerely

Christoph Wehmann

Re: error GEOCON

Verfasst: Mo 22. Apr 2013, 17:12
von VictorJota
Hi Wehmann

I've installed in the opt directory.
You can see a screenshot below


Thanks

Re: error GEOCON

Verfasst: Sa 27. Apr 2013, 21:16
von mz15
Dear Mr Jota,

you shold install in the "HOME" directory and start with the script "startaurorav2", so the problem should not occure.

regards
mz15

Re: error GEOCON

Verfasst: Di 30. Apr 2013, 20:10
von VictorJota
Hi mz15,

But It's no change. I've the same problem....
I don't know what to do......

Thank you

Re: error GEOCON

Verfasst: Mi 1. Mai 2013, 15:47
von wehmann
Dear Mr Jota,

did you start the program from the terminal and did you use the script aurorastartv2? The script should be started from the terminal. Please send us a screenshot of the error message using the new directory, too.

Sincerely

Christoph Wehmann

Re: error GEOCON

Verfasst: Di 2. Jul 2013, 08:18
von jarenio
Perhaps you do in FreeCAD 3D model of a dxf file and then export the STEP file.
Do not do that. Convert 2D drawing to skechup, and then make it into a 3D model, and export the STEP file.

sorry for my english :)

Re: error GEOCON

Verfasst: Di 9. Jul 2013, 06:59
von vmajor
I had the same error.

I had to manually link each library as z88aurora expects *.so.0 while the system linked libraries were named *.so.1

For example my libTKBO.so.0 was named libTKBO.so.1 thus I made another link from libTKBO.so.1.1.0 to libTKBO.so.0

You can link using the terminal and command, or if you are more comfortable with the GUI, open an adimistrator nautilus session with

Code: Alles auswählen

gksu nautilus 
and navigate to /usr/lib

You will see all the libraries there that need to be linked to correspond to the expected *.so.0 format