http://bugs.winehq.org/show_bug.cgi?id=21567
Summary: Wine crashes when running Slingbox 2.0.4 in Wine
1.1.37
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: currter(a)gmail.com
Created an attachment (id=26006)
--> (http://bugs.winehq.org/attachment.cgi?id=26006)
Error indicating a deficiency in Wine and the SlingPlayer window of attempt to
enter password into Slingbox.
I just cannot seem to get Slingbox/SlingPlayer to run to compeletion
in Wine 1.1.37 before something crashes. It says the problem is
caused by a deficiency in Wine. I have attached a screenshot of my
window showing the error message and the SlingPlayer window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21324
Summary: Streets of SimCity demo installer takes slightly
longer to initialize
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://download.cnet.com/Streets-of-SimCity-demo/3000-
7518_4-10018213.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: julliard(a)winehq.org
With wine-1.1.36, I notice that the InstallShield initialization progress
dialog hangs for approximately 10-15 seconds at 75% progress, which didn't
happen previously. Additionally, the following standard error messages are
emitted:
err:ntdll:RtlpWaitForCriticalSection section 0x7de07760 "syslevel.c:
Win16Mutex" wait timed out in thread 0028, blocked by 0029, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7de07760 "syslevel.c:
Win16Mutex" wait timed out in thread 0027, blocked by 0029, retrying (60 sec)
Regression testing indicated:
92e704edc50828f710a6d859216113a28ebf6430 is first bad commit
commit 92e704edc50828f710a6d859216113a28ebf6430
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Dec 16 17:32:15 2009 +0100
server: Don't set the idle event when waiting for a message reply.
:040000 040000 6e3e746b29a0a16053d75851a5a4aede2fbe7694
d8b6b35a475657a89f1278311e0e87e519320662 M dlls
:040000 040000 6a515a1f49f34946ae95cf2868d4e7e70730a47a
1df898e20a17155939221ffe7a604952513440c9 M server
Building Wine prior to this commit allows the Streets of SimCity demo installer
to initialize faster without hanging.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21129
Summary: cmd /? should give a help message, not '/?'
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
On Windows, running:
cmd /c echo /?
gives:
Displays messages, or turns command-echoing on or off.
ECHO [ON | OFF]
ECHO [message]
Type ECHO without parameters to display the current echo setting.
On Wine, just gives:
/?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20339
Summary: IE6. Proxy settings do not work
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leopoldosalgui(a)gmail.com
ENVIRONMENT: Wine 1.1.31. IE6 installed properly with winetricks ie6
BUG: Setting a proxy for IE6 does not work
Please, try to set data at
Tools -> Internet Options -> Connections -> LAN Settings -> Proxy Server
you will be able to see data is not recorded
:-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20248
Summary: iTunes 9 crashes on load
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
iTunes 9 and 9.0.1 either crash on load or crash right after loading.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20109
Summary: Wininet crash in HTTP_GetResponseHeaders when no http
statuscode or headers are returned
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.computec.ch/projekte/httprecon/download/bin
/httprecon-7.3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=23676)
--> (http://bugs.winehq.org/attachment.cgi?id=23676)
plain log until crash, with backtrace
Doing some fingerprinting with httprecon 7.3 (install vb6 runtime, unzip, run),
I launched it against a local Boa 0.94.13 http server, which happens to in some
cases return raw HTML on error, instead of a proper HTTP response with status
codes and headers and such.
Wine wininet didn't like that.
Native wininet works around it. (Native wininet isn't very sane in that case
either, but does not crash)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19807
Summary: Nokia ovi suite fails to install
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/soft
ware/Nokia_Ovi_Suite_0_4_64_0_ALL_web.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)yule.id.au
Created an attachment (id=23200)
--> (http://bugs.winehq.org/attachment.cgi?id=23200)
Log file
When running the installer, you can click through the first few steps, but when
it gets to the Install stage, it fails to install NokiaMServer.exe and
Updater.exe. The installer then fails (with a message saying
"ERROR_FUNCTION_FAILED" and allows you to click to exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19784
Summary: cmd doesn't handle ( ) scoping; breaks firefox build
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
bug 15359 and bug 19778 are examples of fancy syntax in firefox's
build scripts that wine's cmd doesn't handle yet.
Here's one more example:
FOO="bar"
if "%FOO%"=="bar" (
echo "yup"
) else (
echo "nope"
)
On both systems, this prints "yup". But on Wine, it goes on to print
C:\>) else (
File not found
C:\>echo "nope"
"nope"
C:\>)
File not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19438
Summary: Formula Broomstick crashes on startup in d3dxof
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.cnet.com/Formula-Broomstick/3000-7516_
4-27345.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.26-183-gc6570a5, when launching Formula Broomstick, the
application crashes with a backtrace in d3dxof. The relevant traces are
attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19360
Summary: Medieval 2: Total War loading screens turn black when
progress bar moves
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=22427)
--> (http://bugs.winehq.org/attachment.cgi?id=22427)
Console output from Medieval 2: Total War Demo
See the summary - the loading screen background appears but as soon as the
progress bar begins to animate, it vanishes.
I've attached a log generated from the demo (both the demo and actual game
suffer this) which might contain useful output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.