http://bugs.winehq.org/show_bug.cgi?id=26490
Summary: Guild Wars: Black graphics in the Eye of the North
addon
Product: Wine
Version: 1.3.16
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
In the most areas of the Eye of the North addon are a lot of objects with
complete black graphics. I'm using a GeForce 8600 GT with nvidia-current
270.30-0ubuntu3. I have made a screenshot which shows the problem.
--
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=26499
Summary: Guild Wars: Maximizing the game from desktop panel
needs lot of time
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
If I minimize Guild Wars to the desktop panel and want to recover it the game
needs ~6 seconds for this action. The same happens if I change the game from
fullscreen mode to window mode or the resolution. I'm using a GeForce 8600 GT
with nvidia-current 270.30-0ubuntu3.
--
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=11170
Summary: LoadLibrary behaviour is different from the windows one
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hules(a)free.fr
Under wine (version 0.9.52), attempts to open an .exe file with LoadLibrary
fails (with error ERROR_INVALID_ADDRESS), while it succeeds on windows (all
versions):
The following example shows that different behaviour:
(I compiled it with i386-mingw32-gcc ./test.c && cp a.exe b.exe )
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main() {
const char *fname = "b.exe";
HMODULE hmod = LoadLibrary(fname);
//HMODULE hmod = LoadLibraryEx(fname_, NULL, LOAD_LIBRARY_AS_DATAFILE);
if (hmod) {
fprintf(stderr, "loaded at %p\n", (void*)hmod);
} else {
fprintf(stderr, "error %x\n", (int)GetLastError());
}
return 0;
}
--
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=24808
Summary: GDIPlus seems to not be albe to render menu items
properly.
Product: Wine
Version: 1.1.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 133794m3r(a)gmail.com
Created an attachment (id=31373)
--> (http://bugs.winehq.org/attachment.cgi?id=31373)
the backtrace or whatever you want to call it from when i ran the program.
For some reason, when using the Oblivion Mod Manager 1.1.12 it's unable to
render the menu entries properly and i believe that it is an issue with said
component since they show up for a second and then dissappear.
--
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=17353
Summary: Qt and tdm mingw bug
Product: Wine
Version: 1.1.14
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha.super-one(a)laposte.net
Created an attachment (id=19393)
--> (http://bugs.winehq.org/attachment.cgi?id=19393)
Stdout console text
When you use tdm mingw (updated mingw) at the configure for Qt source compiler
it failed but work under windows. Problem of file not found?
--
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=24681
Summary: Blade Kitten (Demo): KYBD input only works in win2k
mode
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
After installing Blade Kitten Demo (Krome Studios Pty Ltd., 2010), the keyboard
input will not work unless you set the Windows Version to windows 2000 (global
setting or for Application: BladeKitten_Demo.exe).
--
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=27568
Summary: Visual C++ Runtime Library error for Faxion Online
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacob.ensign(a)gmail.com
The game worked perfectly for me until their recent update to version 1.58. Now
I get a C++ Runtime error when trying to connect to the server and load the
game. No loading screen comes up after selecting the server.
Log 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=15392
Summary: err:dc:CreateDCW no driver found for L"DIRDIB" with
Secret of the Loxor game
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aallard78(a)hotmail.com
I get this error when I try to start the French version of the game (Secret of
the Loxor).
Developer: Mojave
See log file
--
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=23804
Summary: AutoCAD 2010 Failed Installation aborted, Result=120
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.crackjack(a)spamgourmet.com
Created an attachment (id=29849)
--> (http://bugs.winehq.org/attachment.cgi?id=29849)
Can't select the features to install
The installation of AutoCAD 2010 fails
The log file gives "AutoCAD 2010 Failed Installation aborted, Result=120"
Autodesk Design Review 2010 also fails with the same error
Also there is no possibility to select the features to install
Adding the wine log, acad2010 setup log and the screenshot of the missing
features
using Wine version 1.2
If more testing is necessary please let me know
--
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=24920
Summary: PowerPoint 2007 doesn't show two or more instances
correctly in the task bar
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio.becker(a)gmail.com
Since wine version 1.1.42 I observed that when two or more instances of
PowerPoint 2007 are opened, only the first is accessible through the task bar.
One can navigate through the various instances alternating the windows shown
inside PowerPoint but not clicking on the tabs showing Presentation1,
Presentation2, ... in the task bar as this action does nothing. Despite this
strange behaviour the various presentations can be run or created without
problem, the user having to choose the windows from the program menu.
--
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=24955
Summary: MixMeister Express Demo crashes
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://mixmeister.com/download_mmexp7.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
Created an attachment (id=31599)
--> (http://bugs.winehq.org/attachment.cgi?id=31599)
winedbg backtrace of the crash
I used a "bugmenot" account for posting this but don't worry, I will monitor
this website daily.
wine-1.3.6 on 32bit updated Archlinux. Using OSSv4 for sound. I used a clean
wine directory and did not install Gecko. Nothing was done in winecfg.
http://mixmeister.com/download_mmexp7.html
-> http://dl2.mixmeister.com/demos/MixMeisterExpress7DemoPC.zip
md5sum of "MixMeister Express Demo Setup.exe" is
5c8f91a9441f19d822dbc9d58f920da1
=============== First run =================
$ WINEPREFIX=/home/hannes/.wine-mixmeisterexpressdemobugreport/ wine
"C:\Program Files\MixMeister Express\MixMeister Express.exe"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060,
{485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a068,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,
{485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a088,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0,
{485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0a8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0,
{485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0c8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0,
{485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0e8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100,
{485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a108,)
fixme:win:RegisterDeviceNotificationW (hwnd=0x1274c0,
filter=0x54e93c,flags=0x00000001) returns a fake device notification handle!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
==============================
2 error messages appear: "We're sorry, Mixmeister encountered a configuration
error and cannot continue. Please make sure that the software is installed
correctly. Error 100." and "Mixmeister was unable to save your playlist. Please
try saving again to a different location."
Afterwards a nag screen (choose "Continue with Trial"). After clicking that, it
crashed.
My first goal was to fix the "Error 100", I searched the web for that message
and also traced what files it was trying to access. Found out that it was
related to its MDB database. So I tried installing "mdac25" with winetricks and
that was successful to make it launch properly.
Mixmeister now launches properly and goes straight to the "nag screen" where
you can press "Continue With Trial".
Now rightclick on one of the tracks in the left upper box and choose "Add to
end of playlist". Mixmeister will crash and display a window "Submit Error
Report". Don't click "Send", there is no need to bug their developers with a
Wine problem. ;-)
"Cancel" did not work for me to stop the program, so I used Ctrl-C in the shell
I spawned it in.
=============== Run after mdac25 was installed and the "Error 100" did not
occur anymore ===============
$ WINEPREFIX=/home/hannes/.wine-mixmeisterexpressdemobugreport/ wine
"C:\Program Files\MixMeister Express\MixMeister Express.exe"
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060,
{485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a068,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,
{485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a088,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0,
{485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0a8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0,
{485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0c8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0,
{485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0e8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100,
{485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a108,)
fixme:win:RegisterDeviceNotificationW (hwnd=0x1274c0,
filter=0x54e93c,flags=0x00000001) returns a fake device notification handle!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
fixme:msvcrt:_set_error_mode dummy implementation (old mode: 0, new mode: 2)
================================ The crash occured here
================================
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 2f on event 0
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
==============================
It will crash reliably if you do this. I got a backtrace with winedbg, see
attachment.
I also crashed it with WINEDEBUG=+relay,+seh,+tid , it took a very long time to
launch, the rest was normal. See attachment.
Playing anything does not work at all, but that might be another bug some day.
--
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=26334
Summary: Firefox won't run under a Japanese locale
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spe(a)inducks.org
Firefox won't run under a Japanese locale (LANG=ja_JP.UTF-8 wine firefox).
Firefox will run under an English locale (LANG=en wine firefox).
A Japanese locale will be the default if you select Japanese as the system
language when installing Linux.
Versions tested: Wine 1.2.2 (from Ubuntu's "apt-get install wine") and Firefox
3.6.15 (Japanese version downloaded from www.mozilla.com)
Under a Japanese locale, Firefox immediately runs the Mozilla Crash Reporter.
The terminal output includes a message about problems with double-byte
character sets:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
--
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=27444
Summary: error dialog of google chrome outer installer cannot
display Chinese
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download a Chinese version of google chrome outer installer:
http://www.google.com/chrome?platform=win&hl=zh-CN
2. Start ChromeSetup.exe
$ wine ChromeSetup.exe
If "Bug 27443 - google chrome outer installer failed to install: error
0xa43071f"
is not fixed, then ChromeSetup will popup a error dialog. However, the Dialog
can not display Chinese, it display the Chinese font as "口口".
This bug really annoy my when I try to report Bug 27443 ...
See also "Bug 27256 - PDFCreator installer cannot display Chinese correctly"
,maybe they are similar .
--
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=23471
Summary: Menubar collapses giving no chance to enter menus
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=2819
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandy(a)web.de
In Microsoft Flight Simulator 2004 you can normally open up the windows menubar
(on the top, e.g. this "File" - " Edit" thing) by pressing [alt]-key. If you do
so in wine, the menu is shortly visible, but you cannot use it and it
disappears right after it pops up.
This makes the menu system unusable.
On the console, these message is printed everytime I hit [alt]-key:
fixme:d3d:IWineD3DDeviceImpl_SetDialogBoxMode Dialogs cannot be disabled yet.
A quick google search didn't reveal anything obvious. Do you have an idea on
how to fix or circumvent this?
--
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=20202
Summary: Everquest 1 (eqgame.exe) crashes right before
character enters world
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: varsamop(a)hotmail.com
eqgame crashes right before entering the world. This is after the character
selection screen, after the progress bar completes and disappears at the splash
screen and right before the graphics of the world show.
Problem occurs consistently after updating to the latest wine beta (1.1.30).
How to reproduce:
run "wine eqgame.exe patchme" and use a valid Everquest account to enter the
world with a character.
--
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=21293
Summary: Comanche 3 freezes after a mission
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=25621)
--> (http://bugs.winehq.org/attachment.cgi?id=25621)
The game freezes when pressing 1, 2 or 3
Comanche 3 finally runs in wine-1.1.36.
But after a mission when you see the helicopter flying and can select 1, 2 or 3
and when pressing any of those numbers the game freezes.
--
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=11133
Summary: Shade: Wrath of Angels Demo - no graphics drawn in game
Product: Wine
Version: 0.9.52.
Platform: PC
URL: ftp://ftp.gameaholic.com/pub/demos/shade_demo_101.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.52, Ubuntu 7.10, nVidia FX5200
intro movie plays, menus work, but
Upon starting the first level, there are no visuals, just a black screen, the
game appears to play but nothing but black is on screen.
If you hit ESC, a status bar is drawn, or if you scroll the mouse a small
movement speed graphic is drawn, but nothing else. Attaching +d3d log.
--
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=16557
Summary: print preview broken
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonetregnago(a)grivaonline.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=18047)
--> (http://bugs.winehq.org/attachment.cgi?id=18047)
good preview
The print preview of my ERP is broken by the following patch:
df76fe6f0cdd55568ba67489cc725813804061fd is first bad commit
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
:040000 040000 7e4c02c7f5cb4715c20194183dafaacd61654202
414c51959fb6c23ff9ffe29a2dec0289bba6670e M dlls
Characters seems to be stretched.
Please also note that in the latest wine version (1.1.10) the situation changed
again, and characters seems to be totally inverted.
I attach 3 screenshots:
- 1.png show the preview before the patch
- 2.png show the preview after the patch
- 3.png show the preview in 1.1.10
--
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=15397
Summary: gdi32: path.c fails to build with gcc 4.2, -Werror -O3
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
ccache /usr/bin/gcc-4.2 -O3 -c -I. -I. -I../../include -I../../include
-I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall
-pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -Werror -o path.o path.c
cc1: warnings being treated as errors
path.c: In function ‘PATH_PolyPolygon’:
path.c:1079: warning: ‘startpt.y’ may be used uninitialized in this
function
path.c:1079: warning: ‘startpt.x’ may be used uninitialized in this
function
make: *** [path.o] Error 1
Relevant code:
BOOL PATH_PolyPolygon( DC *dc, const POINT* pts, const INT* counts,
UINT polygons )
{
GdiPath *pPath = &dc->path;
POINT pt, startpt;
UINT poly, i;
INT point;
/* Check that path is open */
if(pPath->state!=PATH_Open)
return FALSE;
for(i = 0, poly = 0; poly < polygons; poly++) {
for(point = 0; point < counts[poly]; point++, i++) {
pt = pts[i];
if(!LPtoDP(dc->hSelf, &pt, 1))
return FALSE;
if(point == 0) startpt = pt;
PATH_AddEntry(pPath, &pt, (point == 0) ? PT_MOVETO : PT_LINETO);
}
/* win98 adds an extra line to close the figure for some reason */
PATH_AddEntry(pPath, &startpt, PT_LINETO | PT_CLOSEFIGURE);
}
return TRUE;
}
--
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=25214
Summary: MS Office PowerPoint 2007 freezes when right-click on
top bar
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joni(a)pepinonline.com
Ubuntu 10.10
Right-clicking the top bar causes the program to freeze for an indeterminate
amount of time.
Normally, right-clicking on the top bar will display a selection box for
minimize, maximize, etc.
Running with riched20.dll override, windows version XP.
--
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=22838
Summary: Corel Draw 11 not loading
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalho1987(a)hotmail.com
Corel Draw 11 doesn't load properly.
I tested it on wine-1.2-rc1
--
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=14075
Summary: Beyond Divinity: screen corruption
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iborco(a)gmail.com
Background is not drawn correctly in BeyondDivinity.
--
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=20783
Summary: DotNet Issues
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.sharekhan.com/tradetiger/setupnew.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toffan(a)live.in
Hello,
I want to run a DotNet 2.0 application in ubuntu 9.10. I have installed WINE
1.2 and WINETRICKS. But still it did not works. After installation this apps,
it does not show the login window correctly. You can download the DotNet 2.0
application at:
http://www.sharekhan.com/tradetiger/setupnew.html .
Please do this needful.
Thanks in advance!
Toffan
toffan(a)live.in
+91-9040898994
--
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=22187
Summary: Alice 2.2 fails with "can't create Java VM"
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://alicedownloads.org/currentRelease/Alice2.2.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27071)
--> (http://bugs.winehq.org/attachment.cgi?id=27071)
Alice 2.2 +relay,+virtual log (lzma compressed)
With wine-1.1.41-211-g719d904, launching Alice.exe yields a dialog box stating
"can't create Java VM" and the following output:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Since Alice launched in wine-1.0, a regression test was performed, which
indicated:
09712593c8496be5e952b7316099f9eed5043203 is the first bad commit
commit 09712593c8496be5e952b7316099f9eed5043203
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236
aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
While bug 21630 reports the same commit, I suspect the problem in that bug is
different. I have attached a +relay,+virtual log as was requested in bug 21630.
--
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=13156
Summary: ETO_OPAQUE and clear style are not transparent on a
bitmap
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heiko_tietze(a)web.de
I paint some text on a bitmap using
Canvas.TextFlags:=ETO_OPAQUE;
Canvas.Brush.Style:=bsClear;
TextOut(...
resulting in a black background around the intended transparent text.
--
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=21577
Summary: Using WINE for MYOB accounting package & problems with
altering template invoices to include graphics
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)trademarkservices.com.au
WINE wouldn't allow to adjust templates to create invoices with our
logo/graphics included - can incorporate text.
So loaded with VISTA and changed template to include logo/graphics, then
switched back to Linux (ubuntu) but to my surprise, PDFing the invoice through
WINE just "leaves out" the image as if its not there at all....
Please help as we don't want to have to load VISTA each time to print off
proper invoices...
--
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=17201
Summary: No add-ins loadable in Office 2003 PowerPoint
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Frank(a)eyermann-online.de
Created an attachment (id=19105)
--> (http://bugs.winehq.org/attachment.cgi?id=19105)
Powerpoint plugin
In the Add-Ins Dialog in PowerPoint (Tools->Add-Ins) the List box is only if
view pixels high. Adding of Add-Ins is not possible:
When clicking on Add new a file dialog appears
PowerPoint add-in (.ppa file) is chosen
OK
File dialog closes, but nothing happens. Buttons of the dialog box are not
activited, no entry in the list, no entry is added in the respective registry
hive.
OS is OpenSuse 10.3
Wine-Version 1.1.13
I did a typical installation of Office 2003
Add-in I try to load is attached
Hope somebody can help me,
best regards,
Frank
--
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=22269
Summary: Cry of the Infected demo fails with "runtime error
7018"
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.gamershell.com/download_24622.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=27201)
--> (http://bugs.winehq.org/attachment.cgi?id=27201)
Cry of the Infected +d3dxof trace
After installing the Cry of the Infected demo and d3dx9 from winetricks to work
around a startup failure, starting a new game leads to some loading, and then a
error message box stating:
"Runtime Error 7018 - Could not load 3D object at line 16058"
I suspect the problem is related to d3dxof, which seems to be confirmed by
installing native d3dxof from winetricks, which makes the game progress further
until erroring with a slightly different error message.
--
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=27254
Summary: Astro Avenger crashes on launch (with built-in
d3dxof.dll)
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_18959.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34856)
--> (http://bugs.winehq.org/attachment.cgi?id=34856)
crash log
As the title says, the game crashes on startup.
Workaround: winetricks d3dxof.
The attached log was created in a Wine compiled with CFLAGS="-g -gdwarf-2 -O0",
that's why the backtrace is so verbose.
Fedora 14 32-bit
--
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=26878
Summary: No sound in Sim City 3000 Unlimited
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=34270)
--> (http://bugs.winehq.org/attachment.cgi?id=34270)
Wine 1.3.18 console output [8MB]
Clicking on an option in the first screen once Sim City 3000 Unlimited has
loaded plays a sound (a click), but no sound ever plays again.
Nothing relevant in console.
Native dsound allows all sounds (but not music) to play correctly.
--
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=26918
Summary: Atlantis II doesn't play intro videos and crashes in
the main menu
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=34321)
--> (http://bugs.winehq.org/attachment.cgi?id=34321)
terminal output
Atlantis II (also known as Beyond Atlantis) loads up directly to the main menu
after launching (without playing the 3 short intro videos). In the main menu
the game crashes if I hover the mouse pointer over any of the menu options.
Normally, when you place the mouse pointer over an option a tooltip of the
button should show up.
The issues seem to be unrelated, however I found out that they were caused by
the same commit.
Last working version: Wine-1.1.7
21453b4c2e163ec2fb5e630ef812b74e53c58083 is the first bad commit
commit 21453b4c2e163ec2fb5e630ef812b74e53c58083
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Oct 29 17:32:45 2008 +0100
ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte
alignment.
:040000 040000 51c8db21bc03eedb7a6585a1155b26d105359117
4ccc1ed9690e3ab20aee39ad003bb47919c2c530 M dlls
The patch cannot be reverted but after
git checkout 21453b4c2e163ec2fb5e630ef812b74e53c58083 >>no videos and the game
crashes in the menu
git reset --hard HEAD^ >>the videos are playing fine and no crash in the menu
The commit has been already mentioned in bug #18975 and bug #21409.
No demo available.
Fedora 14 32-bit
--
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=21953
Summary: Autodesk 3D Studio Max 2010 trial installer fails
because it can't install Backburner
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I did
$ rm -rf .wine
$ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe
(whereupon I hit bug 21951, and continued like this:)
$ sh winetricks gdiplus
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial
$ wine setup
This failed. Here's c:/users/dank/Temp/3ds\ Max\ 2010\ Setup.log:
...
2010/3/6:16:35:50 dank slave3 Install Microsoft Visual C++ 2005
Redistributable (x86) Succeeded
2010/3/6:16:35:53 dank slave3 Install Microsoft Visual C++ 2008 SP1
Redistributable (x86) Succeeded
2010/3/6:16:39:23 dank slave3 Install .NET Framework Runtime 3.5 SP1
(This may take several minutes) Failed Failure is ignored, Result=1603^M
2010/3/6:16:39:28 dank slave3 Install DirectX® Runtime Update
Succeeded
2010/3/6:16:39:30 dank slave3 Install MSXML 6.0 Parser
Succeeded
2010/3/6:16:39:30 dank slave3 Install Autodesk Backburner 2008.1
Failed Installation aborted, Result=120
Hmm. So I tried installing Backburner by itself:
$ cd
~/.wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial/support/backburner/
$ wine backburner.exe
...
err:msi:call_script Could not find CLSID for Windows Script
but it seemed to succeed. I then reran the main inner installer:
$ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial
$ wine setup
This now thinks Backburner is installed, so that was a good workaround.
Perhaps 'winetricks wsh56' would have worked around it, too; I haven't checked.
The next problem is bug 20211.
--
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=21645
Summary: Winecfg shows up at (0, 0), request to be
screen-centered instead.
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
I think it's better to have it centered on screen, instead of showing at left
corner.
--
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=12300
Summary: World of warcraft graphical corruption preventing play
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: russell.h(a)blueyonder.co.uk
Created an attachment (id=11747)
--> (http://bugs.winehq.org/attachment.cgi?id=11747)
wine command line output
I have been unable to play with wine since the patch. I can start the game and
login, the login screen looks fine. When I get to the character screen this is
what I see img167.imageshack.us/my.php?image=24errornj5.png (screenshot).
Black text and missing graphics.
This is my view in game. No interface and graphics are rendered incorrectly.
img413.imageshack.us/my.php?image=orgrimmarlsdah9.png (screenshot)
I am running Ubuntu 7.10, wine 0.9.58 and catalyst 8.3 drivers. Everything ran
flawlessly before wow patch 2.4. I have tried adding and removing all the
registry and config tweaks I had added. If I run the game without the SET gxApi
"opengl" line it runs successfully and graphics are rendered correctly but only
runs at 10fps.
I have attached a copy of my wine 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=11826
Summary: World of Warcraft: White Minimap in OpenGL Mode
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zak.mayer(a)gmail.com
Since version 0.9.48 to current 0.9.56 if you use the switch from command line
-opengl OR set the World of Warcraft (WoW) Config.wtf SET gxApi "opengl" the in
game minimap turns white.
With these commands off (assumed D3D) the minimap is fine, however the game
runs 15-50 fps less.
With it on you get the white minimap and 15-50fps more.
ATI 8.1 and 8.2 Catalyst driver w/ 9600XT on Ubuntu 7.10
Another bug report mentions: http://bugs.winehq.org/show_bug.cgi?id=6255
But the Text issue mentioned in that post has not applied since version 0.9.53.
--
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=13535
Summary: WarCraft 3 crashes when attempting to run in a window
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
I attempted to run WarCraft 3 in a window, with and without the OpenGL flag.
Attached is the log.
This is a regression, and I will run git bisect on it later, if nobody beats me
to it.
--
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=14621
Summary: World of Warcraft 2.4.x: text glitches when a GM writes
something
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elegos(a)fastwebnet.it
Created an attachment (id=15022)
--> (http://bugs.winehq.org/attachment.cgi?id=15022)
WINE 1.1.1 World of Warcraft log
When I play at World of Warcraft the chat is all ok but when a GM (with GM
turned on) speaks. The glitches affect only the line(s) the GM writes, and they
are something like unalignment of the font. In the attachment: an image where
the GM 'Loka' writes 'questa è una lunga prova' (I can add the log of WINE if
you want it). Note: the chat addon does not influence the glitch (it happens
also with plain game with no addons).
Thanks
--
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=11882
Summary: Visual J++ 1.1 installer hangs during "Installing DAO
components"
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Don't ask me why, but I decided to test a dusty old copy
of Visual J++ 1.1. To install, you have to do
winetricks fakeie6
to get App Paths/iexplore set, else it tries to install IE3,
and then fails saying "Can't install IE3 on systems which have IE4".
The install hangs with the message "Installing DAO components".
The subinstallers work fine by themselves.
(The main installer seems to create an invalid
c:/windows/uninst.exe that crashes the dao installer,
but that's not this problem.)
The log seems to show a windows message being sent by
a win16 executable, followed by a win32 executable
waiting forever for a windows message. Plumbing problem?
0017:Call USER.111: SENDMESSAGE(ffff,c03e,0000,00000000) ret=11ef:06a5 ds=11f7
0014:Ret user32.PeekMessageA() retval=00000000 ret=0041f1f9
0014:Call KERNEL32.WaitForSingleObject(00000048,000003e8) ret=0041c1d2
0009:Ret user32.GetMessageA() retval=00000001 ret=0040109f
0009:Call user32.TranslateMessage(0033fe64) ret=0040108b
0009:Ret user32.TranslateMessage() retval=00000000 ret=0040108b
0009:Call user32.DispatchMessageA(0033fe64) ret=00401092
0009:Call window proc 0x401210
(hwnd=0x10024,msg=WM_TIMER,wp=00000000,lp=00000000)
0009:Call KERNEL32.WaitForSingleObject(00000044,00000000) ret=00401384
0009:Ret KERNEL32.WaitForSingleObject() retval=00000102 ret=00401384
0009:Ret window proc 0x401210
(hwnd=0x10024,msg=WM_TIMER,wp=00000000,lp=00000000) retval=00000001
0009:Ret user32.DispatchMessageA() retval=00000001 ret=00401092
0009:Call user32.GetMessageA(0033fe64,00000000,00000000,00000000) ret=0040109f
0009:Ret user32.GetMessageA() retval=00000001 ret=0040109f
...
--
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=11750
Summary: Legacy of Kain - Defiance: Only left half of the screen
with Anti-Aliasing activated
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HMWiesinger(a)gmx.at
When I activate Anti-Aliasing in the graphics settings of the game and then
apply it, I only see the left half of the screen. The right half is black. This
does not affect anything else, as I can still
turn it off again, or even play the game. But it is quite senseless with only
half the screen.
--
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=13053
Summary: Hoyle Casino 2008 autorun fails to invoke installer
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=12811)
--> (http://bugs.winehq.org/attachment.cgi?id=12811)
Hoyle Casino 2008 autorun error
When running the Hoyle Casino 2008 autorun program with today's Git
(wine-0.9.61-141-gb574c11), pressing the "Install Hoyle Casino Games" button
fails with two message boxes, one with "1011", and the other a complaint about
no application being associated with given file extension. Attached is a
screenshot of the second dialog and relevant process traces.
--
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=13149
Summary: Acrobat Pro 7 installer fails to detect other Acrobat
Pro installations
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
In wine it is possible to install multiple versions of Acrobat Pro without
complaint. Specifically, I have been able to install both Acrobat Pro 6 and the
tryout version of Acrobat Pro 7.
However, when I tried to do the same in Windows, that is when I tried to
install Acrobat Pro 7 (Tryout Version) when Acrobat Pro 6 was already
installed, I received the following error message:
Setup has detected that you already have a more functional product installed.
Setup will now terminate.
Question: is it the wine team's desire to implement Windows completely, both
good and bad? Or merely to implement the good bits and leave the bad?
--
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=14619
Summary: Civilization III: Polygons got Y-axis inverted
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cja(a)gmx.net
Created an attachment (id=15020)
--> (http://bugs.winehq.org/attachment.cgi?id=15020)
Civ3: Wrongly placed boxes.
All boxes and polygones have their Y-axis inverted. It looks like the Y center
is in the middle of the screen, and posstive Y becomes negative and the other
way around.
Please have a look at the screenshot. The black boxes that seems to be
flying should be a frame around each "City information Box".
The same happens when you move around with a settler and is about to
build a new town. The polygon that shows the possible new borders has
also its Y axis inverted.
--
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=13673
Summary: Screen mess up with 2D and 3D views
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.peyrega(a)orange.fr
While trying to run the Alcyone module of the Pléïade+Comfie software
available here :
http://www.izuba.fr/telechargement.htm (password izuba2001) (will run only in
demonstration mode without registration key)
the application screen mess-up as soon as I enter the 3D or 2D tabs... which
let me think it is related to some Gdi or OpenGL/DirectX bug...
--
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=16793
Summary: Majesty fails to start
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
With wine v1.1.10 under Ubuntu 8.04, Majesty functions fine. However, with the
same version of wine under Ubuntu 8.10 it fails to start at all. Instead
failing with the attached output. Older wine versions back through 1.1.6
(first packaged for 8.10) and newer versions through 1.1.12 (latest packaged
for 8.10) fail with similar 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=19727
Summary: Actio multimedial by Klett gives exception on startup
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Frieder.Ferlemann(a)web.de
Created an attachment (id=23063)
--> (http://bugs.winehq.org/attachment.cgi?id=23063)
console output
Installation seems fine but on startup the application fails with:
"Exception EExternalException in Modul ntdll.dll bei 0002c478. Externe
Exception C0000025."
"Actio multimedial" is a (german) educational software by Ernst Klett Verlag
GmbH.
ISBN 978-3-12-623140-4
The backside of the cover of the CD has a Logo "MADE WITH macromedia".
Backtrace:
=>0 0x7bc3c478 raise_status+0x38() in ntdll (0x0032f5f8)
(console output attached)
There was a similar report in this newsgroup last November:
http://thread.gmane.org/gmane.comp.emulators.wine.user/35906/focus=36011
but it didn't seem to have resulted in a bug report here.
Greetings (and thanks for wine!)
Frieder
--
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=20488
Summary: msiexec.exe crashes upon software installation
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomm(a)sbox.tugraz.at
Created an attachment (id=24389)
--> (http://bugs.winehq.org/attachment.cgi?id=24389)
This is the output of wine to the console including traceback
msiexec.exe crashes while installing a program (Symyx Draw). The last message
in the installer window reads: Publishing qualified components. Output of wine
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=20882
Summary: Slow rendering of graphics in PowerPoint 2003
Product: Wine
Version: 1.1.33
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.ronkko(a)iki.fi
The graphics rendering in PowerPoint 2003 is very slow. It takes almost ten
seconds to render a slide with just a couple of objects.
This screen recording shows the problem:
http://www.youtube.com/watch?v=_nCHBBxaCM4
Similar rendering issues are also present in other programs. In my case I have
noticed this issue also with Polar ProTrainer 5.
I tested this with Mac OS X 10.6.2 and Ubuntu 9.10 both with the wine version
1.1.33 On both systems many other even more graphics intensive software run
without any problems or slowdowns.
--
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=14137
Summary: Entropia Universe 6.5.1 won't start
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://downloads.zdnet.co.uk/0,1000000375,39188457s,00.h
tm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.entropiaforum.com/forums/off-topic/117707-entropia-universe-linu…
said Entropia Universe didn't start under Wine, so I grabbed
the first download for it I could find,
http://downloads.zdnet.co.uk/0,1000000375,39188457s,00.htm
I looked at the Appdb
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2655
and guessed at the following recipe to install prerequisites:
sh winetricks gecko directx9 vcrun2005 vcrun2005sp1 wmp10
The app installed, but when it tried to start, it failed quickly.
You can reproduce after installation with
cd ~/".wine/drive_c/Program Files/MindArk/Entropia Universe"
wine Entropia.exe
The console shows, among others, the error
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
Files\\MindArk\\Entropia Universe\\stlport.5.1.dll") not found
Er, looks like I never updated winetricks to fix
http://www.winehq.org/pipermail/wine-users/2008-May/033957.html
OK, done, winetricks now sets win2k when installing vcrun2005.
But Entropia still fails to load; the console shows
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
and a dialog says
"Runtime Error!
Program: C:\\Program Files\\MindArk\\Entropia Universe\\Entropia.exe
R6034
An application has made an attempt to load the C runtime library incorrectly"
So the app is finding msvcr80 the wrong way, but why?
--
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=17952
Summary: Autodesk Inventor 11 fails to start
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20297)
--> (http://bugs.winehq.org/attachment.cgi?id=20297)
Inventor.exe Wine 1.1.18
I'm using Wine 1.1.18 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386. I installed gecko, dotnet11, dotnet20,
directx, mdac27, msxml3, wmp9 through winetricks.
I installed Autodesk Inventor 11 (installer reported it was almost successful)
and tried to run it but with no success. In output there was:
Unhandled exception: unimplemented function ntoskrnl.exe.KeInitializeMutex
called in 32-bit code (0x7b84203b).
In Bug#17212 Vitaliy Margolen has said that crash was caused by cdr4_2k.sys
--
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=10660
Summary: title bar buttons incorrectly drawed
Product: Wine
Version: 0.9.50.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9476)
--> (http://bugs.winehq.org/attachment.cgi?id=9476)
screenshot demonstrating the problem
All titlebar buttons are beeing drawn as an X, and they are all misaligned too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.