http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From vic.demuth(a)btinternet.com 2005-21-11 15:00 -------
Further information for you. It would seem that when run as root, then wine
performs more or less as expected, but when run as user then the fault
described happens. I have checked permissions of the ntdll.dll.so file and it
is readable by everyone. I have also added myself to the following groups:-
root, wheel, nobody, users and mem. All to no avail.
Anyone any more ideas?
--
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=3899
------- Additional Comments From Peter.Bienstman(a)UGent.be 2005-21-11 14:47 -------
That gets the installer along a bit further.
The install shield wizard extracts some stuff, but then there's a dialog box
'The InstallShield Engine (iKernel.exe) could not be launched. (0x800040155)'
The console shows
>wine EverNote_1.1.0.150.exe
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {00000131-0000-0000-c000-000000000046}, error 0x80040155
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
--
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=3902
Summary: Unnormal slowness in Heroes 4 (X11DRV_BitBlt?)
Product: Wine
Version: 0.9.1.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The game 'Heroes of Might and Magic IV' runs unbearably slow, even though I have
a more than adequate computer. I get the following error message on the console
repeatedly:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
--
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=3901
Summary: Rayman 3 Hoodlum Havoc installer can't copy files
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpakkane(a)yahoo.com
I tried to install Rayman 3 using Wine (it uses Installshield). The installer
starts up fine, then aborts saying some generic error message. Basically it
fills up with this kind of lines:
err:msi:ACTION_InstallFiles Unable to copy file
(L"Z:\\media\\cdrom\\PROGRA~1\\Ubi Soft\\Rayman3\\MSVCRTD.DLL" -> L"c:\\Program
Files\\Ubi Soft\\Rayman3\\MSVCRTD.DLL") (error 3)
Bug is probably caused by the fact that the app harcodes some path elements with
their DOS names (like PROGRA~1 above). If I copy the CD to hard drive and rename
the directories to their DOS names, I get the following error:
err:msi:ACTION_InstallFiles Unable to copy file
(L"Z:\\home\\jpakkane\\raymantest\\PROGRA~1\\Ubi Soft\\Rayman3\\MSVCRTD.DLL" ->
L"c:\\Program Files\\Ubi Soft\\Rayman3\\MSVCRTD.DLL") (error 5)
(the error code changes from 3 to 5)
Closing the installer after this seems to work fine, but wine-preloader
processes remain, and must be killed with 'killall -9 wine-preloader'.
--
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=3900
Summary: The macro DateTime_SetMonthCalColor is not defined.
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
#define DateTime_SetMonthCalColor(hdp, iColor, clr) SNDMSG(hdp, DTM_SETMCCOLOR,
iColor, clr)
should be added to commctrl.h around line 4773, with the rest of the DateTime
macros.
PROBLEM CAUSED: Any source which has DateTime_SetMonthCalColor will fail to
compile. SmartWin's tests use this function or macro.
SmartWin++ ( http://sourceforge.net/projects/smartwin/ ) is a C++ GUI library
that uses WIN32, and thus should be able to be ported using Winelib. We have
had some success in getting most of the sample code running, but some tests
fail. I'm working through the problems slowly and will be reporting WINELIB
problem as they are precisely identified.
FIX TESTED ?: Yes, I inserted this line in commctrl.h on my local machine, did
a make wine & make install, and it fixed the problem.
HOW TO REPRODUCE THE PROBLEM AND CHECK THE FIX:
Fetch the latest SmartWin++ source using cvs with:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin checkout SmartWin
Remove the two places where the code provides its own DateTime_SetMonthCalColor
in WindowsHeader.h and Widget.cpp so you can see the problem.
cd SmartWin/source
make -f Makefile.wine (And the libsmartwin.a library should be put into ../lib)
cd ../tests/WidgetDateTimePicker
make -f Makefile.wine run (And the sample program should start running.)
The Calendar's month should have a purple background, and a red title. (I
know, its a bit ugly)
best regards,
Andrew Webb, andrew7webb(a)comcast.net
--
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=3793
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-11 10:52 -------
As reported by someone on the development list, this gets you a tiny bit further:
get d3dx9_25.dll and d3dx9_24.dll into system32 and run
wine BF2 +fullscreen 0
Now pops up messagebox:
Text: Failed to set technique DrawShadowMapNV in effect Shaders/StaticMesh
technique not found
--
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=3899
------- Additional Comments From marcus(a)jet.franken.de 2005-21-11 09:57 -------
please run once: "wineprefixcreate"
and then try the install againb.
--
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=3899
Summary: Evernote doesn't install
Product: Wine
Version: 0.9.1.
Platform: PC
URL: http://www.evernote.com/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Peter.Bienstman(a)UGent.be
I'm trying to get Evernote 1.1 (freely downloadable from
http://www.evernote.com/en/) to run under Wine 0.9.1 using Gentoo.
It doesn't install:
>wine EverNote_1.1.0.150.exe
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {00000131-0000-0000-c000-000000000046}, error 0x80040155
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
Peter
--
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=3354
aric(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |aric(a)codeweavers.com
Status|REOPENED |NEW
--
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.