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

Regarding all applications (FlightSimApp/MinimalApp) crashes [Resolved] #10

Closed
mmmovania opened this issue Apr 4, 2022 · 4 comments
Closed

Comments

@mmmovania
Copy link

Hi,
I have successfully build the skybolt engine on windows. When I run the MinimalApp or FlightSimApp, the application closes and the console has this written. Can you please share why the textures are not loaded when they are contained in the Assets folder.

[2022-04-04 19:24:44.439233] [0x00001cd0] [info] Reading settings file '"XYZ:\Skybolt-master\src\SkyboltExamples\Exa
mplesCommon\ExampleSettings.json"'
[2022-04-04 19:24:44.442236] [0x00001cd0] [info] 8 CPU cores detected. Creating 7 background threads.
[2022-04-04 19:24:44.448242] [0x00001cd0] [info] Registered asset package: Assets
[2022-04-04 19:24:44.448242] [0x00001cd0] [info] Registered asset package: Core
void StateSet::setGlobalDefaults() ShaderPipeline disabled.
Error reading file Environment/Space/SunDisc.png: file not found
Error reading file Environment/Space/MoonDisc.jpg: file not found
Could not open image file: Environment/Space/MoonDisc.jpg

XYZ:\Skybolt-master\build\bin\Debug\FlightSimApp.exe (process 688) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .

@mmmovania
Copy link
Author

Nevermind I got this over by adding the folders in Assets main folder. previously the folder was not in the Assets folder. Now I am getting another issue, Error loading UH60: Could not find component: class skybolt::sim::DynamicBodyComponent. What am i missing?

@mmmovania
Copy link
Author

Some more details. I have the asset UH60 downloaded under Assets\Movers\Models\UH60 but still i get the error loading UH60.

@mmmovania
Copy link
Author

I guess the dynamicsmodel is need for flight sim app. MinimalApp works fine. THe issue is resolved.

@mmmovania mmmovania changed the title Regarding all applications (FlightSimApp/MinimalApp) crashes Regarding all applications (FlightSimApp/MinimalApp) crashes [Resolved] Apr 4, 2022
@matthew-reid
Copy link
Contributor

@mmmovania The flight sim app has a runtime dependency on the Bullet plugin, which must be built to run the app. I'm sorry that is not very clear in the error message. I'll add improving the error message to my list of tasks.

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