Thank you so much for the detailed report - the log snippet you included is
genuinely helpful.
Based on what you shared, this looks like a compatibility issue between the
app's TensorRT/CUDA build step and your GPU. The RTX 5060 Ti is a very new
(Blackwell) architecture, and the "AttributeError: context" you're seeing is
actually a side effect, not the real cause - it happens because engine
creation for the WarpingSpade model fails earlier, before that object is
fully initialized.
To confirm and fix this, could you share:
1. Your full app_log.txt (not just the tail - the earlier lines around the
WarpingSpade build will have the actual error)
2. Your NVIDIA driver version (nvidia-smi or GeForce Experience)
I'm looking into adding proper support for RTX 50-series GPUs and will
follow up here once I have an update. Really sorry for the trouble, and
thanks for your patience!








