a7mdfm / dieselblittingengine

Automatically exported from code.google.com/p/dieselblittingengine
1 stars 0 forks source link

svn repo doesn't exist #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to read-only repo
2. Attemp to download
3. Read error message

What is the expected output? What do you see instead?
Expected to download subversion files. Get nothing.

What version of the product are you using? On what operating system?
The latest, on OS X Leopard.

Please provide any additional information below.
Really curious to take a look at your engine, but can't get to the code.

Original issue reported on code.google.com by whittake...@gmail.com on 29 Aug 2008 at 2:19

GoogleCodeExporter commented 9 years ago
Actually managed to download the repo by leaving off the
dieselblittingengine-read-only instruction. Managed to compile Example_Blitting 
and
Example_TileLoader, but Example_Diesel throws runtime errors:

width: 176, viewingRect.height: 160
TypeError: Error #1007: Instantiation attempted on a non-constructor.
    at com.jxl.battlefield.view::CharacterSprite/::updateFacing()
    at com.jxl.battlefield.view::CharacterSprite$iinit()
    at com.jxl.battlefield.view::SpriteMap/createCharacterSprite()
    at Example_Diesel$iinit()
TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
    at com.jxl.battlefield.view::WalkableMap/repaint()
    at com.jxl.battlefield.view::DefaultTileMap/::onEnterFrame()
TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
    at com.jxl.battlefield.view::WalkableMap/repaint()
    at com.jxl.battlefield.view::DefaultTileMap/::onEnterFrame()

The last two repeat indefinitely from the onEnterFrame event. I've tried to 
debug it
but I'm still new to AS3. Any idea what's up?

Cheers,

Scott

Original comment by mswiole...@gmail.com on 3 Sep 2008 at 10:38