https://bugs.winehq.org/show_bug.cgi?id=37689
Bug ID: 37689
Summary: Sumatra PDF 3.0 crashes when opening .epub and .mobi
files
Product: Wine
Version: 1.7.32
Hardware: x86
URL: https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/Sumatra
PDF-3.0-install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gohabsgo60(a)yahoo.ca
Distribution: ---
Created attachment 50166
--> https://bugs.winehq.org/attachment.cgi?id=50166
backtrace
Sumatra PDF 3.0 crashes in gdiplus when opening .epub and .mobi files.
.pdf and .djvu files don't make it crash.
works fine with native gdi+
i have attached a backtrace.
output has nothing relevant and is the same as when it doesn't crash, so i
didn't bother attaching it.
--
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=28769
Bug #: 28769
Summary: shell32/shellpath tests: test_knownFolders() triggers
use-after-free and invalid free in foldermanager
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make shellpath.ok" in shell32/tests, Valgrind complains:
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2199)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2233)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid free() / delete / delete[]
at RtlFreeHeap (heap.c:262)
by foldermanager_Release (shellpath.c:3684)
by test_knownFolders (shellpath.c:2485)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38218
Bug ID: 38218
Summary: Corrupted Colors in Call of Duty World at War Single
and Multiplayer
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
corrupted colors in faces, rocks and other things in call of duty world at war
single and multiplayer modes
is wine 1.7.28 appears ok, for both wine test used lastest nvidia beta drivers,
clean prefix for both
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38215
Bug ID: 38215
Summary: evil genius crashes when i click the science button
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sshook09(a)gmail.com
Created attachment 51008
--> https://bugs.winehq.org/attachment.cgi?id=51008
evil genius crashes when i click the science button
evil genius crashes when i click the science button
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37483
Bug ID: 37483
Summary: Possible null pointer dereference: lpItem - otherwise
it is redundant to check it (Cppcheck)
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
[dlls\comctl32\listview.c:4222] -> [dlls\comctl32\listview.c:4247]: (warning)
Possible null pointer dereference: lpItem - otherwise it is redundant to check
it
lpItem may be null but later it's used without check:
4193 if (infoPtr->dwStyle & LVS_OWNERDATA)
4194 {
4195 /* a virtual listview only stores selection and focus */
4196 if (lpLVItem->mask & ~LVIF_STATE)
4197 return FALSE;
4198 lpItem = NULL;
4199 }
...
4222 if ((lpLVItem->mask & LVIF_IMAGE) && (lpItem->hdr.iImage !=
lpLVItem->iImage))
4223 uChanged |= LVIF_IMAGE;
4224
4225 if ((lpLVItem->mask & LVIF_PARAM) && (lpItem->lParam !=
lpLVItem->lParam))
4226 uChanged |= LVIF_PARAM;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38249
Bug ID: 38249
Summary: Worms Armageddon
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: arymaynart(a)hotmail.com
Distribution: ---
Created attachment 51061
--> https://bugs.winehq.org/attachment.cgi?id=51061
Log File of Worms Armageddon
The game goes normal until the choose screen. When i try to start a single play
or any other kind, i have a crash to desktop sayng that the Worms Armageddon
has encountered an error.
In the log file says that: WA caused a Microsoft C++ Exception (0xe06d7363)
in module KERNEL32.dll at 0073:7b83c672.
"Land data read error"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38156
Bug ID: 38156
Summary: .NET Framework v3.5 x64 compiler under wine
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexalx(a)bigmir.net
Distribution: ---
Created attachment 50898
--> https://bugs.winehq.org/attachment.cgi?id=50898
log
Hello, sorry for my english.
quoting from https://forum.winehq.org/viewtopic.php?f=8&t=24233
I have problem with trying to get working compiler (csc.exe) of .NET Framework
v3.5 x64 under wine.
I need get somehow working csc.exe for compile in real-time plugins for game
server what working fine through wine, except compiling plugins...
Right now there is no way to load already compiled plugins due to security
reasons.
It uses csc.exe from .NET Framework v3.5 !!x64!! ONLY.
Right now i somehow successfully installed .net framework v.3.5 x64 (using
winetricks and some other ways), but when trying to use csc.exe it crashes...
Is there some way to get working csc.exe under wine x64?
The source of plugin loader what of game server mod:
https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.CSharp/CSharpPlugin…
Thank you for attention.
----------
System information:
Wine build: wine-1.7.34
Platform: x86_64
Host system: Linux
Host version: 3.11.3-custom
Linux 3.11.3-custom #3 SMP PREEMPT Thu Oct 3 15:24:05 EEST 2013 x86_64 x86_64
x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38193
Bug ID: 38193
Summary: Collin Mac Rae 2005 crash at begins
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50969
--> https://bugs.winehq.org/attachment.cgi?id=50969
backtrace
Game crash at begins
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37600
Bug ID: 37600
Summary: SharpDevelop 4.4.1.9729 load issue
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tcll5850(a)gmail.com
Distribution: ---
Just wanted to report, since the last report is as old as 2009 with an outdated
version of SharpDevelop...
SharpDevelop 4.4.1 (loaded with an x86 prefix on x64 (amd64) wine)
the program loads and displays the banner, but the program hangs there and
never gets to the UI.
if you guys need an error report, I can look into it if you like. :)
but I think it has something to do with .NET
(not sure if still the same issue as mentioned back in 2009)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38268
Bug ID: 38268
Summary: auto mount manager fail
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: khuram.mkm(a)gmail.com
Distribution: ---
Created attachment 51095
--> https://bugs.winehq.org/attachment.cgi?id=51095
the creen shot
i am using centos 7
a have installed wine-1.7.22 through yum command.
my outo mount manager is not working.
when i delete ~/.wine and open winecfg it update and works for a while and
then again disabled. please help.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38180
Bug ID: 38180
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: freddyfazbear258(a)gmail.com
Distribution: ---
Created attachment 50948
--> https://bugs.winehq.org/attachment.cgi?id=50948
Dont have the files correctly >:C
Hello, when i go to the file wine, and drive_c, and i go to program files, does
not have the files that should have. For example, i have a game called half
life, and the archive is not there, but in other program i select an archive
and the carpet is there! I dont know what is the problem, please someone tell
me how to fix it
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38279
Bug ID: 38279
Summary: Uninitialized src_rect in
wined3d/surface.c:cpu_blit_color_fill
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
In procedure cpu_blit_color_fill there is local variable
static const RECT src_rect;
assumed inited by zero?
Then it used as parameter
return surface_cpu_blt(dst_surface, dst_rect, NULL, &src_rect,
WINEDDBLT_COLORFILL, &BltFx, WINED3D_TEXF_POINT);
And this function explicitly used the pointer
srcheight = src_rect->bottom - src_rect->top;
srcwidth = src_rect->right - src_rect->left;
What behavior assumed here?
I found no assingment to this static constant.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38194
Bug ID: 38194
Summary: Singles 2 crash at start
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50970
--> https://bugs.winehq.org/attachment.cgi?id=50970
backtrace
singles 2 game crash at begins
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38325
Bug ID: 38325
Summary: Bug With Mac Driver/X11
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: cayer(a)hcrhs.org
Due to a new update in a game client, I decided to try and get the latest in
both the Wine clients and the game itself client (Runescape). The problem was,
whenever I try to select the option to use the Mac Driver instead of X11, in
"Set screen options," as soon as I try to run the program, it will revert it
back. I don't know what is making it do this, but the game won't run with X11,
so now I basically can't play.
--
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=35396
Bug ID: 35396
Summary: Microsoft Excel and PowerPoint (2007) transparent
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jgdominy(a)gmail.com
Classification: Unclassified
Created attachment 47223
--> http://bugs.winehq.org/attachment.cgi?id=47223
Screenshot of problem
I've installed Microsoft Office 2007 from my work's volume license CD. I only
installed Word, Powerpoint and Excel. Word works, but Excel and Powerpoint are
both partially transparent. I can see the contents of my desktop, terminal, or
whatever else is open and behind the office window. See screenshot.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38258
Bug ID: 38258
Summary: JVComm32.exe crashes after splashscreen
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I am giving occasional wine-support in the ubuntuusers.de-Discussionforum. One
user tried to get the following appication to run:
http://www.jvcomm.de/ftp/instjv201.exe
I am using the Slackware 14.1 (32-bit) Linux-distribution and compiled wine
1.7.39 myself. I can get into the configuration dialogue okay but when starting
the application it shows a splashscreen then quits.
This is my console output:
bash-4.2$ wine .wine/drive_c/Program\ Files/JVComm32/Jvcomm32.exe
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for context 0x5
Please let me know should you require further information.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38187
Bug ID: 38187
Summary: Word Pro will no longer paste across cells
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Created attachment 50965
--> https://bugs.winehq.org/attachment.cgi?id=50965
example Word Pro file with cell paste error
Hi All,
Wine 1.7.38 and Word Pro (Smart Suite) N9.8.0208.1200
Would you guys please fix this for me. It is driving me NUTS! Seriously
CRAZY! It makes it a serious nuisance to do my invoicing.
This happened between 1.7.37 and 1.7.38.
If you highlight the text across rows and copy it into the clipboard. And then
paste it into a new table row or a new row of the same table, it will no longer
paste across cells, but will place everything in one cell. And it adds an
extra carriage return.
I will attach an example with directions on how to reproduce the problem
Many thanks,
-T
--
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=33910
Bug #: 33910
Summary: Reprobates demo shows black screen
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.jeuxvideo.com/telecharger/jeux-et-demos/000
13406-reprobates-aux-portes-de-la-mort-pc.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45032
--> http://bugs.winehq.org/attachment.cgi?id=45032
log+d3d
Demo shows black screen at launching. Clean wineprefix, no overrides.
--
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=24010
Summary: Two Worlds multiplayer cannot create or join a game
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30160)
--> (http://bugs.winehq.org/attachment.cgi?id=30160)
terminal output
In the multiplayer mode of Two Worlds I cannot join or create a game. I can
successfully login to the server and enter the game lobby (the town) and chat
with other players, but when I click on Join or Create a game, nothing happens.
The attached log shows the terminal output. The following components were
installed via winetricks in order to start the game and play the videos: 'd3dx9
physx xact wmp9 quartz'.
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
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=29807
Bug #: 29807
Summary: Registration code not accepted in Reason 5
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xeriouxi(a)fastmail.fm
Classification: Unclassified
For some reason (no pun intended) the registration key for Reason 5 is not
accepted when registering it in Wine. This is a genuine key and works fine when
Reason 5 is running in a Windows environment.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38327
Bug ID: 38327
Summary: Uninitialized matrix
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
I got warning
-----
glsl_shader.c: In function ‘shader_glsl_load_constants’:
glsl_shader.c:799: warning: ‘temp._44’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._44’ was declared here
glsl_shader.c:799: warning: ‘temp._43’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._43’ was declared here
glsl_shader.c:799: warning: ‘temp._42’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._42’ was declared here
glsl_shader.c:799: warning: ‘temp._41’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._41’ was declared here
glsl_shader.c:799: warning: ‘temp._34’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._34’ was declared here
glsl_shader.c:799: warning: ‘temp._24’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._24’ was declared here
glsl_shader.c:799: warning: ‘temp._14’ is used uninitialized in this function
glsl_shader.c:744: note: ‘temp._14’ was declared here
----
this is a function
---
/* Taken and adapted from Mesa. */
static BOOL invert_matrix_3d(struct wined3d_matrix *out, const struct
wined3d_matrix *in)
{
float pos, neg, t, det;
struct wined3d_matrix temp;
...
*out = temp;
---
The function is for matrix 3x3 while wined3d_matrix is 4x4.
But local variable (temp) is not initialized and may contain arbitrary values.
Should the matrix to be zeroed explicitly or there must be function to invert
4x4 matrix?
--
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=32392
Bug #: 32392
Summary: Impossible to determine locale when chosen in winecfg
Windows 7
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yast4ik(a)yahoo.com
Classification: Unclassified
Created attachment 42740
--> http://bugs.winehq.org/attachment.cgi?id=42740
Windows XP and Windows 7 difference
I tried to manage tags of audio with the tagscanner 5.1.625 with version of
Windows set to Windows 7 in winecfg. Japan characters in tags and filenames in
program are rectangles, then I change version of Windows to Windows XP and
japan characters became normal
The output with os version Windows 7 specified:
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d6f0, (nil) 0x33d718
--
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.