Anonymous user
Game Creation Problems: Difference between revisions
no edit summary
*>SSH |
*>Ishmael No edit summary |
||
Line 8: | Line 8: | ||
== When I enter a certain room, I just get a black screen. == | == When I enter a certain room, I just get a black screen. == | ||
Make sure that you haven't used a | Make sure that you haven't used a blocking command in the "Player enters room (before fadein)" event for that room. Remember that this event happens BEFORE the screen fades in. | ||
To make sure, when you get the black screen, try pressing enter, or clicking the left mouse button. If nothing happens then something more serious may have happened. If this is the case, press Alt+X, which should exit the program and give you a | To make sure, when you get the black screen, try pressing enter, or clicking the left mouse button in case you might have a Display Message or similiar command placed in the "Player enters room (before fadein)" event. If nothing happens then something more serious may have happened. If this is the case, press Alt+X, which should exit the program and give you a trace of what was going on. | ||
Line 24: | Line 24: | ||
== I get a message "Exiting due to signal SIGxxxx, Shutting down Allegro" and it says it "exited without requesting it". == | == I get a message "Exiting due to signal SIGxxxx, Shutting down Allegro" and it says it "exited without requesting it". == | ||
If you see a list of numbers, each starting with "0x", please write them down and contact | If you see a list of numbers, each starting with "0x", please write them down and contact CJ on the forums. Check that you haven't done anything silly, like used a sprite or view number which doesn't exist. | ||
[[Category:AGS Beginners' FAQ]] | [[Category:AGS Beginners' FAQ]] |