Jump to content
  • 0

PZ displaying message "You can’t open the application PZ because it may be damaged or incomplete"-MAC


Ddoss

Question

4 answers to this question

Recommended Posts

fixed !

Almost like this http://theindiestone.com/forums/index.php/topic/4289-game-wont-launch-mac/?p=58059

But now in Info.plist

delete broken tag

Lines :

<key>ClassPath</key>			<array>   <string>$JAVAROOT/lwjgl.jar</string>		<array>   			<string>$JAVAROOT/lwjgl.jar</string>			<string>$JAVAROOT/lwjgl_util.jar</string>			<string>$JAVAROOT/jinput.jar</string>			<string>$JAVAROOT/</string>					</array>	 

 Edit to :

<key>ClassPath</key>		        <array>   			<string>$JAVAROOT/lwjgl.jar</string>			<string>$JAVAROOT/lwjgl_util.jar</string>			<string>$JAVAROOT/jinput.jar</string>			<string>$JAVAROOT/</string>					</array>	
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...