atal error occured (8): access denied (java.util.logging.LoggingPermission

Started by swuth, July 30, 2009, 17:21:33

Previous topic - Next topic

swuth



Hi,

I have both my apps signed and the lwgl loader is loading everything fine. However after it switches from the apploader to my main app it comes up with the "accept" and "run" dialog and then crashes. The java console says the following

security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Checking if certificate is in Deployment session certificate store
security: Unable to determine originating code host, falling back to Sun's UI
security: User has denied the priviledges to the code
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Checking if certificate is in Deployment session certificate store
Fatal error occured (8): access denied (java.util.logging.LoggingPermission control)

Anyone know why this might be occurring? It works fine on PC (I am trying to get it to work on the mac)





kappa

fatal error 8 means that its crashing in your applets init() method. (maybe your trying to access something which you don't have permission too, like from your game jar)

if you grab the latest nightly build of the appletloader from http://www.newdawnsoftware.com/hudson/ it might give you a more meaningful error as more debug out was added to it.