Run time error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Run time error

yadvir kaur
While running a LibreCAD program in Qt Creator, Terminal either displays a
blank window instead of a command prompt or it displays:

Cannot connect creator comm socket /tmp/qt_temp.Zz3650/stub-socket: No
such file or directory
Press <RETURN> to close this window...


but the same modified program is displaying correct resuls while using
text editor by giving commands in terminal.
 Please tell me what is the problem??
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

yadvir kaur
 terminal opens  up itself when I press the run button of Qt creator with that error message as shown
 :
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

hsrai
In reply to this post by yadvir kaur
On Mon, Jun 17, 2013 at 12:49 AM, yadvir kaur [via LibreCAD]
<[hidden email]> wrote:
> While running a LibreCAD program in Qt Creator, Terminal either displays a
> blank window instead of a command prompt or it displays:
>
> Cannot connect creator comm socket /tmp/qt_temp.Zz3650/stub-socket: No
> such file or directory
> Press <RETURN> to close this window...

Read:

http://stackoverflow.com/questions/14010521/cannot-connect-creator-comm-socket-tmp-stub-socket-no-such-file-or-directo

HTH

--
H.S.Rai
--
H.S.Rai
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Yadvir Kaur
In Qt Creator
Menu | Tools | Options | Environment | General | System | Terminal
I changed "x-terminal-emulator -e"  to " /usr/bin/xterm -e"
Still it is not giving the result. Qt is giving output :

Starting /home/abc/LibreCAD/unix/ttf2lff...
/home/abc/LibreCAD/unix/ttf2lff exited with code 0

Terminal is opening up by itself.


Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Rallaz
In "build & run kit selector..." change "ttf2lff" to "src"
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Yadvir Kaur
There is no such path as
/home/abc/LibreCAD/unix/src

And should I change "x-terminal-emulator -e"  to " /usr/bin/xterm -e"
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Rallaz
you do not have to change any path

In Qt Creator select src (src.pro) instead of ttf2lff (ttf2lff.pro)

In bottom-left, computer icon just above run icon
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

cantcode
In reply to this post by Yadvir Kaur
as Rallaz already told, try to change the run option
Image and video hosting by TinyPic
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Yadvir Kaur
Thanks for the solution, problem is solved :)
Reply | Threaded
Open this post in threaded view
|

Re: Run time error

Yadvir Kaur
In reply to this post by Rallaz
Thanks for the solution :) it was irritating me from a couple of days. Finally solved.!