Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, Grant, Neb), 908 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
ERRNO listing? #227126
09/12/08 19:03
09/12/08 19:03
Joined: May 2008
Posts: 123
B
BES Offline OP
Member
BES  Offline OP
Member
B

Joined: May 2008
Posts: 123
I got an error while publishing with the 'Starter' option checked. Can someone point me to documentation on the meaning of the ERRNO values?

Cheers!

Re: ERRNO listing? [Re: BES] #229039
09/24/08 04:10
09/24/08 04:10
Joined: Nov 2004
Posts: 862
Australia
DavidLancaster Offline
User
DavidLancaster  Offline
User

Joined: Nov 2004
Posts: 862
Australia

Re: ERRNO listing? [Re: DavidLancaster] #229048
09/24/08 07:08
09/24/08 07:08
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
The ERRNO number has no meaning. "ERRNO" just means that there's an error in the WINDOW definition, but does not distinguish between different errors.

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 Offline
Serious User
indiGLOW  Offline
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 Post

I'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 smile

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: indiGLOW] #229063
09/24/08 10:13
09/24/08 10:13
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
If you can't find the error, run the starter compiler directly. I'm not sure if that was already possible with A6, but click wdfc.exe. If it works, it opens a panel where you can enter your file name with the WINDOW definition, and then displays the line with the error.

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 Offline
Serious User
indiGLOW  Offline
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 grin


The Art of Conversation is dead : Discuss
Re: ERRNO listing? [Re: indiGLOW] #229090
09/24/08 12:36
09/24/08 12:36
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
No, the starter can be created from any project, even from a dedicated starter project. Can you post your WINDOW definition?

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 Offline
Serious User
indiGLOW  Offline
Serious User

Joined: Oct 2003
Posts: 1,550
United Kingdom
Thanks, window def below was taken straight out of the manual:
Code:
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

Moderated by  old_bill, Tobias 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1