Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Access Violations (https://forums.graalonline.com/forums/showthread.php?t=24256)

neomaximus2k 02-21-2002 11:59 PM

Access Violations
 
Ok as part of cloud nine we have a few scripts running.
now whenever i open a certain lvl in either editor or playing it it ALWAYS comes up with...

Access Violation at address 0053AF2E in module "graal.exe" Read Address 00000000

Now i have tried it on all 3 of my systems and the same thing happens, also the guy helping me with the project gets the exact same error message.

So stefan is it something you are aware of? if not then i shall send the lvl and all the bits to yuo if you would like

Spanko 02-22-2002 07:00 PM

It's obviously the case that specific level has bugged up, you'll have to make it again.

zell12 02-22-2002 11:04 PM

I always get some kinda of "cannot focos window" or something like that :(

neomaximus2k 02-22-2002 11:04 PM

Quote:

Originally posted by Spanko
It's obviously the case that specific level has bugged up, you'll have to make it again.
..... you have NO idea how long the lvl has taken.
the scripting invloved in cloud 9 is very precise and and :'(

zell12 02-22-2002 11:07 PM

I get alot of errors, and sometimes, I'm like, playing my level, and whn there all connected, I'm moving over the levels in the editor with the arrow thing, and all of a sudden I get an error, and the level turns to all grass, and I can't restore it :grrr:

neomaximus2k 02-22-2002 11:50 PM

Quote:

Originally posted by zell12
I get alot of errors, and sometimes, I'm like, playing my level, and whn there all connected, I'm moving over the levels in the editor with the arrow thing, and all of a sudden I get an error, and the level turns to all grass, and I can't restore it :grrr:
never had that one, dont know how to do it lol

As for my problem i know EXACTLY what is causing it
playerhearts+=;

That simple line causes my graal to crash. Any ideas stefan?

and dont say replace it with playerhearts=playerts+1; cause i have but it is still a bug

Tyhm 02-23-2002 12:16 AM

playerhearts+=1;
playerhearts++;

playerhearts+=; is not a complete line.

And in any case, hurt -1 does the same thing, with a little less class.

zell12 02-23-2002 03:00 AM

I think he wants the bug fixed, no? Not just a way around it

mrkriton 02-23-2002 09:44 AM

You guys are lucky. You at least still have the ability to lay Graal Online. Me on the other hand graal crashes my whole computer. Im playing the game and instantly my whole computer freezes. WHAT also sucks is Stefan and Unixmad removed the version before the first rev of the new version. DOSENT THAT JUST BLOW

neomaximus2k 02-23-2002 05:06 PM

Quote:

Originally posted by Tyhm
playerhearts+=1;
playerhearts++;

playerhearts+=; is not a complete line.

And in any case, hurt -1 does the same thing, with a little less class.

like i said i know of ways around it but why have par tof a script that doesn't work
the += just adds 1 to itself you dont have to add the 1 after it at all so it is a complete mathamatical equation kind of thing bu just kills graal whenever you use it on the player stats

Tyhm 02-24-2002 02:02 AM

Anoo, += waits for a second argument. ++; is +=1;

freddyfox 02-24-2002 02:16 AM

I believe +=; basically tells the script that it's adding to the playerhearts, but it doesn't tell what it's equal to, so it keeps on adding hearts forever, making graal crash.

Spanko 02-24-2002 03:43 AM

Quote:

Originally posted by freddyfox
I believe +=; basically tells the script that it's adding to the playerhearts, but it doesn't tell what it's equal to, so it keeps on adding hearts forever, making graal crash.
Yes, though it's strange it just doesn't add null (I.E. Nothing).


All times are GMT +2. The time now is 12:08 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.