Build 639 failure to report any errors. Help!

Hey all.

This:

print("Hooray!")  

prints:
Windows simulator build date: Oct 13 2011 @ 12:00:48
Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639
Hooray!

Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639
Hooray!

This:

print("Hooray!")  
sausages  

does nothing! No error, no messages, no complaints, nothing! Shouldn’t it be tripping up on the “sausages” part, complaining about that not being acceptable?

I get:

Windows simulator build date: Oct 13 2011 @ 12:00:48
Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639

Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639

Just sitting there happily.

Also, I noticed in a separate test while using some “joystick.lua” module examples that it states:

Windows simulator build date: Oct 13 2011 @ 12:00:48
Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639
WARNING: display.stageHeight has been deprecated. Use display.contentHeight inst
ead

Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.639
WARNING: display.stageHeight has been deprecated. Use display.contentHeight inst
ead

The above is completely fair enough of a statement, except it doesn’t tell me WHAT FILE that the complaint sprang from. I just happened to know offhand that that particular error was from the joystick.lua file.

Methinks build 639 might have some issues??? Or is it just me? I get the same issues when using the corona simulator OR CPM.

Eagerly awaiting answers,
Mario

What the heck?!

Love,
Mario

[edit] Specifics, windows 7 64bit [import]uid: 11636 topic_id: 16409 reply_id: 316409[/import]

I love this part: print("Hooray!") sausages
It made me laugh so hard.

Also funny that: print("Hooray!") local sausages would work just fine…

Anyway, build 369 seems to be working on my mac, and the log looks like it has a lot of mac specific things:

...  
Mac: Waypoint: Optimizations to short-circuit redundant setBounds calls to CAOpenGLLayer.  
Mac: Waypoint: Partial regression on optimizations for render storage resize because it was causing errors on Snow Leopard.  
Mac: Waypoint: Forgot to add files for new window controller class.  
...  

so maybe we just have to wait for windows to catch up?

-Angelo [import]uid: 12822 topic_id: 16409 reply_id: 61268[/import]

It’s the same on the Mac, no errors, kind of hard to debug where the error is, so I do what I had suggested to @mRoberti, comment out the code and then single out the error through a lot of trial and error, or just revert back to an earlier build and debug the program.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 16409 reply_id: 61269[/import]

I am having similar problems, and I cant even make a build with 639…and thats for a sausage!

Joakim [import]uid: 81188 topic_id: 16409 reply_id: 61284[/import]

@jayantv There’s nothing to comment out!!! THATS ALL MY CODE! Those 2 lines! :slight_smile:

But yeah, I’ll revert. But the Corona folks won’t know if something’s broken unless I tell 'em, so that’s why I posted.

[edit] Yeah after I reverted, I actually get the expected error about my sausage part:
Windows simulator build date: Jul 27 2011 @ 06:45:53
Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.591
Syntax error: C:\Users\mroberti\DOCUME~1\CORONA~1\Sandbox\27\main.lua:2: ‘=’ exp
ected near ''

Copyright © 2009-2011 A n s c a , I n c .
Version: 2.0.0
Build: 2011.591
Syntax error: C:\Users\mroberti\DOCUME~1\CORONA~1\Sandbox\27\main.lua:2: ‘=’ exp
ected near ''
So what the dealie-o?

@yobonja Hahahahaha! Yeah I like to throw fun words in for testing purposes! [import]uid: 11636 topic_id: 16409 reply_id: 61340[/import]

Still fails in build 640, on two separate machines running windows 7 64 bit.

Love,
Mario [import]uid: 11636 topic_id: 16409 reply_id: 61581[/import]

Do builds before 639 exhibit this broken behavior? Can you identify which build this problem first appeared in? [import]uid: 7563 topic_id: 16409 reply_id: 62461[/import]

Build 625 was where the issue started. (Which I know we now know but I’m posting for future reference, just in case.)

Peach :slight_smile: [import]uid: 52491 topic_id: 16409 reply_id: 62524[/import]

Thanks all. Fixed with one of the latest updates!

-Mario [import]uid: 11636 topic_id: 16409 reply_id: 63445[/import]