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

Install over AssetLib shows errors if containing files have zero size #50157

Closed
MikeSchulze opened this issue Jul 4, 2021 · 1 comment
Closed

Comments

@MikeSchulze
Copy link

MikeSchulze commented Jul 4, 2021

Godot version

3.3.2.stable.official

System information

MacOs

Issue description

When installing my plugin GdUnit3 over the AssetLib it shows errors on the console.

This error occures 6 times
drivers/unix/file_access_unix.cpp:279 - Condition "!p_src" is true.

I find out this errors comming form files included in the plugin where have zero size.
e.g. \addons\gdUnit3\test\core\resources\copy_test\folder_a\file_a.txt

The error is only shown on MacOS, under Windows no errors are reported.

Files with zero length should not endup in a error.

Steps to reproduce

On MacOS

  • open Godot with a fresh project
  • go to AssetLib and install GdUnit3
  • install by include all files

See console output

Minimal reproduction project

No response

@akien-mga
Copy link
Member

Duplicate of #33564, fixed in 3.3.3 and later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants