http://bugs.winehq.org/show_bug.cgi?id=3733
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-02-11 08:57 -------
My patch has been committed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3738
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-02-11 08:54 -------
Hey, it works after I 'rm -rf ~/.wine'.
And it stops working if I run 'regedit all_wine_old.reg'.
Now I going to compare my old registry (with DCOM, MSI, IE6, ACAD 2004
installed) to the new (clean) registry and to find offending part from my old
registry.
--
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=3736
------- Additional Comments From marcus(a)jet.franken.de 2005-02-11 08:09 -------
very strange. this would mean krnl386.exe.so is not linked in /usr/lib/wine
can you cross check that?
--
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=3164
------- Additional Comments From arunasp(a)lycos.com 2005-02-11 06:45 -------
Downloaded and installed wine v0.9
Nothing is changed for these problems.
Can someone assign to bug resolution task list before wine v1.0 will be released?
--
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=3739
Summary: No windows redraw or repaint in Adobe Photoshop Deluxe
Home Edition
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karllinuxtest.relton(a)ntlworld.com
Using a very old version of an Adobe Photoshop Deluxe Home Edition (version
3.1), I have a regression in wine between the December 2004 release
and current releases (at least from March 2005 onwards).
Previously it was usable, but now none of the applications
display area redraws or repaints properly. I guess this is related to
the window management re-write that started earlier in 2005.
An example sympton is if I iconise the app completely (using
gnome-metacity window decoration button), and then un-iconise it,
nothing gets redrawn. Similarly if I move another app window
over this app, and then bring this app to the front again it
does not redraw (leaving an image of the other app).
In fact, when the app opens, the app window contents are incorrect
from the outset because things are not redrawn properly.
I realise this is specific to this app, so if you can give me some
guidance on what debug channels to turn on, I will try and produce
some trace logs to attach.
The window management stuff has definitely gone adrift in the
case of this app.
--
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=3736
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-02-11 06:21 -------
nope, still the same winevdm: unable to exec etc,
--
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=3738
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-02-11 06:17 -------
Created an attachment (id=1299)
--> (http://bugs.winehq.org/attachment.cgi?id=1299&action=view)
WINEDLLOVERRIDES='imm32=' WINEDEBUG=+module,+seh,+x11drv,warn+heap ./wine
dlls/kernel/tests/kernel32_test.exe.so heap
This is log for running the winelib executable. I disabled imm32.dll just to
make log shorter. I believe this change makes no difference regarding the
crash.
--
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=3738
Summary: Loading and unloading builtin OpenGL.DLL leads to crash
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
Hmmm, I put simple function inside the heap wine test (it was very simple and
easy to modify), by running which I get some exception:
| static void test_UnloadOpenGL()
| {
| HMODULE hGL;
|
| trace("+++ start\n");
| hGL = LoadLibrary("opengl32.dll");
| if(!hGL)
| {
| trace("--- opengl32.dll failed to load\n");
| return;
| }
| trace("+++ loaded\n");
| FreeLibrary(hGL);
| trace("+++ unloaded\n");
| }
$ WINEDLLOVERRIDES='imm32=' ./wine dlls/kernel/tests/kernel32_test.exe.so heap
| heap.c:32:+++ start
| heap.c:39:+++ loaded
| heap.c:41:+++ unloaded
| heap: 0 tests executed, 0 marked as todo, 0 failures.
| wine: Unhandled exception (thread 0009), starting debugger...
| WineDbg starting on pid 0x8
| Unhandled exception: page fault on read access to 0x7f6d892a in 32-bit code
(0x7fca5147).
| In 32 bit mode.
| Register dump:
| CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
| EIP:7fca5147 ESP:7f9bf870 EBP:7f9bf8c8 EFLAGS:00010246( - 00 -RIZP1)
| EAX:00000001 EBX:7fced600 ECX:ffffffff EDX:7f6d892a
| ESI:00000000 EDI:00000000
I will attach detailed logs later. BTW, backtraces differs quite a lot when I
run compiled PE file and compiled ELF file.
--
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=3737
office(a)liquid-light.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |critical
--
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.