josefnpat / vapor

Vapor - LÖVE Distribution Client
zlib License
77 stars 24 forks source link

Upgrade path of loveframes 0.9.5.14 to 0.9.6 with loveframes-gray-skin error #73

Closed josefnpat closed 11 years ago

josefnpat commented 11 years ago

So, switching the setup.sh to pull 0.9.6 instead of 0.9.5.14 causes this error.

I'm checking to see if it's on our end or @NikolaiResokav 's (keeping you in the loop!) end.

~/repos/vapor♠ ./run.sh 
b9649c5
Updating '._temp.love' ...
updating: git.lua (stored 0%)
updating: lib/loveframes/init.lua (deflated 76%)
Error: lib/loveframes/util.lua:269: [Love Frames] Skin registration error: Could not find an image directory for skin 'Blue'.
stack traceback:
    [C]: in function 'error'
    lib/loveframes/util.lua:269: in function 'Error'
    lib/loveframes/skins.lua:50: in function 'Register'
    lib/loveframes/skins/Blue/skin.lua:1585: in main chunk
    [C]: in function 'require'
    lib/loveframes/init.lua:85: in function 'load'
    lib/loveframes/init.lua:327: in main chunk
    [C]: in function 'require'
    main.lua:7: in main chunk
    [C]: in function 'require'
    [string "boot.lua"]:331: in function <[string "boot.lua"]:227>
    [C]: in function 'xpcall'
josefnpat commented 11 years ago

Removing the loveframes-gray-theme from the lib does not fix this issue. More to come.

KennyShields commented 11 years ago

This actually just got fixed a few minutes ago in the 0.9.6.1 patch. I noticed it when I was packaging the new demo.

josefnpat commented 11 years ago

Testing loveframes 0.9.6 and loveframes-gray-theme against the loveframes-demo.love shows that the issue is on our end.

josefnpat commented 11 years ago

@NikolaiResokav oh, cool!

josefnpat commented 11 years ago

@NikolaiResokav Works like a charm, thanks!