• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unhandled Exception issue on Nokia devices

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am porting a Game, It is a 3D game.
I am facing "Unhandled Exception" problem on several Nokia devices like N73,N95,N6680,N6681 etc... N73 and N95 it shows Unhandled Exception screen, but at N6681 and other devices games hanged on, This happend when I tried to load and unload M3G file....

Please anybody help me...
Need solution for this very urgently..

 
Ranch Hand
Posts: 1282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well somehow or another you have to trap the exception and get it to print some sort of descriptive words for what happend. Try this:



That's what I did and it allowed me to find and fix code fast.
 
Aparna Bhure
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
I have got the solution.
reply
    Bookmark Topic Watch Topic
  • New Topic