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

Fix attribute error #3

Open
tobiasvl opened this issue Jun 19, 2022 · 1 comment
Open

Fix attribute error #3

tobiasvl opened this issue Jun 19, 2022 · 1 comment

Comments

@tobiasvl
Copy link
Owner

Error

love-imgui-filedialog/filedialog.lua:225: attempt to index field 'attributes' (a nil value)


Traceback

love-imgui-filedialog/filedialog.lua:225: in function '_fileClicked'
love-imgui-filedialog/filedialog.lua:133: in function '_drawListView'
love-imgui-filedialog/filedialog.lua:58: in function 'draw'
ui.lua:609: in function 'draw'
main.lua:70: in function 'draw'
[C]: in function 'xpcall'
@tobiasvl
Copy link
Owner Author

tobiasvl commented Jun 20, 2022

This seems to only happen in the starting directory. love.filesystem.getInfo fails to retrieve info about most of the files there (but not all). It works in other directories. Very strange.

In testing this directory is C:\Users\$USERNAME\AppData\Roaming\LOVE\DRÖM. Note that I tried to rename the app to drop the Ö, thinking it was charset related, but that wasn't it.

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

1 participant