http://bugs.winehq.org/show_bug.cgi?id=10850
Summary: Bug when selecting text in Qt 3 QLineEdit
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.gritsch(a)gmail.com
Hi,
The attached minimalistic example application demonstrates a WINE bug when
using a QLineEdit widget from Qt 3:
* Enter some text in the line edit.
* Select some text using the mouse.
* Click into the line edit
Native Windows:
-> The selected text simply gets unselected.
Using WINE:
-> The selected text gets deleted.
Kind regards,
Markus
--
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=6654
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-01-31 11:15:10 ---
(In reply to comment #9)
> (In reply to comment #8)
> > I can confirm this bug with current git, but It could be related only to SMP
> > systems, maybe it works on single core system.
> >
>
> Using Wine 0.9.54 I can confirm that :
>
> 1) The demo installs just fine (it auto-downloaded gecko too which was nice)
> 2) The game requires d3dx9_30 which I put in windows/system
> 3) Once you try and run the game with the dll, it does crash. See attached log
> (WINEDEBUG="+all")
>
> Log is 30M compressed to 1.1 in bz2
>
> <a href="http://www.bluesata.com/wineoutput.tar.bz2">Log</a> (1.1M is .1M too
> big for an attachment.)
>
Please don't post logs on external sites. Also, don't use +all unless you have
a good reason. It's too verbose. Try using something like
+relay,+tid,+seh,+d3d.
--
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=3477
--- Comment #12 from Pavel Patz <cdome0(a)gmail.com> 2008-01-31 09:14:41 ---
no, they don't work (= they do nothing). that was just only description what i
did, to be more specific.
but it looks like some keys are working - like Esc (i can get in in-game menu)
or F2 key (to disable game-hints).
(In reply to comment #11)
> you mean A S D F keys work?
> what this keys does?
>
--
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=7189
--- Comment #18 from Anastasius Focht <focht(a)gmx.net> 2008-01-31 08:29:08 ---
Hello,
I posted some fix for VS.NET 2003 prerequisite installer here:
http://bugs.winehq.org/show_bug.cgi?id=8439#c3
(http://bugs.winehq.org/attachment.cgi?id=10544)
The same patch is needed in VS.NET 2005 prerequisite installer too, it fixes
the detection of MSXML 6.x component.
--- snip installer msi log ---
[01/25/08,14:39:55] MSXML 6.0 Parser
[01/25/08,14:39:55] This component uses the MsiVersionCheck version check
method. It will validate a Windows Installer app on your machine.
[01/25/08,14:39:55] MSI Update Code:
{1B117BA7-5BC1-419E-820E-7D4F3F412C7B}.
[01/25/08,14:39:55] Checking for a major version of 6 and a minor version
of 0.
--- snip installer msi log ---
REG_DWORD VersionMajor 6
REG_DWORD VersionMinor 0
With that patch applied, the prerequisite installer finishes.
Regards
--
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=8439
--- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2008-01-31 08:20:40 ---
Created an attachment (id=10544)
--> (http://bugs.winehq.org/attachment.cgi?id=10544)
patch which fixes MSI_GetProductInfo to treat specific properties with correct
type
Hello,
another installer issue is msi's MsiGetProductInfoW() (MSI_GetProductInfo)
failing to treat specific properties of correct type.
By using default case of switch some values are accidentally read/interpreted
as strings.
This prevents prerequisite installers of VS.NET 2003 and 2005 from finishing
successfully.
--- snip installer msi log ---
[01/31/08,11:14:40] Microsoft FrontPage 2000 Web Extensions Client
[01/31/08,11:14:40] This component uses the MsiVersionCheck version check
method. It will validate a Windows Installer app on your machine.
[01/31/08,11:14:40] MSI Update Code:
{0712D42B-19A7-4d8a-899C-B9CDACDE39D3}.
[01/31/08,11:14:40] Checking for a major version of 7 and a minor version
of 0.
[01/31/08,11:14:40] Setup Runtime Files
[01/31/08,11:14:40] This component uses the MsiVersionCheck version check
method. It will validate a Windows Installer app on your machine.
[01/31/08,11:14:40] MSI Update Code:
{663BB9F7-C904-439D-B99D-24D8F1419E2A}.
[01/31/08,11:14:40] Checking for a major version of 7 and a minor version
of 1.
--- snip installer msi log ---
--- snip trace ---
..
001a:Call msi.MsiGetProductInfoW(0034c22c
L"{AEB9948B-4FF2-47C9-990E-47014492A0FE}",00409208 L"VersionMajor",0034c294
L"",0034c228) ret=0043ea2c
001a:trace:msi:MsiGetProductInfoW L"{AEB9948B-4FF2-47C9-990E-47014492A0FE}"
L"VersionMajor" 0x34c294 0x34c228
001a:trace:msi:MSI_GetProductInfo L"{AEB9948B-4FF2-47C9-990E-47014492A0FE}"
L"VersionMajor" 0x34c154 0x34c228
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c7a0 L"PackageCode")
ret=617172e0
001a:Ret KERNEL32.lstrcmpW() retval=00000001 ret=617172e0
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c7b8
L"AssignmentType") ret=61717516
001a:Ret KERNEL32.lstrcmpW() retval=00000001 ret=61717516
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c7d6 L"Language")
ret=61717590
001a:Ret KERNEL32.lstrcmpW() retval=00000001 ret=61717590
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c7e8 L"Version")
ret=61717677
001a:Ret KERNEL32.lstrcmpW() retval=00000001 ret=61717677
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c7f8 L"ProductName")
ret=61717697
001a:Ret KERNEL32.lstrcmpW() retval=00000001 ret=61717697
001a:fixme:msi:MSI_GetProductInfo L"VersionMajor"
001a:Call KERNEL32.lstrcmpW(00409208 L"VersionMajor",6174c810 L"VersionString")
ret=6171770b
001a:Ret KERNEL32.lstrcmpW() retval=ffffffff ret=6171770b
001a:trace:msi:MSIREG_OpenUninstallKey
L"{AEB9948B-4FF2-47C9-990E-47014492A0FE}"
001a:Call advapi32.RegOpenKeyW(80000002,0034bc7c
L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{AEB9948B-4FF2-47C9-990E-47014492A0FE}",0034c108)
ret=61726837
001a:Ret advapi32.RegOpenKeyW() retval=00000000 ret=61726837
001a:Call advapi32.RegQueryValueExW(00000060,00409208
L"VersionMajor",00000000,00000000,00000000,0034c07c) ret=61729404
001a:Ret advapi32.RegQueryValueExW() retval=00000000 ret=61729404
001a:Call ntdll.RtlAllocateHeap(00110000,00000000,00000006) ret=61729440
001a:Ret ntdll.RtlAllocateHeap() retval=00175098 ret=61729440
001a:Call advapi32.RegQueryValueExW(00000060,00409208
L"VersionMajor",00000000,00000000,00175098,0034c07c) ret=61729478
001a:Ret advapi32.RegQueryValueExW() retval=00000000 ret=61729478
001a:Call advapi32.RegCloseKey(00000060) ret=6171745c
001a:Ret advapi32.RegCloseKey() retval=00000000 ret=6171745c
001a:trace:msi:MSI_GetProductInfo returning L"\0006"
001a:Call ntdll.RtlFreeHeap(00110000,00000000,00175098) ret=617174a5
001a:Ret ntdll.RtlFreeHeap() retval=00000001 ret=617174a5
001a:Ret msi.MsiGetProductInfoW() retval=00000000 ret=0043ea2c
..
--- snip trace ---
MSI_GetProductInfo returns L"\0006" instead of "6".
In this case "VersionMajor" and "VersionMinor" are of REG_DWORD.
Attached patch fixes this.
There are other FIXME's of same category but they seem harmless, not affecting
overall installation result.
--- snip ---
..
fixme:msi:MSI_GetProductInfo L"InstalledProductName"
..
fixme:msi:MSI_GetProductInfo L"VersionString"
..
fixme:msi:MSI_GetProductInfo L"InstallLocation"
--- snip ---
Regards
--
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=7383
--- Comment #14 from Ray <raydar(a)inetnebr.com> 2008-01-31 07:52:44 ---
Thank you, Vitaliy and Austin--that's a relief. After upgrading to Wine 0.9.54,
the installation went fine, and it either found my Office 97 disc or that
suggestion to bypass that entirely was taken, much to my happiness.
I'm a little bummed that the VBA editor didn't fire right up with no problems
(got a "Could not open macro storage" alert), but that's for another thread.
Many thanks to those who worked on and fixed this problem, from somebody who
it'll really help!
--Ray
--
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=7374
Robert Volland <monst.oor(a)ntlworld.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #13 from Robert Volland <monst.oor(a)ntlworld.com> 2008-01-31 05:27:33 ---
With reference to the regression, see my comment #2.
Have since installed openSuSE 10.3 and am now using wine version 0.9.54. There
has since been no recurrence of this problem.
Windows version is now set to 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=3477
--- Comment #11 from fabio <fabioamd87(a)alice.it> 2008-01-31 04:22:16 ---
you mean A S D F keys work?
what this keys does?
--
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=6971
Gilboa Davara <gilboad(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gilboad(a)gmail.com
--- Comment #47 from Gilboa Davara <gilboad(a)gmail.com> 2008-01-31 03:33:30 ---
FYI.
Still happens in Red Orchestra / OSF under wine 0.9.52. (F8/x86_64)
Have yet to try the mouse-wrapping patch.
- Gilboa
--
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=7986
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
Summary|Citavi trial fails to |Citavi trial fails to
|install .net framework |install correctly
--- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-31 03:18:17 ---
Tested this today. On a fresh new ~/.wine, the .net 2.0 downloads and installs
fine. Then it downloads mdac, and fails to install it (MDAC_TYP.exe), but i
think that's already covered by another app. Installing it manually with
winetricks (winetricks mdac28) works around this. Finally the app downloads and
installs jet40 and then completes successfully.
With the workarounds for starting .net apps in wine, I was able to start the
application, but then got a Microsoft Jet.OLEDB error, so i had to do
winetricks jet40, though the installer installed it already. Apparently this is
still a bug in the installer. After that, the app starts fine into the main
menu. Didn't test any further.
See screenshots http://appdb.winehq.org/appimage.php?iId=15846 and
http://appdb.winehq.org/appimage.php?iId=15845
(changed title as the .net installs fine)
--
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=7245
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-31 01:13:39 ---
closing
--
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=7245
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-31 01:13:25 ---
Actually it starts fine for me now in both normal mode and virtual desktop
mode, so this bug is fixed. I think it's fixed by Alexandre's patches moving
stuff back from server to user32, just before wine-0.9.54.
closing fixed
--
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=7116
--- Comment #38 from Toni Spets <toni.spets(a)gmail.com> 2008-01-31 01:05:17 ---
Confirming that the attached patch from Dmitry works. NFS3 loads fine now.
--
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=3766
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-31 00:33:13 ---
Yes, looks like the patch helped. I sent it to wine-patches.
Now the app crashes somewhere in its 16-bit code while accessing memory
at 0xffffffff. But that's not clear at all why, and the registers don't
tell anything useful to me.
--
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=7116
--- Comment #37 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-30 23:48:18 ---
(In reply to comment #36)
> How is this bug about a different problem? I am the reporter, and I reported
> exactly this problem.
My impression was that it was identified that this bug was triggered by one
of my patches (even if the way to run an application was incorrect).
To better understand what is going on in your case please generate
a +relay,+seh,+tid log, compress it with 'bzip2 -9' and attach it here.
Also, is that a regression?
--
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=7116
--- Comment #36 from Joel Parker <jjk3(a)msstate.edu> 2008-01-30 23:25:41 ---
How is this bug about a different problem? I am the reporter, and I reported
exactly this problem.
--
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=7116
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #35 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-30 23:10:56 ---
Closing.
Although GetModuleHandleExW/FreeLibrary trashing the library refcounts
should be investigated.
--
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=7116
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #34 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-30 23:09:10 ---
(In reply to comment #33)
> Please reopen. Using wine 0.9.54:
Pease open a separate bug, this one is about a different problem.
--
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=4230
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-01-30 23:06:14 ---
There is a need for the regression test. This bug likely won't be fixed
without that information. Yes it's still a valid bug, as per comment #2.
--
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=6869
--- Comment #10 from Zach Goldberg <zgold550(a)gmail.com> 2008-01-30 22:49:26 ---
(In reply to comment #9)
> With a fresh .wine directory each time, I tried it out just now with wine
> 0.9.44 and 0.9.50 and I get the "DirectX 0" message on both versions of Wine.
> Reopening.
>
Just installed the demo with 0.9.54 on windows XP mode with no issues.
--
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=4230
--- Comment #6 from Ted Hansen <tedhansen(a)sasktel.net> 2008-01-30 22:42:44 ---
I don't really think there is anything to be gained from more regression
testing. The need for the native .dll goes back a loooong way (to at least when
wine versions were labeled by the release date).
I did some regression testing on another bug a while ago which turned out to be
some problem with my install.
Other than needing native mscvrt.dll Turbocad works as noted in the app db and
no new bugs have appeared in more than a year (since at least version 0.9.28).
I'm currently using 0.9.44.
I see the app db needs updating, however...I will do that.
The installer works OK, the reports that it did not may have been in error or
may have been due to other causes.
I'm leaving this bug report as unconfirmed for now but I think it should be
changed to resolved.
The only outstanding issue at present is the need to use the native .dll. I
could start a new bug report just to record that the built-in .dll doesn't work
if you wish but this bug report should be put away as there is little to be
learned from it.
--
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=6654
Zach Goldberg <zgold550(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zgold550(a)gmail.com
--- Comment #9 from Zach Goldberg <zgold550(a)gmail.com> 2008-01-30 22:42:15 ---
(In reply to comment #8)
> I can confirm this bug with current git, but It could be related only to SMP
> systems, maybe it works on single core system.
>
Using Wine 0.9.54 I can confirm that :
1) The demo installs just fine (it auto-downloaded gecko too which was nice)
2) The game requires d3dx9_30 which I put in windows/system
3) Once you try and run the game with the dll, it does crash. See attached log
(WINEDEBUG="+all")
Log is 30M compressed to 1.1 in bz2
<a href="http://www.bluesata.com/wineoutput.tar.bz2">Log</a> (1.1M is .1M too
big for an attachment.)
--
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=7116
Joel Parker <jjk3(a)msstate.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|INVALID |
--- Comment #33 from Joel Parker <jjk3(a)msstate.edu> 2008-01-30 22:34:42 ---
Please reopen. Using wine 0.9.54:
$ wine 'd:\setup\english\setup.exe'
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:font:WineEngCreateFontInstance Untranslated charset 228
[ctrl-c here to exit hung wine after installer completed]
$ cd '.wine/drive_c/Program Files/Electronic Arts/Need For Speed III/'
$ wine nfs3.exe
The instruction at 0x004a3aec referenced memory at 0x00000190.
The memory could not be read.
$
Same 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=7235
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #29 from James Hawkins <truiken(a)gmail.com> 2008-01-30 22:02:16 ---
Ok, reopen if you test on a 64-bit install and it doesn't 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=7235
--- Comment #28 from Bryan Donlan <bdonlan(a)gmail.com> 2008-01-30 21:16:29 ---
Sorry for the long delay. It seems fixed in wine 0.9.54 on 32-bit. I don't know
about 64-bit as I no longer have a 64-bit install.
--
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=7478
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-01-30 21:10:16 ---
Closing.
--
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=7478
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-01-30 21:10:02 ---
Abandoned.
--
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=7431
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--
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=7245
--- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-01-30 21:05:12 ---
commit 280defcfcf478d825bd565e7af292ef217aef7fe
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 23 14:04:52 2006 +0200
user: Maximize windows to the right monitor on multi-monitor setups.
--
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=7235
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
--
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=7193
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ulrich.czekalla(a)utoronto.ca
--
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=7136
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-01-30 21:01:23 ---
commit f35c66c693f5ec90bcf526d4d1b5edac49187941
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Dec 21 23:32:25 2006 +0100
mshtml: Improve loading document detection in AsyncOpen.
--
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=7018
--- Comment #10 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:59:54 ---
Peter, can you verify Adam's results?
--
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=6797
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:56:18 ---
commit fddd703b38675e9e8bffd21f8c5a48ca76e35fc3
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Jul 26 20:55:56 2006 +0200
shlwapi: Change '/'->'\' only for file protocol in UrlCanonicalize.
--
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=6674
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #6 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:54:06 ---
Reported that it's not a regression.
--
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=6561
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
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=6479
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:50:27 ---
Closing.
--
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=6479
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:50:17 ---
Abandoned.
--
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=6343
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:47:18 ---
Reported that it's not a regression.
--
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=6258
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:46:09 ---
Reported fixed. Reopen if it's not.
--
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=6219
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:45:33 ---
Reported that it's not a regression.
--
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=6065
--- Comment #9 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-30 20:43:55 ---
Not sure what you asking. If you mean what patch moved system tray management
into explorer process:
commit f689e3fca4c8af277b1c650d20c417cf304532d6
Author: Robert Shearman <rob(a)codeweavers.com>
Date: Sun Feb 19 17:50:27 2006 +0000
shell32: Move systray handling to the explorer process.
--
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=6200
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:42:23 ---
Closing.
--
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=6200
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:42:13 ---
Abandoned.
--
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=6068
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:40:18 ---
Sounds like the regression was fixed.
--
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=6065
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:38:45 ---
Vitaliy, which patch moved tray icons into system tray?
--
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=5964
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fenix(a)club-internet.fr
--
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=5703
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:20:14 ---
Probably not a regression. Earlier crashes hid this crash.
--
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=5416
--- Comment #4 from James Hawkins <truiken(a)gmail.com> 2008-01-30 20:06:36 ---
commit 9ca8a86914ab7659e934b42840862218bb4153c0
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed May 24 18:05:40 2006 +0200
Link against libwine_unicode everywhere we use Unicode functions.
--
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=5315
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
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=5278
--- Comment #17 from James Hawkins <truiken(a)gmail.com> 2008-01-30 19:59:59 ---
commit e1d7ff958854da213203923b5057a1bc2c81bb9a
Author: Michael Kaufmann <hallo(a)michael-kaufmann.ch>
Date: Tue Sep 6 11:40:01 2005 +0000
- Fix text placement.
- Paint the border correctly if its size is bigger than 1 pixel.
- Don't paint text over the border.
- Fix the edit control placement tests: Put the edit box in a parent
window.
- Tidied up the edit control tests.
--
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=2918
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--
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=11410
Summary: X11 crash, reboot required
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve10k(a)yahoo.com
Created an attachment (id=10542)
--> (http://bugs.winehq.org/attachment.cgi?id=10542)
X11 configuration file
Greetings,
X11 crashes every time I try to open a Win32 executable with Wine.
I have no idea why, but purging and reinstalling, and downgrading,
make no visible difference. Apps tried include the installers for
Apophysis and Irfanview. The crash locks X11 - no keyboard or mouse
and the video freezes - 5 seconds or so into opening. This is happening
on a recently installed and upgraded Ubuntu installation with no other
obvious problems. The only way out of the locked up session is to hard
boot with the power switch.
The gory details:
Tested with Wine 0.9.53~winehq0~ubuntu~6.10.1
Tested with Wine 0.9.46~0ubuntu1
Both installed/etc using Synaptic
Environment:
Ubuntu 7.10
Linux 2.6.22-14-generic
Gnome 2.20.1
CPU AMD Semprom 2300+
Attached, in case it is of any use, is my xorg.conf file,
minus the commented out header...
I think this is about all I can report. This sounds like a unique local
problem, because I did not find anything similar reported previously and
it's a show stopper if/when it happens... but if not, maybe the data
will be of use.
:o)
Steve Kinney
--
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=5001
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|kernel32 |wineserver
--- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-30 18:43:36 ---
Can anyone actually confirm it worked before this patch? Also what win version
was set when installing & running it?
--
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=2918
Ed Sternin <ed.sternin(a)brocku.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ed.sternin(a)brocku.ca
--- Comment #34 from Ed Sternin <ed.sternin(a)brocku.ca> 2008-01-30 17:35:05 ---
Sorry, I am not following: regression to what? It is not an issue introduced
by a recent patch; the report of it working some time earlier was in error, it
has never rendered instruments properly, under any known version.
The fundamental problem is that the older 8-bit pallette schemes are not
supported by wine, or by an X11 library that wine calls.
Or am I missing something?
--
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=5115
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-01-30 17:07:48 ---
He said 'after updating to 0.9.12' so trying 0.9.11 might 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=3962
Hieu <Tihon94(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Tihon94(a)hotmail.com
--- Comment #33 from Hieu <Tihon94(a)hotmail.com> 2008-01-30 17:01:24 ---
Hi everyone, Im fairly new to Linux and all that i was wondering, Well im using
a Gusty Gibbon with wine emulator version of 9.53 . So I spent couple minutes
each day reading this so i can try to get a private ragnarok server running.
The thing is i followed alot of things and got pretty far. Im at the log in
screen which makes me happy BUT! when i try to log in it cannot connect to
server. I tired using the Ip Tables trick with the iptraf or ethereal and
nothing is working..? This private server use's no data folder which is good
right...? its all in the .grf files. My friends own this server and they dont
know very much and cannot help me xD so please any suggestions? Thanks for
reading ~Hieu
--
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=5001
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
--- Comment #4 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:59:31 ---
commit 1ca6e899ec5b86374665fb50729fe22e9b84a52a
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Tue Nov 1 10:22:38 2005 +0000
- Use OBJ_CASE_INSENSITIVE in object lookup.
- Remove case_sensitive flag from namespace.
- Remove todo_wine from now succeeding tests.
--
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=4935
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #27 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:54:59 ---
Not really a regression anymore according to Roderick.
--
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=7116
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #32 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:48:58 ---
Closing.
--
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=7116
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #31 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:48:47 ---
Invalid. He didn't cd into the app directory.
--
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=7116
--- Comment #30 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-30 16:45:42 ---
(In reply to comment #29)
> If that case doesn't work in Windows either, and the other case does work (as
> reported by Austin), then where is the bug?
>
I can't see one, Toni is the only person who appears to be able to reproduce
the issue on some, but not all computers he runs wine on. If it weren't for
this, based on the original bug report I would be inclined to call this bug
report invalid.
--
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=7116
--- Comment #29 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:36:02 ---
If that case doesn't work in Windows either, and the other case does work (as
reported by Austin), then where is the bug?
--
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=3766
Tyler Rick <bugs.winehq.org(a)tylerrick.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10529|0 |1
is obsolete| |
--- Comment #16 from Tyler Rick <bugs.winehq.org(a)tylerrick.com> 2008-01-30 16:33:30 ---
Created an attachment (id=10537)
--> (http://bugs.winehq.org/attachment.cgi?id=10537)
Log after applying latest patch
Thanks! Yep, it seems to have solved the null pointer pointer problem (I
think), as it gets a little further this time, but then it hangs at a different
spot.
It actually successfully opens a 3rd window now. After displaying "Please Wait"
(the 2nd window, titled "Untitled"), it opens a 3rd window (titled "Test
Delivery Application") overtop the first (main) window. But it appears to hang
before it's done painting that window -- it's just a blue box.
Let me know if you want me to try anything else. I'm willing to keep trying
patches and stuff as long as you still have an interest in solving this!
(Debugging 16-bit code sounds awfully boring though)
This looks pretty suspicious to me...
0012:err:ntdll:RtlpWaitForCriticalSection section 0x7b928b60 "syslevel.c:
Win16Mutex" wait timed out in thread 0012, blocked by 0016, retrying (60 sec)
0015:err:ntdll:RtlpWaitForCriticalSection section 0x7b928b60 "syslevel.c:
Win16Mutex" wait timed out in thread 0015, blocked by 0016, retrying (5 min)
Those are the last lines of the log, by the way, BEFORE I killed the process.
(So I probably shouldn't have even included the lines after that.)
Could the Win16Mutex code have a bug? Or maybe PPGRE was just poorly written.
--
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=7116
--- Comment #28 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-30 16:32:56 ---
(In reply to comment #27)
> Same behavior as in comment #24?
>
Yes, the same as #24.
--
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=7116
--- Comment #27 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:25:56 ---
Same behavior as in comment #24?
--
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=8069
Tais M. Hansen <tais.hansen(a)osd.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tais.hansen(a)osd.dk
--- Comment #22 from Tais M. Hansen <tais.hansen(a)osd.dk> 2008-01-30 16:24:22 ---
Just hit this issue with a different windows console application using
wine-0.9.54.
--
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=7116
--- Comment #26 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-30 16:13:44 ---
(In reply to comment #25)
> What happens when you run from the install/setup directory on Windows?
>
Just tested - exactly the same behaviour.
--
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=4293
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #9 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:09:57 ---
Reported not a regression.
--
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=4268
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #80 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:08:08 ---
Closing.
--
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=7116
--- Comment #25 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:06:20 ---
What happens when you run from the install/setup directory on Windows?
--
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=4268
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |ABANDONED
--- Comment #79 from James Hawkins <truiken(a)gmail.com> 2008-01-30 16:04:02 ---
Abandoned.
--
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=4230
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://freecad.com/
--- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:59:48 ---
Ted, please use git to do the regression testing [1]. All commits since Wine
started are in git, and the process is so much easier than using cvs.
[1] http://wiki.winehq.org/RegressionTesting
--
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=7116
--- Comment #24 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-01-30 15:56:00 ---
(In reply to comment #23)
> (In reply to comment #21)
> > Btw. you might be able to test this with the demo.
> >
> > ftp://ftp.ea.com/pub/ea/demos/nfs3/nfsdemo.zip
> >
> Demo works fine here. If I try to run nfs3demo.exe from the setup directory,
> then I get the error you describe. Dmitry's patch did not help this case.
>
The error described appears when running from the install/setup directory
because it tries to open install.win, if you copy install.win to the
install/setup directory you should find that the program will run without
issue.
--
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=3966
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
--- Comment #60 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:55:49 ---
I don't think adding a stub dll should count as a regression...
--
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=3737
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-01-30 15:54:27 ---
Closing.
--
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=3737
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-01-30 15:54:20 ---
Abandoned. Vitaliy asked for info 15 months ago and reporter hasn't responded.
--
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=3739
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
--- Comment #16 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:43:15 ---
For ease of debugging:
commit 5defa499795116cc996085e1142137bb03844200
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 7 17:31:53 2004 +0000
Moved update region handling to the server.
and
commit db412aaf60f999b76927d613ce221c69954fe40e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue May 31 13:37:16 2005 +0000
Added a from_child parameter to the get_update_region request to allow
restarting the search from a given child, in order to avoid looping
forever on windows that don't repaint correctly.
--
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=7116
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2008-01-30 15:34:19 ---
(In reply to comment #21)
> Btw. you might be able to test this with the demo.
>
> ftp://ftp.ea.com/pub/ea/demos/nfs3/nfsdemo.zip
>
> Also the problems seems to be somewhat system specific. If the demo starts
> without problems after installing it to clean wine system you're out of
> debugging luck.
>
> The demo starts with my system when I shorten the long full-path lines in
> install.win to under 44 characters. The paths don't need to work.
>
Demo works fine here. If I try to run nfs3demo.exe from the setup directory,
then I get the error you describe. Dmitry's patch did not help this case.
--
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=3713
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huw(a)codeweavers.com
Keywords| |patch
--- Comment #9 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:31:22 ---
commit 1d34b3a99cb17f3429a483859439b91bbce81d26
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Sep 28 10:17:13 2005 +0000
EnumDisplayDevices and GetMonitorInfo should return the same device
name for the primary device.
Make both EnumDisplayDevicesA and GetMonitorInfoA call their unicode
counterparts.
Update prototype of EnumDisplayDevices.
Add some tests.
--
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=3326
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
--- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:18:55 ---
commit 94d74b5fedf0b2005b3298b5d8786704039df704
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue May 25 01:29:24 2004 +0000
Added support for managing reserved memory areas in libwine and ntdll.
Try to reserve everything above 0x80000000 on startup.
--
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=3037
--- Comment #36 from James Hawkins <truiken(a)gmail.com> 2008-01-30 15:04:25 ---
We still need the results of the 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=11404
Summary: Paint Shop Pro 9 trial installer hangs computing disk
space
Product: Wine
Version: 0.9.54.
Platform: Other
URL: http://oldversion.com/program.php?n=psp
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://journal.amanita.net/2008/01/29/linux-vs-windows-flipping/
says "I mostly need to run Paint Shop Pro 9 (doesn’t play nicely with
Wine...)"
so I tried the trial from oldversion.com. Heck, it doesn't
even install. It gets stuck on the first dialog.
The download unpacks to
.wine/drive_c/Program Files/Jasc Software Inc/Setup Files/English
PaintShopPro903 Jasc TRYANDBUY PCUESD
and you can just install the .msi file there to reproduce the problem.
Partial log:
trace:module:process_attach (L"msi27db.tmp",(nil)) - END ...
trace:msi:ACTION_CallDllFunction calling L"CA_AcquireKey"
...
trace:msi:MSI_GetProperty 4 L"COREL_INITALIZATIONDLG" 0xb49758 0x7dd1a3d0
trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE
`_Property`='COREL_INITALIZATIONDLG'" 0x7dd1a2ac
trace:msi:MSI_ParseSQL Parse returned 0
trace:msi:MSI_ViewExecute 0xb49880 (nil)
trace:msi:MSI_ViewFetch 0xb49880 0x7dd1a2b0
trace:msi:msi_view_get_row 0x94e288 0xb49a98 0 0x7dd1a2b0
trace:msi:MSI_ViewClose 0xb49880
trace:msi:msiobj_release object 0xb49880 destroyed
trace:msi:msiobj_release object 0xb49ad0 destroyed
then it just sits there, processing windows messages, but
not ever enabling the 'Next' button.
Seems msi-ish somehow.
--
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=2891
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
URL| |http://paradisepoker.com
Keywords| |download
--- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-01-30 14:53:17 ---
Louis, please do not post links to commits; paste the information:
commit d7726c3a73eb59b91e7025c7b045b827e7187779
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Feb 1 18:53:59 2005 +0000
Store the "managed" flag as a window property instead of the
Wine-specific WS_EX_MANAGED style bit.
--
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.