http://bugs.winehq.org/show_bug.cgi?id=19420
Summary: Unimplemented function GdipResetLineTransform in
Passmark 7.0
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.passmark.com
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmail.com
Passmark is a benchmark program with all sorts of basic system tests. Its 2D
benchmark makes uses of at least GdipResetLineTransform and perhaps some other
unimplemented gdiplus functions. These should be implemented for correct
rendering.
--
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=16389
Summary: Mechwarrior 2 fails to start
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Mechwarrior2 from "The Titanium Trilogy" fails to start.
Xephyr :1 -ac -screen 800x600x8 &
DISPLAY=:1 wine MW2WIN.EXE
A window is display briefly, then exits without any error.
--
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=15661
Summary: cardtricks141.exe can't format SD Memory Card
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www.zshare.net/download/2014475990be7613/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Hi,
cardtricks141.exe can't format the SD Memory Card.
It says "Could not write to the Card ! Please
check write protect tab."
But the card is not write protect with tab.
mount gives this :
/dev/sdb1 on /media/CANON_DC type vfat
(rw,nosuid,nodev,uhelper=hal,shortname=lower,uid=1002)
and i can touch/remove files from the card ...
Thank you,
Guy
Note:
This tools is useful to prepare a SD Memory Card
for "CHDK firmware" addon on CANON camera.
Others options of cardtricks41.exe run fine.
--
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=18099
Summary: No keyboard response in Super Mario 3 remake
Product: Wine
Version: 1.1.19
Platform: All
URL: http://www.acid-play.com/file/marioforever.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.lervag(a)gmail.com
When attempting to play the free "Super Mario 3: Mario Forever" remake by
Buziol games, we are unable to enter gameplay as there is no response from the
keyboard when entering the "Select world" screen. In this screen, you are
supposed to be able to move Mario with the keyboard arrow buttons as well as
jump with the shift button.
According to the appdb, the first mention of this problem is with wine version
20050111, and it is still present in wine version 1.19.
Link to the application entry in appdb:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2363
Everything else about the game seems to be working normally in wine
(installation, launching game, graphics, music).
The game itself is perceived to be very good and fun remake of the original
game, and it would be nice to be able to enjoy this little gem with linux/wine.
The game is available as a free download from the specified URL.
--
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=13788
Summary: Logitech Harmony Remote Software Fails USB Update
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
Technically this is version 7.4.3 which can only be installed by installing
7.4.1 and going though the update process.
Selecting "Update Remote" in the main screen results in a timeout waiting for
communication with the remote via USB.
--
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=19122
Summary: MCI mciSendString with repeat as a play flag does not
work
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emil.jo.andersson(a)gmail.com
This works (plays once as expected):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic"), response, (UINT)_tcslen(response), NULL);
This does not work (doesn't play at all):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic repeat"), response, (UINT)_tcslen(response),
NULL);
I've tried this both in a virtual machine (Virtualbox) and on a non-virtual
machine. Both were running Ubuntu 9.04 with version 1.1.24 from the Wine
repository.
--
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=18564
Summary: QQ 2009 crashes after signin
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.imqq.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)greenviolet.net
Using Wine 1.1.21 on Solaris Express Community Edition b114, with winetricks
(vista, gdiplus, msxml3, vcrun6), the application installs (with some minor GUI
glitches) but crashes once you enter your credentials and attempt to log in.
I would attach a trace, except that trying to trace to a file still spews
useful output to the terminal for some reason here. Without being able to
properly place that information in context in the log, both the trace and the
terminal output are somewhat useless.
--
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=18335
Summary: CreateProcess doesn't set hProcess correctly when
starting a Linux program
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
Created an attachment (id=20876)
--> (http://bugs.winehq.org/attachment.cgi?id=20876)
test case
When CreateProcess starts a Linux program, it sets hProcess to 0 - causing
WaitForSingleObject to fail.
To test this:
Get CreateProcess example from MSDN:
http://msdn.microsoft.com/en-us/library/ms682512(VS.85).aspx
Add a few lines to print out the value of pi.hProcess and the return value of
WaitForSingleObject.
(I'll attach the code).
Run it with an argument "C:/windows/system32/notepad": hProcess is non-zero,
and WaitForSingleObject succeeds.
Then run it with an argument "/usr/bin/ls": "ls" still runs, but hProcess is 0
and WaitForSingleObject returns -1.
--
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=20777
Summary: Unigine Heaven benchmark crashes on load.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://unigine.com/download/#heaven
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=24871)
--> (http://bugs.winehq.org/attachment.cgi?id=24871)
terminal output
sh winetricks dotnet20
wine msiexec /i Unigine_Heaven-1.0.msi
--
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=9747
Summary: Family Tree Maker 6, 8, 2006 constantly complain "Cannot
obtain version information for OLE2NLS.DLL"
Product: Wine
Version: 0.9.45.
Platform: Other
URL: http://familytreemaker.genealogy.com/abtffiv.html
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Family Tree Maker 6, 8, and 2006 all seem to require
winetricks fakeie6
to install and run, but seem to function. But
every time you click a command on the toolbar, it puts up
a dialog complaining
"Cannot obtain version information for OLE2NLS.DLL. You may need to put the
file OLE2NLS.DLL in the SYSTEM directory within your Windows directory."
and the log entry
warn:ver:VERSION_GetFileVersionInfo_16 Could not find VS_VERSION_INFO in
"c:\\windows\\system32\\OLE2NLS.DLL"
This is harmless, but gets to be real annoying.
Adding a fakedll entry in wine.inf didn't seem to help
(I don't think that works for 16 bit things anyway).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.