wineboot.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
huifeng
Level 1
Level 1
Posts: 5
Joined: Sun Mar 23, 2008 5:19 pm

wineboot.exe

Post by huifeng »

Hi All:

I just use wine to run a windows based program.
I think it is successfully installed, but when I run it with
WINEDEBUG=warn+all, there are some warning message at the beginning as:

warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\
\wineboot.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not
found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\windows\\system32\
\wineboot.exe" (status c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not
found (c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe.manifest" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\
\wineboot.exe.manifest" not found (c0000034)
warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\
\windows\\system32\
\advapi32.dll": /home/huifeng/.wine/dosdevices/c:/windows/system32/advapi32.dll: invalid ELF header
...

Any know what happened and how can I make my program run?

Thanks
huifeng
Level 1
Level 1
Posts: 5
Joined: Sun Mar 23, 2008 5:19 pm

wineboot.exe

Post by huifeng »

Hi all:

I can run a program with wine. The debug message says like:

warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\
\wineboot.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not
found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\windows\\system32\
\wineboot.exe" (status c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not
found (c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe.manifest" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\
\wineboot.exe.manifest" not found (c0000034)
warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\
\windows\\system32\
\advapi32.dll": /home/huifeng/.wine/dosdevices/c:/windows/system32/advapi32.dll: invalid ELF header
..

Anyone knows what happens and how can I do?

Thanks
huifeng
Level 1
Level 1
Posts: 5
Joined: Sun Mar 23, 2008 5:19 pm

wineboot.exe

Post by huifeng »

Hi All:

When I run a program with wine, it always complain cannot find wineboot.exe.
I think the program is successfully installed, but it cannot run.
Anyone knows what wrong?

Thanks

--
Huifeng Huang
Brasenose College
OCMR Unit, Department of Cardiovascular Medicine
& Fluidics and Biocomplexity Group, Engineering Science
Department, Oxford
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wineboot.exe

Post by vitamin »

huifeng wrote:Hi All:

When I run a program with wine, it always complain cannot find wineboot.exe.
I think the program is successfully installed, but it cannot run.
Anyone knows what wrong?

Thanks

--
Huifeng Huang
Brasenose College
OCMR Unit, Department of Cardiovascular Medicine
& Fluidics and Biocomplexity Group, Engineering Science
Department, Oxford
What distro and how did you installed Wine? wineboot is a mast part of Wine. If you are missing it - then you have incomplete (broken) Wine.
Mark Knecht

wineboot.exe

Post by Mark Knecht »

Hi,
First, 3 requests for information in less than 30 minutes is not
consistent with how this list operates. Please allow some time.

On my system wineboot is installed in /usr/bin. Is it there on yours?

- Mark

mark@lightning ~ $ slocate wineboot
/usr/bin/wineboot
/usr/lib32/wine/wineboot.exe.so
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/Makefile.in
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/resource.h
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/shutdown.c
......

On Mon, Mar 24, 2008 at 6:22 AM, Paul(huifeng)
<[email protected]> wrote:
Hi All:

When I run a program with wine, it always complain cannot find wineboot.exe.
I think the program is successfully installed, but it cannot run.
Anyone knows what wrong?

Thanks

--
Huifeng Huang
Brasenose College
OCMR Unit, Department of Cardiovascular Medicine
& Fluidics and Biocomplexity Group, Engineering Science
Department, Oxford

Mark Knecht

wineboot.exe

Post by Mark Knecht »

On Mon, Mar 24, 2008 at 7:13 AM, Paul(huifeng)
<[email protected]> wrote:
Mark Knecht wrote:
Hi,
First, 3 requests for information in less than 30 minutes is not
consistent with how this list operates. Please allow some time.

On my system wineboot is installed in /usr/bin. Is it there on yours?

- Mark

mark@lightning ~ $ slocate wineboot
/usr/bin/wineboot
/usr/lib32/wine/wineboot.exe.so
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/Makefile.in
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/resource.h
/home/mark/Desktop/Wine-0.9.57/wine-0.9.57/programs/wineboot/shutdown.c
......

On Mon, Mar 24, 2008 at 6:22 AM, Paul(huifeng)
<[email protected]> wrote:
Hi All:

When I run a program with wine, it always complain cannot find wineboot.exe.
I think the program is successfully installed, but it cannot run.
Anyone knows what wrong?

Thanks

--
Huifeng Huang
Brasenose College
OCMR Unit, Department of Cardiovascular Medicine
& Fluidics and Biocomplexity Group, Engineering Science
Department, Oxford



Yes, it is there in /usr/bin/.
But I cannot find it in /home/.wine/Program Files/
Is it wrong?
Paul,
PLEASE, do not respond to me directly. Respond to the list. If you
email these to me I will likely delete your message without responding
as spam.

Of course wineboot is in /usr/bin on my machine. I gave you a
listing of how I found it. I didn't make it up.

You should not be looking in /home/.wine for Wine related install
files but rather /home/paul/.wine as Wine is stored locally by
default.

It sounds like either your distro or your machine has a broken Wine
installation. You have not given anyone enough info to really help
much. We don't know your distro. We don't know how Wine was installed.
We don't know much about the application. You have not provided a link
to a demo version that we could possibly try out.

Try to give more info on what you are doing. You said it was
'installed'. You said you could 'run it'. You didn't say what
happened. Does it just die with nothing ever appearing and only text
in your terminal?

- Mark
Dan Kegel

wineboot.exe

Post by Dan Kegel »

On Mon, Mar 24, 2008 at 6:13 AM, huifeng.huang
<[email protected]> wrote:
I just use wine to run a windows based program.
I think it is successfully installed, but when I run it with
WINEDEBUG=warn+all, there are some warning message at the beginning as:

warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found
in /home/huifeng/.wine/dosdevices/c:/windows/system32
Sounds offhand like your ~/.wine directory is borked.
Can you try deleting it and reinstalling the windows app?
That might do the trick.
huifeng
Level 1
Level 1
Posts: 5
Joined: Sun Mar 23, 2008 5:19 pm

wineboot.exe

Post by huifeng »

Hi All:

I may not make the former help message clear.
Actually, I am not sure whether my program is correctly installed or not.
There is an application panel appear on the desktop when I finish
install the program with wine.
But when I run it, it just die and nothing appear.
So I debug it with WINEDEEBUG, it says
wineboot.exe not found in /home/paul/.wine/dosdevices/c:/windows/system32

I find there wineboot in /usr/bin, but look into /home/paul/.wine
there is no wineboot file or directory found.
Is it because my wine installation is broken?

Thanks

--
Huifeng Huang
Brasenose College
OCMR Unit, Department of Cardiovascular Medicine
& Fluidics and Biocomplexity Group, Engineering Science
Department, Oxford
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wineboot.exe

Post by vitamin »

huifeng wrote:I find there wineboot in /usr/bin, but look into /home/paul/.wine
there is no wineboot file or directory found.
Correct it won't find it there because it's not copied to the "fake c:" drive.
huifeng wrote:Is it because my wine installation is broken?
No, you reading something that way over your head and making wrong assumptions.

DO NOT use WINEDEBUG unless you've been told to or you know what you are doing. What is the program? How _EXACTLY_ are you running it? How did you installed it?
Locked