http://bugs.winehq.org/show_bug.cgi?id=10253
Summary: Fraps does not record videos or take a screenshot
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.fraps.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=8880)
--> (http://bugs.winehq.org/attachment.cgi?id=8880)
winedebug=error+all wine fraps.exe
Fraps loads but does not take a screenshot. The console implies that it cannot
create a file for some reason.
--
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=9637
Summary: Switchball doesn't run.
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://www.atomicelbow.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrediou(a)yahoo.fr
Created an attachment (id=8037)
--> (http://bugs.winehq.org/attachment.cgi?id=8037)
Switchball start log
I installed the game "Switchball" ; the installation was fine, but I couldn't
manage to start the game.
wine Switchball.exe
The log is attached to this bug message.
--
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=9622
Summary: Binary/Text IO in C++ under Wine
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmnnotmyname(a)gmail.com
In C++ Input, Wine appears to act weird when reading a binary file as a text
file. In both Windows and Cedega, this condition does not exist. Since i am in
contact with the developer of the program that had this bug, I was able to have
him fix it. Actual code is given here:
ifstream fin(file.c_str(), ios::in | ios::binary); # this works for binary
files in wine, windows and Cedega
ifstream fin(file.c_str()); # this works for binary files in windows and Cedega
The first thing i thought of was in MSVCRT, but i don't know whether or not
wine implements that or it uses the real thing, or by default it uses its own
version. However, I can not trace the actual cause :( I've tried, and i have
the source. Maybe I'm missing it. After all, all i did was a quick scan
through.
I'd also like to note that I believe this is likely an bug by Microsoft:
Perhaps this is because Windows does not make an actual correlation between
binary and text files. I don't really know.
As a final note: I don't know how well Wine handles 64-bit computers (whether
it uses assembly to glue 64-bit wine libraries to 32-bit executables or doesn't
support 64-bit windows/wine libraries and programs or whatever) but i will note
once more this is a 64-Bit computer with 64-bit Sabayon(Modified Gentoo) (But i
did update wine by hand to get the latest version)
--
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=9771
Summary: Steam Friends doesn't work
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xoxion(a)gmail.com
Steam Friends doesn't work.
When I type a message nothing pops up.
When I close the chat screen steam will say the message is send...
But my friends ain't receiving it!
System:
Dell Dimension E521
AMD Athlon X2 4000+ (64-bit)
Ubuntu Feisty AMD64
--
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=10563
Summary: Wine 64-bit build error in ole32 on x86_64 GNU/Linux
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devel.sjanki(a)gmail.com
Created an attachment (id=9325)
--> (http://bugs.winehq.org/attachment.cgi?id=9325)
Build error message
I'm getting this error building 64-bit Wine on x86_64 on Bluewhite64 Linux
12.0:
irot_c.c:638:2: error: #error Invalid build platform for this stub.
--
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=10213
Summary: Pegasus Mail: program closes when sub-program closes
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.pmail.com/downloads_maine_t.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jbarntt(a)aracnet.com
CC: jbarntt(a)aracnet.com
Version to look at is 4.41, a free download.
This email app does a normal shutdown whenever the editor is closed, e.g.,
after a new email is sent. This is not normal behaviour. In Windows the app
stays open, so that one can continue sending, receiving, reading, writing
email, etc.
In old versions of wine, this error doesn't happen, (ver. 20050830). The
regression error occurs as early as 0.9.20. Based on posts to the wine appdb
for this app, it is likely that the regression error ocurred >=0.9.14.
The editor in Pmail was not written by the developer and maintainer, David
Harris, but rather licensed by him. Recent wine code seems to interpret an
ordinary call to close the editor as a call to close the program itself.
When Pmail starts, a 0 byte file, mailbox.lck is created in the mail box of the
user. When the user closes the program normally, this file is deleted.
Since the shutdown regression error deletes the lock file, I conclude the call
to close the editor is being misinterpreted by wine as a call to shutdown
Pmail.
Joel Barnett
New super maintainer for Pegasus Mail
p.s. - I'm new at this, please forgive me if my report is funky. I did check
bugzilla and didn't find anything relevant.
--
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=10288
Summary: wine_gecko download hangs when not started by iexplore
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexeagar(a)gmail.com
CC: alexeagar(a)gmail.com
The wine_gecko download hangs when it is started by some programs other than
iexplore. I have experienced this in many different versions of iTunes when
accessing the help documentation. It also occurs in Framemaker 8 as documented
in bug 9658.
The current workaround is to run 'wine iexplore http://winehq.org' which
succeeds in downloading and installing wine_gecko.
I wanted to avoid logging this bug by changing the summary of bug 9658 to make
it more generic but I couldn't find a way to change tho summary. Although this
bug was logged after bug 9658, I think that bug 9658 is the duplicate because
the behavior is not specific to Framemaker8. I apologize if this bug should not
have been logged.
--
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=9812
Summary: Bad some czech characters in older coursewares
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ja.k(a)seznam.cz
CC: mgrzeskowiak(a)tlen.pl
Created an attachment (id=8259)
--> (http://bugs.winehq.org/attachment.cgi?id=8259)
Bad czech characters in wine-0.9.34 - 0.9.45
Wine 0.9.34 and later does not display right some czech characters (ě,č,ř)
in many older coursewares. This problem was reported from other school, where
they work with Linux. We must still use wine-0.9.33 - it is last version, where
all is OK.
I did regression test and here is result:
b5ee7aee23e886e8cde842cf05e2c742e8ca18f5 is first bad commit
commit b5ee7aee23e886e8cde842cf05e2c742e8ca18f5
Author: Marcin GrzeĹowiak <mgrzeskowiak(a)tlen.pl>
Date: Mon Mar 26 22:58:20 2007 +0200
user32: Use charset of currently selected font in DrawTextExA.
:040000 040000 bd9c0c62d4033dde95eac66f7f0c8964c7f23998
84d404a96166132a705cccd9
b95afea467106c44 M dlls
--
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=10611
Summary: VMware Infrastructure Client: Fails to install. MSIEXEC
high CPU usage
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.vmware.com/beta/server/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmdoles(a)digitaldeviation.com
Created an attachment (id=9412)
--> (http://bugs.winehq.org/attachment.cgi?id=9412)
Console output from wine
When I attempt to install this application, it consumes large amounts of CPU
(60% on a dual core box) for about 30 minutes. Eventually it fails to install.
This application is contained in the Linux download package.
/vmware-server-distrib/lib/hostd/docroot/client
This was a clean wine install with .NET Framework 2.0 (required by this app).
--
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=10596
Summary: unable to play mp3 voices in .dat file
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlthepaladin(a)yahoo.com
Castle Fantasia 2 is unable to play the voices present in data3.dat. Other
sounds work basically perfectly (as in the music and sound effects). It is
clear for sure that the voices are in mp3 format inside the .dat file, so I
think this is an mp3 related bug. Wine itself did not report any errors in
regards to this, and did not notice anything wrong.
One other thing to note, is that I copied over the same installation to windows
and the voices were present, so this is probably a wine-specific error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.