-
Notifications
You must be signed in to change notification settings - Fork 18
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
shadowgrounds - Game crash when starting a game #18
Comments
Some somewhat good news I have found this:
So it seems that I have to execute the script fix-files.sh to fix some issue with missing files. I will give it a try and keeps you update. |
So as described in the script, I copy it into the installation dir of shadowgrounds and execute it. When starting a new game, the game crashes still. Now the only missing files are the DDS files. Below are the trace:
I will check the content of JackClaw for those missing textures and see if adding them in the install dir of shadowgrounds will be enough. |
I have performed some additional searches of the missing files. They are in Concerning the missing files I can update the fix-files.sh script to add the lines to copy the dds files to the required directory, but wouldn't it be better to fix the code to look into the correct directory? Concerning the core dump below are the final trace. If you need additional information do not hesitate to ask.
|
Thanks a lot, I've reproduced it. |
As I am facing the same problem in survivor, as reported in issue #20, my guess is that a file is not in a format known by some parts of the code. What do you think or have found? |
I haven't looked at the code yet -- don't have much time at working days. |
I confirmed that it works on my computer. Thanks. |
You are welcome :) |
At the main menu, when starting a game after clicking the start button, the game loads and after a few seconds it crashes with the following output on the terminal:
This happens with the Intel GPU and the NVidia one.
System information:
Laptop Asus K73SJ
CPU: Intel core i7
RAM: 8 Go
OS: Fedora 21 64 bits
lspci result for VGA component:
Could the missing textures comes from the game Jack Claw or from survivor and expecting to find the textures of the three games, or did I have a very old version of shadowgrounds data?
The text was updated successfully, but these errors were encountered: