http://bugs.winehq.org/show_bug.cgi?id=29207
Bug #: 29207
Summary: Rosetta Stone: Microphones aren't detected at all
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 37707
--> http://bugs.winehq.org/attachment.cgi?id=37707
RosettaStone preferences window
Steps to reproduce:
1) remove ~/.wine
2) install Rosetta Stone 3.4.7
3) wine RosettaStoneVersion3.exe
4) Create/Choose your profile and eventually level
5) Set preferences
Behaviour:
No available microphones on the list of microphones (see attachment).
Expected behaviour:
I do have two microphones in my pc: one built-in and one through mic jack.
Additional info:
1) wine-1.3.33-198-g3b72928
2) Windows version set to XP (Setting it to Windows 7 doesn't help)
3) sound driver in winecfg is winealsa.drv (See attachment)
4) PulseAudio 0.9.23 and Alsa 1.0.24
5) Fedora 16 64 bit
6) Microphone works on Wine 1.3.24
--
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=22721
Summary: CDBurnerXP 4.1+ launcher is missing some images
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28012)
--> (http://bugs.winehq.org/attachment.cgi?id=28012)
Terminal output
After starting the program, the launcher screen with several modes to choose
from is supposed to show an image next to each mode, but these images are
(mostly) missing. Only a tiny portion of the images can be seen at the bottom
of each section. The text on this screen is also shifted to the left, appearing
where the images should be instead of next to them.
--
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=28554
Bug #: 28554
Summary: Javascript pacman game failed to start
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 36671
--> http://bugs.winehq.org/attachment.cgi?id=36671
+pid,+tid,+loaddll,+jscript
Opening the web page and pressing the button "New Game"
should start a game.
Wine internet explorer just change the url to "javascript:newGame()"
wine iexplore http://www.masswerk.at/JavaPac/legacy/JS-PacManPlusMini.htm
--
By by ... Detlef
--
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=23983
Summary: nLite: Displays blank pages instead of configuration
options. Possible regression
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.nliteos.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)jesshaas.com
Created an attachment (id=30120)
--> (http://bugs.winehq.org/attachment.cgi?id=30120)
Wine terminal output
Instead of displaying options to create a custom windows installation(what this
application is designed for) it simply gives blank pages.
nLite is available for download for free. I used the latest version 1.4.9.1
It requires .NET 2.0 or newer. I tried .NET 2.0 and 3.0 installed with
winetricks and both gave the exact same results. 2.0sp2 doesn't seem to install
at the moment and with mono 2.6 nLite would not even start.
The appdb had this program listed as platinum using wine version 1.1.24 and the
same version of nLite.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14420&iTesting…
I am assuming this is a regression but have not personally confirmed it working
with 1.1.24.
I am using version 1.2 on gentoo linux.
The AppDB first lists someone having a problem with wine 1.1.26 but the first
report detailed enough to sound like the same problem is 1.1.30.
I am attaching the wine terminal output as well as a screenshot of the blank
page that should be full of options.
--
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=20164
Summary: Regression : Icons incorrectly rendered in RSTAB
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
CC: thunderbird2k(a)gmail.com
Created an attachment (id=23761)
--> (http://bugs.winehq.org/attachment.cgi?id=23761)
Bad (above) and correct (below) behaviour of icons in RSTAB toolbar
this patch :
http://source.winehq.org/git/wine.git/?a=commit;h=004eabfbd398192c0de92bafe…
caused a regression in RSTAB application, as shown by attached image.
Commenting out XRender code here (in winex11.drv/bitblt.c around line 1440
[code]
if (useSrc)
{
wine_tsx11_lock();
pixmaps[SRC] = XCreatePixmap( gdi_display, root_window, width, height,
physDevDst->depth );
wine_tsx11_unlock();
// if(!X11DRV_XRender_GetSrcAreaStretch( physDevSrc, physDevDst,
pixmaps[SRC], tmpGC,
// widthSrc, heightSrc, widthDst,
heightDst,
// &visRectSrc, &visRectDst))
// {
if (fStretch)
BITBLT_GetSrcAreaStretch( physDevSrc, physDevDst, pixmaps[SRC],
tmpGC,
xSrc, ySrc, widthSrc, heightSrc,
xDst, yDst, widthDst, heightDst,
&visRectSrc, &visRectDst );
else
BITBLT_GetSrcArea( physDevSrc, physDevDst, pixmaps[SRC], tmpGC,
&visRectSrc );
// }
}
[/code]
makes things working again.
Ciao
Max
--
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=27174
Summary: Word 2007 sp2 does not have odt support
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=34715)
--> (http://bugs.winehq.org/attachment.cgi?id=34715)
Install logs and screenshot
This seems to be fixed for others: http://bugs.winehq.org/show_bug.cgi?id=25407
Fresh wineprefix
Install word and common files via Office 2007 Ultimate installer (screenshot
and log attached)
Authenticate online
Go through initial setup
Choose not to receive Automatic Windows updates
No overrides set
Install sp2 using office2007sp2-kb953195-fullfile-en-us.exe (log attached)
Start Word 2007
No odt support
--
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=26923
Summary: BibleWorks 7: Empty toolbar without any icon
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bug-track(a)fisher-privat.net
Created an attachment (id=34339)
--> (http://bugs.winehq.org/attachment.cgi?id=34339)
screenshot
Bibleworks has at least 3 toolbars, one it is empty. See screenshot in
attachment.
After playing with WINEDEBUG="toolbar" i think the bars have fallowing numbers:
trace:toolbar:TOOLBAR_Create hwnd = 0x10092 (bar 1)
trace:toolbar:TOOLBAR_Create hwnd = 0x10138 (user notes tab)
trace:toolbar:TOOLBAR_Create hwnd = 0x10158 (editor tab)
--
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=23545
Summary: Epsitec games which need DirectX 3+ don't render
properly in full-screen mode (but do in virtual
desktop mode)
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.ceebot.com/blupi/load-e.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Several games by Epsitec which feature their "Blupi" character don't render
properly in Wine 1.2rc5. The screen does not refresh/redraw, except for the
region where the mouse pointer is. If you move the pointer around, you can
gradually reveal the image. If the screen changes (e.g. when you click the
button to start a game), the previous contents remain until you move the
pointer to cause parts of the screen to be refreshed/redrawn.
The games which have this problem are Blupi at home, Speedy Blupi and Planet
Blupi. Demos of each can be downloaded from
http://www.ceebot.com/blupi/load-e.php
According to the readme files, the games work with DirectX 3 or later.
Strangely, this problem only occurs in full-screen mode. If you enable virtual
desktop mode with winecfg, the games mostly render correctly. (Tested with
Xubuntu 9.10, Nvidia driver 256.35.)
--
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=22763
Summary: 2010 USMLE FREDv2 step 3 practice CBT freezes on start
up, and ole error 80004001 shows up on exit
Product: Wine
Version: 1.1.42
Platform: Other
URL: http://www.usmle.org/Orientation/2010/menu.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sweettarts82(a)yahoo.com
The program that is freezing when run with wine is:
2010 USMLE FREDv2 step 3 practice CBT
freezes on start up when running exam,
and ole error 80004001 shows upon hitting esc button, when you close the
program.
the software can be downloaded here
http://www.usmle.org/Orientation/2010/menu.html
Tutorial and Practice Items for Multiple Choice Questions and Primum
Computer-based Case Simulations (CCS) *
i really need help with this, i need this for my licensing exam.
wine was able to run the 2009 version for the most part, but one of the test
functions would stop working mid way.
--
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=16509
Summary: Legendary demo fails to install
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.gamershell.com/download_37066.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Created an attachment (id=17944)
--> (http://bugs.winehq.org/attachment.cgi?id=17944)
Console output
The demo installer runs fine, if slow, for a while before it pops up a message
box saying "Error: -1627 ERROR_FUNCTION_FAILED". All I can do then is click OK
which aborts installation. Console output is 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=11159
Summary: In Steam some text is not properly rendered
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
In Steam on windows, in "My Games" column headers font ("Games", "Status",...)
is bold. In Wine, it is not bold, and somehow messed up.
Attached screenshot 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=29084
Bug #: 29084
Summary: ArchiCAD15: err:ntdll when you start Setup.exe
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: doubleboogieblues(a)yahoo.it
Classification: Unclassified
Created attachment 37480
--> http://bugs.winehq.org/attachment.cgi?id=37480
WINEDEBUG
You can not proceed with the installation of ArchiCAD 15. You get err: ntdll
when you start Setup.exe
Archicad 15 Trial version ENG:
http://www.graphisoftus.com/external.php?url=https://trialregistration.grap…
Other info:
linux distro: archlinux
kernel: linux 3.1.0-4
component(winetricks): atmlib, d3dx9_36, dotnet20, gdiplus, gecko120, msxml3,
vcrun2005
installed: java6, quicktime player
--
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=14330
Summary: Textures are invisible in Gex 3D
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.ubi.com/DE/Downloads/Info.aspx?dlId=243
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schmatzler(a)googlemail.com
Created an attachment (id=14621)
--> (http://bugs.winehq.org/attachment.cgi?id=14621)
Console output when playing the game
Some textures in Gex 3D are not shown.
When starting the game, the console is giving an
"err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat" error.
--
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=29819
Bug #: 29819
Summary: Ballistics: MultiplayerServer::initialize() can't
create IDirectPlay8Server interface
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benpicco(a)zedat.fu-berlin.de
Classification: Unclassified
Ballistics installs fine (to a fresh wineprefix), but when starting the Game an
error window appears:
An unexpected error occured: MultiplayerServer::initialize() can't create
IDirectPlay8Server interface
(Windows Version is set to Windows XP, but setting it to Windows 98, etc makes
no difference)
wine trace:
fixme:win:EnumDisplayDevicesW ((null),0,0x33ac78,0x00000000), stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
fixme:quartz:AsyncReader_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
fixme:quartz:AsyncReader_QueryInterface No interface for
{56a868b5-0ad4-11ce-b03a-0020af0ba770}!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:ole:CoCreateInstance no instance created for interface
{5102dace-241b-11d3-aea7-006097b01411} of class
{da825e1b-6830-43d7-835d-0b5ad82956a2}, hres is 0x80040111
--
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=18896
Summary: Rumble Fighter Almost Works D=
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lobitofregoso(a)gmail.com
Created an attachment (id=21738)
--> (http://bugs.winehq.org/attachment.cgi?id=21738)
Text file of the terminal result
I've been using Ubuntu Linux for a long time now and I have just about
transferred to it completely. I still have WinXP ase a dual boot in order to
run many other apps such as Adobe Suite and Microsoft Suite and some games. One
such game is Rumble Fighter. After downloading it from here ->
(http://www.download.com/Rumble-Fighter/3000-7423_4-10720212.html?tag=lst-0-1)
I then updated and installed the newest version of Wine (1.23). I ran it and it
all seemed to work perfectly; it updated fine, it installed fine, almost
flawless. Until I got to the login window. I entered my information (correctly)
and hit the login button, but it wouldn't log me in. So I ran it in the
terminal and recieved some fix me messages. The game works 100% in Windows and
it just about would work (I guess) from the looks of things. It's just the log
in button. I'll try to find an answer through something else, but Wine looks
more promising.
PS: System info
Dell Inspiron 1420
Intel Dual Core 2.2 (or 2.4) Ghz
Intel integrated 935 chipset video graphics
Sigmatel sound card
Intel Pro/Wireless Integrated Internet Card
I'll add more info upon request. Appreciate any help
--
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=12539
Summary: Lenovo Thinkpad battery recall program fails
Product: Wine
Version: 0.9.59.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
There was a recall on Thinkpad batteries last year. Curious to see if my
battery was affected, I downloaded and attempted to run their program,
lenovobatteryprogram.exe, which you can download here:
http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=BATT-LENOVO
Running this program in wine produces the following output:
~$ wine Desktop/lenovobatteryprogram.exe
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.t
lb" failed with error 2
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program
Files\\Lenovo\\Lenovo Battery Program\\BatteryCheck
.exe") not found
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Lenovo\\Lenovo Battery Program\\BatteryCheck.e
xe" failed, status c0000135
--
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=30320
Bug #: 30320
Summary: Mouse pointer in xorg-server 1.12 unusable
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
In Mass Effect 3 thread someone suggested I install xorg-server 1.12 to see if
the behaviour he saw was just his machine. I can confirm it isn't.
With xorg-server 1.12 installed and so far tested with the following games;
Tomb raider - Underworld
The Elder Scrolls V: Skyrim
The mouse cursor seems locked in the middle of the screen and as you move the
mouse around the game camera will swing around wildly. To explain it; it's like
the mouse is stuck on an invisible crosshair and as you move it the cursor
flicks between the quadrants jerking the camera from one extreme to another.
It's not just sensitive it's downright unusable.
However in menu's the mouse works as expected. There's no console output to
suggest a problem and it very well could be an xorg problem. downgrading to
1.11.4 removed the problem for me.
--
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=30292
Bug #: 30292
Summary: Borderlands (Steam): Crashes on exit
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsims2359(a)gmail.com
Classification: Unclassified
Created attachment 39589
--> http://bugs.winehq.org/attachment.cgi?id=39589
backtrace of borderlands (steam) crash
Borderlands (Steam) runs correctly until you exit the game when a crash occurs.
Occurs in 1.5.0 and wine-1.5.0-204-ga179b50
--
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=30060
Bug #: 30060
Summary: WPS Office writer recognizes empty document as garbled
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download an English version of WPS:
http://www.kingsoftstore.com/download/office_suite_free_2012.exe
2. install office_suite_free_2012.exe
$ wine office_suite_free_2012.exe
3. start wps.exe
$ cd ~/.wine/drive_c/Program\ Files/Kingsoft/Kingsoft Office/office6
$ wine wps.exe
Expect result:
Open an empty document as wps does in Windows
Actual result:
Open an "File Conversion" dialog, with below message:
"Select the encoding that makes your document readable."
the "Default" encoding is "ANSI/OEM Simplified Chinese GBK"
But the empty document display as
"邢唷??*" in this encoding.
Any other encodings are tried as well but none of them works.
Wine version:
wine-1.4-rc6
Addition information:
1. LANG=zh_CN.utf8
2. this version of WPS writer is an English version. Will try the Chinese
version later.
3. Usually if we open a *.doc file in Windows with notepad, then the first two
words are "邢唷"
Will attach log
--
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=19677
Summary: Gates of Andaros won't run
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sense(a)qense.nl
Created an attachment (id=22972)
--> (http://bugs.winehq.org/attachment.cgi?id=22972)
Console output of Gates of Andaros
Installing Gates of Andaros is no problem. Running the launcher also works, but
launching the game won't. When you press the connect button the launcher
disappears and a dialogue containing three hexes(###) and an OK-button is
shown.
Pressing OK exits the game.
Please not that in the console output everything before and including the line
"fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY
unimplemented" was generated while launching the program.
--
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=29887
Bug #: 29887
Summary: FarCry 1.4 crashed while use mouse wheel
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sekras(a)gmail.com
Classification: Unclassified
Created attachment 38865
--> http://bugs.winehq.org/attachment.cgi?id=38865
backtrace
Kubuntu 11.10.. wine 1.4-rc2 from ppa
wine: Unhandled page fault on read access to 0xffffffff at address 0x37001376
(thread 0009), starting debugger...
xxx@xxx:~/.wine/drive_c/Program Files/Crytek/FarCry/Bin32$
err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x1130ac), expect
failure
p.s. this is regression bug.. it appear from version ~1.3.36 (may be early)
--
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=30218
Bug #: 30218
Summary: AppDB login is not working
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
Classification: Unclassified
As of March 18, 5:13pm PDT, AppDB login is not working. I entered my
registered email address (copy and paste) and password (including a
copy-and-paste from a password reset email), but the site does not log me in.
--
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=20942
Summary: Write buffer overflow in MODULE_LoadModule16() causing
valgrind warnings in all tests??
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Many (all?) of today's tests
http://kegel.com/wine/valgrind/logs/2009-12-07-08.39/
show the valgrind warning
Use of uninitialised value of size 4
at mbstowcs_sbcs (mbtowc.c:90)
by wine_cp_mbstowcs (mbtowc.c:269)
by RtlMultiByteToUnicodeN (rtlstr.c:840)
by RtlAnsiStringToUnicodeString (rtlstr.c:694)
by FILE_name_AtoW (file.c:251)
by LoadLibraryExA (module.c:911)
by LoadLibraryA (module.c:964)
by MODULE_LoadModule16 (ne_module.c:1114)
...
Uninitialised value was created by a stack allocation
at MODULE_LoadModule16 (ne_module.c:1049)
I can't reproduce this on my work machine, so perhaps
the rain has driven my home machine (which posts
the results automatically) bonkers?
--
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=18126
Summary: COMPOBJ_DllList_Add couldn't load in-process dll
msxml6.dll
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yugandhar_bireddy(a)satyam.com
A windows 64 bit application depending on MSXML6 when executed after installing
msxml6_64.msi for wine-1.1.19 cis giving the following error:
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\System\\msxml6.dll"
err:ole:create_server class {88d96a05-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
fixme:heap:HeapSetInformation 0x2ae1ac400000 0 0x2ae1a47fb220 4
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\System\\msxml6.dll"
err:ole:create_server class {88d96a05-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5}
could be created for context 0x17
--
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.