http://bugs.winehq.org/show_bug.cgi?id=5776
--- Comment #19 from James Huk <Huk256(a)wp.pl> 2010-02-16 14:13:40 ---
Confirming in wine-1.1.38
--
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=2784
Patrick Rudolph <patrick1804(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrick1804(a)web.de
--- Comment #21 from Patrick Rudolph <patrick1804(a)web.de> 2010-02-16 12:17:05 ---
still present with wine-1.1.38 and free version of C&C Tiberian Sun from
http://www.commandandconquer.com/classic
--
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=20231
Summary: Add windowscodecs component
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P3
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
There is currently no "windowscodecs" component in Bugzilla. It is likely
there will be a number of bugs opened for this DLL, so it should be worth
adding one.
--
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=21074
Summary: 404 webpage
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.quirin(a)laposte.net
CC: steve.quirin(a)laposte.net
http://www.winehq.org/wine_features
--
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=21372
Summary: Bug number missing from AppDB bug link acceptance
e-mails
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
I've noticed that when I get an e-mail informing me of the acceptance of a bug
link in the AppDB, it looks like the bug number is supposed to be provided, but
it's not there. The first sentence of one such e-mail reads:
"The bug link you submitted between Bug and HTML-Kit Build 292 has been
accepted."
--
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=21704
Summary: iTunes 9.0.3 installs correctly but crashes on use
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: warnockm(a)comcast.net
Created an attachment (id=26237)
--> (http://bugs.winehq.org/attachment.cgi?id=26237)
STDERR output
I installed iTunes 9.0.3. it seems to have installed correctly, but when you
try to run it, it loads the screen, and even shows my music library. It must
have found it from my Windows partition. (note, i tried this on a second Linux
user's account that did not point to the Windows partition and a music library
did not load.) Once the iTunes screen comes up the program crashes. Attached
is the STDERR 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=13189
Summary: Localized cmd output corrupt
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maci(a)satgnu.net
The output of localized cmd is corrupted.
Special chars are either not displayed at all or displayed faulty
[maci@notebob ~]$ echo $LANG
de_DE.utf8
[maci@notebob ~]$ wine cmd
CMD Version 1.0-rc1
Z:\home\maci>help
CMD eingebauten Befehle sind:
ATTRIB Zeigt an oder �ndert die DOS Dateieigenschaften
CALL Ruft eine Batch-Datei innerhalb einer anderen auf
CD (CHDIR) Wechselt in das Verzeichnis
CLS L�scht den Inhalt der Konsole
COPY Kopiert eine Datei
CTTY dert das Eingabe/Ausgabe - Ger�t
DATE Zeigt an oder �ndert das Systemdatum
DEL (ERASE) L�scht eine oder mehrere Dateien
DIR Listet den Inhalt eines Verzeichnisses
ECHO Kopiert den Text direkt zur Konsolenausgabe
HELP Zeigt detalierte Informationen zu einen Thema
MD (MKDIR) Erzeugt ein Unterverzeichnis
MORE Display output in pages
MOVE Bewegt eine oder mehrere Dateien oder einen Verzeichnisbaum
PATH Setzt oder zeigt den Suchpfad an
PROMPT dert den Befehlszeilenprompt
REN (RENAME) Benennt eine Datei um
RD (RMDIR) L�scht ein Unterverzeichnis
SET Setzt oder zeigt die Umgebungsvariablen an
TIME Setzt oder zeigt die aktuelle Systemzeit an
TITLE Setzt den Fenstertitel f�r die CMD - Sitzung
TYPE Gibt den Inhalt einer Textdatei aus
VER Zeigt die aktuelle Version von CMD an
VOL Zeigt die Bezeichnung eines Laufwerkes an
EXIT Beendet den CMD
Geben Sie HELP <Befehl> ein, damit Sie weitere Informationen f�r einen der
obigen Befehle erhalten.
Z:\home\maci>
--
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=21700
Summary: DVD Profiler 3.5.1 fails to run on Ubuntu Lucid 64bit
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.doblmann(a)gmail.com
Created an attachment (id=26234)
--> (http://bugs.winehq.org/attachment.cgi?id=26234)
Console output when running DVDprofiler
I have preciously run DVD Profiler perfectly on 32bit versions. A few weeks ago
I switched to the development version of Ubuntu 10.04 and also switched to
64bit. Since then DVDProfiler refuses to load at all due to an access
violation. See attached console-output for details.
--
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=21722
Summary: FreeType blocks Wine compilation
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johndoe32102002(a)gmail.com
Even after downloading, compiling, making, and make installing the Feb. 12,
2010 FreeType to /home/user/freetype, I am unable to compile wine into
/home/user/wine with ./configure --verbose --prefix=/home/user/wine
--with-freetype=/home/user/freetype && make && make install
This is the exact error below.
configure: error: FreeType development files not found. Fonts will not be
built.
Use the --without-freetype option if you really want this.
Please note I do not have root or sudo access. A fix would be to include the
command statement *TO* include FreeType, not to *IGNORE* it. 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.