bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.38k stars 266 forks source link

[Bug]: Random freeze and Crash to Desktop (CTD from now on) #2634

Open ZulkirEinar opened 1 year ago

ZulkirEinar commented 1 year ago

Describe the bug

was installing dependencies on pop! os, and, it froze for over 3 hours, i had to close it forcibly, but it actually counted it as a CTD

To Reproduce

tried to install Dot Net 4.5 framework dependencies... waited 3 hours forced close on task manager open back up after 30 second wait presented with crash log + request to send log.

Package

Flatpak from Flathub

Distribution

Pop OS

Debugging Information

Official Package: true
Version: '50.2'
DE/WM: pop
Display:
    X.org: true
    X.org (port): :99.0
    Wayland: false
Graphics:
    vendors:
        nvidia:
            vendor: nvidia
            envs:
                __NV_PRIME_RENDER_OFFLOAD: '1'
                __GLX_VENDOR_LIBRARY_NAME: nvidia
                __VK_LAYER_NV_optimus: NVIDIA_only
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json
            nvngx_path: /usr/lib/x86_64-linux-gnu/GL/nvidia-525-78-01/extra/nvidia/wine
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.0.12-76060006-generic
Disk:
    Total: 16769794048
    Free: 16769630208
RAM:
    MemTotal: 31.2GiB
    MemAvailable: 26.5GiB
Bottles_envs: null

Troubleshooting Logs

[Errno 2] No such file or directory: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/Signal-RGB/drive_c/windows/system32//drivers/gm16.dls'  File "/app/share/bottles/bottles/frontend/utils/threading.py", line 61, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/installer.py", line 395, in install
    if not self.__install_dependencies(_config, dependencies, step_fn, is_final):

  File "/app/share/bottles/bottles/backend/managers/installer.py", line 151, in __install_dependencies
    res = self.__manager.dependency_manager.install(_config, _dep)

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 144, in install
    res = self.__perform_steps(config, step)

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 237, in __perform_steps
    if not self.__step_get_from_cab(config=config, step=step):

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 474, in __step_get_from_cab
    shutil.move(

  File "/usr/lib/python3.10/shutil.py", line 835, in move
    copy_function(src, real_dst)

  File "/usr/lib/python3.10/shutil.py", line 434, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)

  File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
    with open(src, 'rb') as fsrc:

Additional context

No response

ZulkirEinar commented 1 year ago

Additional: This is what i was trying to install when i reference " Dot Net Framework"

image