LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-27-2005, 07:14 PM   #1
thebucketmouse
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Rep: Reputation: 0
error running wine first time


The first time I try to run wine after installation, I need to make a configuration file. So I do, and I get an error 0 and this log file. Anyone know whats going on?

warn:file:wine_nt_to_unix_file_name L"system32\\config\\system" not
found in /root/.wine/dosdevices/c:/windows
warn:ntdll:NtQueryFullAttributesFile
L"\\??\\C:\\windows\\system32\\config\\system" not found (c000003a)
warn:file:wine_nt_to_unix_file_name L"system.dat" not found in
/root/.wine/dosdevices/c:/windows
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system.dat"
not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"reg.dat" not found in
/root/.wine/dosdevices/c:/windows
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\reg.dat" not found (c0000034)
warn:file:CreateFileW Unable to create file L"c:\\windows\\reg.dat"
(status c0000034)
warn:ntdll:NtCreateFile L"/etc/wine.userreg" not found (c0000034)
warn:ntdll:NtCreateFile L"/etc/wine.systemreg" not found (c0000034)
warn:ntdll:NtCreateFile L"\\??\\A:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\A:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\B:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\B:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\C:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\C:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\D:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\D:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\E:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\E:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\F:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\F:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\G:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\G:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\H:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\H:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\I:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\I:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\J:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\J:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\K:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\K:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\L:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\L:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\M:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\M:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\N:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\N:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\O:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\O:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\P:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\P:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\Q:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\Q:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\R:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\R:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\S:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\S:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\T:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\T:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\U:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\U:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\V:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\V:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\W:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\W:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\X:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\X:" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\Y:" not found (c0000034)
warn:file:CreateFileW Unable to create file L"\\\\.\\Y:" (status c0000034)
warn:cdrom:CDROM_GetInterfaceInfo CD-ROM device (7, 0) not supported
Wine 20040914
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
 
Old 01-28-2005, 05:52 AM   #2
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Don't run Wine as root, that may help. Also make sure you are using the latest version. Don't use winesetuptk, don't use winecfg.
 
Old 01-29-2005, 05:23 PM   #3
thebucketmouse
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Original Poster
Rep: Reputation: 0
How do I set it up without using winesetuptk?
 
Old 01-30-2005, 06:22 AM   #4
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
You don't, it sets itself up automatically
 
Old 01-30-2005, 08:16 PM   #5
thebucketmouse
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Original Poster
Rep: Reputation: 0
Anyway, I tried not using root but that didnt help. Any more ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble running wine from src wine:error while loading shared libraries: libwine.so.1 brynjarh Linux - Newbie 2 05-28-2013 10:59 AM
Error running Wine with native DLLs Tylerious Linux - Software 4 10-09-2005 10:05 PM
error when running wine tony yu Fedora 7 09-30-2005 06:23 AM
error while running GTA III in Wine vegetassj2 Linux - Games 8 02-10-2005 05:31 AM
error running mirc with wine Orare Linux - Software 3 01-07-2004 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration