Welcome, Guest. Please login or register.

Author Topic: CreateNewProc bug in SASC ?  (Read 5655 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show all replies
    • http://totalchaoseng.dbv.pl/news.php
Re: CreateNewProc bug in SASC ?
« on: August 19, 2007, 01:05:14 PM »
You can't do a printf() inside of a Forbid();

and where is the Permit()?
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show all replies
    • http://totalchaoseng.dbv.pl/news.php
Re: CreateNewProc bug in SASC ?
« Reply #1 on: August 19, 2007, 01:39:42 PM »
Can a regular Process with no children or parents, do a Forbid() without Permit() near the end?

For example a CLI command?

Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show all replies
    • http://totalchaoseng.dbv.pl/news.php
Re: CreateNewProc bug in SASC ?
« Reply #2 on: August 19, 2007, 09:07:12 PM »
Is stdio "Resident safe"?

If my cli command uses only local variables and stdio and someone makes it resident then runs the command multiple times simultaneously will it blow up because of stdio?

Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA