http://bugs.winehq.org/show_bug.cgi?id=20389
Summary: Portable Thunderbird 2.0.0.23: Close button must be
clicked twice
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://portableapps.com/apps/internet/thunderbird_port
able
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken_g6151(a)yahoo.com
Since Wine version 1.1.30, clicking the close button on the Portable
Thunderbird window once does not close the window. As of version 1.1.31,
clicking the button again immediately after the first click does close the
window.
Steps to reproduce:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the window's close button again. Now the window does close.
Another scenario possibly relevant to solving this bug:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the File menu. The File menu is highlighted, but does not drop down.
4. Click the File menu again. The File menu now drops down.
5. Click the window's close button again. The window does not close.
6. Click the window's close button again. Now the window does close.
Application settings are defaults, Windows XP.
--
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=20417
Summary: Uninstall software list
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
If the name of an installed software has lenght=0 it should not appear in the
list.
--
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=20443
Summary: EslWire: crash at start (dwmapi.dll unimplementet
function)
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrian(a)hoehne.tk
Created an attachment (id=24286)
--> (http://bugs.winehq.org/attachment.cgi?id=24286)
first dump +second dump
At start a crash occur because
dwmapi.dll unimplemented function
with dwmapi.dll from other source
unimplemented function in User32.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=19064
Summary: Microsoft Security Essentials Setup crashes missing
QueryAllTracesW
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
The Setup of Microsoft Security Essentials(Virus-Scanner) is trying to call
Unimplemented function ADVAPI32.dll.QueryAllTracesW
Then it crashes.
--
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=19105
Summary: From VB / VBScript / maybe others, the TimeSerial
function dont answer like is awaited
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slezica(a)yahoo.com
I determine this problem after a hard hunt.
This issue affects software from several sources, probably silently.
In Visual Basic 6 and VBScript, you have a function "TimeSerial" for convert
three integers (hour, minute and second) to a "date/time" format ("HH:MM:SS",
for example 03:45:12).
On Windows, you can use the arguments without ranges, for example 300 minutes
- "TimeSerial(0,300,0)" -, and it automatically converts and displays the
result correctly (in this case "05:00:00", 5 hours).
In Wine, if you pass the same previous example it returns "Error 5 - Invalid
procedure call or argument.". The function work if you pass for example minutes
in the 0-59 range. But the conversion functionality is missing (and give a
error).
I can't determine what DLL is used, but shure is shared with others Microsoft
Visual Studio tools.
The debug don't show any relevant information, because is not a Wine error
really (ony the answer is different).
Thanks, and if I can help more only say.
Excuse my english.
Sebastián Lezica
--
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=19430
Summary: winedump: null pointer dereference in spec mode
Product: Wine
Version: 1.1.26
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tillmann.werner(a)gmx.de
Created an attachment (id=22556)
--> (http://bugs.winehq.org/attachment.cgi?id=22556)
diff against git that solved the problem
I think a null pointer dereference may occur when running winedump in spec
mode. I encountered a segmentation fault when invoking ./winedump spec -c
/tmp/poly/poly.dll -I /tmp/poly/. The reason seems to be line 1598 in
tools/winedump/pe.c where dll_current_symbol may be NULL. This affects version
1.1.26 as well as a fresh git checkout. The attached URL contains a quick hack
that worked for me but certainly requires review from somebody more familiar
with 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=19778
Summary: cmd set "FOO=bar" does the wrong thing; breaks firefox
build script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The firefox build scripts do
SET "PATH=%PATH%;%MOZ_TOOLS%\bin"
On Wine, this sets the bizarre environment variable "PATH.
--
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=19851
Summary: interlocked* functions unimplemented for ARM
Product: Wine
Version: 1.1.28
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Long story short, someone on #winehq asked how wine was on ARM (in case
Microsoft started supporting Windows on ARM). Out of curiosity, I got Debian on
ARM for QEMU, got wine source, installed deps, and went along.
First show stopper:
interlocked.c:389:3 error: #error You must implement the interlocked* functions
for your CPU
--
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=18073
Summary: VB6 Format decimal error
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
CC: damjan.jov(a)gmail.com
Created an attachment (id=20475)
--> (http://bugs.winehq.org/attachment.cgi?id=20475)
test program
I had posted bug 15387 (fixed) for a problem in VB6 Format but I find there is
another problem in the Wine VarFormat function.
MASK=#.###
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.099 0.1 -> wrong
0.09999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
MASK=#.####
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.0999 0.0999 -> ok
0.09999 0.09999 0.1 -> wrong
0.099999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
In attachment there is a VB6 test program used to get these results.
All the cases must have the same behaviour
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=18075
Summary: IE8 missing urlmon function
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=20482)
--> (http://bugs.winehq.org/attachment.cgi?id=20482)
Backtrace
To reproduce: start IE8, press ALT+D to view menu and navigate to
"Developer-Tools". While the Window is coming up i get a backtrace of missing
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.