http://bugs.winehq.org/show_bug.cgi?id=7296
hovh03(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From hovh03(a)yahoo.com 2007-30-01 13:59 -------
This is run under Suse 10.2
The wine version is:
wine-0.9.29
Exit the shell, open a new shell. I rename the .wine folder, then run wineboot.
That solved the installation problem. Still there many fixme and err. I
wonder if I should report this, or this is just usual suspect.
The problem could be because I had older wine version, then just upgrade today.
The upgrade probably should check the .wine directory for integrity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5257
tiago.freire(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4506 is|0 |1
obsolete| |
------- Additional Comments From tiago.freire(a)gmail.com 2007-30-01 13:32 -------
Created an attachment (id=4728)
--> (http://bugs.winehq.org/attachment.cgi?id=4728&action=view)
Command line output log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7100
------- Additional Comments From blakecmartin(a)gmail.com 2007-30-01 13:09 -------
I see some similarities and some differences. I should also mention that the
problem has since then gone away. I changed to Ubuntu to try out that distro,
then went back to Fedora, and the problems went away. Wine now runs fine; I'm
guessing that it's both a Fedora and a Wine issue, or something that's a bug in
Fedora that break only Wine (i.e. some piece of code only Wine uses).
Here are some notes from before my reinstall:
-I'm not using fglrx (I have an NVIDIA card), whereas the person in that Bug
7276 uses fglrx, and that seems to be related to their problem.
-Wine's hanging in the same C file; the error messages are similar, but there
are differences. I'm pretty new to Wine and I wouldn't be able to understand
what all the messages mean. All I know is that X11 is having a problem.
-I've tried both the RPM from Fedora and compiling the code. The result is the
same. Wine is the only program I'm ever had graphical issues with, both before
and after my reinstall of FC.
-Winemine used to load, but the UI was unresponsive. I could "see" the program,
but clicking on things did nothing, and I had to use kill -9 to get rid of it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7280
------- Additional Comments From fpga(a)pacbell.net 2007-30-01 13:03 -------
And the reason this happens is something like:
SetFocus on the edit window triggers a KILLFOCUS message to the treeview.
KillFocus triggers an update window on the treeview, which calls TREEVIEW_Refresh.
TREEVIEW_Refresh calls UpdateScrollBars, which is the function I modified.
With my mod, if there is a horizontal scrollbar, then TREEVIEW_HScroll is called.
Very near the top of TREEVIEW_HScroll() is:
if (infoPtr->hwndEdit)
SetFocus(infoPtr->hwnd);
So that removes the focus from the edit window, and returns it to the treeview.
The simple fix is to comment out those two lines.
I guess if the user moves the scrollbars, maybe the focus should be changed. But
probably only on a click on the scrollbars (I guess some testing on Windows is
needed).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7296
------- Additional Comments From thestig(a)google.com 2007-30-01 12:52 -------
It works for me with Wine 0.9.29 and Wine-git. Can you try using a clean .wine/
directory? What's distro are you running?
Also, do not paste logs, attach them instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7100
------- Additional Comments From thestig(a)google.com 2007-30-01 12:46 -------
Is this the same / similar problem as bug 7276?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7286
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-30-01 08:53 -------
Created an attachment (id=4727)
--> (http://bugs.winehq.org/attachment.cgi?id=4727&action=view)
Diff file showing a change that stops the crash from occurring.
Ok, so this is not a "fix" yet but I am further researching the bug cause. This
one line change will stop the crash from occuring. Specifically, it seems that
dir_destroy which is called for a directory from release_object ends up sending
an APC which ends up calling release_object again for that object that has
already been released. Commenting out the async_terminate_q line for the dir
change_q stops the crash, although now I have to figure out exactly why.
Anyone out there understand exactly what a change queue is for a directory?
Thanks
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7296
hovh03(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.