http://bugs.winehq.org/show_bug.cgi?id=14858
Summary: ICQ crashes on launching
Product: Wine
Version: 1.1.2
Platform: All
URL: http://www.icq.com
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.mast(a)gmail.com
I've been told to report this issue without native DLLs.
The attachment contains the console output (it seems to be related to the
ole.dll)
--
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=12132
Summary: Mail.ru agent - OLE error
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Created an attachment (id=11520)
--> (http://bugs.winehq.org/attachment.cgi?id=11520)
Wine stdout on mail.ru agent
Mail.ru agent does not work because of OLE error.
--
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=14755
Summary: AppDB should allow more customizable e-mail options
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
AppDB currently allows only receiving all e-mails or none at all. It's not so
bad if you maintain a few apps, but when you've got admin rights, the global
e-mails flood my inbox. Something more like bugzilla, allowing to fine tune
which e-mails are/are not received would be helpful.
For instance, I'd like to receive e-mails just for apps I maintain, or for
private messages, but not for all other global e-mails.
--
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=11180
Summary: Unhandled exception: unimplemented function
ntoskrnl.exe.IoQueryDeviceDescription called in 32-bit
code
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bill_r(a)inetnebr.com
Created an attachment (id=10235)
--> (http://bugs.winehq.org/attachment.cgi?id=10235)
Terminal showing result of running Eye-Fi Manager.exe with WINE
The Eye-Fi Manager software was working great under 9.48; now it won't run.
Any ideas?
--
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=10483
Summary: FlatOut 2 post-processing + FBOs = black screen
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=9219)
--> (http://bugs.winehq.org/attachment.cgi?id=9219)
wine output
If I turn on post processing (light effects) in FlatOut 2 and set
OffscreenRenderingMode=fbo, the in-game screen (while racing, not menus) is
black, only the HUD and the lens flare effect is visible (no matter what
UseGLSL is set to).
The problem is that no OffscreenRenderingMode option is good if GLSL is on;
backbuffer gives bad performance while with pbuffer the post-processing effects
don't work properly.
GeForce 8800GTX, driver 100.14.19
--
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=20201
Summary: winetest64 no longer runs on 64-bit wine
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: download, regression, testcase, win64
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: dylan.ah.smith(a)gmail.com
Not sure if it should be a blocker or not, since it's 64-bit wine...
In today's git, running ./wine winetest64-latest.exe fails after extracting
qmgr with:
Extracting: qmgr (66 of 100)
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:msvcrt:__lconv_init stub
fixme:seh:execute_cfa_instructions 7ffba6038bc3: DW_CFA_remember_state not
implemented
fixme:seh:execute_cfa_instructions 7ffba6038bd0: DW_CFA_restore_state not
implemented
err:seh:call_stack_handlers no exception data found in system library for
function 0
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ffba603642c
Regression testing shows:
austin@midna:~/64-wine-git$ git bisect good
fd3c8335fd91e9a1952eabf4abd1cf8b5631dfd5 is first bad commit
commit fd3c8335fd91e9a1952eabf4abd1cf8b5631dfd5
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Mon Sep 28 03:48:38 2009 -0400
secur32: Free schannel handle table.
The table is initialized on process attach, and should be freed on process
detach (which is where SECUR32_deinitSchannelSP gets called).
which doesn't really make sense to me...but reverting that patch does indeed
let winetest64 run to completion....
--
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=19878
Summary: TmUnitedForever - not work mouse
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
in game TmUnitedForever mouse not work - no result when click on cancel or
create new account or use exists account on start menu
--
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=19490
Summary: WINHTTP_QUERY_VERSION not implemented in WinHttp
query_headers()
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arzwine(a)yahoo.com
Querying the version of a WinHttp response using the token
WINHTTP_QUERY_VERSION is not supported. Under Windows this call is successful.
Patch for implementation of WINHTTP_QUERY_VERSION (winhttp/request.c) attached.
Thanks,
Arnoud.
--
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=19489
Summary: WinHttpSendRequest does not support empty string ("")
as headers argument
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arzwine(a)yahoo.com
Created an attachment (id=22659)
--> (http://bugs.winehq.org/attachment.cgi?id=22659)
simple fix for problem mentioned
When using WinHttpSendRequest() with an empty string as 'headers' argument and
-1 as a value for the header length, an INVALID_PARAMETER error is returned.
add_request_headers() in winhttp/request.c correctly performs a strlen() on the
headers argument if header length is specified as -1.
The problem is that if headers is an empty string, and there is no actual
header, the search for '\r\n\ fails, the terminating zero is found, and
add_request_header breaks out of the loop with a FALSE return value.
Under Windows, this call is successful.
Attached simple return statement fixes the problem (but maybe should be fixed
in a different way).
Thanks,
Arnoud.
--
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=19450
Summary: Notation Composer: toolbar and menu icons missing or
white
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://notation.com/download/NotationComposer233TrialS
mallSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc321(a)gmail.com
Created an attachment (id=22595)
--> (http://bugs.winehq.org/attachment.cgi?id=22595)
screenshot of menu and toolbar area with buggy icons
As can be seen in the attached screenshot, my toolbar icons for Notation
Composer 2.3.3 are either missing or white. The "white" icons actually have
some color to them. The effect is similar to increasing the gamma. Please see
http://appdb.winehq.org/screenshots.php?iAppId=5365&iVersionId=11378 as an
example of how it should look.
This was not a problem with Wine 1.1.12; however, my regression tests from
current git to 1.1.12 have turned up nothing. My xorg-server version jumped
from 1.4 to 1.6.2 since my last set of tests months ago, which may have
something to do with it. I have no way of testing that assumption atm.
I have tried native comctl32, switching between 16 and 24 bpp in X, and setting
Windows version to 98, 2000, and Vista. I started with a fresh ~/.wine for each
test. No change to the bug.
To reproduce, follow the howto at
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11378. Timidity is
not necessary in this case.
This may be a dupe of Bug 7905, but I'll leave that to the experts.
Wine version: 1.1.26, current git
Windows version: XP
Distro: Slackware(-current)
Kernel version: 2.6.29.6-smp
CPU: Intel Core 2 Duo E6750
GCC version: 4.3.3
glibc version: 2.9
xorg-server version: 1.6.2
Video card, driver version: NVidia GeForce 8600GT, 185.18.14
--
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.