proguard obfuscating problem

Hi all i am using proguard as a obfuscator for my midlet suit.

But after shrinking it is giving error

//## Error start here

Error verifying method CcMain pauseApp()V

Approximate bytecode offset 4: Inconsistent or missing stackmap at target

ALERT: Error verifying class CcMain

Execution completed successfully

79037 bytecodes executed

8 thread switches

374 classes in the system (including system classes)

743 dynamic objects allocated (49196 bytes)

9 garbage collections (23032 bytes collected)

Total heap size 524288 bytes (currently 481740 bytes free)

//## Error end here

Plz let me know if anyone is having any solution

thanks

Kishan

[740 byte] By [loveujavaa] at [2007-9-29 18:38:51]
# 1
Are you proguarding before you pre-verify? as it looks like you are not.
mlka at 2007-7-15 18:29:19 > top of Java-index,Other Topics,Java Game Development...
# 2
dukes to mlk, thats your problem.oh, no dukes assigned :D
Abusea at 2007-7-15 18:29:19 > top of Java-index,Other Topics,Java Game Development...
# 3
Thats alright, I don't mind not getting dukes.
mlka at 2007-7-15 18:29:19 > top of Java-index,Other Topics,Java Game Development...