ratalaika / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

In IntroGame, the Actors were not loaded from the INI file #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and unpack the source code.
2. Open the solution in Visual Studio.
3. Build the solution in Release mode.
4. Run without debugging.

What is the expected output? What do you see instead?
On the demo screens from DemoScreenDefFile.cpp and DemoScreenLevelFile.cpp,
actors are referenced in the text but do not appear on the screen.

What version of the product are you using? On what operating system? Is it
a downloaded distribution or from SVN?
I am using the stable Angel-2.0 from the zip file.  I am attempting to
build and run it on Windows Server 2003 using Visual Studio 2008 on a dual
CPU Intel Xeon x86 2.0GHz with 2 gigs of RAM.  I have the latest DirectX
SDK installed (November 2008).

Please provide any additional information below.
N/A

Original issue reported on code.google.com by johnatho...@gmail.com on 2 Mar 2009 at 1:49

GoogleCodeExporter commented 9 years ago
It appears like DemoScreenLayeredCollisionLevelFile.cpp has the same issue.  I 
also
noticed I am getting Python errors on the console.  For the 
DemoScreenDefFile.cpp, I
receive:

NameError: name 'Actor' is not defined

and for the other two screens I get:

NameError: name 'LoadLevel' is not defined

Original comment by johnatho...@gmail.com on 2 Mar 2009 at 2:17

GoogleCodeExporter commented 9 years ago
I wasn't seeing this in my build of 2.0 (else I wouldn't have released it :-) 
). Your
comment on issue 19 said that this was fixed in my branch, though, so something 
must
have addressed it at some point. Odd. In any event, fixed. 

Original comment by lieseg...@gmail.com on 2 Mar 2009 at 7:15

GoogleCodeExporter commented 9 years ago
Interestingly, with the 2.1 download out of the box compiling in VS2008 I still 
get
these errors. Any ideas?

Original comment by lawrence...@gmail.com on 21 Apr 2009 at 11:39

GoogleCodeExporter commented 9 years ago
Does the same problem happen with the trunk? I found a problem with VS 2008 
that I
believe was related to this. Could you let me know the exact error you're 
getting if
it's still happening with the trunk? 

Original comment by lieseg...@gmail.com on 22 Apr 2009 at 3:30

GoogleCodeExporter commented 9 years ago
Trunk works perfectly - thanks for the help! :)

Original comment by lawrence...@gmail.com on 22 Apr 2009 at 7:18

GoogleCodeExporter commented 9 years ago
Great; I'll mark this closed. 

Original comment by lieseg...@gmail.com on 22 Apr 2009 at 10:41