mut-ex / awesome-wm-slidebar

an easy to use, configurable, multi-purpose, animated widget bar written in Lua for Awesome WM
MIT License
24 stars 0 forks source link

Error when loading module #1

Closed javacafe01 closed 4 years ago

javacafe01 commented 4 years ago

Hello,

Loading the module by adding this line: local slidebar = require('slidebar') in any file, including rc.lua, produces a C stack overflow.

Specs:

Thanks for your work!

mut-ex commented 4 years ago

Hey there! Sorry that you faced this problem. I made a little mistake which I have fixed. Can you try again with the latest commit? Thank you

javacafe01 commented 4 years ago

The same error is still produced

mut-ex commented 4 years ago

Okay now it should definitely work. I normally use the awesome git version but I tried the latest fix on awesome 4.3 non-git version and it works now (I was able to reproduce your error and it is all ok now).

And make sure you re-clone/re-download the repository since I also changed the structure (contents of slidebar.lua are now within init.lua)

Thank you for trying it out and finding this bug

javacafe01 commented 4 years ago

All good now!