Error of type f: File "" not found in the archive

Do you need help installing or using ZunTzu? Would you like to report a bug?

Moderators: Ichibrothers, Cambronne

Post Reply
hviderusland
Posts: 1
Joined: 21 Jan 2012, 20:00

Error of type f: File "" not found in the archive

Post by hviderusland »

When I open my game box-file in Zuntzu I get this message:
"Error of type f: File "" not found in the archive"

My xml code is this:

<?xml version="1.0" encoding="windows-1252" ?>
<game-box
name="Pila2"
description="Football"
copyright="Tellus Games">
<dice-hand type="D10">
<dice count="2" color="ffffff" pips="000000" />
</dice-hand>
<dice-hand type="D10">
<dice color="0000a0" pips="ffffff" />
<dice color="a00000" pips="ffffff" />
</dice-hand>

<map name="board" image-file="board.jpg" resolution="150 dpi" />
<counter-sheet name="spillere"
front-image-file="spillere.jpg" front-resolution="150 dpi"
back-image-file="spiller2.jpg" back-resolution="150 dpi">
</counter-sheet>
</game-box>

Any suggestions of what I'm doing wrong?
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Well it looks as if either you haven't got one of the named files in the game box, or you've misnamed one...
Post Reply