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.