Game Development Community

Reinstall Now Blank Screen (Troubleshoot Question) (solved)

by rennie moffat · in iTorque 2D · 04/15/2011 (11:03 am) · 3 replies

Hi there,
I have gone thru a few things. Let me explain.

1. created project in 1.4.1
2. because of an unknown script error (at the time, now resolved) removed 1.4.1, and reinstalled 1.4 accidentally
3. created new project, copied over game folder
4. realized I was running 1.4, deinstalled, and reinstalled 1.4.1
5. switched over game folder

Current Status.
My screen, window, when game run is black. My datablocks for the level have been added. Not sure. Any troubleshooting advice.

Thanks

About the author

My thanks to Garage Games and the Garage Games Community combined with owned determination I got one game up, Temple Racer and I am looking to build more interesting, fun games for the mass market of the iOS app store.


#1
04/15/2011 (11:15 am)
I just looked thru the console. The only suspicoius line I found was...

Missing file: /Applications/iTorque2D_1_4_1/MyProjects/MoneyBuckets/projectFiles/common/gui/consoleProfiles.cs!
Missing file: /Applications/iTorque2D_1_4_1/MyProjects/MoneyBuckets/projectFiles/common/gui/console.gui!


I looked in the examples and they have no such file so, not sure if this means anything.



The other bit of info, is the last line from the console...

--------Adding to Level game

I can not see an echo call for this anywhere. So I am a little stumped.



Link to console read:
pastebin.com/udPprY8W
#2
04/15/2011 (11:43 am)
In one of the examples (musicPLayer)

the line, I received last....
--------Adding to Level game


..appears as...
--------Adding to Level game/data/levels/emptyLevel.t2d


I am unsure how to adress this. Any insight is grateful. and thanked.
Thanks.



ps. the levels (in my project) are there in "data/levels/"
#3
04/15/2011 (12:06 pm)
In XCode the scripts go one step further...

--------Adding to Level game
Error loading level game. Invalid file.
oniPhoneBecomeActive: Unknown command.



my defaultLevel is my commonConfig is emptyLevel.t2d. And it is there, in the level file folder so... not sure what to do.





Further developments:

I removed all level .dso's now, they will not recompile.
:s, none of them.













EDIT:
So I just created a new project and instead of copying the entire game file over, just took bits and pieces and I have it running. Anyhow, thanks for nothing! Joking.


Thanks.