http://bugs.winehq.org/show_bug.cgi?id=21528
Summary: 'Minimize windows' fails with all delphi 5
applications
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vsevolod.krishchenko(a)gmail.com
Created an attachment (id=25936)
--> (http://bugs.winehq.org/attachment.cgi?id=25936)
It happens after minimize command
I'm not sure about affected applications, but all my legacy Delphi 5
applications are affected. I have attahced the quite simpe programm. How to
reproduce:
1) run application;
2) minimize it (using caption button);
3) switch to it (using alt+tabl or something);
4) you'll see something like this (screenshot sttached).
it happens with 100% 'success' in Kubuntu 9.10 (KDE 4.3) . In Kubuntu 8.04 (KDE
3.5) it happesn with approx. 50% chance.
This bug was introduces in 1.1.x versions, maybe early.
--
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=8498
--- Comment #13 from Jaime Rave <jaimerave(a)gmail.com> 2010-01-28 14:17:18 ---
Still a problem in Wine 1.1.37.
--
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=5991
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22298|0 |1
is obsolete| |
--- Comment #35 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-01-28 10:02:59 ---
Created an attachment (id=25922)
--> (http://bugs.winehq.org/attachment.cgi?id=25922)
output running wine-1.1.37-124-gd3bd40d (with DsGetSpnA stub)
> With wine-1.1.37-124-gd3bd40d MSDE2000A aborts with unimplemented call
> DsGetSpnA.
> I'll try to stub it first.
After that installer terminates with attached output.
--
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=5941
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |testcase
--
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=5941
Carl G <carl.gherardi(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carl.gherardi(a)gmail.com
--- Comment #20 from Carl G <carl.gherardi(a)gmail.com> 2010-01-28 09:45:21 ---
(In reply to comment #19)
> Created an attachment (id=25921)
--> (http://bugs.winehq.org/attachment.cgi?id=25921) [details]
> Resize test
>
> compile
> wineg++ resize-test.cpp -o resize-test -mwindows
> and try to resize window.
Thankyou Rubystar! This bug has irritated me for a long time. (Kudos, to both
wine and Stars for their work)
--
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=5991
--- Comment #34 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-01-28 09:42:41 ---
With wine-1.1.37-124-gd3bd40d MSDE2000A aborts with unimplemented call
DsGetSpnA.
I'll try to stub it first.
--
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=21322
Summary: Platform SDK 2003 install sets PATH to incorrect
value?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running the Platform SDK 2003 installer (e.g. winetricks psdk2003)
and choosing the default install causes PATH to be set to
the wrong value.
$ wine cmd.exe /c echo %PATH%
C:\windows\system32;C:\windows;C:\windows\system32\wbem
$ sh winetricks psdk2003
$ wine cmd.exe /c echo %PATH%
;"C:\Program Files\Microsoft Platform SDK for Windows Server 2003
R2\Bin\.";"C:\Program Files\Microsoft Platform SDK for Windows Server 2003
R2\Bin\win95."
Changing the system PATH like that is an option you can turn on
and off in the custom install. But even if you choose custom install,
and it (and most everything else) off, this problem still occurs.
I think this worked properly last month, but I haven't done a regression test.
--
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=5941
--- Comment #18 from Dan Kegel <dank(a)kegel.com> 2010-01-28 09:10:33 ---
Rubystar, can you post a very small working program that demonstrates
the problem? Source we can just compile is best. The smaller the better,
as long as it's a complete program.
--
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=9220
--- Comment #18 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2010-01-28 07:27:54 ---
The patch for midimap to refuse to open with dwflags indicating callbacks was
submitted as
http://www.winehq.org/pipermail/wine-patches/2010-January/084192.html
Please investigate whether it is enough to justify closing the present issue -
after it gets committed - as the hang is history now or whether you want to
rename it to "ff7 crashes because of (winmm?)".
As I said in comment #16, my instance of Wine currently always crashes in
ff7demo at the early "swing the sword" stage. The backtrace (merely showing
dozen "ff7demo") is not revealing, it doesn't tell whether MIDI is still
involved.
My hack from comment #17 is independent on this clean patch. You can try out
both independently. Only the hack will let you hear MIDI music.
--
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.