http://bugs.winehq.org/show_bug.cgi?id=21989
Summary: Fahrenheit 1.1 Patch Fails (interrupted)
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=26704)
--> (http://bugs.winehq.org/attachment.cgi?id=26704)
Patch Log
Trying to patch Fahrenheit with the 1.1 patch fails without any clear message
from the installer itself.
Patch is an MSP file so it has to be run as:
msiexec /p Fahrenheit-1.1.msp
--
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=18947
Summary: AppDB isn't deleting idle maintainers
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The AppDB should remove maintainers that don't do anything (by design), but it
isn't. Admins are removing idle maintainers manually, and there are a lot of
them!
This solution itself isn't ideal, as they just reapply, there is no way to
block this, and many users don't take the hint.
--
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=20820
Summary: Magic: the Gathering Online 3.0 Renamer.exe hangs on
startup.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bss(a)iguanasuicide.net
Created an attachment (id=24938)
--> (http://bugs.winehq.org/attachment.cgi?id=24938)
stderr output of wine process when running Renamer.exe
Looking through some of the existing bugs, I was thinking that MtGO might be
convinced to work with modern wine. I ran into this issue that does not seem
to have a bug already associated with it.
Steps to reproduce:
0. Install wine from Emulators:Wine repository on openSUSE Build Service for
openSUSE 11.2
1. Clean wine directory (if exists). Use (winetricks win2k) to switch to MS
Windows 2000 emulation.
2. Download and install
MtGO.[http://www.wizards.com/Magic/TCG/Article.aspx?x=magic/magiconline/dow…
Download helper works fine. Installer makes a lot of noise in the logs, but
seems to work.
3. Install 'dotnet20' component through winetricks.
* This works around Bug 14067. You may or may not need this if you have a
more recent version of wine.
4. cd "$WINE_PREFIX/drive_c/Program Files/Wizards of the Coast/Magic Online
III"
5. wine 'C:\Program Files\Wizards of the Coast\Magic Online III\Renamer.exe'
6. hang after: err:seh:setup_exception_record nested exception on signal stack
in thread 0021 eip 7bc70bd0 esp 7ffdbc7c stack 0x242000-0x340000
--
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=12962
Summary: Diablo 2: left-control ignored after mouse click
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)the-eend.org
While playing Diablo 2 (Ubuntu Hardy + Compiz):
- Hold down mouse button to walk in a direction
- Hold down left-control to start running
- Release mouse button, and re-press
* The character should continue running toward the pointer, but instead returns
to walking until/unless left-control is re-pressed.
The game behaves as expected if the right-control key is used instead.
I suspect this regression is related to the now resolved bug #12343, but this
specific behaviour is still exhibited in 0.9.61.
--
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=20852
Summary: Strange memory corruption in
test_FindFirstChangeNotification
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-10-21-19.42/vg-kernel32_change.txt
(and probably for as long as I've been running valgrind) have the warning
Invalid write of size 4
at RtlFreeAnsiString (rtlstr.c:170)
by RemoveDirectoryW (path.c:1350)
by RemoveDirectoryA (path.c:1364)
by test_FindFirstChangeNotification (change.c:182)
by func_change (change.c:883)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f21eeac is on thread 1's stack
Inserting a function call in RemoveDirectoryW()
(anywhere) sometimes makes the warning go away.
It seems that the first function call after the unix
rmdir() at
http://source.winehq.org/source/dlls/kernel32/path.c#L1349
triggers this warning...
even if the function call is just a print statement.
To reproduce:
install valgrind (after applying the workaround
for the regression that keeps wine from working,
https://bugs.kde.org/show_bug.cgi?id=205541#c1 )
build wine
cd ~/wine-git/dlls/kernel32/tests
~/wine-git/wine winemine &
valgrind --trace-children=yes ~/wine-git/wine kernel32_test.exe.so change.c
It still happens if I comment out all but
test_FindFirstChangeNotification()
at the bottom of change.c.
This could also be a bug in valgrind, I suppose; I filed an issue
there for this a while ago as https://bugs.kde.org/show_bug.cgi?id=211701
--
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=16391
Summary: Text rotation misbehavior
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piernik(a)gmail.com
Created an attachment (id=17719)
--> (http://bugs.winehq.org/attachment.cgi?id=17719)
Problem illustration. Green - good, red - wine
First, a demo: http://kjk.gniew.org/dump/wine-orientation.ogg
Obviously text should always appear in the box. The app is Protel 99 SE.
It can be fixed by applying patch from "ExtTextOut with rotation and
MM_ANISOTROPIC inverted coordinates"
<http://www.winehq.org/pipermail/wine-devel/2007-March/055559.html>
I was playing with CreateFontIndirectW() and indeed plf->lfClipPrecision has
CLIP_LH_ANGLES flag set.
Can anyone take a closer look at the patch above so it could make its way into
wine?
--
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=14929
Summary: PhotoStory 3 is not able to open WP3 file once created
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jabertolin.linux(a)gmail.com
PhotoStory 3 (after installing MFC42u.DLL and vcrun6) is running fine and it
allows to create a new project: importing images.
However once the project is saved and close it, the project can not be open it
again.
Attached log created with WINEDEBUG=+relay
--
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=22175
Summary: When a program uses the internet, it crashes when it
sends a packet.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: snd2zac(a)yahoo.com
I can run blockland fine when I turn my network connection off, but it crashes
when it attempts to check for updates.
Wine completely freezes up, and just sits there sucking up resources for I
don't know what.
There must be some kind of error in the networking section.
--
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=18940
Summary: Vector Magic window vanishes when loading an image
from file
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://vectormagic.com/desktop
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Basically, this small vectorization program works fine when an image is loaded
into the clipboard and the program STARTED after that. Then you can load the
image from the clipboard.
When you try to load an image file however (browsing still works), then the
program window vanishes. It is still running, but not accessible. No suspicious
console log.
There should be a free shareware version on that site.
--
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=15802
Summary: Turok 1.0.1.363: Mouse move does not work.
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://propagandagames.go.com/games/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darion(a)automation.dn.ua
Turok 1.0.1.363: Game play is ok, but only with cursor keys move. Mouse move
does not work. Mouse click is 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=20895
Summary: Invalid write in DIALOG_CreateIndirect after evil
dialog destroys itself in WM_INITDIALOG
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-05-09.09/vg-user32_dialog.txt
shows
Invalid write of size 4
at DIALOG_CreateIndirect (dialog.c:701)
by DialogBoxParamA (dialog.c:840)
by test_DialogBoxParamA (dialog.c:960)
by func_dialog (dialog.c:1157)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f040428 is not stack'd, malloc'd or (recently) free'd
Error still there as of last run,
http://kegel.com/wine/valgrind/logs/2009-11-30-19.16/vg-user32_dialog.txt
The test is a gnarly situation:
"a dialog which destroys itself on WM_INITDIALOG"
How bulletproof are we supposed to be in that situation?
--
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=19962
Summary: Teamviewer: Text background displayed in black
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teamvier.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mst(a)collogia.de
Created an attachment (id=23477)
--> (http://bugs.winehq.org/attachment.cgi?id=23477)
Teamviewer Screenshot
Hi,
this is my first bug report. Hopefully I get it right.
When starting Teamviewer 4.1.6597 in Wine 1.1.29 (Ubuntu 9.04 x86-64) I get the
attached rendering error. The text in the lower right is totally black. Usually
you should find some text there saying "Partner List".
Currently I'm using the xorg radeon driver (for my X1600) that normally works
flawlessly without any display corruption. I have no possibility to make a
cross check on other hardware so I guess it is a wine specific bug.
I have never used Wine before so I cannot tell if this may be a regression.
Maybe other users can help me sorting this out.
Best regards
--
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=20112
Summary: Cannot install Directx on Fedora 11 with 64-bit wine
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?displa
ylang=en&FamilyID=04ac064b-00d1-474e-b7b1-442d8712d553
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)robwhalley.co.uk
Background:
Using Steam, I'm trying to start "Secret of Monkey Island Special Edition".
Before it can start for the first time, the program tries to install DirectX.
This is not successful so the game cannot be loaded.
Have tried installing the DirectX setup files manually and via winetricks but
with no luck.
Using wine package 1.1.29-3.fc11 @updates-testing
Error returned:
Trying to load PE image for unsupported architecture (AMD-64)
wine: could not load L"C:\\windows\\temp\\DX1a3d.tmp\\infinst.exe": Bad EXE
format for
Investigation details:
The problem seems to be related to wine choosing the correct binary to begin
with, then being unable to run a 64-bit binary which is also part of the
install (i.e. it uses wine32 all of the time, when some of the time it should
be using wine64).
Looking at the behaviour of wine, it correctly identifies that DXSETUP.exe is a
32-bit file and uses wine32 as expected. However, there is an executable file
that is supposed to run as part of the install:
infinst.exe: PE32+ executable for MS Windows (GUI) Mono/.Net assembly
This is a 64-bit file so wine32 chokes on it and the install fails.
Is this restricted to Fedora 11 or is it common to any wine environment where
wine32 and wine64 are present?
The infinst.exe application can be run successfully using wine64 infinst.exe
and simply returns:
fixme:heap:HeapSetInformation 0x7f98ba590000 0 0x7f98bcd4fd10 4
If wine32 infinst.exe is run, it returns:
Trying to load PE image for unsupported architecture (AMD-64)
Trying to load PE image for unsupported architecture (AMD-64)
wine: could not load L"H:\\Download\\Windows\\DX\\infinst.exe": Bad EXE format
for
Additional information:
The temporary folder (shown above) that is created when the files are extracted
disappear too quickly to be looked at in detail. I got a better look at
infinst.exe by extracting all the cab files with:
#!/bin/sh
for file in *.cab
do
cabextract "$file"
done
--
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=20450
Summary: Dragonica crashes on Patcher
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jurjen(a)stwerff.xs4all.nl
Created an attachment (id=24313)
--> (http://bugs.winehq.org/attachment.cgi?id=24313)
Dump of all data off the start of the Dragonica patcher
Tried the free download of dragonica:
http://www.gamershell.com/downloads/start.html?id=52250&mirror=2&cat=demo&f…
Unzipped the result and installed the executable. No problems here.
Tried running:
jurjen@desktop:~/.wine/drive_c/Program Files/gPotato.eu/Dragonica$ wine
./Patcher.exe
And after pushing OK for the patch process to start got an unhandled exception.
--
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=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=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=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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=16639
Summary: Severe image corruption in Half-Life 2 with fglrx
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://amphibian.dyndns.org/broken-wine-hl2-fglrx/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toad(a)amphibian.dyndns.org
CC: toad(a)amphibian.dyndns.org
See the screenshots on the url above. Radeon X1900, fglrx installed today,
released december, glxinfo says "2.1.8304 Release", catalyst 8.12 probably,
debian etch.
--
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=18123
Summary: control pipe error with service_control_dispatcher
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
When tried to run the windows 64 bit application as service using
wine-1.1.19,following error occurs without starting the application:
err:service:service_control_dispatcher failed to create control pipe error =
317
--
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.