http://bugs.winehq.org/show_bug.cgi?id=4904
------- Additional Comments From the3dfxdude(a)gmail.com 2006-31-07 10:11 -------
Maybe double buffering is a requirement for the game. I'm adding that to the howto.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From the3dfxdude(a)gmail.com 2006-31-07 10:09 -------
How about checking for a gateway? That seems logical to me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5810
Summary: Squeak won't start, complains "failed to create pipe"
Product: Wine
Version: CVS
Platform: Other
URL: http://sqeak.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wget http://ftp.squeak.org/…
[View More]current_stable/win/Squeak3.8-current-win-full.zip
unzip Squeak3.8-current-win-full.zip
wine Squeak.exe
err:advapi:service_control_dispatcher failed to create pipe for
L"SqueakService", error = 0
Under the hood, this is triggered by the call to
StartServiceCtrlDispatcher in
http://www.koders.com/c/fidEF4E4E82688314589384887D0C5329A15683409E.aspx?s=…
and the log highlights are
trace:advapi:service_control_dispatcher 0x181150 L"SqueakService"
0026:Call kernel32.CreateNamedPipeW(001811b0
L"\\\\.\\pipe\\__wineservice_SqueakService",00000003,00000000,00000001,00000100,00000100,00002710,00000000)
ret=7edf4b81
0026:Call
ntdll.NtCreateNamedPipeFile(7dfbc944,c0000000,7dfbc910,7dfbc934,00000000,00000005,00000012,00000000,00000000,00000000,00000001,00000100,00000100,7dfbc928)
ret=7eeb81b6
0026:Ret ntdll.NtCreateNamedPipeFile() retval=c00000ab ret=7eeb81b6
0026:Call ntdll.RtlNtStatusToDosError(c00000ab) ret=7eeb82b5
0026:Ret ntdll.RtlNtStatusToDosError() retval=000000e7 ret=7eeb82b5
0026:Ret kernel32.CreateNamedPipeW() retval=ffffffff ret=7edf4b81
Offhand this looks like it might be easy -- just modify NtCreateNamedPipeFile
to accept \\.\pipe\ in addition to \\pipe as a leadin...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=5809
------- Additional Comments From mike(a)codeweavers.com 2006-31-07 09:55 -------
Any reason you're not using builtin msi? If there's bugs installing python with
builtin msi, please report them before attempting to use the native, as the
native simply won't work for some installers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or …
[View More]are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=5257
tiago.freire(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2764 is|0 |1
obsolete| |
------- Additional Comments From tiago.freire(a)gmail.com 2006-31-07 09:39 -------
Created an attachment (id=3119)
--> (http://bugs.winehq.org/attachment.cgi?id=3119&action=…
[View More]view)
installation log against win 0.9.18 (failure)
Alas, it is still not working...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=5809
Summary: "native" (Microsoft) MSI does not work with wine 0.9.18
Product: Wine
Version: 0.9.18.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulf.mehlig(a)gmx.net
CC: dank(a)kegel.com
I installed wine 0.9.18. Then I created …
[View More]a fresh .wine directory by calling
winecfg ,and set Windows version to '98. In addition, I changed the registry in
accordance to http://wiki.winehq.org/NativeMsi and deleted wine's msiexec.exe
before installing InstMsiA.exe from Microsoft:
ulf@ulf-lap:~$ winecfg
wine: creating configuration directory '/home/ulf/.wine'...
wine: '/home/ulf/.wine' created successfully.
ulf@ulf-lap:~$ wine regedit nativeMsi.reg
ulf@ulf-lap:~$ rm ~/.wine/drive_c/windows/system*/msiexec.exe
ulf@ulf-lap:~$ WINEDEBUG=warn+all wine InstMsiA.exe 2> installMsiA.txt
nativeMsi.reg contained
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine]
"Version"="win98"
[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"msi"="native"
"msiexec.exe"="native"
The log is appended as an attachment. Afterwards, I tried to call msiexec.exe:
$ WINEDEBUG=warn+all wine .wine/drive_c/windows/system32/msiexec.exe /?
This yields:
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\ADVAPI32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/advapi32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\ADVAPI32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/advapi32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\ADVAPI32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/advapi32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\ADVAPI32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/advapi32.dll"
required a case-insensitive search
warn:module:load_builtin_dll failed to load .so lib for builtin
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\ADVAPI32.dll":
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/advapi32.dll:
invalid ELF header
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\USER32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/user32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\USER32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/user32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\USER32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/user32.dll"
required a case-insensitive search
warn:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\USER32.dll" ->
"/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/user32.dll"
required a case-insensitive search
warn:module:load_builtin_dll failed to load .so lib for builtin
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\USER32.dll":
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/user32.dll:
invalid ELF header
warn:module:load_builtin_dll failed to load .so lib for builtin
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\gdi32.dll":
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/gdi32.dll:
invalid ELF header
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/z:/home/ulf
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows
warn:module:load_builtin_dll failed to load .so lib for builtin
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\rpcrt4.dll":
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32/rpcrt4.dll:
invalid ELF header
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/z:/home/ulf/.wine/drive_c/windows/system32
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/z:/home/ulf
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in
/home/ulf/.wine/dosdevices/c:/windows
warn:module:load_dll Failed to load module L"msi.dll"; status=c0000135
err:module:import_dll Library msi.dll (which is needed by
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\msiexec.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\ulf\\.wine\\drive_c\\windows\\system32\\msiexec.exe" failed, status
c0000135
Trying to install, e.g., python-2.4.3.msi from www.python.org also fails.
Please contanct me if you need further informations.
Thanks for your attention! Ulf
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4247
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |ftp://ftp.ubisoft.fr/pub/dem
| |os/strategie/thesettlers4_de
| |mo.exe
Keywords| |download
------- …
[View More]Additional Comments From alex(a)thehandofagony.com 2006-31-07 09:14 -------
Adding link to demo, as it has the same multiplayer problem.
The full game also crashes while saving a game; however, saving games is not
possible in the demo.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4869
------- Additional Comments From tehstealth(a)yahoo.com 2006-31-07 09:07 -------
Ok, the Wine Ubuntu repos have been updated, the new 0.9.18 definitely broke
something with Soldat. Same error as I posted above. 0.9.17 works perfectly
fine. I wish there was an easier (or better documented) was of doing a
regression test because I'd really like to help get this game working...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email…
[View More]------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]