http://bugs.winehq.org/show_bug.cgi?id=12037
Summary: custom font size in dialog
Product: Wine
Version: 0.9.32.
Platform: All
URL: http://www.auto-diagnostics.info/screenshots/en/bmwdiag/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)hinner.info
We are using dialog with custom font in our MFC application(s). Windows resize
this dialog to be a bit bigger, but wine does not - however font is correct.
Original screenshots are available at
http://www.auto-diagnostics.info/screenshots/en/bmwdiag/ ;attachment contains
image how does it look like under Wine. You will notice that buttons at bottom
of dialog are missing.
I can provide the application and resources file,mail me at hinner at secons
dot com.
Martin
--
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=13517
Summary: Forums breaking mailing lists
Product: WineHQ.org
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baloo(a)ursine.ca
*Forums don't remind users that they're posting to a mailing list (the forum
should).
*Forum break's email threads and fails to remind users to quote properly.
Forum should properly set References: or In-reply-to: headers and require
proper quoting.
These two problems make the mailing lists nearly unusable for experienced
users, and as a result, nearly useless for new users who end up getting more or
less wrong advice from vitamin and no experienced users. Please disable the
forums until these bugs are fixed.
--
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=13861
Summary: Use of stdio functions in wine programs
Product: Wine
Version: 1.0-rc4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mkarcher.dialup.fu-berlin.de
Winelib applications get linked to native libc (not msvcrt), and thus use
native stdio. This is a problem if these winelib applications are run from a
wineconsole (user backend), as native linux libc does not send the output to
stdio to wineserver, but to the terminal wineconsole was started from. This is,
in my oppinion, an undesired effect.
Following programs use printf(...), fprintf(stderr,...)
- uninstaller
- msiexec
- regsvr32
- net
- winepath
- winetest
- icinfo
- taskmgr (in dbgchnl.c)
- expand
- wordpad (one error message that should never appear)
Following programs print correctly to the console
- reg
- xcopy
- winedbg
- cmd
- regedit (surprise!)
Following programs have commented (or #if 0) out printf(...), which should
probably get deleted or converted to TRACE debug logs messages.
- progman
I tested behaviour of all listed programs. The big surprise was regedit, which
correctly outputs to the console despite of using printf. Probably this is some
build option (it uses the msvcrt headers, for example).
If one looks at two programs that get it right, reg and xcopy, one sees the
functions reg_printfW and XCOPY_wprintf respectively, that do approximately the
same thing: Print a string into a wide char buffer (fixed length in both
cases!), and then try WriteConsoleW, if that fails, WideCharToMultiByte and
WriteFile(GetStdHandler(STD_OUTPUT_HANDLE),..). This function would have to be
cut-and-pasted into the other 10 programs needing it. I don't think this is a
good idea. (WCMD_output_asis_len is also a close match)
If the programs are crosscompiled to Windows/msvcrt, output is OK for all of
them, because msvcrt's stdio is not based on unix/posix/K&R stdio, but on
WriteFile(...)
How to handle this issue?
--
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=14810
Summary: WinHttp needs to be implemented
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
WinHttp is currently just stubs, this functionality is likely used by a
reasonably large number of programs.
This particular problem is a show-stopper for the Command and Conquer Red Alert
3 Beta.
--
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=9578
Summary: Ability to disable Wine Networking
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tzembi(a)gmx.de
Concerning the mass of "phone-home" applications in windows, there should be a
possibility to disable the Wine networking to enhance Security.
--
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=9712
Summary: Registry HKEY_CURRENT_CONFIG support
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
Wine needs support for the Win9x HKEY_CURRENT_CONFIG registry section. This is
used by a variety of programs to get information about the running system.
--
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=11334
Summary: Digital Audio CD Playback
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
I want wine to be able to play Audio CDs digitally if an app wants to play from
the Audio CD.
Some old games like Tomb Raider 2 play music from the CD, but if you don't have
earphones connected to your CD-ROM and you don't have an analog audio cable
between CDROM and Soundcard, you won't hear any music (or cutscene sound, which
are also audio tracks in Tomb Raider).
--
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=14857
Summary: Missing WinSqmIsOptedIn in ntdll crashes ICQ.exe
Product: Wine
Version: 1.1.2
Platform: All
URL: http://www.icq.com
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.mast(a)gmail.com
After importing the native ole32.dll to start the application "ICQ" i get a
crash caused by a missing implementation of WinSqmIsOptedIn() in ntdll (see
attachment).
This bug is resulting from this bug report:
http://bugs.winehq.org/show_bug.cgi?id=14854 (i hope it was correct to start
another report as this affects a different function)
--
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=14925
Summary: Importing MSConfig from ReactOS
Product: Wine
Version: unspecified
Platform: All
URL: http://news.gmane.org/find-
root.php?message_id=%3c19e31a080801122302u52d51353w1b287
5f5c30582ff%40mail.gmail.com%3e
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jason.spiro(a)drdc-rddc.gc.ca
CC: julliard(a)winehq.org
Please assign this bug to julliard(a)winehq.org. I cannot assign bugs but I am
taking the liberty of CC'ing him.
Hi Alexandre,
In January 2008, Steven Edwards wondered[1] if you would let Wine import
"msconfig" (the System Configuration Utility) from ROS. Would you allow it?
^ [1].
http://news.gmane.org/find-root.php?message_id=%3c19e31a080801122302u52d513…
--
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.