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

Can't make the game work #67

Open
nhatquang0672 opened this issue Dec 20, 2023 · 1 comment
Open

Can't make the game work #67

nhatquang0672 opened this issue Dec 20, 2023 · 1 comment

Comments

@nhatquang0672
Copy link

I run the "make serve" command without any errors, but when access to localhost:8080, I don't see anything.
image
image
Can you help me with this issue ?

@munificent
Copy link
Owner

Are you on the latest Dart SDK? (I shouldn't make a difference, but it might.)

Also, can you include a full stack trace?

If you've run the game locally before, you may have some stale local storage data from previously created characters. Since the game is under development (and totally unsupported), I tend to change the storage format frequently, and that's likely to break loading existing characters. If I remember right, the game will delete any hero it can't load, so a refresh may help. If that doesn't work, try putting ?clear at the end of the URL and reload. That will delete any previously stored heroes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants