Closed Thread
Results 1 to 2 of 2

Thread: Shell(); doesn't work after OS X update

  1. #1
    ProbablyX is offline Newbie
    Join Date
    Mar 2009
    Posts
    2
    Rep Power
    0
    Hello!

    I'm using Freepascal with Lazarus/LCL to create a cross platform program, however after the latest Mac OS X update the program freezes when running the "Shell" function.
    When I cann "Shell", the application just locks up and wont respond. However if I reset the debugger and kill the program, the shell command will be execute - but only after I kill the app!

    Is anyone else experiencing this, and might have come up with a solution?

    Thanks!

    hello again

    actually the shell command is working if I make a command line program =/

    for instance:

    program testa;

    uses Unix;

    begin
    writeln('hi');
    Shell('echo heey');
    writeln('done');
    end.

    works :O, maybe theres something wrong in my lazarus project file instead preventing me from using Shell?

    Thanks

    Haha!

    Sorry guys!

    After the update I needed to accept a license before the program would respond "all clear" making my app crash

    This appeared BEHIND all other windows so I didnt see it, when I closed all finder windows I noticed the license, tried again and it worked
    Last edited by WingedPanther; 03-19-2009 at 08:11 AM. Reason: triple post

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: Shell(); doesn't work after OS X update

    lol
    good for you
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MySQL Update, gives no error or update
    By bbqroast in forum PHP Development
    Replies: 5
    Last Post: 07-19-2011, 05:17 AM
  2. Update command tries to update the wrong table...
    By Shaddix in forum Visual Basic Programming
    Replies: 0
    Last Post: 01-08-2010, 08:18 AM
  3. I/O in shell scripts
    By DarkLordoftheMonkeys in forum Linux Tutorials, Guides and Tips
    Replies: 2
    Last Post: 11-15-2009, 08:11 AM
  4. What shell do you use?
    By Aereshaa in forum Linux/Unix General
    Replies: 7
    Last Post: 07-28-2008, 10:29 AM
  5. Shell Scripting
    By NeedHelp in forum General Programming
    Replies: 9
    Last Post: 04-16-2007, 09:04 AM

Tags for this Thread

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