Results 1 to 3 of 3

Thread: "EProcess : Failed to Fork process"

  1. #1

    "EProcess : Failed to Fork process"

    My game just crashed on MacOS when it tried to play a sound file using an external media player (mpg123). It said

    EProcess : Failed to Fork process

    Whenever I start this player process, I ensure that any open player processes get closed before, so I don't know where this comes from.

    (Perhaps I should use SDL for sound output, too ... but then the console mode of the game wouldn't have sound anymore ...)

  2. #2
    Quote Originally Posted by Mario Donick View Post
    but then the console mode of the game wouldn't have sound anymore ...
    Why not? As far as I know, SDL_Mixer doesn't need SDL_Video to work
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  3. #3

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
  •