Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (7th_zorro, Aku_Aku, 1 invisible), 579 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Error 13 un-associated with _POS() #469915
12/13/17 13:13
12/13/17 13:13
Joined: Jan 2017
Posts: 9
M
Mook_Yon Offline OP
Newbie
Mook_Yon  Offline OP
Newbie
M

Joined: Jan 2017
Posts: 9
Following script outline (w/o TMF or other unsynchronized function calls):
Quote:
function run()
{
_POS(1);
...
...
... code comes here [with additional _POS(i) calls ...]
...
...
_POS(20); // Last _POS() call, just before run()'s exit
}

is generating the following error:
Quote:
Error 013: Invalid parameter ()
(20)

It seems like the error is somehow formed in the Zorro environment, not specifically associated with a function call. Can anybody advise: how such an error be troubleshooted/identified?

THX!

Re: Error 13 un-associated with _POS() [Re: Mook_Yon] #469917
12/13/17 15:18
12/13/17 15:18
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
http://zorro-project.com/manual/
-> error messages

Quote:
Error 013: Invalid parameter (...)
An invalid value or wrong format specicaused an exception in an expression.


Double check all inputs fed to functions and make sure they are the correct type.

Re: Error 13 un-associated with _POS() [Re: Hredot] #469920
12/13/17 19:52
12/13/17 19:52
Joined: Jul 2000
Posts: 27,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
Frankfurt
It would be good to see your code.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1