Fnoed wrote:When you do an SVN update, so you update the "res" folder? The first stack trace shows that you seem to be missing xpp_min-1.1.4c.jar in res/lib. The second one shows that you seem to be missing Life.png in res/pics/icons. If you do have both files, then something weird is going on.
`
I sync from the Synchronize view as the Synchronize SVN (Workspace) button should sync the entire project to the head version.
I figured out my two problems. The missing xxp_min-1.1.4c.jar needed to be added to the build path. In the past a missing jar in the build path would create an error in Eclipse when I build the project.
And the new icon. I and some other people tend to move over our /pics/ folder from the old version to the next version. This overwrites the new icon.

We may want to consider moving the icons from the pics folder and place them into the images folder.
I can now check out your improvements to quest mode. I like what I see.