Skip to content

App crash when using specific Windows utilities #25

@JavideSs

Description

@JavideSs

Hi,
I tried just_playback and it worked! But I have a problem integrating it with my app.

When there is an instruction where a specific Windows component is used, it crashes.
Can't open tkinter filedialog, application freezes.
Also, my module ported from c++ to use the Taskbar Thumbnail Toolbar causes the application to terminate when the ThumbBarSetImageList() function is called.

Working on Windows 10 with Python 3.10.

Example

from just_playback import Playback
from tkinter import filedialog
playback = Playback()
playback.load_file('music-files/sample.mp3')
playback.play()
filedialog.askdirectory(title="Select folder")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions