Results 1 to 3 of 3

Thread: qtprocess_stub_process

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default qtprocess_stub_process

    hi
    I am getting this Dialog qtcreator_stub_process on running my program on Qt creator. My program gets open in creator, output does not shown.
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: qtprocess_stub_process

    And I am getting this

    Starting /home/jasleen/Desktop/librecad/LibreCAD/unix/ttf2lff...
    /home/jasleen/Desktop/librecad/LibreCAD/unix/ttf2lff exited with code 0

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: qtprocess_stub_process

    The stub process is used to launch a program that is configured to run in a terminal. The error message in the window is from your terminal program (usually xterm) or whatever the shell is executing on startup before your application starts. The offending command is in your environment and not part of Qt. Look for offenders containing a call to ttf2cxf in ~/.bashrc, ~/.bash_profile, ~/.profile if bash is your usual shell.

    Alternatively, if your program is using QProcess to call ttf2cxf the your command line is incorrect.
    Last edited by ChrisW67; 31st October 2012 at 08:15.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.