http://bugs.winehq.org/show_bug.cgi?id=8683
Fábio Capela <fabio.capela(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fabio.capela(a)yahoo.com
--- Comment #4 from Fábio Capela <fabio.capela(a)yahoo.com> 2008-01-18 06:18:40 ---
Are any of you using a keyboard layout with deadkeys / combination keys?
Can you test to see if you can bind actions to the <altGr>+key combinations for
the keys you are having problems?
Also, can you test to see if the problem still exists with a keyboard layout
without deadkeys, such as the US one, or any "nodeadkey" variety?
If those two tests works, you can probabily use the patch I've sent previously.
--
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=8683
--- Comment #3 from Fábio Capela <fabio.capela(a)yahoo.com> 2008-01-18 06:16:17 ---
Created an attachment (id=10338)
--> (http://bugs.winehq.org/attachment.cgi?id=10338)
Patch to enable WM_KEYDOWN for deadkeys
Only tested by me with the US International keyboard layout. It can make you
miss keypresses in specific situations.
--
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=8919
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #7 from Anastasius Focht <focht(a)gmx.net> 2008-01-18 03:36:08 ---
Hello,
used current GIT (wine-0.9.53-137-ga9e9673).
First issue is gdiplus ...
--- snip ---
wine: Call from 0x7b8414e0 to unimplemented function
gdiplus.dll.GdipGetImageEncodersSize, aborting
wine: Unhandled page fault on read access to 0x009ad4d8 at address
0x0000:0x0040366e (thread 0009), starting debugger...
First chance exception: page fault on read access to 0x009ad4d8 in 32-bit code
(0x0040366e).
..
--- snip ---
Which leads to message box "Runtime Error 216 at 0040366E" popping up.
Use 'winetricks gdiplus' for native override to work around incomplete wine
implementation.
Second issue is unimplemented browser/control ready state
transitions/notifications.
Many apps which use embedded browser control poll ready states (or advise event
sinks for async notifications) to check for completion of container/child
control load/init state.
--- snip ---
0009:fixme:shdocvw:WebBrowser_get_ReadyState (0x14c060)->(0x34fbc8)
0009:Call ntdll.RtlFreeHeap(00110000,00000000,0016bf98) ret=603e35c0
0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=603e35c0
0009:Call ole32.GetErrorInfo(00000000,0034fbf0) ret=603e4b18
0009:Ret ole32.GetErrorInfo() retval=00000001 ret=603e4b18
0009:Call ntdll.RtlFreeHeap(00110000,00000000,0016bf68) ret=603e3a4c
0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=603e3a4c
0009:Call
KERNEL32.FormatMessageA(00003200,00000000,80004001,00000000,0034fae0,00000100,00000000)
ret=0040d310
0009:Ret KERNEL32.FormatMessageA() retval=00000000 ret=0040d310
0009:Call user32.LoadStringA(00400000,0000feb8,0034f7d8,00000400) ret=004067d6
0009:Ret user32.LoadStringA() retval=0000000e ret=004067d6
0009:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0034fc4c)
ret=00494156
0009:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b8414e0
--- snip ---
You can work around by using this quick-n-dirty hack:
--- snip hack ---
diff --git a/dlls/shdocvw/webbrowser.c b/dlls/shdocvw/webbrowser.c
index 55f1620..01b3672 100644
--- a/dlls/shdocvw/webbrowser.c
+++ b/dlls/shdocvw/webbrowser.c
@@ -732,7 +732,9 @@ static HRESULT WINAPI
WebBrowser_get_ReadyState(IWebBrowser2 *iface, READYSTATE
{
WebBrowser *This = WEBBROWSER_THIS(iface);
FIXME("(%p)->(%p)\n", This, lpReadyState);
- return E_NOTIMPL;
+
+ *lpReadyState = READYSTATE_COMPLETE;
+ return S_OK;
}
static HRESULT WINAPI WebBrowser_get_Offline(IWebBrowser2 *iface, VARIANT_BOOL
*pbOffline)
--- snip hack ---
I used explicit READYSTATE_COMPLETE instead of READYSTATE_LOADED for browser to
mimic behavior of many controls which do not differentiate between "loaded" and
any other state (such as gui controls that load all their properties and have
no external data to retrieve).
Child controls do not need to support this property at all so the container
always assumes READYSTATE_COMPLETE.
With the hack applied the app starts and shows main gui. One can load default
project.
Though there is some mshtml component error message box popping up which can be
dismissed (file new bug reports for that).
Of course the browser ready state property changes/transitions should be
properly fleshed out some day...
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=3817
--- Comment #23 from Scott Ritchie <scott(a)open-vote.org> 2008-01-18 03:13:35 ---
"The vfat / fat32 driver does already have a function for find a filename
case-insensitively and Wine already uses it. It doesn't help the people that
are
installing this app on other filesystems."
When does Wine determine to do this? If I drag a folder from my
~/.wine/drive_c directory to a vfat filesystem and then create a symlink to it,
is Wine smart enough to use that?
I tried doing exactly this, and performance is still really slow for the
application (System Shock 2). I'm not 100% certain the load time is due to
this issue, but I do know that System Shock 2 works by loading up some files
from one folder and then looking for newer ones with the same
(case-insensitive) name in the main folder to use instead as newer
replacements.
--
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=10865
Summary: Jedi Knight Dark Forces II Demo - crash (regression?)
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remailer(a)gmail.com
Created an attachment (id=9762)
--> (http://bugs.winehq.org/attachment.cgi?id=9762)
WINEDEBUG=warn+all wine jkdemo.exe
Application crash - Jedi Knight Dark Forces II Demo and Retail
Using winecfg, the Windows version is set to 2000.
To reproduce download jedidemo.exe from here
http://files.filefront.com/jedidemoexe/;845549;/fileinfo.html
Installer works fine,
0.9.51: upon launching jkdemo.exe, music plays and then crash occurs in
cutscene. See attached log.
This appears to be a regression as, I have tested the following
wine-0.9.30 - jkdemo.exe loads, cutscene plays, menu has some graphics
corruption when mouse pointer is passed over item, can load and play game.
wine-0.9.31 - regression appears to occur here, jkdemo.exe crashes on startup
wine-0.9.34 - starts to load, gives message "display must be set to more than
256 colors" and exits
wine-0.9.35 - starts to load, gives message "display must be set to more than
256 colors" and exits
wine-0.9.36 - crash on startup
wine-0.9.40 - crash on startup
wine-0.9.46 - crash on startup
wine-0.9.47 - crash on startup
wine-0.9.48 - crash on startup
wine-0.9.49 - crash on startup
wine-0.9.50 - same behavior as 0.9.51
I have attached the warn+all log for 0.9.51, if there are any other logs or
testing required, please let me know.
--
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=8919
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-17 22:45:30 ---
The log has the familiar error
fixme:shdocvw:WebBrowser_QueryInterface
(0x19e568)->({376bd3aa-3845-101b-84ed-08002b2ec713} 0x84aef4) interface not
supported
which is IPerPropertyBrowsing, a venerable interface described
here: http://www.avdf.com/mar97/art_interface.html
Who knows if this is the problem.
For the moment, you may want to try running this with
ies4linux to get native ie6.
--
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=3646
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|the3dfxdude(a)gmail.com |
--
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=7316
Scott Ritchie <scott(a)open-vote.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scott(a)open-vote.org
--- Comment #28 from Scott Ritchie <scott(a)open-vote.org> 2008-01-17 20:05:20 ---
x11proto-input-dev will be added to the build dependencies next release.
--
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=8095
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Target Milestone|--- |1.0.0
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-17 19:28:04 ---
Simple test case -> nominate for 1.0
--
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=8919
Stephen Gentle <stephen(a)stephengentle.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stephen(a)stephengentle.com
--- Comment #5 from Stephen Gentle <stephen(a)stephengentle.com> 2008-01-17 19:17:03 ---
This bug is still occurring in latest SVN. I get a dialog that says "Runtime
Error 216 at 0040366E"
--
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.