-
Notifications
You must be signed in to change notification settings - Fork 163
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
Example can't run lack of game.dat? #56
Comments
After building you need to import assets and then build again. For windows, after building the command is apparently: (Do this inside
this should generate the |
OK,thanks for reply. Successfuly get game.dat,and now get new error...what is happening? Halley has aborted with an unhandled exceptions:Process aborting with signal #SIGSEGV (11) It seems halleyproj.exe does not cry for game.dat but this happened. |
Not 100% sure but first make sure that you have all the necessary libraries eg:
Try again from a clean build (delete the build and bin folders in both halley and your project). Use a similar command as above to make, then type Hopefully that helps... maybe? |
I'm on MacOS, just wanted to check. I ran |
@ParityB1t Bit of a weird one, but on macOS the ./halley/bin/halley-cmd import "$(pwd)" "$(pwd)/halley" |
I'm useing Window 7,VS2017,successfully compile halley-template example.
But while run the app,It says
Unhandled exception : Unable to load resource .../halley-template/assets/game.dat
I checked folder there is no game.dat file there,so what should I do to run a success example?
The text was updated successfully, but these errors were encountered: