http://bugs.winehq.org/show_bug.cgi?id=9305
Summary: Wine crash on Baldurs Gate II subclass menu
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=7575)
--> (http://bugs.winehq.org/attachment.cgi?id=7575)
whole crash dump
Wine 0.9.43 and older releases crash with Baldurs Gate II (Polish Edition BG II
SoA + ToB + Patches) when creating a character and clicking on a class which
has subclasses like fighter or thief (except mages). The whole error dump is in
the attachment.
--
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=9613
Summary: Babelgum: program doesn't start
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
URL: http://www.babelgum.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mverga(a)freemail.it
Created an attachment (id=8003)
--> (http://bugs.winehq.org/attachment.cgi?id=8003)
output from terminal
Babelgum doesn't start. It give a "Unimplemented function
GDI32.dll.GetTextExtentExPointI" error (see attached file).
--
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=9450
Summary: Wrong rebar height calculation for hidden bands
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Wine-Rebar
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Created an attachment (id=7780)
--> (http://bugs.winehq.org/attachment.cgi?id=7780)
Proposed patch
Currently our builtin rebar code does not calculate 0 as the height of the
control if no bands are visible, while native does.
Tracing through our rebar code I found this suspicious code:
for (i = iBeginBand; i < iEndBand; i = next_band(infoPtr, i))
{
lpBand = &infoPtr->bands[i];
yMaxHeight = max(yMaxHeight, lpBand->lcy);
}
while further down the height of the control is returned as
return yPos + yMaxHeight;
It does not make sense to include the hight of a hidden band, and my fix
for (i = iBeginBand; i < iEndBand; i = next_band(infoPtr, i))
{
lpBand = &infoPtr->bands[i];
if(!HIDDENBAND(lpBand))
yMaxHeight = max(yMaxHeight, lpBand->lcy);
}
corrects the problem.
But this will need a test case, right?
--
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=9339
Summary: sounds makes Pro evolution soccer 5 crashes
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://www.fileshack.com/file.x/7664/Pro+Evolution+Socce
r+5+Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Enabling the sound in winecfg makes the demo of PES 5 crashes. I attached the
console output.
Joaopa
--
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=9549
Summary: Mouse recentres several times a second for Mystery of
the Mummy
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
Game install smoothly and starts as expected. However, at the main menu, the
mouse displays unusual behaviour. The icon clearly reacts to mouse movement,
but it is re-centered several times a second and appears to move in the
opposite direction to the mouse's movement. Buttons still work correctly (can
exit if you can move the icon far enough to the 'exit' button and click it
before it's re-centered) - it seems only the motion is affected.
--
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=9271
Summary: Protel for windows older demo version stopped loading -
regression
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Hello,
Today I built, as usual, a fresh compiled version of wine on my linux Ibm T23
machine equipped with latest slackware 12.
I always used old Protel for windows demo version for some checking purposes.
Via wine of course.
But as of 0.9.43 version it could not start at all.
I am attaching a log from a terminal and a program itself in an arj package.
Regards,
Olek Ansion
--
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=9341
Summary: Regression: Old 16-bit programs WON'T work!
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amrhi(a)safe-mail.net
After many successful previous Wine upgrades, I upgraded from Version 0.9.42 to
the new Version 0.9.43, only to discover that NONE of my old Windows 3.1 games
will start up -- NONE of them. I NEVER had that problem with any earlier
version. I then uninstalled and re-installed with a different (but still
compatible) .rpm release -- no difference whatsoever. And yes, ALL of my 32-bit
programs worked just fine. As a result, I UNINSTALLED Version 0.9.43 and
re-installed Version 0.9.42 (I simply cannot adequately replace those great old
Windows 3.1 games).
So PLEASE fix this -- DON'T be like some developers lately who just don't seem
to care at all about any of the older stuff. Thank you.
P.S. In addition, "winecfg" was nothing but a 0-bit empty file -- it wouldn't
even run. Is that PROGRESS?
--
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=9722
Summary: Medal of Honor Airborne does not work
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Created an attachment (id=8150)
--> (http://bugs.winehq.org/attachment.cgi?id=8150)
wine log
Medal of Honor Airborne does not work. I always get an error saying "Your
graphic card is not supported". My graphic card is Nvidia 8600GT, and it not in
unsupported graphic card list for MOH:Airborne.
Attached patch ehwn running MOHAA.EXE and MOHAA_SETUP.EXE.
--
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=9303
Summary: Wine CRASH
Product: Wine
Version: 0.9.42.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimmyhappyi(a)gmail.com
Wine crashes when I typed winecfg in a console. The backtrace is attached.
Wine version: 0.9.42
OS: Puppy Linux 2.17
--OS Specs (this is an OS not known widely, so I'll give specs)
--
--Kernel version: 2.6.21.5
--libc version: 2.3.5
GCC version: 3.4.4
Command run: "winecfg"
Reproducing the bug:
--
Download/burn Puppy Linux 2.17 from puppylinux.com.
Save a pup_save.2fs file by shutting down after it starts up.
Now it reboots. Boot up on CD again. Wait. Now go here:
http://www.pkagfiles.net/devx-unleashed-x8w/
Download devx_217.sfs.
Reboot again.
Now after CD boots up, download Wine.
Untar it.
Now "su spot".
Compile it using the preset tools/wineinstall script.
The script will halt after compiling.
Now type exit to get out of non-root account.
Get in the wine-0.9.42 directory if you aren't there and run make install.
After done, type winecfg. An error will appear.
--
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.