http://bugs.winehq.org/show_bug.cgi?id=10221
Summary: "make test" fails on d3d9/tests/visual.c
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my Compaq Presario R3000 running Ubuntu Feisty, "make test"
fails because of the following errors in d3d9/tests/visual.c:
visual.c:2271: Test failed: quad 1 has color 00000000, expected 0x00ffffff
visual.c:2273: Test failed: quad 2 has color 00000000, expected 0x00ffff00
visual.c:2275: Test failed: quad 3 has color 00000000, expected 0x000000ff
visual.c:2277: Test failed: quad 4 has color 00000000, expected 0x00ffffff
visual.c:2345: Test failed: quad 1 has color 00000000, expected 0x0000ff00
visual.c:2349: Test failed: quad 3 has color 00000000, expected 0x00ff0000
--
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=17706
Summary: EVE Premium and Geforce 6200: FPS drops to 0 during Warp
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: connormcl(a)hotmail.com
I use WINE 1.1.16 patched for ATI model bug on a Geforce 6200.
EVE Version 6.10.84244 and NVIDIA driver 180.22 on x86-84.
The login warp works fine. On all following warps the fps drops to 0 until the
warp is finished. Wine does not crash.
Console output:
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x3002a 0x00000000
fixme:imm:ImmReleaseContext (0x3002a, 0x138468): stub
connor@sleipnir:/work/evewine1> fixme:reg:GetNativeSystemInfo (0x33b778) using
GetSystemInfo()
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:dsound:DllCanUnloadNow (void): stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
Directly after initiating the warp, this is shown:
fixme:d3d_texture:basetexture_apply_state_changes Unrecognized or unsupported
D3DSAMP_MINFILTER value 2 D3DSAMP_MIPFILTER value 3
--
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=17318
Summary: winemenubuilder fails to create proper menu structure
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: damjan.jov(a)gmail.com
After installing of any application winemenubuilder fails to create proper menu
structure and puts all the links under "Application".
The bug is in write_menu_file() function:
if (ret)
ret = (rename(tempfilename, menuPath) == 0);
Raname does not work across file systems. And I have /tmp on a separate mount.
--
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=17253
Summary: Luka: removal of DIB section hack in WriteFile causes
regression
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.luka.polizei-beratung.de/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: julliard(a)winehq.org
The game "Luka und das geheimnisvolle Silberpferd" v1.0.1 is affected by a
regression introduced in
commit e016d2ec5e38a4128840d5444225a2ecfaead5de
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jan 14 20:20:14 2009 +0100
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile
takes care of it.
5 lines of code in dlls/kernel32/file.c
Prior to it, it would start fine. Since then, it exits soon after start,
reporting fifty thousand times the following error:
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x220): unexpected
iPixelFormat(<NNNNNNNNNN>) vs nFormats(16), returns FALSE
--
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=16864
Summary: Rendering of main character is wrong
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deresh(a)gmail.com
Created an attachment (id=18612)
--> (http://bugs.winehq.org/attachment.cgi?id=18612)
error log
The game works but the rendering of main character is wrong. You can see
attached screenshots and error log from wine when running the game
--
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=16827
Summary: Secret Maryo Chronicles: Won't install.
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://www.secretmaryo.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Installer crashes, and an error window pops up that says
"NSIS Error"(Window border)
"Error launching installer"
--
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=16386
Summary: Unimplemented KERNEL32.dll.GetConsoleAliasW
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
When I attempt to run Unicode FAR manager (opensource version, r575) and then
type anything on the commandline and press ENTER, FAR is terminated with
following message:
wine: Call from 0x7b847370 to unimplemented function
KERNEL32.dll.GetConsoleAliasW, aborting
wine: Unimplemented function KERNEL32.dll.GetConsoleAliasW called at address
0x7b847370 (thread 0020), starting debugger...
--
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=15742
Summary: eMule: Missing text in the information box
Product: Wine
Version: 0.9.16.
Platform: PC
URL: http://www.emule-project.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=16839)
--> (http://bugs.winehq.org/attachment.cgi?id=16839)
Screenshot in WinXP
eMule has a information box about the status of the connections in the servers
tab. In Wine this box appear empty. If you install native riched20 the text
will appear.
--
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=15484
Summary: Respondus Lockdown broswer fails to launch
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.respondus.com/lockdown/information.pl?ID=9616
15468
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16379)
--> (http://bugs.winehq.org/attachment.cgi?id=16379)
+relay,+seh,+tid
Logged onto my biology class website and found there's a new browser that some
teachers may require for taking tests..hmm. Fired up the installer. Works fine
(be sure to install mfc42, otherwise, it won't register properly).
On launch, fails with:
austin@austin-desktop:~/.wine/drive_c/Program Files/Respondus LockDown Browser$
wine LockDown.exe
fixme:ole:DllRegisterServer stub
fixme:dwmapi:DwmEnableComposition (0) stub
err:seh:setup_exception_record stack overflow 836 bytes in thread 0009 eip
7efbfad6 esp 00230fec stack 0x230000-0x231000-0x330000
Running in winedbg:
Backtrace:
=>1 0x00406460 in lockdown (+0x6460) (0x0033f5b0)
2 0x00409c51 in lockdown (+0x9c51) (0x0033fe58)
3 0x0046655b in lockdown (+0x6655b) (0x0033ff08)
4 0x7ee70ac7 start_process+0xc7(arg=(nil))
[/home/austin/wine-git/dlls/kernel32/process.c:904] in kernel32 (0x0033ffe8)
5 0xb7e469d7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x00406460: (bad)
+relay,+seh,+tid
--
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=14555
Summary: Tool-tip glitch in The Curse of Monkey Island
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david_laursen(a)hotmail.com
Created an attachment (id=14905)
--> (http://bugs.winehq.org/attachment.cgi?id=14905)
The glitch - a big black box
When opening The Curse of Monkey Island, the first thing you have to do is to
choose the difficulty in the game (normal or 'Mega-Monkey'). In that screen, if
you then let the mouse cursor hover over one of the options (rendering the
cursor cross red) for some time, a big black box appears (probably a badly
rendered tool-tip). This box disappears instantly when moving the mouse and it
doesn't come back again at this instance if you rest the mouse again over one
of the options (unless you start up the game again and repeat the process). The
box seems to come up a the exact same location on the screen every time.
See the attached screenshot.
--
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.