PDA

View Full Version : error GEN1055: File not found or locked



NewsArchive
10-13-2007, 01:17 AM
I just upgraded my main development machine from XP to Vista. I had a
script that was compiling fine before, and I've just tried it the
first time running under Vista. I receive the following error:

>Files.sbi(29): error GEN1055: File not found or locked: w:\stabsync.inc

This file exists, and shouldn't be any different than any other being
packed up by this install. I've used SysInternals Process Explorer to
verify that it's not current open by any other process.

What do I do next?

Mike Hanson
www.boxsoft.net

NewsArchive
10-14-2007, 01:53 PM
Mike,

This error means that the CreateFile() Windows API returns an invalid
handle.

Friedrich

NewsArchive
10-16-2007, 02:19 AM
>This error means that the CreateFile() Windows API returns an invalid
>handle.

Are you creating a copy of this file somewhere (and so the error
doesn't refer to the original file), or using that function to read
the original?

Mike Hanson
www.boxsoft.net

NewsArchive
10-16-2007, 02:20 AM
Hi Mike,

> Are you creating a copy of this file somewhere (and so the error
> doesn't refer to the original file), or using that function to read
> the original?

No, the compiler does not create any copy of your file. It just opens the
file to compress it.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6.6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-16-2007, 02:20 AM
Well it seems not to be a problem anymore, so I'm just going to
pretend that it didn't happen. <g>

Mike Hanson
www.boxsoft.net

NewsArchive
10-16-2007, 02:21 AM
> Well it seems not to be a problem anymore, so I'm just going to
> pretend that it didn't happen. <g>

<G> Good solution :)

Friedrich