http://bugs.winehq.org/show_bug.cgi?id=9409
Summary: Steam menus appear as a window in the taskbar
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=1554
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
With the new patches both main and systray Steam's menus appear as "Wine"
windows in the KDE taskbar.
--
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=9402
Summary: EVE Online login screen isn't a managed window anymore
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The login screen of EVE Online is not a managed window after:
commit ac98e0c07535af4a373c0af343498903e2ff42a6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 20 22:06:33 2007 +0200
winex11: Switch windows to managed mode in SetWindowPos instead of at
creation time.
so it is always on top again and looses keyboard focus when using an other
window
--
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=9399
Summary: Dragon Naturally Speaking 7 "Go" button ignores mouse
Product: Wine
Version: CVS
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7712)
--> (http://bugs.winehq.org/attachment.cgi?id=7712)
Window with broken 'Go' button
The button to start training ignores the mouse,
and you have to use the keyboard to activate it.
To repeat:
rm -rf .wine
winetricks fakeie6
wine /media/cdrom/autorun.exe (and do default install)
cd ~/".wine/drive_c/Program Files/ScanSoft/NaturallySpeaking"
wine Program/natspeak.exe
Go through the microphone volume and quality checks.
The problem occurs in the New User Wizard in the
screen with text
"Train Dragon NaturallySpeaking
Click Go and then read the following sentence aloud."
(See screenshot.)
The problem is: the Go button ignores all mouse clicks.
You have to use the keyboard shortcut alt-G to activate it.
--
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=9395
Summary: Wine Explorer crashes before first screen of Dragon
Naturally Speaking 7
Product: Wine
Version: CVS
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[This is a simplified repeat of part of bug 8279, which was getting unwieldy.]
To repeat:
rm -rf ~/.wine
sh winetricks fakeie6
wine /media/cdrom/autorun.exe (and do default install)
cd ~/".wine/drive_c/Program Files/ScanSoft/NaturallySpeaking"
wine Program/natspeak.exe
The crash happens before the first real screen (probably after the splash
screen).
It's in wine's explorer, and does not terminate the app.
Oddly, it seems to crash during a server call. Here's
a simplified log:
trace:explorer:desktop_wnd_proc got msg 8 wp 1008c lp 0
...
trace:hook:call_hook calling hook 0x2b002210 WH_GETMESSAGE code 0 wp 1 lp
34f76c module L""
trace:seh:raise_exception code=c0000005 flags=0 addr=0x2b002210
=>1 0x2b002210 (0x0034f3f8)
2 0x7ebd5944 HOOK_CallHooks+0x164(id=0x3, code=0x0, wparam=0x1,
lparam=0x34f76c, unicode=0x1) [dlls/user32/hook.c:429] in user32 (0x0034f748)
3 0x7ebf5b6b PeekMessageW+0x16b(msg_out=0x34f8fc, hwnd=0x0, first=0x0,
last=0x0, flags=<register EDI not in topmost frame>)
[dlls/user32/message.c:2897] in user32 (0x0034f798)
4 0x7ebf5c98 GetMessageW+0xd8(msg=0x34f8fc, hwnd=0x0, first=0x0, last=0x0)
[dlls/user32/message.c:2938] in user32 (0x0034f858)
5 0x7ecb382c manage_desktop+0x3ac(arg=<is not available>)
[programs/explorer/desktop.c:208] in explorer (0x0034f988)
6 0x7ecb4ab5 WinMain+0x2e5(hinstance=0x7ecb0000, previnstance=0x0,
cmdline=0x11084a, cmdshow=0x1) [programs/explorer/explorer.c:136] in explorer
(0x0034fe58)
Line 429 of user32/hook.c in HOOK_CallHooks is the server call:
427 ret = call_hook( &info, code, wparam, lparam );
428
429 SERVER_START_REQ( finish_hook_chain )
430 {
431 req->id = id;
--
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=9385
Summary: Ulead PhotoStudio 11 installer crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://www.ulead.com/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7677)
--> (http://bugs.winehq.org/attachment.cgi?id=7677)
+ole log of running installer on a clean wine with no dcom98
After unpacking itself, and after it installs the msvc 2005
runtime prerequisite, it will terminate silently unless
you set Windows XP mode with winecfg. Once you do that,
it gets further... but still crashes with a null pointer
reference inside installshield. This crash goes away if
you use native DCOM, so it seems to be a bug in Wine's OLE.
Here's the key part of the +ole log:
...
trace:ole:ClientRpcChannelBuffer_SendReceive Calling apartment thread
0x00000015...
trace:ole:apartment_release d00000015: after = 1
trace:ole:CStdStubBuffer_Invoke (0xb7fdc8)->Invoke(0x33c3b0,0xb7fe28)
trace:ole:NdrStubInitialize (0x33c3b0,0x7c74b0d0,0x100e7c58,0xb7fe28)
trace:ole:NdrUserMarshalUnmarshall (0x7c74b0d0,0x7c74b0c8,0x100e8534,0)
trace:ole:NdrUserMarshalUnmarshall index=2
trace:ole:BSTR_UserUnmarshal (100000,0xa9a268,0x7c74b1ac) => (nil)
trace:seh:raise_exception code=c0000005 flags=0 addr=0x10092e4f
...
wine: Unhandled page fault on read access to 0x00000000 at address 0x10092e4f
(thread 0015), starting debugger...
...
=>1 in issetup (+0x92e4f)
2 CStdStubBuffer_Invoke+0xe7(iface=0xb7ada8, pMsg=0x33c3b0,
pChannel=0xb7ae08) [dlls/rpcrt4/cstub.c:419] in rpcrt4
3 RPC_ExecuteCall+0x589(params=0xa8cf98) [dlls/ole32/rpc.c:1326] in ole32
4 apartment_wndproc+0x61(hWnd=0x20038, msg=0x400, wParam=0x0,
lParam=0xa8cf98) [dlls/ole32/compobj.c:546] in ole32
5 WINPROC_wrapper+0x1a() in user32 ...
(If you install native dcom98 to get past this, it does complete.
While registering DLLs, and while starting, it complains that it
needs MSVCP60.dll and mfc42.dll, so do 'winetricks vcrun6' first.
There were lots of little crashes in dcom98's rpcrt4
while registering DLLs, but it didn't stop the install.
The app starts, but aborts, saying it can't load driver 'TBYB'.)
--
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=9382
Summary: Fotobuch Designer installer has a cow when installing
fonts
Product: Wine
Version: CVS
Platform: Other
URL: http://download.fotobuch.de/designer_setup.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user reported in
http://groups.google.com/group/alt.os.linux.mandrake/msg/39367fb8618665e0
that Fotobuch Designer's installer showed error dialogs
while installing fonts. I reproduced this with current git.
It seems that the app puts fonts in %WINDIR%/Fonts and then
calls AddFontResource with just the font's filename, no
pathname, and Wine prepended %WINDIR%/System to make an
absolute path. Googling around I saw some evidence in
http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q100057
that Windows' behavior changed over the years, and
this app is relying on the older behavior.
--
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=9376
Summary: Trendyflash Site Builder displays blank window
Product: Wine
Version: CVS
Platform: Other
URL: http://www.trendyflash.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Recently in
http://www.linuxforums.org/forum/linux-applications/101239-flash-site-wizar…
a user mentioned he'd like trendy flash site builder to run in wine.
The app downloads and installs fine (though it has a nasty
EULA that lets them come on your premises to inspect usage).
However, its main window is simply blank.
It looks like it's trying to use jscript, but
installing wsh56 doesn't get rid of the symptom.
--
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=9368
Summary: Bob the Builder "Can we fix it?" crashes on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.amazon.com/Bob-Builder-Can-We-
Fix/dp/B00005NHSN
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Found this game for $3 on the shelf at Half-Price Books;
I gather it's available for $1 elsewhere.
My copy's files are dated 2001.
The game installs ok, but crashes on startup in dinput.
Unhandled exception: page fault on read access to 0x00000024 in 32-bit code
(0x7e960452).
...
Backtrace:
=>1 0x7e960452 alloc_device+0x1a2(rguid=<>, jvt=<>, dinput=0x121a70, index=0x0)
[/home/dank/wine-git/dlls/dinput/joystick_linuxinput.c:427] in dinput
(0x0034fccc)
2 0x7e9617a8 joydev_create_deviceA+0x68(dinput=0x121a70, rguid=0x46e8d4,
riid=0x46e994, pdev=0x7d2d48)
[/home/dank/wine-git/dlls/dinput/joystick_linuxinput.c:514] in dinput
(0x0034fcfc)
3 0x7e95742b IDirectInput7AImpl_CreateDeviceEx+0x10b(iface=0x121a70,
rguid=<>, riid=0x46e994, pvOut=0x7d2d48, lpUnknownOuter=0x0)
[/home/dank/wine-git/dlls/dinput/dinput_main.c:453] in dinput (0x0034fd4c)
4 0x0040493a in bob the builder (+0x493a) (0x0034fdac)
...
0x7e960452 alloc_device+0x1a2
[/home/dank/wine-git/dlls/dinput/joystick_linuxinput.c:427] in dinput: movzbl
0x24(%eax,%edx,1),%eax
427 if (!test_bit(newDevice->joydev->absbits, i)) {
My system does not have a joystick installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.