http://bugs.winehq.org/show_bug.cgi?id=6698
--- Comment #7 from Jonathan Hunt <jonathan(a)xlcus.com> 2007-09-16 05:35:25 ---
No. dcom98 was needed to get the installer to work, but I've tried running
Money itself both with and without dcom98 and get the same error. I've also
got winetricks fakeie6 set to get around it compaining about IE5 not being
installed.
The only warning I get from the wine log is this one...
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
The error about Money not being installed comes from Money itself in a windows
error box, and it doesn't crash money... If you click ok on the error it then
asks you if you want to create a new file or open an existing one. Creating a
new file is fine and you can get into the program and use it as normal, but
asking it to open a new file goes back to the error about Money not being
installed and the loop continues... You can do this as many times as you like,
the only way out is to ask it to create a new file, which it seems happy with.
Is there any more verbose logging I could turn on that might help work out
what's going on?
--
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=6008
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #9 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-16 04:28:40 ---
You can get it running/connecting by selecting one of the checkboxes in some
kind of configuration window. It says something about proxy stuff irc.
--
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=6008
--- Comment #8 from mback <mback(a)yahoo.com> 2007-09-16 04:23:31 ---
Created an attachment (id=8097)
--> (http://bugs.winehq.org/attachment.cgi?id=8097)
Log of Failed Yahoo! Messenger
Yahoo! Messenger ran under Wine 0.9.45, but failed to connect. It brought up a
window that said that I was probably not connected to the internet, and asked
me if I needed to fill in proxy information.
My log is attached, but the gist of it is that it looks like Yahoo needs RAS
support from Wine.
--
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=8996
mback <mback(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mback(a)yahoo.com
--- Comment #17 from mback <mback(a)yahoo.com> 2007-09-16 04:11:25 ---
Install of Yahoo! Messenger v8.1 completed for me under Wine 0.9.45 -- not to
say that Yahoo! Messenger actually works... but it /did/ install.
I chose a custom install, and unchecked all boxes.
It still complains about "IE being bad."
--
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=8051
guebby(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guebby(a)gmail.com
--- Comment #17 from guebby(a)gmail.com 2007-09-15 20:17:59 ---
With 0.9.45 I see this message too, but in Spanish, and it is not the demo
version, is the complete game, without any add-on. With the original copy (CD
format) I see the splash image, it disapears a few seconds and then the
message is shown. With a no-cd crack version, the only difference is that the
splash image do not appear, but the error message is the same.
Los Sims 2
Direct3D ha devuelto un error: D3DERR_INVALIDCALL!
La aplicación se va a cerrar.
[Ok]
--
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=6698
Jonathan Hunt <jonathan(a)xlcus.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathan(a)xlcus.com
--- Comment #5 from Jonathan Hunt <jonathan(a)xlcus.com> 2007-09-15 20:11:49 ---
I'm having the same issue with Wine 0.9.45
--
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=9056
--- Comment #16 from Anastasius Focht <focht(a)gmx.net> 2007-09-15 18:48:34 ---
Hello,
well i looked into their svn repository using viewcvs:
http://anonsvn.mono-project.com/viewcvs/tags/mono-1-2-5/mono/mono/utils/mon…
File: [mono] / tags / mono-1-2-5 / mono / mono / utils / mono-dl.c (download)
Revision: 84900, Mon Aug 27 17:56:04 2007 UTC (2 weeks, 5 days ago) by wade
File size: 9730 byte(s)
tag p6 (final) from branch
--- snip ---
static char*
w32_dlerror (void)
{
char* ret = NULL;
wchar_t* buf = NULL;
DWORD code = GetLastError ();
if (FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM |
FORMAT_MESSAGE_ALLOCATE_BUFFER, NULL,
code, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), buf, 0, NULL))
{
ret = g_utf16_to_utf8 (buf, wcslen(buf), NULL, NULL, NULL);
LocalFree (buf);
}
return ret;
}
--- snip ---
The patch was applied against trunk:
http://anonsvn.mono-project.com/viewcvs/trunk/mono/mono/utils/mono-dl.c?rev…
(notice the older revision than 1.2.5 tag)
I actually have no clue how the manage their repository e.g. merge patches.
Anyway, wine trace log (+resource) and using debugging/disassembler on native
windows mono 1.2.5 show there is clearly NULL ptr as buf parameter passed.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.