http://bugs.winehq.org/show_bug.cgi?id=19300
Summary: MS Web Platform installer goes into endless loop
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/web/downloads/platform.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
Created an attachment (id=22347)
--> (http://bugs.winehq.org/attachment.cgi?id=22347)
+winsock log
It does an endless loop with calling WSARecvFrom function, and gets error
10035.
See attached +winsock log.
It requires .net 2.0 to be installed.
--
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=18764
Summary: Wine update breaks gecko's js3250.dll
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
Created an attachment (id=21520)
--> (http://bugs.winehq.org/attachment.cgi?id=21520)
js3520.dll error
Every time I update a version of wine (including reinstalling the same version
as that installed) without removing the .wine directory first, I get the
attached error when trying to navigate within DVD Profiler. DVD Profiler
requires Gecko to run, as its interface is html/javascript based.
If I delete the .wine directory and reinstall the software (thereby recreating
a fresh .wine), the error is gone.
I can't see anything different in the registries etc. that can trigger this,
and this has happened reliably for many version releases.
--
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=18540
Summary: Slingplayer EU 1.5.1 installer random unhandled page
fault
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21203)
--> (http://bugs.winehq.org/attachment.cgi?id=21203)
wine-1.1.21-290-gd4e1d88 +ole last 500 lines
The Slingplayer installer will randomly cause a page fault.
This will occur at a specific point, just before asking whether or not to
install the Windows Media 9.5 codecs.
This occurs about 10% of the time (it actually occurs twice in succession each
time, so maybe there's some garbage left in the memory).
Workaround is run the installer again.
Native quartz and qcap needed to get this far.
This is the suspicious looking line that appears only during the failure:
err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005
(-1073741819)
Full +ole is 90MiB, so attaching the last 500 lines.
--
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=18501
Summary: Emperor 'Battle for Dune': can't build units and
buildings
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arjann(a)gmail.com
Created an attachment (id=21140)
--> (http://bugs.winehq.org/attachment.cgi?id=21140)
problem is in right part of the screen where you supposed to be able to build
things
this game works with 1.1.21 except that i can't build units and buildings since
i am not enable to click on them or they are hard to click. I sounds stupid but
its really an issue, i think it has to do with a transformation matrix going
bad and therefore shear/rotate/move the clickable images that supposed to be at
some fixed location.
I add a screenshot that illustrates my issue. I also tested it with 1.1.2
version i had on my system for another game. There this issue isn't appearing
so this is a regression, only i hava a sound issue with that version so i don't
advise people to use that version.
I am unable to get regression test since iam using a native 64bit system and so
lack the libraries to build a 32bit older wine version. Therefore i can't
narrow this issue down to a specific version number. Hopefully someone could...
--
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=18220
Summary: mWavEdit: midi sysex communication fails
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld0d(a)kolumbus.fi
Created an attachment (id=20726)
--> (http://bugs.winehq.org/attachment.cgi?id=20726)
Wine midi call trace log
The SoundTower Microwave Editor 4.0.1
(http://www.soundtower.com/microwave/mw2_files/mw2_page.htm) fails to
communicate with the Microwave XT using midi sysex. I attached a log taken with
WINEDEBUG=+midi,+winmm,+driver.
The interesting part seems to be:
trace:midi:midPrepare (0003, 0x1570c10, 00000040);
trace:winmm:MMDRV_Message => MMSYSERR_INVALPARAM
I also traced the code a bit, and it seems that mWavEdit calls
midiInPrepareHeader with a buffer of size 70000 (>0x10000) which causes the
MMSYSERR_INVALPARAM in midPrepare() (in dlls/winealsa.drv/midi.c). Now, I do
not know why the buffer size is limited to 0x10000, but changing the limit to
0x20000 in all the three places in winealsa.drv/midi.c fixes the problem and
mWavEdit works perfectly.
Can this be fixed in Wine, or should I contact the authors of the program?
--
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=17999
Summary: Shell32 test fails with the following
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
shlfolder.c:531: Test failed: SHGetPathFromIDListW returns incorrect path!
shlfolder.c:570: Test failed: GetDisplayNameOf returns incorrect path!
err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for
simple PIDL's only!
fixme:shell:DllCanUnloadNow stub
make: *** [shlfolder.ok] Error 2
--
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=17948
Summary: Slingplayer unhandled page fault
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://download.slingmedia.com/player/pc/SlingPlayer-
Setup-EU-1.5.1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20295)
--> (http://bugs.winehq.org/attachment.cgi?id=20295)
wine-1.1.18-169-g30041c2 +gdiplus
Tested in latest wine-git, but this isn't a new problem.
Slingplayer causes an unhandled exception when attempting to load the main
window.
Workaround is using a native GDIPLUS.DLL
To get this far, a native qcap.dll and quartz.dll is required to work around
bug 13371.
--
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=17621
Summary: PhoenixRC crashes with page fault in 32-bit code
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
URL: http://www.helifreak.com/showpost.php?p=1155759&postcoun
t=15
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: general(a)eepatents.com
Created an attachment (id=19805)
--> (http://bugs.winehq.org/attachment.cgi?id=19805)
Console dump with backtrace
An attempt to run the Phoenix RC Simulator, v2.0.j, on Ubuntu 8.10 AMD64 and
the program crashed with an unhandled page fault on read access to d3dx9_39 in
32-bit code.
--
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=17577
Summary: Lost Planet's shader compile failure
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.lostplanet-thegame.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
CC: stefandoesinger(a)gmx.at
Created an attachment (id=19735)
--> (http://bugs.winehq.org/attachment.cgi?id=19735)
shader generation/compilation log
When game starts, it would like to compile some shaders. But I think transition
between d3d - opengl fragment shader is broken. It results broken picture.
Look at this line:
trace:d3d_shader:shader_addline GL HW (21, 437) : R0.xyzw = (Using texture2DLod
in fragment shader.
It can be a copy paste bug or mistyped variable.
Partial shader generation log 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=17521
Summary: qmgr/qmgr tests fail with +relay enabled
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
URL: http://test.winehq.org/data/6a1537c4b5037be5253chttp://test.winehq.org/data/86f79e3a558ca1fb5d596e9f62403ca89178
d3cf/wine_xp_ae-ub904-relay/qmgr:qmgr.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
qmgr.c:41: Test failed: CoCreateInstance failed: 80004002
qmgr.c:43: Tests skipped: Unable to create bits instance.
qmgr.c:69: Tests skipped: Unable to create bits instance required for test.
qmgr.c:107: Tests skipped: Unable to create bits instance required for test.
test failed: timed out
--
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.