http://bugs.winehq.org/show_bug.cgi?id=32582
Bug #: 32582
Summary: WideCharToMultiByte: incorrectly handling of user
specified DBCS "default character"
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thtfpcuser(a)126.com
Classification: Unclassified
for function WideCharToMultiByte,
when there are unmapped uncode characters in target codepage,
and the user specified lpDefaultChar is DBCS character,
the default characters occured in conversion result is incorrect.
the problem is in this function:
wctomb.c
/* slow version of wcstombs_dbcs that handles the various flags */
static int wcstombs_dbcs_slow( const struct dbcs_table *table, int flags,
const WCHAR *src, unsigned int srclen,
char *dst, unsigned int dstlen,
const char *defchar, int *used )
{
const unsigned short * const uni2cp_low = table->uni2cp_low;
const unsigned short * const uni2cp_high = table->uni2cp_high;
WCHAR defchar_value = table->info.def_char;
WCHAR composed;
int len, tmp;
if (defchar) defchar_value = defchar[1] ? ((defchar[0] << 8) | defchar[1])
: defchar[0];
defchar[0] has only 8 bits. left shifts 8 bits, its value is lost.
--
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=27513
Summary: Lord of the Rings launcher: 'Log in' button corrupted
without native gdiplus
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.lotro.com/support/download-lotro
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35180)
--> (http://bugs.winehq.org/attachment.cgi?id=35180)
bad screenshot
http://content.turbine.com/sites/clientdl/lotro/lotrohigh.exe
eabd5e282036f7864981534e4f23177b3995ebcd lotrohigh.exe
(I used the high graphics version, though it's quite likely the regular version
has the same problem).
Download, install, wait hours for it to finish (14 GB). Run, let it patch, then
you'll get a login prompt. The text of the button to login is corrupted. Native
gdiplus fixes it.
When comparing the screenshots, I also noticed that the text at the top of the
window 'Community', 'Account', 'Support' are nearly solid white with builtin,
but have a thicker black border with native gdiplus. Looks like a similar
issue..
+gdiplus trace attached.
--
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=18265
Summary: Argentinian Soft
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmac.itservices(a)gmail.com
Hi, I'm from Argentina and happy about WINE.
I'm trying to run 2 things with no luck.
Compumap 3 and SIAP 3.1
Both programs give error when entering menus, saving data or trying to exit a
module. i give you the url where u can get SIAP so to make necessary tests.
http://www.afip.gov.ar/Aplicativos/http://www.afip.gov.ar/Aplicativos/AplicativoDetalle.aspx?jqx%2fpWcOAt8HUdd…
Thanks in advance
Regards,
Pablo Alonso
--
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=21670
Summary: FMS: Error Dialogue - Interface Not Found
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.n.ethz.ch/student/mmoeller/fms/alpha/fms2al
pha85.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26173)
--> (http://bugs.winehq.org/attachment.cgi?id=26173)
err:d3drm:IDirect3DRMImpl_QueryInterface... and more...
This error occurs on Flying Model Simulator, a free R/C app. It installs fine
but hangs at graphics card detection and only support Wine's HAL, no other
options making the screen black and flooded with detection error dialogues.
--
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=30180
Bug #: 30180
Summary: winecfg hangs on drive actions
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If I'm opening winecfg and going to the Drives register winecfg has some
problems if there is for example a burning process on a drive which is listed
there. In this case I don't get a list of drives and winecfg is hanging until
the related drive gets unlocked.
Maybe the drive list could be something like a sandbox so if winecfg can't
access a drive it is still possible to go through the menu and make some
actions/close winecfg.
--
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=32257
Bug #: 32257
Summary: Castle Story Prototype v0.0.2 crashes when starting
new game
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Anxiety35(a)gmail.com
Classification: Unclassified
Created attachment 42567
--> http://bugs.winehq.org/attachment.cgi?id=42567
Backtrace from castle Story v0.0.2 crash
Castle Story Prototype with update 0.0.2 crashes right after clicking a map to
start a new game. The icons load on the screen and then it crashes with a page
fault.
It crashes regardless of the resolution, window, and graphics quality settings.
Attached is the crash backtrace.
--
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=32547
Bug #: 32547
Summary: ShowMiiWads: Crashes when installing WADs
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.schwimer(a)hotmail.com
Classification: Unclassified
Created attachment 42952
--> http://bugs.winehq.org/attachment.cgi?id=42952
Wine's output following the crash
Using a program called ShowMiiWads v1.4:
http://wiibrew.org/wiki/ShowMiiWads
The program is a sort of utility used to inject WAD files into a NAND backup of
a Wii system.
Steps to produce issue:
1. Created a "Common Key.bin" file using Tools > Create Common Key and typin
'45e'.
2. Selected Options > Change NAND Backup Path, and navigated to the desired
folder.
3. Selected View > ShowMiiNand.
4. Right-clicked an item from the list, selected "Install", then "File", then
selected a WAD file.
5. Program crashes with attached output.
--
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=20354
Summary: Sony Vegas has encountered an Error: 'WIA-Manager
could not be initialized'
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.sonycreativesoftware.com/vegaspro
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24107)
--> (http://bugs.winehq.org/attachment.cgi?id=24107)
Console Output when starting the installed and registered program
I am a professional video editor for one of the large studios around.
Lately switching to Linux have 'forced' me to use the awesome WINE in order to
install Sony Vegas Pro 9. Unfortunately WINE does absolutely not care about the
Windows Image Acquisition (WIA).
Ths, I only can say that Sony Vegas Pro 9 install absolutely without any
errors, and even registration works fine. Right after the start of the program
the loading window shows up and is replaced immediately with an error
notification: "Sony Vegas has encountered an Error: 'WIA-Manager could not be
initialized'".
I figured to talk to the people on IRC and post an error log, but even they say
that WINE does not care the slightest about the Windows Image Acquisition. I am
actually looking forward to see WIA supported as fast as possible.
I´ve been talking directly to Sony developers in their forum (complete Thread
in German). If you are interested seing the output feel free to visit:
http://www.vegasforum.de/sony-vegas-pro-t1878.html
THANK YOU for the work you do every day to improve WINE. It is much
appreciated.
--
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=12852
Summary: Alibre Design: installer fails
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.alibre.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpikonen(a)gmail.com
Created an attachment (id=12541)
--> (http://bugs.winehq.org/attachment.cgi?id=12541)
Wine error output when running Alibre Design installer
The installer for Alibre Design (AlibreInstall_V10SP1.exe free download from
alibre.com) fails in Wine.
The installer starts and extracts files from CAB-files, and then offers to
install "a supported version of Microsoft Virtual Machine". This installation
fails, and the installer displays a popup suggesting to contact Alibre support.
The supported version of MSVM is available for download at the alibre.com
website, but running this installer before running the alibre installer does
not change anything.
--
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.