-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error running game #14
Comments
Hey, sorry again for not seeing this. Let me know if it happens in the latest commit. I saw that you may have already fixed this in the fork, but if not, ill take a look. Thanks for checking out my game! |
No worries, thanks for taking your time to answer! I checked out the latest commit as of writing this and it fails with:
|
This is so strange... It seems there are 2 issues going on, and they seem unrelated, i think.
The |
The latest commit runs I just don't see the player, but yeah it runs <3... thank you! As we know, a lot of warnings:
And that's again a upper/lowercase problem.... cat /home/nerdachse/projects/game_dev/inspiration/BevySurvivalGame/assets/greensapplingstage2.png
cat: /home/nerdachse/projects/game_dev/inspiration/BevySurvivalGame/assets/greensapplingstage2.png: No such file or directory but cat /home/nerdachse/projects/game_dev/inspiration/BevySurvivalGame/assets/GreenSapplingStage2.png
PNG
IHDR�sRGB��^IDATH�J�
鴒RtW).�t�ta1>
�b\ �0�01͟�!L2�9ۻ��kQ[�4�} �!$�}DHW6Ͱz
܌G�;R�u�ɢ$Y2@o���$k��t�PDG���H��q(q5>��w^`+�r5�E���yrV�
��bY�0饵pmVIENDB`⏎ |
That is super weird that you dont see the player, is it an asset issue like the others? Do you see player asset warnings too? Also damn what is that output at the bottom, with the weird characters? never seen that before. Glad you got the game running though! |
Hey again! No, it's not weird, I don't own a MacOS system, but I searched real quick and although it's Unix based the default filesystem seems to be case-insensitive just like Windows. My filesystem on Linux is case sensitive, so that's the whole problem here.
The output at the end was the output of
Thanks again for your help! |
Oh sorry i completely missed the Sorry again about the case issues, i will make sure i add that to my list of things to fix. Glad you got it working! Ill be continually adding more features/fixes now that im back in the flow of things |
Sorry, regarding I didn't mean to be condescending or sound educational, I am working with so many people that don't know their way around a terminal (by occupation, not idiocy) so it was natural to me to explain it. You have nothing to be sorry about, really. Thanks for making your efforts open source! |
Oh don't worry, I didnt take it like that at all! Always appreciate an opportunity to learn, regardless :) You're welcome, I'm glad you found it useful! Im also waiting in anticipation for bevy to upstream The reason i stopped development for a while was because I was discouraged not being able to keep up-to-date with bevy, but I figured I can keep moving forward anyway, and update when the time comes. |
Hello!
First off: Thanks for the work you've put into this game. It looks lovely. Sadly I cannot run it locally to tinker a bit more, because of these issues:
First I had:
I assume you use Windows? On unix-based operating systems "WorldGenerationParams.prototype.ron" is not the same as "worldgenerationparams.prototype.ron".
The same is true for the folder
assets/textures/Player
... it's not the same asassets/textures/player
I've fixed all these issues, but now I get:
I am not sure what's going wrong here, as the code looks good. I am not familiar with
bevy_asset_loader
though.The text was updated successfully, but these errors were encountered: