http://bugs.winehq.org/show_bug.cgi?id=8652
Summary: Dreamweaver 2 trial aborts on startup
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I found a copy of "Dreamweaver 2 Bible" with demo at op-amp technical books
(my favorite neighborhood haunt :-) for $4. How could I pass it up?
The installer crashed reliably with the nasty BadPixmap error,
so I had to apply the patch
http://www.winehq.org/pipermail/wine-devel/2007-April/055637.html
to get the installer to complete.
It then installed fine, but on startup, right after the "Try or Buy?"
question, it crashes. Here's a bit of +seh,+relay:
000e:Call KERNEL32.GetShortPathNameA(7d0ef954 "C:\\Program
Files\\Macromedia\\Dreamweaver 2\\Dreamweaver.dl_",7d0ef83c,00000104) ret=0040519c
000e:Ret KERNEL32.GetShortPathNameA() retval=0000002a ret=0040519c
000e:Call KERNEL32.CreateProcessA(00000000,7d0ef738
"C:\\PROG~FBU\\MACR~QNX\\DREA~NIV\\DREA~IP4.DL_",00000000,00000000,00000000,00000002,00000000,00000000,7d0ef6f4,00437150)
ret=00405225
...
0010:Ret PE DLL (proc=0x7e80df4c,module=0x7e7b0000
L"shell32.dll",reason=PROCESS_ATTACH,res=0x1) retval=1
0010:Starting process L"C:\\Program Files\\Macromedia\\Dreamweaver
2\\Dreamweaver.dl_" (entryproc=0x81bd60)
trace:seh:raise_exception code=80000003 flags=0 addr=0x7ee95f89
I then tried running the inner app directly:
ln -s Dreamweaver.dl_ d.exe
wine d.exe
This gave a bit more info. It seems to be a crash inside the
app during an MFC callback.
0009:Call ntdll._stricmp(008bbdd4 "{#CUSTOMOBJ}",001dbb63 "{#CUSTOMOBJ}")
ret=0080ccae
0009:Ret ntdll._stricmp() retval=00000000 ret=0080ccae
...
0009:CALL MFC42.501(0000000a) ret=005c26f4
0009:RET MFC42.501() retval=0033f9e0 ret=005c26f4
0009:CALL MFC42.540() ret=005c2706
0009:RET MFC42.540() retval=0033f9fc ret=005c2706
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x401a90
...
Unhandled exception: page fault on read access to 0x71fe4f96 in 32-bit code (0x0
0401a90).
...Backtrace:
=>1 0x00401a90 in d (+0x1a90) (0x0033efa8)
...
5 0x005b38f0 in d (+0x1b38f0) (0x0033fe34)
6 0x5f40b884 in mfc42 (+0xb884) (0x0033fe5c)
7 0x0081beb7 in d (+0x41beb7) (0x0033ff08)
8 0x7ee6df8f start_process+0xe3(arg=0x0) [/home/dank/wine-git/dlls/kernel32/pr
ocess.c:820] in kernel32 (0x0033ffe8)
but that's not especially informative, either.
--
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=8608
------- Additional Comments From dank(a)kegel.com 2007-09-06 17:03 -------
Crud. Now that this patch is in cvs, wine doesn't build for me on dapper:
midi.c: In function ‘ALSA_MidiInit’:
midi.c:1259: error: ‘SND_SEQ_PORT_TYPE_PORT’ undeclared (first use in this function)
And yes, I have libasound2-dev installed:
ii libasound2 1.0.10-2ubuntu ALSA library
ii libasound2-dev 1.0.10-2ubuntu ALSA library development files
I think that constant was added in alsa 1.0.12.
Somebody needs to add some #ifdef magic here...
--
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=5024
------- Additional Comments From ErV2005(a)rambler.ru 2007-09-06 16:18 -------
>if ( pIB == NULL ) return WINED3D_OK;
I think that setting this (#4533 of device.c)line to
"if (pIB == 0) return WINED3DERR_INVALIDCALL;'
is more reasonable, since Direct3D isn't supposed to draw indexed primitives
without IndexBuffer set. In this case Thief 3 will work anyway...
With GLSL enabled game looks fine. Text disappears only from buttons, and
tutorials are readable.
Shall I add "patch" keyword or mail to wine-devel with this?
--
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=8603
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-09-06 15:54 -------
So Hans are you able to reproduce "incorrect command line parameters" because I
am not? I just get a nice dialog after LaunchConditions telling me that the
installer didn't find .NET 2.0, and I have to install it, and then another
dialog where I can gracefully exit the installer until I install .NET 2.0
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=7357
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-09-06 15:41 -------
Btw, just wanted to comment that my previous comment about the installer not
being JScript dependent as of the following patch:
http://www.winehq.org/pipermail/wine-cvs/2007-April/031982.html
is not quite true, but the stuff that is JScript dependent is now fairly minor
like all the web ordering stuff in the Tools menu.
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=7953
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-09-06 15:38 -------
Btw I just checked and not only do our registry settings for shell/open for
http, https, and htmlfile match those of WinXP, but also Win98, so I am assuming
there should be no more problems with any apps b/c of these settings unless some
app requires iexplore.exe to be there instead of winebrowser.exe
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=8651
Summary: Index button in buitin winhelp program does nothing
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
With the builtin winhelp program, I can not open the index of a .hlp file.
I used the following command
wine winhelp.exe
Joaopa
--
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=8650
Summary: Regression: The punisher demo crashes at start-up
Product: Wine
Version: CVS
Platform: PC-x86-64
URL: http://www.fileshack.com/login.x?fid=5966&uri=%2Ffile.x%
2F5966%2FThe%2BPunisher%2BDemo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
The installation of The punisher demo works fine. But the game crashes at
start-up. It is a regression. Before, we could see the intro movies. Regression
test show thgat the following patch causes the regression:
262240adced015599e9a275b60590260781777f2 is first bad commit
commit 262240adced015599e9a275b60590260781777f2
Author: H. Verbeet <hverbeet(a)gmail.com>
Date: Wed Jun 6 18:40:02 2007 +0200
wined3d: Add IWineD3DDevice_GetBaseVertexIndex to retrieve the base vertex
index.
:040000 040000 852a1be967627b6445acc44c2afa636c0e60ece8
2248b348af0c2d0f9e000e5591238e741c2db49d M dlls
:040000 040000 88959e29954de52cd5fc05f8242ffc87f1e5a0aa
373712e362ea8a15e91450f4ba502e121a350ea6 M include
--
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.