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

処理モード「コピーを作成」の時にpngファイルのドロップに失敗する #7

Closed
totoki-kei opened this issue Nov 25, 2017 · 1 comment

Comments

@totoki-kei
Copy link

Ver0.2.2にて、ごちゃまぜドロップスの処理モードを「コピーを作成」に設定しpngファイルをドロップすると以下のダイアログが表示され失敗します。

---------------------------
ごちゃまぜドロップス
---------------------------
ドラッグ&ドロップの処理中にエラーが発生しました。



problem occurred executing ondrop:

...pplications\aviutl\plugins\GCMZDrops\_entrypoint.lua:74: cannot open file
---------------------------
OK   
---------------------------

確認したところ、avoiddup.luaでデータ保存先フォルダにコピーされたファイルを、LuaDrop(L: Plua_State)(luafuncs.pas内)で処理しようとした際にエラーとなっているようです。
コピー済みファイルをCreateオープンしようとして失敗しているように見えます。

@oov
Copy link
Owner

oov commented Nov 26, 2017

報告ありがとうございました。
近日中に修正版をリリース予定です。

直接的な原因は「データ保存先」に配置されているファイルは直接読み込まなければならないところを、誤ってコピーしてから読み込もうとしたことによるものでした。

@oov oov closed this as completed in eefd3f1 Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants