http://bugs.winehq.org/show_bug.cgi?id=21573
Summary: Need heap overrun detection at beginning of buffers,
too
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Linux, valgrind gives nice warnings when you access before
the first byte. It'd be nice if valgrinding Windows apps under Wine
gave the same warnings. For instance, the following program should
give three warnings under valgrind+wine just as it does under valgrind:
#include <stdio.h>
#include <stdlib.h>
int badness_before_n_after ( char* p )
{
return p[-1] + p[10];
}
int main ( void )
{
char* p = malloc(10);
int who_knows = badness_before_n_after(p);
// expect 2 x invalid address yelpage
who_knows += p[5];
if (who_knows == 42)
printf("It's 42 (!)\n");
else
printf("It's not 42 (dull but unsurprising)\n");
free(p);
return 0;
}
--
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=16264
Summary: Builtin Tahoma unreadable when small
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t
=2152&postdays=0&postorder=asc&start=15
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said that ConvWPT ran in Wine, but gave a very complicated recipe,
so I tried simplifying it. Along the way, I noticed that ConvWPT's installer
used teeny tiny nearly unreadable fonts; installing Tahoma fixed that
(now they're just small, but readable).
Recipe to reproduce:
1) Visit http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t=2152
scroll down to message "Setup Package Part 1 / 4", and
download and unpack each of the four files Setup.part1.rar, Setup.part2.rar,
... Setup.part4.rar
Ignore warnings from rar about duplicate files.
2) Run the resulting setup.exe
The setup program uses small Tahoma text on some screens, and that's
very nearly unreadable unless you install native tahoma, e.g. with
winetricks tahoma.
--
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=21082
Summary: Artrage3 studio pro demo : export fails
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meho_r(a)yahoo.com
Created an attachment (id=25286)
--> (http://bugs.winehq.org/attachment.cgi?id=25286)
Output of terminal when running AR3 from it.
Export function in ArtRage 3 Studio Pro Demo version (as well as in full
version) doesn't work. When trying to export a painting as an image, an error
occurs which states:
"Generic Failure. Not enough memory to perform action."
However, it is not lack of RAM that is the cause of problem (at the time of
testing I had over 2GB free RAM). Also, in ArtRage 2.5 export function works as
expected on the same machine.
I tested this on Ubuntu 9.10 (64bit) and Mandriva 2010.0 (32bit) with multiple
versions of wine (from 1.0.1 to 1.1.3.5).
--
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=11926
Summary: House of the dead 3 won't draw 3d stuff after the 1st
level
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)chipsugar.plus.com
After the first level where everything is fine all the 3d models & scenery is
black. Possibly textures aren't being rendered. Also the words in the menu list
when starting the game don't get drawn. Maybe that's part of the same 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=15027
Summary: Microsoft Office 2007: Installer takes too much time to
check the product key
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After you finish typing the product key, the installer takes around a minute to
check if it's correct.
--
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=9447
Summary: Supreme Commander's FMVs do not skip frames
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajrich(a)earthlink.net
This bug causes the videos to move slower than they're supposed to, and desync
with sound (if you've made the changes needed to get sound from the game - see
the AppDB for details.) Affects mission briefings in the campaign, and messages
recieved during campaign missions.
--
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=26759
Summary: SIV Fails to show Internet Access state - needs
IsInternetConnected() from connect.dll
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
For Windows Vista and later SIV should show the Internet access state, but this
fails as it is unable to load IsInternetConnected() from connect.dll. I tried
to get this to work by taking DLLs from W7 SP1 but was unable to get this to
work. As I added more DLLs I got as far as:
err:module:import_dll Library API-MS-Win-Core-LocalRegistry-L1-1-0.dll (which
is needed by L"Z:\\home\\ray\\siv\\nlaapi.dll") not found
err:module:import_dll Library nlaapi.dll (which is needed by
L"Z:\\home\\ray\\siv\\netshell.dll") not found
err:module:import_dll Library netshell.dll (which is needed by
L"Z:\\home\\ray\\siv\\connect.dll") not found
Currently all the DLLs are there, there are no error messages, but none of the
DLLs load.
To show the DLLs loaded do Menu->Windows->DLLs by Name.
--
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=17702
Summary: Ever17 requires the Courier New font
Product: Wine
Version: 1.1.16
Platform: All
URL: http://www.download.com/Ever17-Out-of-Infinity/3000-
7494_4-10573528.html?tag=pdp_prod
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.guidoni(a)tin.it
Ever17 crashes at startup with "page fault on read access to 0x72756f43 in
32-bit code" if the Courier New font is not installed.
--
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=23866
Summary: Microsoft Wine Guide crashes, unimplemented function
msvideo.dll16._MCIWNDCREATE
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29963)
--> (http://bugs.winehq.org/attachment.cgi?id=29963)
+relay,+int21,+mmio log in Windows XP mode
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
On attempting to play a video clip, the program crashes with console output
like this:
wine: Call from 0x7b836872 to unimplemented function
msvideo.dll16._MCIWNDCREATE, aborting
wine: Unimplemented function msvideo.dll16._MCIWNDCREATE called at address
0x7b836872 (thread 001d), starting debugger...
Unhandled exception: unimplemented function msvideo.dll16._MCIWNDCREATE called
in 32-bit code (0x7b836872).
However, there is a (probably related) issue with the program trying
unsuccessfully to copy some DLLs to the Windows system directory on startup.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, then there are several error dialog boxes with text like this:
"The file C:\windows\SY32\iccvid.dll open, which Wine Guide needs to modify.
Please close all other open programs or restart Windows." The dialog box has
Abort/Retry/Ignore buttons.
Pressing Ignore each time allows the program to continue. With Wine set to
Windows XP mode (the program works fine under Windows XP), the dialog appears
for each of these DLLs: iccvid.dll, ir32_32.dll, msadp32.acm, msrle32.dll,
msvideo.dll.
The program's main window then opens. If you click the film strip button near
the centre of the window (which should cause a video to play), the program
crashes with a Wine error dialog saying winevdm.exe needs to close, and console
output as above.
Two attached logs:
Wine in Windows XP mode, WINEDEBUG=+relay,+int21,+mmio. Start wine.exe, click
Ignore for each dialog box, then click film strip button in main window.
Wine in Windows 3.1 mode, WINEDEBUG=+relay,+int21. Start wine.exe, dismiss all
dialogs until program exits with out of memory dialog.
I don't know why the program tries to look in C:\windows\SY32\, but if you set
the Wine windows version to Windows 3.1, it instead looks in C:\windows\SY\
(and tries to copy more/different files there).
--
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=12738
Summary: Karafun: plays song, but doesn't display lyrics (kfn
file)
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.karafun.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leesew(a)gmail.com
When trying to play a CDG karaoke file, the display remains black.
wine output:
fixme:mpeg3:MPEG3_StreamSize misses the block header overhead
fixme:file:WriteFile Could not access memory (0x18c0000,2359296) at first, now
OK. Protected by DIBSection code?
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x143f90,0x32faf8): stub
This used to work with older versions by the way. Let's say about 4 months ago
- but since then there have been new versions of Karafun. The old ones aren't
downloadable anymore.
--
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.