http://bugs.winehq.org/show_bug.cgi?id=24305
Summary: Everquest 2 Extended - hair flickers in and out of
existence
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://everquest.com
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a system with an Nvidia 400 series card for which lspci reports
"nVidia Corporation Device 06%0 (rev a3)"
the hair on one character appears and disappears depending
on the position and orientation of the viewer.
I only have one such system. The other systems are all running
a mix of nvidia 275 or 330, wine or windows, and none of them suffer from this.
Now, this game seems to be flaky, so I have no idea if this is a wine
bug, a game bug, or a driver bug. I'll try to investigate more.
--
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=20012
Summary: Implement HalGetBusDataByOffset for the
PCIConfiguration BusDataType
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=23551)
--> (http://bugs.winehq.org/attachment.cgi?id=23551)
Scren capture showing example code working
With the fix http://bugs.winehq.org/show_bug.cgi?id=19966 SIV
(http://rh-software.com/) no longer crashes when run under Wine, however none
of the PCI Bus reporting actually works. As an experiment I wrote some code to
read the PCI confutation data from "/sys/bus/pci/devices/0000:bb:dd.f/config"
where bb:dd:f are the Bus, Device and Function numbers (the Device and Function
are bits 7...3 and 2...0 of the slot number. The attached screen shot you can
see I was able to read the data what HalGetBusDataByOffset() should return. I
actually did this using the Windows API functions using the following code:
if( ( fhl = CreateFile( file_name,
GENERIC_READ,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL,
OPEN_EXISTING,
0,
NULL ) ) != INVALID_HANDLE_VALUE )
{
if( ReadFile( fhl, data, sizeof( data ) &len, NULL ) )
{
...
}
CloseHandle( fhl );
but I would expect the Unix/Linux Native API should be used were this to be
implemented. I am concerned that different Unix/Linux systems may have
different device names, but looking at the lspci source there seems to be a pci
library to address this. I could try and work-a-round this within SIV, but as
SIV would probably not be able to use the Unix/Linux pci library that solution
would be less portable than implementing a solution within
HalGetBusDataByOffset() within Wine. For systems where this data could not be
returned then the current return of 0 (PCI Bus does not exist) would be made.
Note that in the case of the Bus existing and the slot being empty a return of
2 is expected.
--
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=17618
Summary: winecfg does not set drive type correctly for Local Hard
Disk choice
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
The Drives panel in winecfg has a Type: dropdown which allows Auto-detect,
Local Hard Disk, Network Share, Floppy Disk, or CD-ROM to be chosen for each
drive.
Each of these sets a registry value, except for Auto-detect and Local Hard Disk
which simply remove the registry value for the respective drive.
Local Hard Disk should set the registry value for the drive to "hd".
--
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=27046
Summary: Quicken 2008 Deluxe announcement & upgrade window
contents are blank
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Created an attachment (id=34481)
--> (http://bugs.winehq.org/attachment.cgi?id=34481)
terminal output from running wine qw.exe
Quicken 2008 Deluxe often displays an announcement window at startup ("upgrade
now", "service alert", etc.). Its contents are always blank; in Wine
1.2.2-0ubuntu6 the window contents were black, in Wine 1.3.15-0ubuntu5 they are
white.
This is with no Library overrides, no winetricks, and the Quicken binary qw.exe
set to Windows Version "Windows 98" in winecfg
The workaround is to ignore the window and click its [Close] button, or
sometimes [More Info] will launch a web page.
I've attached terminal 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.
http://bugs.winehq.org/show_bug.cgi?id=24767
Summary: AstroSynthesis 2.0 crashes with on-screen error
message
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)earthlink.net
Created an attachment (id=31296)
--> (http://bugs.winehq.org/attachment.cgi?id=31296)
Starting the program without supplied GDIPLUS.DLL file
A user requested assistance with running this program in Wine-Users. Loaded
the trial version and attempted to use. Received error message in a dialog
box: "Can't Activate GLRC. Graphics will not display"
Clicking on the OK button brings up the trial start dialog box. Clicking on
Start on this dialog box brings up the main program screen which quickly
disappears. The program comes with it's own gdiplus.dll, but overriding it
does not clear the problem. Log files 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=23915
Summary: wine freeze game, when is switched to VT[1-6]
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
So scenarion is:
KDM -> failsave session (clear session with xterm) -> "wine hl.exe -game
cstrike"
Game runs, everything work. When I do CTRL-ALT-F[1-6], then sound in buffer is
played over again (it's really annoyng) and game is stopped, until is restored
Xorg
(not sure, what effect it have on multiplayer, but I wasn't kicked from server,
so probably not much serious)
Solution:
I expect that wine application/games, should continue in run even when is used
VT.
This problem occured in all tested wine versions.
--
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=27397
Summary: Excel 2003 pro hangs when using autonumbering
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b2792125(a)klzlk.com
Created an attachment (id=35030)
--> (http://bugs.winehq.org/attachment.cgi?id=35030)
stacktrace
Using excel 2003 pro with compatibility pack on linux kernel 2.6.38.4, wine
1.3.21.
Error comes when trying to use auto numbering, wine stop responding, must kill
manually.
--
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=27070
Summary: mmio and storage function not implemented for Corel
Draw 11
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)dominion-it.co.za
Created an attachment (id=34502)
--> (http://bugs.winehq.org/attachment.cgi?id=34502)
Corel Draw 11 log file
System : openSuse 11.4
Progam : Corel draw 11 suite
Symptom : Program installs fine. Programs seems to load correctly, box pops up
to request if new image must be created or loaded and program then disappears.
Cannot be viewed or used at all. Have tried in a virtual desktop also but still
same symptoms. When loading via console to debug file we get attached error log
file 2 functions are specified not to be implemented, unsure if it is related
to the program disappearing, but hope it can help.
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.
http://bugs.winehq.org/show_bug.cgi?id=26736
Summary: SIV window size change does not work
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
When I change the size of a window the size changed is not notified to the
program by WM_ENTERSIZEMOVE and WM_EXITSIZEMOVE messages which means the window
does not get updated to reflect the size change.
--
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=24882
Summary: Read after free to do with D3D9
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jseward(a)acm.org
I don't know whether this is a Wine bug, or an X bug, or a
/usr/lib32/dri/i915_dri.so bug, so this may be noise, in which case
apologies. Anyway, when running Firefox crashtests on Wine-1.2.1 on
Valgrind:
Invalid read of size 4
at 0x1CCBF91F: ??? (in /usr/lib32/dri/i915_dri.so)
by 0x1CCEF860: _mesa_test_framebuffer_completeness
(in /usr/lib32/dri/i915_dri.so)
by 0x1CCF39DB: ??? (in /usr/lib32/dri/i915_dri.so)
by 0x1CCF3A16: _mesa_update_framebuffer (in /usr/lib32/dri/i915_dri.so)
by 0x1CC70FD7: intel_draw_buffer (in /usr/lib32/dri/i915_dri.so)
by 0x1CCC0090: ??? (in /usr/lib32/dri/i915_dri.so)
by 0x1CCEFD54: _mesa_set_texture_attachment (in /usr/lib32/dri/i915_dri.so)
by 0x1CCEFF80: ??? (in /usr/lib32/dri/i915_dri.so)
by 0x1CCF02EF: _mesa_FramebufferTexture2DEXT (in /usr/lib32/dri/i915_dri.so)
by 0x1AF6E331: initPixelFormats (utils.c:965)
by 0x1AEDF2CA: InitAdapters (directx.c:5126)
by 0x1AEEA2C9: wined3d_init (directx.c:5369)
Address 0x8f2152c is 28 bytes inside a block of size 132 free'd
at 0x48EDC1A: free (vg_replace_malloc.c:366)
by 0x1CD08BEC: _mesa_free (in /usr/lib32/dri/i915_dri.so)
by 0x1CCBFCD7: ??? (in /usr/lib32/dri/i915_dri.so)
by 0x1CD1C3B3: _mesa_reference_renderbuffer (in /usr/lib32/dri/i915_dri.so)
by 0x1CCEFB1A: _mesa_remove_attachment (in /usr/lib32/dri/i915_dri.so)
by 0x1CD31ECE: _mesa_DeleteTextures (in /usr/lib32/dri/i915_dri.so)
by 0x1AF6E3CB: initPixelFormats (utils.c:1059)
by 0x1AEDF2CA: InitAdapters (directx.c:5126)
by 0x1AEEA2C9: wined3d_init (directx.c:5369)
by 0x1AF72659: WineDirect3DCreate (wined3d_main.c:91)
by 0x180A4D2C: Direct3DCreate9 (d3d9_main.c:43)
by 0x180A4DFD: Direct3DCreate9Ex (d3d9_main.c:61)
and I also saw two others which are clearly the same thing.
--
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.