Thanks for your quick answer, i tried with root without success, but maybe is a windows issue and it works well on my linux VPS, i will see...
Otherwise the windows binary doesn't work for me =( ...
I'm executing this :
.\zrenderer.exe --job=1001
And i'm receiving this :
[CRITICAL] LuaResource (datainfo/accessoryid) does not exist.
This is how my zrender folder looks :
And my zrender.conf :
; Output directory where all rendered sprites will be saved to.
; Default value: output
outdir=output
; Path to the resource directory. All resources are tried to be found within
; this directory.
; Default value:
resourcepath=resources
Inside resources folder : The path to "accessoryid.lub" is "zrenderer\resources\luafiles514\lua files\datainfo\accessoryid.lub".
And all the resources were extracted of course by zextractor.exe with the filters provided by the RESOURCES.MD
And finnally this is how my accessoryid.lub looks like :
ACCESSORY_IDs = {
ACCESSORY_Goggle_ = 1,
ACCESSORY_Cat_Hairband = 2,
ACCESSORY_Glasses_ = 3,
ACCESSORY_SPECIAL_0004 = 4,
ACCESSORY_Flower_Love_Hat = 5,
ACCESSORY_Old_Bandanna = 6,
ACCESSORY_Turban_ = 7,
ACCESSORY_Flu_Mask_F = 8,
ACCESSORY_Hair_Band = 9,
ACCESSORY_Diver_s_Goggles = 10,
ACCESSORY_Biretta_ = 11,
ACCESSORY_Assassin_Mask_ = 12,
ACCESSORY_Pirate_Eyepatch = 13,
-- and more ... --
I tried to execute powershell as admin and still happens, i have no idea why this is happening since the file is there...
Thanks again for your time.