|
3 registered members (AndrewAMD, Grant, Neb),
908
guests, and 6
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: ERRNO listing?
[Re: jcl]
#229055
09/24/08 09:30
09/24/08 09:30
|
Joined: Oct 2003
Posts: 1,550 United Kingdom
indiGLOW
Serious User
|
Serious User
Joined: Oct 2003
Posts: 1,550
United Kingdom
|
I am also having publish problems that I can't track down. Im using A6 Pro, but I am getting similiar error numbers: My PostI've searched through the forums very carefully and found a few threads about publishing issues. Usually caused by bad format images, i.e not 8-bit. However in my case I have no images at all, so I am at a loss for how to fix this. Would re-installing GS help? I believe my starter definitions are correct, I've copied some from working examples given by other members here and still I have this issue, preventing me from building starter file. Are there any other, minor, script errors that could cause this to happen? Maybe comments that are not closed properly in other scripts or some similiar issue? As I said in my post, for me it seems to be on a project by project basis. The last time I checked, new projects built starter files no probs. Sorry if I am hijacking this thread a little, although we share the same pain it seems  EDIT: Error = No starter window definition found!
Last edited by indiGLOW; 09/24/08 09:33.
The Art of Conversation is dead : Discuss
|
|
|
Re: ERRNO listing?
[Re: jcl]
#229089
09/24/08 12:32
09/24/08 12:32
|
Joined: Oct 2003
Posts: 1,550 United Kingdom
indiGLOW
Serious User
|
Serious User
Joined: Oct 2003
Posts: 1,550
United Kingdom
|
Thanks JCL, yes A6 has the wdfc.exe which I have tried but it returns the same error: Errno #295.0 I can create starters for new projects without any problems, but I have 2 seperate projects now that will not compile a starter. Just as a side note: is there any issue building the starter .wdf file from another project and then copying it into the publish location? Thanks for the rapid reply JCL 
The Art of Conversation is dead : Discuss
|
|
|
Re: ERRNO listing?
[Re: jcl]
#229093
09/24/08 12:53
09/24/08 12:53
|
Joined: Oct 2003
Posts: 1,550 United Kingdom
indiGLOW
Serious User
|
Serious User
Joined: Oct 2003
Posts: 1,550
United Kingdom
|
Thanks, window def below was taken straight out of the manual:
WINDOW WINSTART
{
TITLE "3D GameStudio";
SIZE 480,320;
MODE IMAGE; //STANDARD;
BG_COLOR RGB(240,240,240);
FRAME FTYP1,0,0,480,320;
// BUTTON BUTTON_START,SYS_DEFAULT,"Start",400,288,72,24;
BUTTON BUTTON_QUIT,SYS_DEFAULT,"Abort",400,288,72,24;
TEXT_STDOUT "Arial",RGB(0,0,0),10,10,460,280;
}
This builds fine in a new project and even in some older projects. However if I copy and paste this script into either my X-Blaster project or a few other recent builds I get error : #287 from WED. However this script did compile with WDFC this time. Wierd [EDIT:1] I am going to do a clean reinstall of A6 Pro and see how I get on. [EDIT:2] I've now completely re-installed A6 pro and I am still getting the error with a few projects. I have just purchased a new PC, so that will get a truly clean install to run against. If it still won't create a starter, I am back to the drawing board. However the X-Blaster template project that this happens in, will be released as source very soon, maybe you can take a look at it for me then. In the meantime I can create starters and drop them into the publish folder. Thanks
The Art of Conversation is dead : Discuss
|
|
|
|