Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, 1 invisible), 1,395 guests, and 12 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Out of WDL-Patch-Table memory! #62958
01/29/06 11:45
01/29/06 11:45
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
Hi. I have a nasty problem, which might have to do with my pc, but I don`t know. I have trtied to search both the forum and the user manual and can`t find anything about it. When I try publishing my game I get an error message and the executable is not built.It reads: Out of WDL-Patch-Table memory!
Please help so I can resulve this as soon as possible.. Of greatest importance

Re: Out of WDL-Patch-Table memory! [Re: anime] #62959
01/29/06 12:40
01/29/06 12:40
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
I donīt know realy the reason but maybe you have included more WDL-files as you can OR more then 32 Paths OR a WDL-file is to long (didnīt think so)

Xpresso

Re: Out of WDL-Patch-Table memory! [Re: TWO] #62960
01/29/06 12:46
01/29/06 12:46
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
So how many wdl files am I allowed to add?

M

Re: Out of WDL-Patch-Table memory! [Re: anime] #62961
01/29/06 12:48
01/29/06 12:48
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
Up to 40 files can be included when generating the game by PUBLISH. The number of INCLUDEs is not restricted when generating the game by RESOURCE.
-From the Manual

Xpresso

Re: Out of WDL-Patch-Table memory! [Re: anime] #62962
01/29/06 12:51
01/29/06 12:51
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
Hi again.
I deleted a bunch of wdls I didn`t use and it worked!!. Thanks so much..

Re: Out of WDL-Patch-Table memory! [Re: anime] #62963
01/29/06 12:52
01/29/06 12:52
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
np, a question have you the helpfile? There are many useully informations in it
Have a nice Day

Xpresso

Re: Out of WDL-Patch-Table memory! [Re: TWO] #62964
01/29/06 13:42
01/29/06 13:42
Joined: Aug 2003
Posts: 50
Norway
anime Offline OP
Junior Member
anime  Offline OP
Junior Member

Joined: Aug 2003
Posts: 50
Norway
Yes.. but I think the search function is not to good, since I don`t find what I am looking for many times.
I also have a question about publishing. When I publih now, the 3 last levels are not included. Only the first. I dont know what is wrong, since they are all there and I can run everything fine inside the editor.

Re: Out of WDL-Patch-Table memory! [Re: anime] #62965
01/29/06 15:29
01/29/06 15:29
Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
T
TWO Offline

Serious User
TWO  Offline

Serious User
T

Joined: Jan 2006
Posts: 1,829
Neustadt, Germany
How you load your levels?
via
Code:
  
level_load("xyz.wmb");


or
Code:

string lvl_xyz = <xyz.wmb>;

level_load(lvl_xyz);


?

Only in the second Code the Level is copyed in the folder, because auf the " <> " round the filename!

Look in the Manual for: bind , level and include

-Xpresso

Re: Out of WDL-Patch-Table memory! [Re: TWO] #62966
01/30/06 13:48
01/30/06 13:48
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
anime: Which Gamestudio version do you use? You'll see the version number briefly when you start the engine.

Re: Out of WDL-Patch-Table memory! [Re: jcl] #62967
01/30/06 19:37
01/30/06 19:37
Joined: Jun 2005
Posts: 656
G
Grafton Offline
User
Grafton  Offline
User
G

Joined: Jun 2005
Posts: 656
I am getting this too (ver. 6.314 com). I think it is because I have 43
includes. This restriction makes it difficult to create, debug or modify a
modern game because of the large amount of code needed has to be
consolidated into no more than 40 files, forcing you to mix code for
dissimilar things into each file. This makes it much harder to find the code
you are looking for to debug or modify.

Is there any way of upping this? Could it be increased in the next update?


Not two, not one.

Moderated by  HeelX, Spirit 

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