http://bugs.winehq.com/show_bug.cgi?id=1480
Summary: Get DCOM95 DCOM98 error and FDICreate error on latest
version
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dwtrusty(a)hotmail.com
I'm trying to run a Filemaker application, but I get these errors:
First, a Windows pop-up appears with this message:
A newer version of DCOM95 or DCOM98 has been installed. To override, you must
uninstall trhe current version first.
Later, the install fails completely, with this message coming from wine:
fixme:cabinet:FDICreate (pfnalloc == ^0x244f90b0, pfnfree == ^0x244f90be,
pfnopen == ^0x244f90cc, pfnread == ^0x244f9294, pfnwrite == ^0x244f9401,
pfnclose == ^0x244f956a, pfnseek == ^0x244f95f4, cpuType == -1, perf ==
^0x2453fae8): stub
Please help.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1411
------- Additional Comments From puoti(a)inwind.it 2003-21-05 14:44 -------
It still doesn't run with current cvs, the debugger starts almost immediatly,
I'm going to attach the output.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1290
------- Additional Comments From julliard(a)winehq.com 2003-21-05 11:40 -------
Actually Wine is not supposed to depend on GNU make, and I think it's
important to keep it that way. However I don't have BSD make so you'll
have to investigate yourself; but please do that and submit a patch, we
very much want Wine to build with BSD make.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1479
Summary: freebsd does not build "avifile.dll.so"
Product: Wine
Version: CVS
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lenaig(a)wanadoo.fr
Hi,
Trying to run cvs wine on FreeBSD 4.8.
Thx
cd `dirname avicap32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c avicap32.dll.so /usr/local/lib/wine/avicap32.dll.so
cd `dirname avifil32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c avifil32.dll.so /usr/local/lib/wine/avifil32.dll.so
make: don't know how to make _install_/avifile.dll.so. Stop
*** Error code 2
Stop in /home/tst/wine/dlls.
*** Error code 1
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1477
------- Additional Comments From reif(a)earthlink.net 2003-21-05 10:40 -------
Change OSS_RING_BUFFER_SIZE in dlls/winmm/wineoss/audio.c to 512 and try it
again.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1464
------- Additional Comments From jbon(a)cfl.rr.com 2003-21-05 08:53 -------
Created an attachment (id=254)
--> (http://bugs.winehq.com/attachment.cgi?id=254&action=view)
Backtrace at SEGV point.
This is a backtrace at the segfault. The test program I was running was a
simple console application that prints "hello world" that was compiled under
mingw32. This program worked just fine using the wine package from RedHat 8.0.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1464
------- Additional Comments From jbon(a)cfl.rr.com 2003-21-05 08:49 -------
I am experiencing the same bug. I am using an upgraded RedHat 9.0 system with a
stock (kernel.org) kernel version 2.4.19. I see the same debug output as seen
in the attached log.
I compiled my version of wine from the wine-20030508 snapshot with the
--with-nptl option. This bug happens with and without the LD_ASSUME_KERNEL set.
I ran wine with gdb and got a backtrace. I have attached it as wine_backtrace.txt.
I don't have debug symbols for the glibc bits because I still don't know how to
get these to work on RedHat but this should still help.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1290
gerald(a)pfeifer.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From gerald(a)pfeifer.com 2003-21-05 05:52 -------
I'm quite sure this is because you are using BSD make and not GNU make.
While personally I'm not happy that Wine uses GNU make specific constructs,
this is a feature that probably won't go away anytime soon (if ever) as the
Wine maintainers do not consider this critical (and avoiding those features
may be hard).
Can you confirm that the problem goes away with GNU make?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.