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

Con el Ordenador y la impresora conectados en red se cae bambu studio #3620

Open
1 of 2 tasks
erikblade23 opened this issue Feb 19, 2024 · 16 comments
Open
1 of 2 tasks
Assignees
Labels
bug Something isn't working inactive customer 90 days wont reply

Comments

@erikblade23
Copy link

Bambu Studio Version

1.8.4.51

Where is the application from?

Bambu Lab github releases

OS version

Ubuntu 22.04

Additional system information

No response

Printer

Bambu Lab X1 Carbon + AMS

How to reproduce

  1. impresora encendida y conectada a red por wifi
  2. ordenador encendido y conectado a red (da igual a LAN que a WLAN)
  3. abrir bambu studio, es appimage

Actual results

Directamente bambu studio se cierra, no puedo hacer nada.

en cambio si o bien la impresora o bien el ordenador no están en red, bambu studio inicia sin problemas

Expected results

Deberia poder ejecutarse de forma normal permitiendo
sincronizar filamentos con AMS
visualizacion y control impresora
envio de trabajos via WLAN

Project file & Debug log uploads

Este archivo es de cuando tengo el ordenador sin red y me deja iniciar bambu studio
Archivos_registro_NO_problema.zip

Este archivo es de cuando se produce el problema por tener tanto impresora como ordenador conectados a red
Archivos_registro_problema.zip

Checklist of files to include

  • Log file
  • Project file
@erikblade23 erikblade23 added the bug Something isn't working label Feb 19, 2024
@lanewei120 lanewei120 self-assigned this Feb 20, 2024
@lanewei120
Copy link
Collaborator

hello @erikblade23
which appimage are you using?

and how about the flathub image from https://flathub.org/apps/com.bambulab.BambuStudio

@erikblade23
Copy link
Author

el appimage usado es:
https://github.com/bambulab/BambuStudio/releases/download/v01.08.04.51/BambuStudio_linux_ubuntu_v01.08.04.51_20240117.AppImage

he probado también la imagen de flathub tal y como me recomendó.

incluso he hecho una instalación nueva de Ubuntu 22.04 y tras actualizar paquetes he instalado la version de Bambu Studio de flatpak.

el resultado es exactamente el mismo.
Si tanto la impresora como el pc estan encendidos y conectados a red bambu studio se cae

@lanewei120
Copy link
Collaborator

could you use gdb to have a try?
#gdb ./BambuStudio_linux_ubuntu_v01.08.04.51_20240117.AppImage
#run
...
when it crashes, use 'bt' to check the stack
#bt

and show the result here

@erikblade23
Copy link
Author

thanks for your timea and sorry about my english i'll try use it

this is the #bt result

#0 0x00007fffd878a9a7 in TransCodePartial () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#1 0x00007fffd879003d in iotc_SendMessage () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#2 0x00007fffd879368f in _IOTC_SendQuryDevice5 () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#3 0x00007fffd87a4e54 in AddUDPQueryDeviceInfoTask () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#4 0x00007fffd87aad1c in IOTC_Connect_UDP_Inner () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#5 0x00007fffd87ab4a8 in IOTC_Connect_ByUIDEx () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#6 0x00007fffd87579f8 in BambuTunnelTutk::open() () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#7 0x00007fffd925dcc1 in BBL::TunnelMqtt::reconnect(std::unique_lockstd::mutex&, int) ()
from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#8 0x00007fffd9260b6c in BBL::TunnelMqtt::run() () from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#9 0x00007fffd926132a in std::thread::_State_impl<std::thread::_Invoker<std::tupleBBL::TunnelMqtt::attached()::{lambda()#1} > >::_M_run() ()
from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#10 0x00007ffff7cdc253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007fffefe94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#12 0x00007fffeff26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

and this is the archive with all shows the terminal since use gdb
gdb_bambu.txt

if you want i can try gdb with flatpak image too

@lanewei120
Copy link
Collaborator

lanewei120 commented Feb 21, 2024

@erikblade23

thanks, no need to try the flatpak image
could you also use gdb to try an older version https://github.com/bambulab/BambuStudio/releases/download/v01.08.02.56/BambuStudio_linux_ubuntu_v01.08.02.56-20231228.AppImage?

then give the stack here

@bambu123
Copy link
Collaborator

@erikblade23

Are you willing to provide additional logs for the network module?
These logs are not output by default. You need to create a "tutk_log" subdirectory under the log directory to output them. These logs will include your device IP. It is recommended to send them to me via email.

$ mkdir ~/.config/BambuStudio/log/tutk_log

When you create the "tutk_log" directory, you need to restart Studio and reproduce the problem.

@erikblade23
Copy link
Author

hi this is the try with an older version v01.02.56-20231228

this is the result of #bt

#0 0x00007fffd078a9a7 in TransCodePartial () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#1 0x00007fffd079003d in iotc_SendMessage () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#2 0x00007fffd079368f in _IOTC_SendQuryDevice5 () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#3 0x00007fffd07a4e54 in AddUDPQueryDeviceInfoTask () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#4 0x00007fffd07aad1c in IOTC_Connect_UDP_Inner () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#5 0x00007fffd07ab4a8 in IOTC_Connect_ByUIDEx () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#6 0x00007fffd07579f8 in BambuTunnelTutk::open() () from /home/ibai/.config/BambuStudio/plugins/libBambuSource.so
#7 0x00007fffd128c7b1 in BBL::TunnelMqtt::reconnect(std::unique_lockstd::mutex&, int) ()
from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#8 0x00007fffd128f65c in BBL::TunnelMqtt::run() () from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#9 0x00007fffd128fe1a in std::thread::_State_impl<std::thread::_Invoker<std::tupleBBL::TunnelMqtt::attached()::{lambda()#1} > >::_M_run() ()
from /home/ibai/.config/BambuStudio/plugins/libbambu_networking.so
#10 0x00007ffff7cdc253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007fffefe94ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442
#12 0x00007fffeff26850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

y este es el archivo con todo lo que muestra la terminal desde que usa gdb
gdb_bambu_v01.08.02.56.txt

@erikblade23
Copy link
Author

Tengo sospecha que pueda tratarse de un problema del Network plugin del bambú studio, ya que el problema es común y en el mismo punto en las dos distribuciones (AppImage y flatpak) y en diferentes versiones.
Lo que si puedo añadir es que si inicio el programa con la impresora apagada y una vez que el programa ha iniciado enciendo la impresora, no se cae y trabaja con normalidad, pero en el momento que doy a la pestaña "dispositivo" oigo como la impresora hace amago de ejecutar un movimiento y seguido el BambuStudio se cae.

@bambu123
Copy link
Collaborator

Tengo sospecha que pueda tratarse de un problema del Network plugin del bambú studio, ya que el problema es común y en el mismo punto en las dos distribuciones (AppImage y flatpak) y en diferentes versiones.
Lo que si puedo añadir es que si inicio el programa con la impresora apagada y una vez que el programa ha iniciado enciendo la impresora, no se cae y trabaja con normalidad, pero en el momento que doy a la pestaña "dispositivo" oigo como la impresora hace amago de ejecutar un movimiento y seguido el BambuStudio se cae.

Yes. but it is the first time I see this crash stack.

@erikblade23
Copy link
Author

Yo más que hacer instalación de Ubuntu desde cero y reinstalar el Bambú Studio no sé qué más puedo hacer. Si el culpable es el plugin (como así parece) no sé qué prueba o que acción o acciones podría hacer para intentar solucionar o al menos aproximar el problema.

@bambu123
Copy link
Collaborator

Yo más que hacer instalación de Ubuntu desde cero y reinstalar el Bambú Studio no sé qué más puedo hacer. Si el culpable es el plugin (como así parece) no sé qué prueba o que acción o acciones podría hacer para intentar solucionar o al menos aproximar el problema.

Please provider the tutk_log. see above.
#3620 (comment)

@erikblade23
Copy link
Author

Supongo necesitaré de algún canal privado para hacerlo, no?

@bambu123
Copy link
Collaborator

Supongo necesitaré de algún canal privado para hacerlo, no?

my email address: [email protected]

@erikblade23
Copy link
Author

Y le he mandado the tutk_log.

tiene dos correos uno abriendo el Bambu Studio con la impresora encendida, el programa se cae directamente.
el otro es abriendo el Bambu Studio con la impresora apagada, el programa se mantiene. enciendo la impresora y es cuando voy a la pestaña dispositivo cuando el programa se cierra

@BambulabRobot BambulabRobot added the inactive customer 90 days wont reply label Aug 6, 2024
@BambulabRobot
Copy link

This issue has been marked as inactive due to no response for 90 days.

@bambu123
Copy link
Collaborator

bambu123 commented Aug 8, 2024

Sorry for the long time no reply. Does this problem still exist in the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working inactive customer 90 days wont reply
Projects
None yet
Development

No branches or pull requests

4 participants