[KLUG Members] Update about Bill's wine question

Chester Wisniewski chetw at zuzax.com
Fri Nov 23 17:21:11 EST 2007


Michael Lueck wrote:
<snip>
> .., 37Starting Pyware iPAS, Please Wait...
> ) = 37
> chdir("/opt/Pyware iPAS")               = 0
> clone(child_stack=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0xb7dde6f8) = 6159
> wait4(-1, Dispatching a crewError: Unable to find skin image: Logo.png
> Dispatching a crewError: Decorator does not have this 
> image:Button.Selected.png
> Crew Error: Decorator does not have this image:Button.Selected.png
> java.lang.NullPointerException
<snip>

Michael, did you run it with Follow Forks(children)? It shows here the 
files it can't find (Logo.png, Button.Selected.png) and it looks like it 
spawned a child that needed these (proc id 6159). Usually I launch 
strace with a -f to follow forks/children, this may help.

Which JRE are you using on Linux? 1.5? Sun version?

Chet



More information about the Members mailing list