Slick Forums

Discuss the Slick 2D Library
It is currently Sun May 26, 2013 5:17 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Theme "url is null"
PostPosted: Sat Feb 25, 2012 9:31 pm 
Offline
User avatar

Joined: Thu Oct 27, 2011 5:30 pm
Posts: 42
hi!,

i think its a annoying failure and often discussed problem. :oops:
But there is the Exception:

Code:
Exception in thread "main" java.lang.IllegalArgumentException: url is null
   at de.matthiasmann.twl.theme.ThemeManager.createThemeManager(ThemeManager.java:148)
   at world0.GameplayState.init(GameplayState.java:174)
   at org.newdawn.slick.state.StateBasedGame.init(StateBasedGame.java:171)
   at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:390)
   at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
   at world0.World0Game.main(World0Game.java:35)


The .xml is from tut and its on the right place (I think so :P):
http://staxx6.bplaced.net/bilder/twl.png

_________________
.


Top
 Profile  
 
 Post subject: Re: Theme "url is null"
PostPosted: Sat Feb 25, 2012 11:21 pm 
Offline
Slick Zombie

Joined: Fri Jan 29, 2010 7:02 pm
Posts: 1173
And as always it's the same answer - you pass a null URL into createThemeManager() - so it is clearly a user error.
And that means the file is not where your application tries to find it.

You try to load it via the class path, and relative to your GameplayState class - it helps to read the javadoc of Class.getResource.

_________________
TWL - The Themable Widget Library


Top
 Profile  
 
 Post subject: Re: Theme "url is null"
PostPosted: Sat Feb 25, 2012 11:43 pm 
Offline
User avatar

Joined: Thu Oct 27, 2011 5:30 pm
Posts: 42
*a rly hard facepalm*

I totaly misunderstood the faq.
Thanks for the clearly answer.

_________________
.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group