-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rocky runs but cannot see any earth. #58
Comments
Great question :) Also, I would like to see your You can also try a map with local data, in case there's a networking problem: |
So
|
Maybe you need to set your |
I already did. |
Try pulling the latest rocky, and run it with the log level argument. Maybe this will reveal why PROJ is failing.
|
So I have rebuilt and run like you said and the messages are:
|
I'm not able to reproduce this on either Windows or WSL2 Ubuntu. The only course of action I can think of is to set a debugger breakpoint or examine the code and figure out why PROJ is getting an empty string. The function in question is here: |
Any luck with this? |
So I found that I have another version of proj on my computer, so I deleted it and tried to rebuild. Currently with latest rocky pull I have several error while building which may be related to the version of gcc I am using:
and
May I ask which version of gcc and g++ are you using for rocky on Ubuntu? |
Thanks. |
Ok so I managed to build rocky, but rocky_demo debug throws these errors which seems unrelated to the previous issues
|
Can you please post a gdb stack trace?
By the way, have you tried building and running the apps in vsgExamples ? It would be nice to know if you can run basic VSG stuff before trying to debug Rocky. |
So I just built rocky on my Ubuntu 22.04 using vcpkg. I tried running rocky_demo but only the menu window appears but nothing else. The terminal prints out these line:
[rocky info] PROJ says: proj_create_from_wkt: missing [
[rocky info] PROJ says: proj_create_from_wkt: missing [
[rocky info] PROJ says: proj_create_from_wkt: missing [
[rocky info] PROJ says: proj_create_from_wkt: missing [
[rocky info] PROJ says: proj_create_from_wkt: whitespace only string
[vsg info] texel_margin = 12
[vsg info] quad_margin = 6
[vsg info] [Vulkan] vkCreateDevice layer callstack setup to:
[vsg info] [Vulkan]
[vsg info] [Vulkan] ||
[vsg info] [Vulkan]
[vsg info] [Vulkan] ||
[vsg info] [Vulkan]
[vsg info] [Vulkan] Using "NVIDIA T1000" with driver: "libGLX_nvidia.so.0"
ASSERTION FAILURE (getAllKeysAtLOD @ Profile.cpp:241) profile.valid() ...
[rocky info] Removing window...
[rocky info] All windows closed... shutting down.
What could be the problem?
The text was updated successfully, but these errors were encountered: