Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 801 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Re: Memory issue? #403
01/30/01 12:14
01/30/01 12:14

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Are these compressed partitions? Sometimes those can cause problems.

------------------
Introspection seems illogical
www.definc.com


Re: Memory issue? #404
01/30/01 13:38
01/30/01 13:38

A
Anonymous
Unregistered
Anonymous
Unregistered
A



A4 does not care about drives or partitions, it just uses windows' virtual memory. What does "System Information" tell about your free system resources and swap file when running the progam?

Re: Memory issue? #405
01/30/01 14:43
01/30/01 14:43
Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
W
WildCat Offline OP
Expert
WildCat  Offline OP
Expert
W

Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
Jcl, This is what System Info tells me:

Microsoft Windows 98 4.10.2222 A
Clean install using Full OEM CD /T:C:\WININST0.400 /SrcDir=E:\WIN98 /IZ /II /IS /IQ /IT /II /NR /II /C /U:xxxxxxxxxxxxxxxxx
IE 5 5.00.2614.3500
Uptime: 1:10:53:59
Normal mode
On "GENIE" as "Colony"

GenuineIntel x86 Family 6 Model 8 Stepping 3
511MB RAM
58% system resources free
Windows-managed swap file on drive C (3383MB free)
Available space on drive C: 3383MB of 9764MB (FAT32)
Available space on drive D: 8284MB of 9654MB (FAT32)
Available space on drive E: 16218MB of 19546MB (FAT32)


It also has a **lot** more to say, but I don't know if any of the other stuff is important.

- WildCat



Visit us at [url=http://www.vertexgames.com]Vertex Games[/url]!
Re: Memory issue? #406
01/31/01 08:07
01/31/01 08:07

A
Anonymous
Unregistered
Anonymous
Unregistered
A



ehehehehehhe
ehehehehehehe
ehehehehhehehe
quote:

BMAP Test_frame,<tpanel.bmp>;
BMAP health_bar,<health.pcx>;

BMAP menu,<menu.pcx>;
BMAP background,<bkgrd.pcx>;
BMAP healthb,<healthb.bmp>;
BMAP increasb,<increasb.bmp>;
BMAP decreasb,<decreasb.bmp>;
BMAP 1b,<1b.bmp>;
BMAP 2b,<2b.bmp>;
BMAP 5b,<5b.bmp>;
BMAP 10b,<10b.bmp>;

VAR bparticles,<bpartic.pcx>;
VAR gparticles,<gpartic.pcx>;
VAR PART_SPOT;
VAR PLAYER_HEALTH = 100;



Look,
quote:

VAR bparticles,<bpartic.pcx>;
VAR gparticles,<gpartic.pcx>;


You try to put a PCX file into a VAR
eheheheheheh
try change VAR to BMAP

Joshua


Re: Memory issue? #407
01/31/01 02:45
01/31/01 02:45
Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
W
WildCat Offline OP
Expert
WildCat  Offline OP
Expert
W

Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
Bahha! I **slay** me!

Wow. There's a problem I'll never forget.

Joshua, thank you soooo much. I can't wait to try what you suggest tonight.

I'll let you all know how I make out.

- WildCat



Visit us at [url=http://www.vertexgames.com]Vertex Games[/url]!
Re: Memory issue? #408
01/31/01 03:10
01/31/01 03:10

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Salve Ser

If the prolem is change VAR to BMAP, you need get a MISTMESH ERROR or a OVERFLOW ERROR and never an error (162) insufficient memory error.

Well, maybe, with this error, you found a little bug in A4 message table.

Joshua


Re: Memory issue? #409
01/31/01 15:02
01/31/01 15:02
Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
W
WildCat Offline OP
Expert
WildCat  Offline OP
Expert
W

Joined: Jul 2000
Posts: 1,570
Windsor, CT 06095
Joshua,
Changing VAR to BMAP did nothing. In fact, I double checked, and you the bitmaps for Bparticl and Gparticl worked fine as defined that way.

I DID find out what the problem was though. I had saved all the BMP files as 16 color files instead of 256 colors.

JCL... Not that I will ***EVER*** make this mistake again, but is there any way you could change the error message on this issue from "Out of memory" to something a little more helpful, like wrong color depth or something?

Thanks!

-WildCat



Visit us at [url=http://www.vertexgames.com]Vertex Games[/url]!
Re: Memory issue? #410
03/02/01 00:50
03/02/01 00:50

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Yes , I know, this topic is more than 1 month old,
but I have to agree on what WildCat said :
" JCL... is there any way you could change the error message
on this issue ... to something a little more helpful ".
I defined a Dataview on a Database on an EMPTY txt-file
and got : "error (162) : insufficient memory " !
- took me an hour to find out..
Capella



Re: Memory issue? #411
03/02/01 21:47
03/02/01 21:47

A
Anonymous
Unregistered
Anonymous
Unregistered
A



guys, if you have 512 or something mg ram and are runing a windows 98 you are trying to drive 300km/h with a bike. windows only manages 128 and no more. not even windows ME can help you with that.you will need an server OS like windows nt or windows 2000. other wise it will tell you what you have(sometimes not even that) but will never make you pc faster.

try changing your OS, or give everything the half or a fouth of the size. this should do it. its a lot of work but some day you will need to do it anyway.

hope to help

Cahetel


Re: Memory issue? #412
03/03/01 00:37
03/03/01 00:37

A
Anonymous
Unregistered
Anonymous
Unregistered
A



While it is true that Win98/ME doesn't address anything more than 128 MB, does not mean that no other program can...

Photoshop, 3D Studio Max, Quake 3 (it's true!), can all address whatever system memory you have, regardless of the OS.

------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."

Spectre


Page 2 of 3 1 2 3

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