was try also this:
player = CreateNewProcTags(
NP_Entry, &play_module,
NP_Priority, 1,
NP_Name, "Player Process",
NP_Input, Input(),
NP_CloseInput, FALSE,
NP_Output, Output(),
NP_CloseOutput, FALSE,
TAG_DONE);
the same. also, why it works over vbcc, and do not works over sasc ?