Author Topic: Corona standalone starts, immediately freezes  (Read 11527 times)

2013-06-01, 07:11:40

ohsnapitsjoel

  • Active Users
  • **
  • Posts: 54
    • View Profile
I read the thread about naming new posts with informative titles, so I hope I've named this thread clearly enough :)

I've exported a slapped-together .obj scene and tried to start rendering from the command line; the application freezes before it starts to render, and the 'has stopped working' dialog box gives me this:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   Corona.exe
  Application Version:   0.0.0.0
  Application Timestamp:   51a8f390
  Fault Module Name:   Corona_Release.dll
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   51a8f37f
  Exception Code:   c0000005
  Exception Offset:   000000000000b6ff
  OS Version:   6.1.7601.2.1.0.768.3
  Locale ID:   1033
  Additional Information 1:   7aa9
  Additional Information 2:   7aa9e965fd873646cf9d2d088d406803
  Additional Information 3:   a448
  Additional Information 4:   a44874c429b9cf180fae3204da30a949

I'm attaching the files as well.

2013-06-01, 13:13:53
Reply #1

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
You have an error in the input format, you must specify a material with usemtl before any face declaration. I've added a check into the parser.
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2013-06-01, 15:57:43
Reply #2

ohsnapitsjoel

  • Active Users
  • **
  • Posts: 54
    • View Profile
Aha. Thank you!  I'll correct this and test again.