http://bugs.winehq.org/show_bug.cgi?id=4742
------- Additional Comments From wine_bugzilla(a)lez.ath.cx 2006-18-03 14:14 -------
The code from NoteXpad is based on this code, look in the about box ;)
The ansi/unicode case sounds like a sticky situation. The code is based on what
Notepad.exe does internally when it loads a file, the author of NoteXpad was
wondering how it did it so fast so I took a look.. since they're opaque handles
that are locked when they're actually used, and just handles until then, realloc
is of no consequence, especially when drawing is locked. (Which notepad does
when it changes handles)
Feel free to email or catch me on winehackers if I can help.
--
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=4880
Summary: IE6: unimplemented function
kernel32.dll.BaseCheckAppcompatCache
Product: Wine
Version: 0.9.9.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
I always get this error when starting Internet Explorer 6, SP1 under any version
of wine > .9.5
wine: Call from 0x7fcaaa00 to unimplemented function
kernel32.dll.BaseCheckAppcompatCache, aborting
The following patch corrects it.
--- wine/dlls/kernel/kernel32.spec.orig 2006-03-11 11:53:36.000000000 -0900
+++ wine/dlls/kernel/kernel32.spec 2006-03-11 11:54:28.000000000 -0900
@@ -153,7 +153,7 @@
@ stdcall BackupSeek(ptr long long ptr ptr ptr)
@ stdcall BackupWrite(ptr ptr long ptr long long ptr)
@ stub BaseAttachCompleteThunk
-@ stub BaseCheckAppcompatCache
+@ stdcall BaseCheckAppcompatCache(long long long long)
@ stub BaseCleanupAppcompatCache
@ stub BaseCleanupAppcompatCacheSupport
@ stub BaseDumpAppcompatCache
--- wine/dlls/kernel/actctx.c.orig 2006-03-11 11:53:36.000000000 -0900
+++ wine/dlls/kernel/actctx.c 2006-03-11 11:54:28.000000000 -0900
@@ -204,3 +204,13 @@
SetLastError( ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
+
+/***********************************************************************
+ * BaseCheckAppcompatCache (KERNEL32.@)
+ */
+void WINAPI BaseCheckAppcompatCache(ULONG Unknown1, ULONG Unknown2, ULONG
Unknown3, ULONG Unknown4)
+{
+ /* stub for IE6.0 SP1, wine > .9.5 */
+ FIXME("(%p, %p, %p, %p): stub!\n",Unknown1,Unknown2,Unknown3,Unknown4);
+ return 0;
+}
--
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=4051
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-03 12:32 -------
Only please attach it!
And I think it the same problem as before - crash in arts.
--
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=2138
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-18-03 12:29 -------
Patch sent:
http://winehq.org/pipermail/wine-patches/2006-March/025026.html
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4871
------- Additional Comments From ilan(a)fonz.net 2006-18-03 11:18 -------
An AppDB entry was added prior to the bug report, but the entry has not yet been
approved.
--
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=4879
Summary: Arcanum lauching error
Product: Wine
Version: 0.9.10.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akito2(a)free.fr
Arcanum lauching error after upgrade in v0.9.10
$ wine Arcanum/Arcanum.exe -no3d -doublebuffer
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fd55c68)->(0x10024,00000011)fixme:x11drv:X11DRV_desktop_SetCurrentMode
Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 70 (X_PolyFillRectangle)
Resource id in failed request: 0x0
Serial number of failed request: 103
Current serial number in output stream: 107
--
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=4051
------- Additional Comments From pawel.lang(a)op.pl 2006-18-03 10:37 -------
I do not know If i do it correct, but:
I have tested wine 9.9 and wine 9.10 - both have the same audio crash problem.
BUT I have installed older version 20050725 and it works without problem. Still
the compatibility issue comes...
I use Mandriva 2006 free with ALSA audio system 1.09b
--
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=4878
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-18-03 10:35 -------
Closing duplicate
--
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=4877
------- Additional Comments From tony.lambregts(a)gmail.com 2006-18-03 10:35 -------
*** Bug 4878 has been marked as a duplicate of this bug. ***
--
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.