http://bugs.winehq.org/show_bug.cgi?id=9443
Summary: Regression: Drop-down combo/list in VisualBasic app
displays item list behind main window instead of over it
Product: Wine
Version: 0.9.44.
Platform: All
URL: http://palosanto.com/~a_villacis/ComboTest.tar.bz2
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
In 0.9.40 or so, combo boxes worked correctly for VB apps.
In 0.9.44, when trying to use the mouse to display the drop-down window for a
combo or a list in a VB app, apparently nothing is displayed. If the user
chooses to move the dialog window aside, the drop-down list will be visible. It
is now displayed under the window hosting the combo or list.
The supplied URL points to a VB app that demonstrates the regression.
--
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=11230
Summary: GetTickCount is affected by clock changes
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghazel(a)gmail.com
This affects 0.9.53, but probably exists in previous versions as well.
http://source.winehq.org/source/dlls/kernel32/kernel_main.c?v=wine-0.9.52#L…
Because GetTickCount uses GetTickCount64 which uses NtQuerySystemTime, the tick
count can jump backwards if the system clock is changed. Tick count functions
are supposed to be milliseconds since system start, and should not be affected
by the clock, or go backwards (aside from the wrapping issue on GetTickCount,
which is well known).
--
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=9476
Summary: World of Warcraft doesn't have a window frame when Beryl
is the windows manager
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vecnix(a)gmail.com
Actually can't resize , minimize or maximize window since there is nothing but
the game window , also had problems to log in the game
will provides a trace of the errors as soon I rebuild on 64 bit
--
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=11684
Summary: wine bug in unbuntu
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricksamik(a)yahoo.com
Created an attachment (id=10897)
--> (http://bugs.winehq.org/attachment.cgi?id=10897)
the text i get when trying to install wine
I cannot get wine to install on ubuntu
--
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=11514
Summary: Adobe Acrobat Professional 6 fails to install
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
after computing space requirements, selecting language, typing in the serial
number, selecting custom/full install, and destination folder, setup just...
dies.
quite a few fixme errors hit the console, followed by these three error
messages:
err:msi:HANDLE_CustomType23 Source package does not exist: L"D:\\Adobe Acrobat
6.0 Professional\\\\Adobe Reader 6.0.msi"
err:msi:ITERATE_Actions Execution halted, action L"InstallReader" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
I am still attempting to generate a WINEDEBUG log, if anyone can suggest a more
narrowly targeted flag rather than +relay please let me know, it takes *ages*
for this process to work when debugging...
--
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=12083
Summary: ok() test doesn't support nested calls
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmoss(a)google.com
When ok() (wine/test.h) is used recursively, the reported filename and line
numbers don't reflect the location in the code where the test actually failed.
For example, in dlls/kernel32/tests/change.c, the
ok(FinishNotificationThread(thread), ...) calls will report a line number
inside FinishNotificationThread(), where ok() is also used. This is because the
tls_data structure stores only a single filename and line number value, and
every call to ok() updates them to the "current" values.
Is it erroneous for test code to recursively call ok() (a quick test indicates
that this happens hundreds of times throughout Wine's tests), or should ok()
chain these values to handle recursive calls?
--
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=11783
Summary: Civilization 4 refuses to start
Product: Wine
Version: 0.9.56.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis.busquets(a)ilidium.com
CC: dmitry(a)codeweavers.com
Civilizaation 4 refuses to start after applying patch:
e49e8b20dbe8f4f101dae7fdeacdba4e6b4b6a84 is first bad commit
commit e49e8b20dbe8f4f101dae7fdeacdba4e6b4b6a84
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Fri Feb 29 17:19:43 2008 +0800
kernel32: Add stubs for fiber local storage APIs.
:040000 040000 9f80e9b0b3b97c7f51b437e74809324c3b10a579
6c2dc47f78f419ca81cc4700142a1ce85b1aa0e2 M dlls
:040000 040000 432b0b112f63c7437eba7d53fb53ce0776e02165
38be982e110ffde9396d469dc91532de5a1e560b M include
saying
--
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=12301
Summary: Anycount 5.0 fails to install
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Created an attachment (id=11750)
--> (http://bugs.winehq.org/attachment.cgi?id=11750)
output from WINEDEBUG=+relay wine AnyCount5Setup.exe 2>&1 | tee
~/anycountlog.out
AnyCount 5.0 fails to install with the following msgbox error:
AIT Protection System
An internal exception occurred (Address: 0x7bc72a93)
Please, contact support. Thank you!
see also the bug for AnyCount 6.0, which is probably related (bug #11539).
--
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=11309
Summary: PersistStreamInit_Save, Load unimplemented ... need them
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sundialservices.com
I'm getting an OLE Error because "PersistStreamInit_Save" and
"PersistStreamInit_Load" are not actually implemented in
"dlls/ole32/shdocvw/persist.c." And for the most part this is preventing me
from doing anything useful with this viewer in Delphi.
(Cautiously raises hand...) I'd be willing to explore doing an implementation
on this if I could determine more about what actually needed to be done.
--
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=11635
Summary: cursor = big black box
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drift0life(a)yahoo.com
hey guys,
i installed wine using my synaptic packet manager
everything installs, and opens, and works fine
however, instead of having a cursor i hav a 1cm x 1cm box that is either white,
blk or a box with a bunch of gibberish in it
i tried taking a screen shot to show u guys, however, the cursor disappears in
the screen shot.
--
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.