Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest experimental build: black screen on Windows #2744

Closed
kenoxite opened this issue Aug 30, 2013 · 5 comments

Comments

Projects
None yet
4 participants
@kenoxite
Copy link

commented Aug 30, 2013

Can't report the exact version, as the application's title bar has reverted back to the bugged one where only v0.6git is shown. But it's the build available for download as of now.

When starting the exe only a black screen is shown. Maybe something to do with the missing gfx/tinytile.png file that seems to be being called from gfx.txt.

EDIT:
This is what debug.log says:

catajson.cpp[30]: Parse error in gfx/tile_config.json.

ERROR: syntax error at line 1 near:

And this in logg.txt:

Initializing SDL Tiles context
Attempting to Initialize JSON and TILESET path information from [data/gfx.txt]
JSON path set to [gfx/tile_config.json].
TILESET path set to [gfx/tinytile.png].
Attempting to Load JSON file
ERROR: gfx/tile_config.json could not be read.
Attempting to Load Tileset file
Buffer Surface-- Width: 640 Height: 400
Attempting to Create Rotation Cache

@CIB

This comment has been minimized.

Copy link
Contributor

commented Aug 30, 2013

Please paste your gfx/tile_config.json

@kenoxite

This comment has been minimized.

Copy link
Author

commented Aug 30, 2013

There's no gfx/ dir in the Windows SDL version. That's the point.

@GalenEvil

This comment has been minimized.

Copy link
Contributor

commented Aug 30, 2013

You are correct! Sorry about that, I'll have to talk to narc0tiq about putting the gfx directory into the build. With it the build works fine (mostly)

@1942rob

This comment has been minimized.

Copy link
Contributor

commented Aug 31, 2013

Isn't it just adding gfx to the BINDIST_EXTRAS line in the Makefile?

@kenoxite

This comment has been minimized.

Copy link
Author

commented Aug 31, 2013

Seems to be fixed now.

@kenoxite kenoxite closed this Aug 31, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.