http://bugs.winehq.org/show_bug.cgi?id=17859
Summary: inetmib1 tests fails on OpenSolaris
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://test.winehq.org/data/b75caee2abbde87903f2a62edb8f
215e037b9d33/wine_ae-opensolaris/inetmib1:main.html
OS/Version: Solaris
Status: NEW
Keywords: download, testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: juan_lang(a)yahoo.com
wine: configuration in '/export/home/austin/.wine' has been updated.
wine: Unhandled page fault on read access to 0x00000000 at address 7fa93667
(thread 0009), starting debugger...
wine client error:9: read: Bad address
make: *** [main.ok] Error 1
Tried running +relay,+seh,+tid,+inetmib1, but never appears to finish...running
with just +inetmib1 gets a 2 GB file in a just a couple minutes o.0. And it
seems winedbg doesn't support running a .so?
CC'ing Juan, as he wrote the vast majority of the 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=15506
Summary: Balls looks static in the game
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://popcap.com/games/zuma
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
The balls should roll while you're playing. Here is a video that shows haw
shoul it looks.
http://www.youtube.com/watch?v=Y7UdivODns0
But the balls looks static and without any animation.
--
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=15895
Summary: 1621: Failed to Verify Signature of File isscript.msi
Error during Installation
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://files.brothersoft.com/chat_e-mail/misc_e-
mail/ExpEliteSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murdocke(a)gmail.com
Created an attachment (id=17057)
--> (http://bugs.winehq.org/attachment.cgi?id=17057)
errors logs: WINEDEBUG=warn+all
Installer begins properly and downloads the Exp\ Elite.msi file.
The installer continues to download an isscript.msi file and opens a window
displaying "1621: failed to verify signature of file isscript.msi".
The installer then quits.
(just to reiterate, this is on a clean WINEPREFIX using wine version 1.1.7)
--
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=17904
Summary: Wine 1.1.18 and PortalGT Mud Client
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metaljaz(a)msn.com
After an automatic update was done in Ubuntu 8.10 of Wine 1.1.18, the portalGT
mud client would no longer load. Once I removed 1.1.18 and reverted back to
1.1.17 portal is now loading and running again. I got an error message that
stated: (Exception EDBEngineError in module Portal.exe. Invalid file name.)
--
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=17851
Summary: WSAAddressToStringA AF_INET6 implementation missing
Product: Wine
Version: 1.0.1
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berni(a)birkenwald.de
The well-known Torrent client application uTorrent gained IPv6 support in
Version 1.8. When running within the Wine environment it displays [<ERROR>]
instead of the literal IPv6 address for peers.
According to http://forum.utorrent.com/viewtopic.php?pid=363137#p363137
uTorrent uses the WSAAddressToStringA function to format the address to a
string. Looking into dlls/ws2_32/socket.c it's pretty obvious that the wine
version only supports AF_INET (IPv4).
Please support AF_INET6 in that function.
--
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=17832
Summary: FEAR 1.08: Pixelshader compilation fails with ARB
backend
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: hverbeet(a)gmail.com
Tested FEAR 1.08 with the ARB backend and noticed the console filling with:
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glDrawElements @ drawprim.c / 224
Reason seems to be that a multitude of the pixelshaders the game tries to
compile are incorrectly translated by wined3d:
fixme:d3d_shader:shader_arb_generate_pshader HW PixelShader Error at position
1758: "line 76, column 11: error: invalid operand variable\n"
The main problems seems to be the RCP opcode which pops up in company with an
Ax (A0. A1, etc.) register. Sadly no such Ax is ever declared in the fragment
shader.
Example:
RCP R0.w, A1.w;
As far as I can see it's really only the RCP opcode and nothing else. There a
lot pixelshaders that fail compilation but it's always because of something
like in the example.
CCing the experts (aka Stefan and Henri)
--
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=17338
Summary: Quicken 2007 Home & Business crashes with X Error
"BadLength"
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)filmchicago.org
OS: Ubuntu 8.10
Wine: 1.1.14 installed using the WineHQ APT repository for Ubuntu 8.10 Intrepid
Machine: Dell Latitude D800, 1.5GB RAM, 40GB HD, Nvidia Geforce Go5200
I have installed Quicken 2007 Home & Business. The installation went fine and
the application starts up; however, when Quicken attempts to open a data file,
it crashes with the error:
"X Error of failed request: BadLength (poly request too large or internal Xlib
length error)
Major opcode of failed request: 155 (RENDER)
Minor opcode of failed request: 20 (RenderAddGlyphs)
Serial number of failed request: 27942
Current serial number in output stream: 28247"
Steps to reproduce:
1. Install Quicken 2007 Home & Business
2. Use the updater during the install process to update Quicken to the latest
version.
3. After the install completes, start Quicken with Wine.
4. At the Welcome screen, select "I am new to Quicken"
5. Use the default file name and location for the data file.
6. When Quicken creates the data file, Quicken will crash and close with no
warning dialogues.
-This error also occurs if you select "I am already a Quicken user" at the
Welcome screen and attempt to load a pre-existing Quicken data file.
Observing the output of WINEDEBUG with Trace enabled, it is obvious that
Quicken successfully loads and reads the data file. The crash appears to occur
when Quicken attempts to draw the main application once the data has been
loaded.
The file "Quicken_Short_Log.txt" contains the output of just running Quicken
with:
"wine qw.exe"
I'll upload a longer trace log later, but I seem to have misplaced it at the
moment.
--
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=16846
Summary: Regression: Children of the nile crashes when loading a
game
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://www.gamershell.com/download_7600.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When loading a game, Children of the nile demo crashes. Regression testing
showed that the bad commit is:
d51ea0115913daa630ad64a0b2bb6301a3bcc0ce is first bad commit
commit d51ea0115913daa630ad64a0b2bb6301a3bcc0ce
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Sep 10 11:08:58 2008 +0200
wined3d: Reset the auto depth stencil.
:040000 040000 3bb887ee55a7e9f8867b995665e67ae3d47e9248
3a04da35acf04d5dba3b650b8c2f1755c6c3cd19 M dlls
--
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=16728
Summary: Condor: needs native d3dxof.dll for x-file loading
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
Created an attachment (id=18402)
--> (http://bugs.winehq.org/attachment.cgi?id=18402)
errordialog wine 1.1.11 and 12
Condor needs native d3dxof.dll for X-File loading. It displays error messages
on load, see attachment.
In the log it dislays errors:
fixme:d3dxof:IDirectXFileImpl_CreateEnumObject File size > 2000000 not
supported yet
or (wine 1.1.11):
err:d3dxof:IDirectXFileEnumObjectImpl_Create Out of memory
Filesizes of X-Files in Condor:
Gen: http://pastebin.com/f7952e66f
ASK: http://pastebin.com/f31f86337
Seems, there is an issue with X-files bigger than 2000000 ;)
Will attach log using wine 11/12 below.
Thank you!
--
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.