http://bugs.winehq.org/show_bug.cgi?id=4066
Brandon Corujo <haku08879(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haku08879(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6351
Brandon Corujo <haku08879(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haku08879(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7698
Brandon Corujo <haku08879(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haku08879(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9012
--- Comment #31 from pc <junk_2010(a)live.co.uk> 2012-12-29 10:08:57 CST ---
Just to confirm this is still an issue.
Tried Microsoft Money 2005 on both:
wine 1.4.1
wine 1.5.1
Using Ubuntu 12.04.1 32bit.
Using clean install (with each wine version) Microsoft Money 2005 installed ok,
minor issue with text in a couple of click boxes not readable.
However, on starting program it crashed at the splash screen.
I have attached backtrace outputs from each wine version.
Wine 1.4.1 - attachment 43004
Wine 1.5.19 - attachment 43005
Note that when Internet Explorer 6 was installed (I used winetricks) the
program started ok.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19429
Summary: WideCharToMultiByte: Incorrect conversion of "default
character"
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dee(a)bowfive.oag.co.jp
Created an attachment (id=22553)
--> (http://bugs.winehq.org/attachment.cgi?id=22553)
The C program which can reproduce the problem
I found that WideCharToMultiByte() converts "default character" incorrectly in
932 (Japanese SHIFT-JIS) code page.
Attached C program can reproduce the problem (The binary attached is compiled
using Borland C++ Compiler 5.5.1).
On Windows XP Professional(32bit,SP3,Japanese), it produces following output
(and is what I expect):
Y:\dbcstest>test
0123?456789
On Wine 1.1.26 running on Ubuntu Jaunty(9.04) x86_64, it produces:
$ wine test.exe
0123$$456789
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8598
Piotr Caban <piotr.caban(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |32573
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1017
Jason Kaiser <jasonhowardkaiser(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jasonhowardkaiser(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32329
Bug #: 32329
Summary: RegOpenKeyExW causes dll initializations to fail
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom.gankema(a)gmail.com
Classification: Unclassified
I encountered this problem when trying to run a cracked version of Football
Manager 2013, this game works under windows though. The errors I got look like:
err:module:attach_process_dlls "mpr.dll" failed to initialize, aborting
Tried to trace it down and it seems to be caused by the RegOpenKeyExW function,
which is called somewhere in the initialization of the dll. When changing the
call to RegOpenKeyExA the problem seems to be solved, but I am not
knowledgeable to see what side effects this might have. The same problem occurs
for other dll initializations for this game.
So it seems to be an ansi / unicode error which not exists under windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.