Page 2 of 3

Re: Color factory [WIP]

Posted: Sun Aug 14, 2011 7:59 pm
by ljdp
Taehl wrote:Doesn't work for me. main.lua: 7: module 'util.middleclass.init' not found
Really not sure how to solve this as I can't reproduce it.
Anyway i've moved middleclass into the root folder.
Also added a conveyor belt to level 4.
v0.6 at top.

Re: Color factory [WIP]

Posted: Sun Aug 14, 2011 9:20 pm
by Taehl
It still fails for me. main.lua:7: module 'middleclass' not found

If I extract it to a folder, then it runs... Up to the second screen. Then I get MenuButton.lua:21: bad argument #1 to 'isDown' (string expected, got no value)

Re: Color factory [WIP]

Posted: Sun Aug 14, 2011 9:31 pm
by ljdp
Taehl wrote:It still fails for me. main.lua:7: module 'middleclass' not found

If I extract it to a folder, then it runs... Up to the second screen. Then I get MenuButton.lua:21: bad argument #1 to 'isDown' (string expected, got no value)
What OS and version of love are you using?
You can temporarily fix it by changing line 21 in MenuButton.lue to

Code: Select all

if love.mouse.isDown("l") then

Re: Color factory [WIP]

Posted: Sun Aug 14, 2011 10:25 pm
by Taehl
Love 0.7.1 under Win7 Pro x64.

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 11:21 am
by nevon
Taehl wrote:Love 0.7.1 under Win7 Pro x64.
Time to update, bro. 0.7.2 is the latest stable.

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 12:42 pm
by ljdp
Can anyone confirm they actually had this working without a hitch?

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 12:48 pm
by TechnoCat
ljdp wrote:Can anyone confirm they actually had this working without a hitch?
It worked for me, Win 7 x64, but I couldn't figure out the tutorial level. :?

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 1:42 pm
by ljdp
TechnoCat wrote:
ljdp wrote:Can anyone confirm they actually had this working without a hitch?
It worked for me, Win 7 x64, but I couldn't figure out the tutorial level. :?
Here's a hint:
http://www.youtube.com/watch?v=UPK-wR09nyo

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 2:00 pm
by kraftman
ljdp wrote:
TechnoCat wrote:
ljdp wrote:Can anyone confirm they actually had this working without a hitch?
It worked for me, Win 7 x64, but I couldn't figure out the tutorial level. :?
Here's a hint:
http://www.youtube.com/watch?v=UPK-wR09nyo
I forgot i was a different computer which wasn't yet using 7.2. Running fine now.

Re: Color factory [WIP]

Posted: Mon Aug 15, 2011 2:04 pm
by TechnoCat
Oh, I did that. I guess it just doesn't end?