http://bugs.winehq.org/show_bug.cgi?id=27016
Summary: Fallout 3: fails to start
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.com(a)tjbp.net
Under 1.3.19 Fallout 3 immediately hangs. Switching to another TTY works, and
when I switch back to the GUI all I see is black (from the application being in
fullscreen mode). I can Alt+Tab away from Fallout 3, though once Alt is
released the black screen returns (however keyboard input will affect the
window selected using Alt+Tab, you just can't see it). Killing the process
fixes everything again.
Wine also doesn't return anything to the terminal, when usually it returns a
load of fixmes. When I terminate Fallout3.exe I just get 'Segmentation fault'.
If I downgrade to 1.3.18 it works fine.
--
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=25942
Summary: Wine's implementation of d3dtypes.h does not work with
ISO C++.
Product: Wine
Version: 1.3.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dscharrer(a)gmail.com
The implementation of d3dtypes.h shipped with wine defines operator() in
D3MATRIX as follows:
/* This is different from MS, but avoids anonymous structs. */
D3DVALUE &operator () (int r, int c)
{ return ((D3DVALUE [4][4])&_11)[r][c]; }
const D3DVALUE &operator() (int r, int c) const
{ return ((const D3DVALUE [4][4])&_11)[r][c]; }
Compiling a C++ winelib program which includes d3d.h using wineg++, without
-fpermissive and with D3D_OVERLOADS defined, results in a compile error, as
"/nemyax/apps/wine/1.3.12/include/wine/windows/d3dtypes.h:339: error: ISO C++
forbids casting to an array type ‘D3DVALUE [4][4]’".
--
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=26392
Summary: Builtin IE won't display some jpeg images
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Open
https://mybank.icbc.com.cn/servlet/com.icbc.inbs.person.servlet.Verifyimage…
with builtin IE,
the verify image won't display ,just display "Refresh verification code".
Here is the source code of above url:
<img
src="/servlet/com.icbc.inbs.person.servlet.Verifyimage2?disFlag=2&randomKey=1299899662433135571"
border="0" onclick="parent.refreshVerifyimage();return false;" style="CURSOR:
hand" alt="Refresh verification code"/></div></html>
It seems ugly ... there is no </img> ,no <div> ,no <html> ...
--
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=27310
Summary: Graphics regression for WINE version 1.3.20 and up on
Intel GMA 4500
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imamdxl8805(a)gmail.com
Ubuntu 10.10
Linux 2.6.38-02063807-generic
xf86-video-intel 2.14.0
Mesa3D 7.11-devel
Intel Dual Core 2.20 GHz
RAM 3 GB
Intel GMA 4500 256 MB
---------------------------------------------------------------------------------
games like NFS underground 1 & 2, NFS Most Wanted, NFS Carbon, Flatout 1 & 2
and many others have darker graphics than usual.
All games were running fine with WINE versions 1.3.14 - 1.3.19.
I choose WINE version 1.3.14 because up versions have mouse input problems
which is fixed in WINE 1.3.21.
no matter whether GLSL enabled or disabled in WINE, games graphics are dark.
This is not a driver bug, since native games and previous WINE versions were
working fine.
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=27062
Summary: Simcity 3000: irrecoverable black screen, even with
virtual desktop
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Simcity 3000 causes an irrecoverable black screen, even when started with a
virtual desktop the entire screen goes black and I haven't found a way to fix
it short of killing the X server. The cursor still works however. It worked in
1.3.16; regression testing found the following:
fadfdf21c055caf833a137ffc269c2073dc87fd6 is the first bad commit
commit fadfdf21c055caf833a137ffc269c2073dc87fd6
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Apr 15 18:33:37 2011 +0200
wined3d: Forward surface refcounts to the container.
This will prevent textures from being released if one of its surfaces is
still
in use by the stateblock. We have similar constructions in d3d8 and d3d9,
but
those won't prevent the wined3d texture from being released.
:040000 040000 9524a301f942c04b1bd19f6ee763a8662a5afccd
a0888eab4fd4a02d6d488071e7b4e84d62f671e0 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=16634
Summary: make test fails in IDirect3DQuery9_GetData call on
latest git
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0x125970) call to
IWineD3DDevice_CreateQuery failed
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
query.c:220: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query
returned 00000001
make[2]: *** [query.ok] Error 1
T60P
ATI FireGL 5200 with 8.12 Drivers
3 Gigs of memory
Dual Core 2.3 CPU intel
RHEL 5.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=12945
Summary: Conquer Online with latest patch stops loading after
antivirus starts.
Product: Wine
Version: 0.9.61.
Platform: PC
URL: http://conqueronline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: logistikdesign(a)gmail.com
Created an attachment (id=12683)
--> (http://bugs.winehq.org/attachment.cgi?id=12683)
The errors given in the console.
Conquer Online patch 5022 simply refuses to start. When I am starting it, he
launches an antivirus. I don't know what but someting stops wine from loading
the game. I want to play co on linux because it's not a resource eating game
but wine can't run it. I want this bug solved if it's possible. Thanks!
--
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=9527
Summary: Silent Hill 4 Does not start
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
When I try to start Silent Hill 4 this messageappears
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 0\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 1\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 2\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 3\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 4\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 5\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 6\Logical Unit Id 0
fixme:cdrom:CDROM_DeviceIoControl Unsupported IOCTL 2d1400 (type=2d access=0
func=500 meth=0)
fixme:process:IsWow64Process (0xffffffff 0x34c504) stub!
fixme:setupapi:SetupDiGetClassDevsW returning empty list
fixme:setupapi:SetupDiEnumDeviceInfo 0x12e0c0 0 0x34c350
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
wine: Call from 0x7ee586c0 to unimplemented function
ntoskrnl.exe.IoGetDeviceObjectPointer, aborting
wine: Unimplemented function ntoskrnl.exe.IoGetDeviceObjectPointer called at
address 0x7ee586c0 (thread 000d), starting debugger...
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
Unhandled exception: unimplemented function
ntoskrnl.exe.IoGetDeviceObjectPointer called in 32-bit code (0x7ee58749).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7ee58749 ESP:7ec43418 EBP:7ec4347c EFLAGS:00000212( - 00 - -IA1)
EAX:7ee43e9d EBX:7eec3888 ECX:00000000 EDX:00000004
ESI:7ec434a8 EDI:7ec4343c
Stack dump:
0x7ec43418: 00000000 00000000 80000100 00000001
0x7ec43428: 00000000 7ee586c0 00000002 7ed72780
0x7ec43438: 7ed7483c 00000000 00468220 7ec434c4
0x7ec43448: 7ec43468 7efc3f3b 7ec434dc 7ec434a8
0x7ec43458: 0000001c 7ec4351c 7ec4351c 7ede5110
0x7ec43468: 7ec4348c 004634a6 7ed7c5e4 00461b45
Backtrace:
=>1 0x7ee58749 RaiseException+0x89() in kernel32 (0x7ec4347c)
2 0x7ed72703 in ntoskrnl (+0x12703) (0x7ec434ac)
3 0x7ed6c797 in ntoskrnl (+0xc797) (0x7ec43514)
4 0x00461ab8 in pfsvgae.sys (+0x1ab8) (0x7ec4351c)
5 0x00461c93 in pfsvgae.sys (+0x1c93) (0x7ec43948)
6 0x7ede4819 in winedevice (+0x4819) (0x7ec439c8)
7 0x7edbff33 in advapi32 (+0x1ff33) (0x7ec43a18)
8 0x7efc6cae call_thread_entry_point+0xe() in ntdll (0x7ec43a28)
9 0x7efc7972 in ntdll (+0x57972) (0x7ec43ac8)
10 0x7efc7c21 in ntdll (+0x57c21) (0x7ec443c8)
11 0xb7ea9283 start_thread+0xb3() in libpthread.so.0 (0x7ec444c8)
12 0xb7e38d1e __clone+0x5e() in libc.so.6 (0x00000000)
0x7ee58749 RaiseException+0x89 in kernel32: movl 0xfffffff4(%ebp),%ebx
Modules:
Module Address Debug info Name (26 modules)
PE 460000- 46c000 Export pfsvgae.sys
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7eabb000-7ead0000 Deferred hal<elf>
\-PE 7eac0000-7ead0000 \ hal
ELF 7ead0000-7eb35000 Deferred msvcrt<elf>
\-PE 7eae0000-7eb35000 \ msvcrt
ELF 7ed55000-7ed8b000 Export ntoskrnl<elf>
\-PE 7ed60000-7ed8b000 \ ntoskrnl
ELF 7ed8b000-7edd2000 Export advapi32<elf>
\-PE 7eda0000-7edd2000 \ advapi32
ELF 7edd2000-7ede6000 Export winedevice<elf>
\-PE 7ede0000-7ede6000 \ winedevice
ELF 7ede6000-7edf0000 Deferred libnss_files.so.2
ELF 7edf0000-7edfa000 Deferred libnss_nis.so.2
ELF 7edfa000-7ee10000 Deferred libnsl.so.1
ELF 7ee10000-7ee18000 Deferred libnss_compat.so.2
ELF 7ee18000-7ef3c000 Export kernel32<elf>
\-PE 7ee30000-7ef3c000 \ kernel32
ELF 7ef3c000-7ef61000 Deferred libm.so.6
ELF 7ef61000-7f000000 Export ntdll<elf>
\-PE 7ef70000-7f000000 \ ntdll
ELF b7d77000-b7d7b000 Deferred libdl.so.2
ELF b7d7b000-b7ea4000 Export libc.so.6
ELF b7ea4000-b7eba000 Export libpthread.so.0
ELF b7ecb000-b7fdf000 Deferred libwine.so.1
ELF b7fe0000-b7ffc000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000a (D) c:\windows\system32\winedevice.exe
0000000d 0 <==
0000000c 0
0000000b 0
00000008
00000009 0
err:advapi:service_get_status service protocol error - failed to read pipe r =
0 count = 0!
It's a copy protection and with a cracked exe it works but i thought i should
post it
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21516
Summary: Diablo 2 hangs if becomes inactive
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Diablo 2 in windowed mode (-w command line parameter) stops responding to input
or updating window contents if the window becomes inactive or minimized. Wine
gives no additional output to stdout. If some logs are required, please tell me
how to get them.
--
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=26932
Summary: Poor performance with Sim City 3000 Unlimited
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: performance
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34353)
--> (http://bugs.winehq.org/attachment.cgi?id=34353)
Wine 1.3.18 console output
Compared to running under Windows 7, Sim City 3000 Unlimited performs poorly
under Wine. Loading scenarios takes much longer, and there is a 1-2 second
delay when clicking on buttons.
The console repeats this message:
fixme:d3d_surface:surface_init Trying to create a render target that isn't in
the default pool.
Full 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.