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

program dont start because of Initialize network access #3962

Open
jpVm5jYYRE1VIKL opened this issue Oct 25, 2024 · 12 comments
Open

program dont start because of Initialize network access #3962

jpVm5jYYRE1VIKL opened this issue Oct 25, 2024 · 12 comments
Assignees
Labels
help wanted We may not have the hardware or expertise infrastructure Infrastructure related issues os: linux Specific issues for Linux-family OS
Milestone

Comments

@jpVm5jYYRE1VIKL
Copy link

jpVm5jYYRE1VIKL commented Oct 25, 2024

Qt: Session management error: Authentication Rejected, reason : MIT-MAGIC-COOKIE-1 authentication rejected
WARNING StelFileMgr::StelFileMgr: could not find install location: "/usr/share/stellarium"  (we checked for  "/usr/share/stellarium/data/ssystem_major.ini" ).
Maybe this is AppImage or something similar? Let's check relative path...
 -------------------------------------------------------------
[ This is Stellarium 24.3 (v24.3.0) - https://stellarium.org/ ]
[ Copyright (C) 2000-2024 Stellarium Developers               ]
 -------------------------------------------------------------
Writing log file to: /home/ktoto/.stellarium/log.txt
File search paths:
 [0]: /home/ktoto/.stellarium
 [1]: /tmp/.mount_StellafTajLL/usr/bin/../share/stellarium
Config file: /home/ktoto/.stellarium/config.ini
Default surface format:  QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
OpenGL module type: desktop OpenGL
System language (ISO 639 / ISO 3166): en_US
Default surface format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::CoreProfile)
OpenGL module type: desktop OpenGL
StelGLWidget constructor
StelGraphicsScene constructor
initializeGL(windowWidth = 1024, windowHeight = 768)
OpenGL supported version:  "3.3.0 NVIDIA 550.120"
Current Format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::CoreProfile)
Initialization StelMainView
Luminance textures are not supported
Running in High Graphics Mode
Maximum texture anisotropy: 16
Maximum 2D texture size: 32768
Detected: OpenGL 3.3
Driver version string: 3.3.0 NVIDIA 550.120
GL vendor: NVIDIA Corporation
GL renderer: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2
GL Shading Language version: 3.30 NVIDIA via Cg compiler
GLSL Version Number detected: 3.3
GLSL version is fine, we should not see a graphics problem.
stel.OpenGLArray: Vertex Array Objects are supported
Sky language: en_US
Empty translation file for language  "en_US" in section "stellarium-planetary-features"
Planetary features language: en_US
Application language: en_US
Scripts language: en_US


@alex-w alex-w added the os: linux Specific issues for Linux-family OS label Oct 25, 2024
@alex-w
Copy link
Member

alex-w commented Oct 25, 2024

I see the part of the log, please share more info: how does you launch the Stellarium? Have you an active firewall in your PC? Wayland- or X11- session?

@alex-w alex-w added the state: grading The problem is in process of classification... label Oct 25, 2024
@jpVm5jYYRE1VIKL jpVm5jYYRE1VIKL changed the title program dont start because of Initialize network connections program dont start because of Initialize network access Oct 25, 2024
@jpVm5jYYRE1VIKL
Copy link
Author

jpVm5jYYRE1VIKL commented Oct 25, 2024

I see the part of the log, please share more info: how does you launch the Stellarium? Have you an active firewall in your PC? Wayland- or X11- session?

i start from x11 plasma manjaro(arch). just downloaded release appimage file.

program stay hangen on this condition forever

ksnip_20241025-213000

@alex-w
Copy link
Member

alex-w commented Oct 25, 2024

Hmm… a stupid idea - please check permissions for .cache directory

@jpVm5jYYRE1VIKL
Copy link
Author

jpVm5jYYRE1VIKL commented Oct 26, 2024

.cache directory have access 755 .

this is strace output :

ioctl(34, SIOCGIWMODE, 0x7fff5ebd24a0)  = -1 EOPNOTSUPP (Operation not supported)
ioctl(34, SIOCGIWMODE, 0x7fff5ebd24a0)  = -1 EOPNOTSUPP (Operation not supported)
ioctl(34, SIOCGIWMODE, 0x7fff5ebd24a0)  = -1 EOPNOTSUPP (Operation not supported)
ioctl(34, SIOCGIWMODE, 0x7fff5ebd24a0)  = -1 EOPNOTSUPP (Operation not supported)
ioctl(34, SIOCGIWMODE, 0x7fff5ebd24a0)  = -1 EOPNOTSUPP (Operation not supported)
recvfrom(34, [{nlmsg_len=20, nlmsg_type=NLMSG_DONE, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=0, nlmsg_pid=2046888}, 0], 8192, 0, NULL, NULL) = 20
sendto(34, [{nlmsg_len=24, nlmsg_type=RTM_GETADDR, nlmsg_flags=NLM_F_REQUEST|NLM_F_DUMP, nlmsg_seq=1, nlmsg_pid=0}, {ifa_family=AF_UNSPEC, ifa_prefixlen=0, ifa_flags=0, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=0}], 24, 0, NULL, 0) = 24
recvfrom(34, [[{nlmsg_len=76, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=8, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("127.0.0.1")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("127.0.0.1")], [{nla_len=7, nla_type=IFA_LABEL}, "lo"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=318, tstamp=318}]]], [{nlmsg_len=88, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=26, ifa_flags=0, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("eno1")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("10.111.111.70")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("10.111.111.70")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("10.111.111.127")], [{nla_len=9, nla_type=IFA_LABEL}, "eno1"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_NOPREFIXROUTE], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=2506, ifa_valid=2506, cstamp=84917810, tstamp=86087736}]]], [{nlmsg_len=88, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=28, ifa_flags=0, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("Vlan13")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("192.168.43.7")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("192.168.43.7")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("192.168.43.15")], [{nla_len=11, nla_type=IFA_LABEL}, "Vlan13"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_NOPREFIXROUTE], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=405, ifa_valid=405, cstamp=84917737, tstamp=86207684}]]], [{nlmsg_len=92, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=24, ifa_flags=0, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("vlan1002")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("10.111.222.110")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("10.111.222.110")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("10.111.222.255")], [{nla_len=13, nla_type=IFA_LABEL}, "vlan1002"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_NOPREFIXROUTE], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=405, ifa_valid=405, cstamp=84917615, tstamp=86207634}]]], [{nlmsg_len=88, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=16, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("docker0")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("172.17.0.1")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("172.17.0.1")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("172.17.255.255")], [{nla_len=12, nla_type=IFA_LABEL}, "docker0"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=5193, tstamp=5193}]]], [{nlmsg_len=88, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=28, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("vlan12")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("10.111.111.130")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("10.111.111.130")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("10.111.111.143")], [{nla_len=11, nla_type=IFA_LABEL}, "vlan12"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=84916768, tstamp=84916768}]]], [{nlmsg_len=88, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET, ifa_prefixlen=26, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_UNIVERSE, ifa_index=if_nametoindex("Vlan1")}, [[{nla_len=8, nla_type=IFA_ADDRESS}, inet_addr("10.111.111.32")], [{nla_len=8, nla_type=IFA_LOCAL}, inet_addr("10.111.111.32")], [{nla_len=8, nla_type=IFA_BROADCAST}, inet_addr("10.111.111.63")], [{nla_len=10, nla_type=IFA_LABEL}, "Vlan1"], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=84916765, tstamp=84916765}]]]], 8192, 0, NULL, NULL) = 608
recvfrom(34, [[{nlmsg_len=72, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET6, ifa_prefixlen=128, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_HOST, ifa_index=if_nametoindex("lo")}, [[{nla_len=20, nla_type=IFA_ADDRESS}, inet_pton(AF_INET6, "::1")], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=318, tstamp=318}], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE]]], [{nlmsg_len=72, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("eno1")}, [[{nla_len=20, nla_type=IFA_ADDRESS}, inet_pton(AF_INET6, "fe80::c9ab:8a0a:f8ed:a986")], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=84916751, tstamp=84916751}], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE]]], [{nlmsg_len=72, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("vlan12")}, [[{nla_len=20, nla_type=IFA_ADDRESS}, inet_pton(AF_INET6, "fe80::cb3f:28df:40a1:d91")], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=84916752, tstamp=84916752}], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE]]], [{nlmsg_len=72, nlmsg_type=RTM_NEWADDR, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, {ifa_family=AF_INET6, ifa_prefixlen=64, ifa_flags=IFA_F_PERMANENT, ifa_scope=RT_SCOPE_LINK, ifa_index=if_nametoindex("Vlan1")}, [[{nla_len=20, nla_type=IFA_ADDRESS}, inet_pton(AF_INET6, "fe80::6e45:561b:4835:51bb")], [{nla_len=20, nla_type=IFA_CACHEINFO}, {ifa_prefered=4294967295, ifa_valid=4294967295, cstamp=84916752, tstamp=84916752}], [{nla_len=8, nla_type=IFA_FLAGS}, IFA_F_PERMANENT|IFA_F_NOPREFIXROUTE]]]], 8192, 0, NULL, NULL) = 288
recvfrom(34, [{nlmsg_len=20, nlmsg_type=NLMSG_DONE, nlmsg_flags=NLM_F_MULTI, nlmsg_seq=1, nlmsg_pid=2046888}, 0], 8192, 0, NULL, NULL) = 20
close(34)                               = 0
openat(AT_FDCWD, "/tmp/.mount_StellaX22N2y/usr/lib/x86_64-linux-gnu/qt5/plugins/bearer/libqnmbearer.so.avx2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/tmp/.mount_StellaX22N2y/usr/lib/x86_64-linux-gnu/qt5/plugins/bearer/libqnmbearer.so.avx2", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/tmp/.mount_StellaX22N2y/usr/lib/x86_64-linux-gnu/qt5/plugins/bearer/libqnmbearer.so", O_RDONLY|O_CLOEXEC) = 34
read(34, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \253\0\0\0\0\0\0"..., 832) = 832
fstat(34, {st_mode=S_IFREG|0644, st_size=266232, ...}) = 0
mmap(NULL, 268232, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 34, 0) = 0x7f1fec0ad000
mprotect(0x7f1fec0b6000, 221184, PROT_NONE) = 0
mmap(0x7f1fec0b6000, 172032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 34, 0x9000) = 0x7f1fec0b6000
mmap(0x7f1fec0e0000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 34, 0x33000) = 0x7f1fec0e0000
mmap(0x7f1fec0ec000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 34, 0x3e000) = 0x7f1fec0ec000
close(34)                               = 0
mprotect(0x7f1fec0ec000, 8192, PROT_READ) = 0
write(8, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x7f1ff4747dc8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fff5ebd2300, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
write(8, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x7f1ff4747dc8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7fff5ebd2300, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable)
write(8, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x56090eee6f00, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x56090eee6eb0, FUTEX_WAKE_PRIVATE, 1) = 0
write(8, "\1\0\0\0\0\0\0\0", 8)         = 8
futex(0x56090eee6f70, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x56090eee6f20, FUTEX_WAKE_PRIVATE, 1) = 0
write(7, "\1\0\0\0\0\0\0\0", 8)         = 8
write(32, "\1\0\0\0\0\0\0\0", 8)        = 8
write(32, "\1\0\0\0\0\0\0\0", 8)        = 8
futex(0x7fff5ebd2080, FUTEX_WAIT_PRIVATE, 0, NULL

i started to think in direction of threads ipc dead lock

@alex-w
Copy link
Member

alex-w commented Oct 26, 2024

Could you test qt6-based AppImage too?

@jpVm5jYYRE1VIKL
Copy link
Author

Hi . I am really sorry but qt6 works fine.

@alex-w
Copy link
Member

alex-w commented Oct 26, 2024

Please share log from qt6-based Stellarium

@jpVm5jYYRE1VIKL
Copy link
Author

this is startup log of qt6 which works ok .

ktoto@ktotoPC:~/bin/stellarium$ ./Stellarium-24.3-qt6-x86_64.AppImage
Qt: Session management error: Authentication Rejected, reason : MIT-MAGIC-COOKIE-1 authentication rejected
WARNING StelFileMgr::StelFileMgr: could not find install location: "/usr/share/stellarium"  (we checked for  "/usr/share/stellarium/data/ssystem_major.ini" ).
Maybe this is AppImage or something similar? Let's check relative path...
 -------------------------------------------------------------
[ This is Stellarium 24.3 (v24.3.0) - https://stellarium.org/ ]
[ Copyright (C) 2000-2024 Stellarium Developers               ]
 -------------------------------------------------------------
Writing log file to: /home/ktoto/.stellarium/log.txt
File search paths:
 [0]: /home/ktoto/.stellarium
 [1]: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium
Config file: /home/ktoto/.stellarium/config.ini
Default surface format:  QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QColorSpace(), profile  QSurfaceFormat::NoProfile)
OpenGL module type: desktop OpenGL
System language (ISO 639 / ISO 3166): en_US
Default surface format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QColorSpace(), profile  QSurfaceFormat::CoreProfile)
OpenGL module type: desktop OpenGL
StelGLWidget constructor
StelGraphicsScene constructor
initializeGL(windowWidth = 1024, windowHeight = 768)
OpenGL supported version:  "3.3.0 NVIDIA 550.120"
Current Format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QColorSpace(), profile  QSurfaceFormat::CoreProfile)
Initialization StelMainView
Luminance textures are not supported
Running in High Graphics Mode
Maximum texture anisotropy: 16
Maximum 2D texture size: 32768
Detected: OpenGL 3.3
Driver version string: 3.3.0 NVIDIA 550.120
GL vendor: NVIDIA Corporation
GL renderer: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2
GL Shading Language version: 3.30 NVIDIA via Cg compiler
GLSL Version Number detected: 3.3
GLSL version is fine, we should not see a graphics problem.
stel.OpenGLArray: Vertex Array Objects are supported
Sky language: en_US
Empty translation file for language  "en_US" in section "stellarium-planetary-features"
Planetary features language: en_US
Application language: en_US
Scripts language: en_US
Cache directory: /home/ktoto/.cache/stellarium/stellarium
Loaded 252 countries
Loaded 193 regions
StelLocationMgr::loadCitiesBin(): TimeZone for  "Baruun-Urt"  not found:  "Asia/Choibalsan"
StelLocationMgr::loadCitiesBin(): Summary of unknown TimeZones:
"Asia/Choibalsan"
Please report these timezone names (this logfile) to the Stellarium developers.
Loading Solar System data (1: planets and moons) ...
Loading from: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/data/ssystem_major.ini
Loaded 83 Solar System bodies from  "/tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/data/ssystem_major.ini"
Solar System now has 83 entries.
Loading Solar System data (2: minor bodies) ...
Loading from: /home/ktoto/.stellarium/data/ssystem_minor.ini
qt.gui.imageio: libpng warning: iCCP: profile 'icc': 'GRAY': Gray color space not permitted on RGB PNG
Loaded 234 Solar System bodies from  "/home/ktoto/.stellarium/data/ssystem_minor.ini"
Solar System now has 317 entries.
File ssystem_minor.ini is loaded successfully...
SolarSystem: We have configured 0 threads (plus main thread) for computePositions().
qt.gui.imageio: libpng warning: iCCP: profile 'ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
Loading nomenclature for Solar system bodies ...
Loaded 15987 / 16000 items of planetary surface nomenclature
INFO: Cannot find these planetary objects to assign nomenclature items: "Dactyl, Dimorphos"
Loading star data ...
Loading star catalog: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/stars_0_0v0_8.cat - 0_0v0_8; 4979 entries
Loading star catalog: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/stars_1_0v0_8.cat - 1_0v0_8; 21806 entries
Loading star catalog: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/stars_2_0v0_8.cat - 2_0v0_8; 150826 entries
Loading star catalog: /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/stars_3_1v0_4.cat - 3_1v0_4; 425807 entries
Finished loading star catalogue data, max_geodesic_level: 3
Loading scientific star names from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/name.fab
Loaded 4942 / 4942 scientific star names
Loading scientific star extra names from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/extra_name.fab
Loaded 26200 / 26200 scientific star extra names
Loading variable stars from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/gcvs_hip_part.dat
Loaded 6862 / 6862 variable stars
Loading double stars from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/wds_hip_part.dat
Loaded 22992 / 22992 double stars
Loading cross-identification data from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/cross-id.dat
Loaded 108378 / 108378 cross-identification data records for stars
Loading parallax errors data from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/hip_plx_err.dat
Loaded 117703 / 117703 parallax error data records for stars
Loading proper motion data from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/stars/default/hip_pm.dat
Loaded 117955 / 117955 proper motion data records for stars
StelCore: Invalid timezone name: ""  -- not setting timezone.
navigation/preset_sky_time is a double - treating as jday: 2451514.25001
Loading DSO data ...
[...] Stellarium DSO Catalog, version 3.20 (standard edition)
Loaded 94660 DSO records
Loading DSO outline data ...
Loaded 98 DSO outline records successfully
Loading DSO discovery data ...
Loaded 183 / 183 DSO discovery records successfully
Got location "Dongen, North Brabant, Netherlands (51.6295, 4.9503; Europe/Amsterdam)" for IP "81.205.168.90"
LandscapeMgr: initialized Cache for 100 MB.
Loading star names from /tmp/.mount_StellarzVdkn/usr/bin/../share/stellarium/skycultures/modern/star_names.fab
Loaded 1104 / 1104 common star names
Loading DSO name data ...
Loaded 1338 / 1363 DSO name records successfully
WARNING - No position data for 25 objects: PGC 2798, PGC 2907, PGC 23521, PGC 28759, PGC 29167, PGC 34658, PGC 42102, PGC 44750, PGC 54559, PGC 59117, PGC 59858, PGC 59953, PGC 69018, PGC 69877, PGC 73957, PGC 95597, PGC 100170, PGC 100170, PGC 119230, PGC 1000714, PGC 1436754, PGC 1694462, PGC 2822840, PGC 2826829, PGC 3098124
Loaded 88 / 88 constellation records successfully for culture "modern"
Loaded 85 / 85 constellation art records successfully for culture "modern"
Loaded 88 / 88 constellation names
Loading constellation boundary data ... 
Loaded 782 constellation boundary segments
Error in asterism "TA6" - can't find star with coordinates 2.14697 / 8.55097
ERROR reading asterism lines record at line  88 for culture "modern"
Loaded 83 / 84 asterism records successfully for culture "modern"
WARNING - asterism abbreviation "TA6" not found when loading asterism names
Loaded 73 / 74 asterism names
Initializing basic GL shaders... 
Creating GUI ...
Loading style file: :/graphicGui/normalStyle.css
Loaded plugin "Exoplanets"
[Exoplanets] Version of the format of the catalog: 1
[Exoplanets] loading catalog file: /home/ktoto/.stellarium/modules/Exoplanets/exoplanets.json
Loaded plugin "MeteorShowers"
[MeteorShowersMgr] Loading catalog file: /home/ktoto/.stellarium/modules/MeteorShowers/MeteorShowers.json
[MeteorShowersMgr] Version of the format of the catalog: 2
Loaded plugin "MissingStars"
[MissingStars] Loaded 61 extra stars (missing in main catalogs)
Loaded plugin "Novae"
[Novae] version of the catalog: 1
[Novae] Loading catalog file: /home/ktoto/.stellarium/modules/Novae/novae.json
Loaded plugin "Oculars"
Oculars::validateAndLoadIniFile() ocular.ini exists at: /home/ktoto/.stellarium/modules/Oculars/ocular.ini . Checking version...
Oculars::validateAndLoadIniFile() found existing ini file version 3.1
Loaded plugin "Satellites"
[Satellites] loading catalogue file: /home/ktoto/.stellarium/modules/Satellites/satellites.json
Satellite has invalid orbit: "TianYi 6" "43158"
Satellite has invalid orbit: "ZHEDA PIXING 3A" "45795"
Satellite has invalid orbit: "UNKNOWN" "85220"
Satellite has invalid orbit: "UNKNOWN" "87942"
Loaded plugin "SolarSystemEditor"
Using the ssystem_minor.ini file that already exists in the user directory...
SSE: Comet cross-index data: Overwriting entry for "453P"
Creating scene FBO with size 1024x768
Creating scene FBO with size 2560x1440
Max thread count (Global Pool):  28
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile

@alex-w alex-w added the infrastructure Infrastructure related issues label Oct 27, 2024
@alex-w
Copy link
Member

alex-w commented Oct 27, 2024

@jpVm5jYYRE1VIKL
Copy link
Author

jpVm5jYYRE1VIKL commented Oct 28, 2024

hi @alex-w .
Just now downloaded and attempted to use qt5 weekly snapshot . It have exactly same issue : still hang on "initializing netowkr access"

console output i also tried to start with --verbose . Verbose mode does not improve output

ktoto@ktotoPC:~/bin/stellarium$ ./Stellarium-24.3-44fb485-qt5-x86_64.AppImage
Qt: Session management error: Authentication Rejected, reason : MIT-MAGIC-COOKIE-1 authentication rejected
WARNING StelFileMgr::StelFileMgr: could not find install location: "/usr/share/stellarium"  (we checked for  "/usr/share/stellarium/data/ssystem_major.ini" ).
Maybe this is AppImage or something similar? Let's check relative path...
 ------------------------------------------------------------------------------------------
[ This is Stellarium 24.3+ (v24.3.296-44fb485 [stellarium-next]) - https://stellarium.org/ ]
[ Copyright (C) 2000-2024 Stellarium Developers                                            ]
 ------------------------------------------------------------------------------------------
Writing log file to: /home/ktoto/.stellarium/log.txt
File search paths:
 [0]: /home/ktoto/.stellarium
 [1]: /tmp/.mount_StellaseH0mz/usr/bin/../share/stellarium
Config file: /home/ktoto/.stellarium/config.ini
Default surface format:  QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
OpenGL module type: desktop OpenGL
System language (ISO 639 / ISO 3166): en_US
Default surface format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::CoreProfile)
OpenGL module type: desktop OpenGL
StelGLWidget constructor
StelGraphicsScene constructor
initializeGL(windowWidth = 1024, windowHeight = 768)
OpenGL supported version:  "3.3.0 NVIDIA 550.120"
Current Format:  QSurfaceFormat(version 3.3, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8, alphaBufferSize 0, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::CoreProfile)
Initialization StelMainView
Luminance textures are not supported
Running in High Graphics Mode
Maximum texture anisotropy: 16
Maximum 2D texture size: 32768
Detected: OpenGL 3.3
Driver version string: 3.3.0 NVIDIA 550.120
GL vendor: NVIDIA Corporation
GL renderer: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2
GL Shading Language version: 3.30 NVIDIA via Cg compiler
GLSL Version Number detected: 3.3
GLSL version is fine, we should not see a graphics problem.
stel.OpenGLArray: Vertex Array Objects are supported
Sky language: en_US
Empty translation file for language  "en_US" in section "stellarium-planetary-features"
Planetary features language: en_US
Application language: en_US
Scripts language: en_US

@alex-w alex-w added this to the 24.4 milestone Nov 6, 2024
@alex-w alex-w self-assigned this Nov 6, 2024
@alex-w
Copy link
Member

alex-w commented Nov 7, 2024

I can't reproduce the issue for Qt5-based AppImage in Manjaro (installed into VirtualBox)

@alex-w alex-w added help wanted We may not have the hardware or expertise and removed state: grading The problem is in process of classification... labels Nov 7, 2024
@alex-w
Copy link
Member

alex-w commented Nov 7, 2024

@jpVm5jYYRE1VIKL please attach log from ~/.stellarium/log.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We may not have the hardware or expertise infrastructure Infrastructure related issues os: linux Specific issues for Linux-family OS
Development

No branches or pull requests

2 participants