Error: Image not found

Hello,

I’ve recently done a great deal of work on the Star Wars: Armada module, including replacing a whole lot of images with better images.

Upon starting a new game, I get this harmless but rather annoying error that doesn’t really say WHAT is missing:

2025-08-01 08:40:24,643 [3000-AWT-EventQueue-0] WARN VASSAL.tools.ErrorDialog - Source: (No Image) Error: Image not found.

Is there a way to trace what’s missing? Either in a module or by searching through the build file looking for something?

That error is usually caused by an image selection being literally set to the string “(No Image)”, instead of a valid filename. Not sure how it happens. But you should be able to search the build file for that string to find the offending piece.

Edit: The search tools in the editor should be able to find it, too.

2 Likes

That solved it. One instance of no image found. Thanks.

1 Like

I have been having the same error. After finding the location in a Module. I think the problem is that I added a layered Images and removed the BasicPiece Image, by choosing (No Image), instead of using the clear button. When I used the clear button, I no longer receive the (No Image) error.

1 Like

Yeah, this is what happened to me as well.