Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Nymphodora), 1,466 guests, and 4 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 1 of 2 1 2
Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial #328734
06/14/10 22:16
06/14/10 22:16
Joined: Jun 2010
Posts: 7
M
MikeT Offline OP
Newbie
MikeT  Offline OP
Newbie
M

Joined: Jun 2010
Posts: 7
Hello,

We (my son and I) are going through the T7 tutorial: Outdoor Level Template.

We clicked New Level, Project Wizard
Selected Outdoor Level
We filled in the Project Path and Folder the same as in the Tutorial (except using the correct folder name)

Level opened as in tutorial.
We checked the Project Path and Folder.
The Folder was there, along with its subFolders (Code, etc.)

We Clicked Run then OK

Then we get the error message:

E1512 - Empty Prototype Called in Main

Please Help us before we give up on GameStudio.

Thanks,


MikeT

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: MikeT] #328743
06/14/10 23:15
06/14/10 23:15
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
If you give up that fast, you should ask yourself if game design is the right thing for you.
Why do you use such an old gamestudio version anyway, 7.36? Where did you get it?
You should update your A7 version, this will fix many issues you may encounter.


"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
Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Superku] #328755
06/15/10 03:39
06/15/10 03:39
Joined: Jun 2010
Posts: 7
M
MikeT Offline OP
Newbie
MikeT  Offline OP
Newbie
M

Joined: Jun 2010
Posts: 7
Hi SuperKu,
Thanks for your fast response.

The Version (as displayed in WED) is really:
Gamestudio Free 7.84 /WED V6.944
It was downloaded 6/2/2010

The 7.36 came from the Help > About on the initial window that opens when the program starts (SED):
SED Version 7.36.0

As mentioned I'm just a beginner.

We are not ready to give up on Game Programming.
However, we are searching for a suitable game developement platform. Any program that gives error message(s) on the initial use gives cause for concern.

If the error can be resolved, with the forum's help, that will indicate two important things:
1. That the program is basically sound.
2. The Forum is responsive.

I am heartened to have received a quick response. Thanks!

BTW: The Computer and OS info is:
Toshiba Laptop: Satellite L305D
CPU: AMD Sempron SI-42 2.1GHz
3.00 GB Ram
Windows 7 Home Premium
ATI Radeon 3100 Graphics

Thanks in advance for you help.


MikeT

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: MikeT] #328759
06/15/10 04:01
06/15/10 04:01
Joined: Jan 2008
Posts: 58
A
Asgadir Offline
Junior Member
Asgadir  Offline
Junior Member
A

Joined: Jan 2008
Posts: 58
to 99% you have forgotten a ';' somewhere. (without the ')

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Asgadir] #328765
06/15/10 05:15
06/15/10 05:15
Joined: Jun 2010
Posts: 7
M
MikeT Offline OP
Newbie
MikeT  Offline OP
Newbie
M

Joined: Jun 2010
Posts: 7
Hi Asgadir,

Currently, we are only at end of the 30 second guide:
http://www.opserver.de/wiki/index.php/30_Second_Guide

Since this only involves the Project Wizard, we haven't been doing any coding yet.

Could it be that the Project Wizard is leaving out the ';' ?

BTW: murlok on 5/26/2010 posted a similar question - with 0 relies:
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=325328#Post325328


Thanks,

MikeT

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: MikeT] #328810
06/15/10 13:55
06/15/10 13:55
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Did you change something in the script? "Empty Prototype" happens when you define a function prototpye like this:
Code:
void myfunction ();


And then call it without writing the actual function.

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Lukas] #328817
06/15/10 14:50
06/15/10 14:50
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
That is a bit strange. I just gave it a try and everything works fine.
When does that error appear?
I thought that the code might be outdated, but that doesn´t seem to be the case (and actually nearly never should, as gamestudio should usually be completely backwards compatible). The only thing I could think of is, that there is some file missing for you, which exists on my system due to updating. But that should give you another error message then.

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Slin] #328819
06/15/10 15:03
06/15/10 15:03
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline
Senior Member
Razoron  Offline
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
Post your acklog.txt here. To generate it, add the -diag command.

Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Razoron] #328850
06/15/10 16:15
06/15/10 16:15
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
I've just tried it and it works fine for me, too, although the outdoor example looks and feels horrible, don't expect much.
Make sure to check the following list:

Quote:
* The following files should be installed:
* - "t7.dll" in the "acknex_plugins" folder.
* - "templates" folder in the GStudio7 root folder.
* - "t7" folder in the include folder.
* - "wdlv.dll" in GStudio7 root folder (if you want to use WED).


Last edited by Superku; 06/15/10 16:17.

"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
Re: Error Msg: E1512 - Empty Prototype... Beginner on T7 Tutorial [Re: Razoron] #328920
06/16/10 03:11
06/16/10 03:11
Joined: Jun 2010
Posts: 7
M
MikeT Offline OP
Newbie
MikeT  Offline OP
Newbie
M

Joined: Jun 2010
Posts: 7
Hi Razoron,

Here is the acklog.txt:

Log of A7 Engine 7.84.2 run at Tue Jun 15 22:34:54 2010
elijah on Windows NT/2000/XP version 6.1 Build 7600
Options myproj.c -nx 30 -diag
App: C:\Program Files\GStudio7\acknex.exe in C:\USERS\ELIJAH\DOCUMENTS\GS7\

MM mixer opened
DSOUND device opened
DI interface opened
Start Window opened
(c) Conitec - Dieburg - San Diego - www.3dgamestudio.com
A7 Engine - Free Edition V7.84.2 - Apr 17 2010
Development version
Registered to: Free Edition

Mouse found
Speakers (Realtek High Definition Audio) opened
ATI Radeon 3100 Graphics pure T&L device 1ff9 detected
D3D device ATI Radeon 3100 Graphics 1ff9 selected.
Compiling MYPROJ.C - [Esc] to abort..
PATH code\
PATH images\
PATH includes\
PATH maps\
PATH models\
PATH sounds\
PATH textures\
PATH C:\Program Files\GStudio7\templates\t7w_outdoor\..
PATH C:\Program Files\GStudio7\acknex_plugins\
PATH C:\Program Files\GStudio7\code\
PATH C:\Program Files\GStudio7\templates\code\
PATH C:\Program Files\GStudio7\templates\images\
PATH C:\Program Files\GStudio7\templates\includes\
PATH C:\Program Files\GStudio7\templates\maps\
PATH C:\Program Files\GStudio7\templates\models\
PATH C:\Program Files\GStudio7\templates\sounds\
PATH C:\Program Files\GStudio7\templates\textures\
PATH C:\Program Files\GStudio7\templates\xml\.......
anim_reload: function not found
camera_add: function not found
camera_insert: function not found
camera_next: function not found
camera_prev: function not found
camera_remove: function not found
camera_set_ang: function not found
camera_set_target_ent: function not found
camera_set_target_offset: function not found
camera_set_target_vec: function not found
camera_set_vec: function not found
entity_act: function not found
entity_act_vec: function not found
entity_add: function not found
entity_add_cmp: function not found
entity_cmp_act: function not found
entity_cmp_get_int: function not found
entity_cmp_get_var: function not found
entity_cmp_set: function not found
entity_get_int: function not found
entity_get_var: function not found
entity_get_vec: function not found
entity_remove: function not found
entity_set: function not found
entity_set_ptr: function not found
entity_set_str: function not found
entity_set_vec: function not found
project_level_: function not found
project_load: function not found
project_remove: function not found
project_update: function not found... 0.269 sec
Running MYPROJ.C.
2 objects
Main started at 2.377
Error E1512: Empty prototype called in main
def_startup started
Main loop at 4.601...
Normal exit at 4.601
Normal Exit
Close level,DLL,objects
Free input,funcs,panels,defs,syns,views,strings,vars..ok
Free sounds,bmaps,fonts,hash,defs1,script..ok
Close dx,multimedia,D3D,engine,physics,nexus..ok
A7 Engine - Free Edition V7.84.2 - Apr 17 2010
(c) Conitec - Dieburg - San Diego - www.3dgamestudio.com
Registered to: Free Edition
Close window at 4.646

Thanks!


MikeT

Page 1 of 2 1 2

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