forked from TypesettingTools/Aegisub
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] clipboard.lua could not set the contents. (CoInitialize has not been called.) #22
Comments
arch1t3cht
added a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 3, 2023
arch1t3cht
added a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 3, 2023
arch1t3cht
added a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 16, 2024
arch1t3cht
added a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 16, 2024
arch1t3cht
added a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 17, 2024
CoffeeFlux
pushed a commit
to TypesettingTools/Aegisub
that referenced
this issue
Dec 17, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When I use clipboard and set the clipboard contents (
clipboard.set
), it will report an error likeFailed to put date on the clipboard (error -2147221008: Coinitialize has not been called. )
And when I use the same test file in Aegisub 3.2.2, it successfully ran.
There is the test file:
It can use
clipboard.get
get the origin clipboard contents, but when I want to set the content (useclipboard.set
), it just report an error.So the progress window will display the origin clipboard content twice.
The text was updated successfully, but these errors were encountered: