Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Script Crash in SYS #348511
11/27/10 19:20
11/27/10 19:20
Joined: Oct 2010
Posts: 15
M
Minoterrae Offline OP
Newbie
Minoterrae  Offline OP
Newbie
M

Joined: Oct 2010
Posts: 15
Anyone know the specific meaning of this error message other than a script isn't running properly?

Re: Script Crash in SYS [Re: Minoterrae] #348512
11/27/10 19:28
11/27/10 19:28
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Wrong Forum, better use a lite-C-Programming or Starting with Gamestudio-Forum instead.

Check the Manual, some common reasons for this error message (invalid pointers, ...) are mentioned there.

You can use sys_marker to track down the error location, example:

...
sys_marker("B01");
you = ent_create...
...
sys_marker(NULL); //reset marker

When your code crashes inbetween those lines, the error will output B01 instead of SYS.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | 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