http://bugs.winehq.org/show_bug.cgi?id=15228
Summary: LEGO Chess crashes after using
avifil32.AVIStreamGetFrame()
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: savelov(a)gmail.com
Created an attachment (id=15992)
--> (http://bugs.winehq.org/attachment.cgi?id=15992)
wine debug output with crash
LEGO Chess runs withour a crash if "Animated advisors" turned off, and crashes
when they are turned on. Those advisors seem to use avifil32.AVIStream*
functions,after calling them wine crashes with
0009:Ret avifil32.AVIStreamGetFrameOpen() retval=00000000 ret=004010f4
0009:Call avifil32.AVIStreamGetFrame(00000000,0000004b) ret=0040111f
0009:Ret avifil32.AVIStreamGetFrame() retval=00000000 ret=0040111f
0009:Call KERNEL32.UnhandledExceptionFilter(0032f528) ret=0046b7ca
wine: Unhandled page fault on read access to 0x0000c027 at address 0x4012c3
(thread 0009), starting debugger...
--
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=21423
Summary: Visual C++ 2005 slow?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See http://bugs.winehq.org/show_bug.cgi?id=21410 for recipe.
Building chromium's base_unittests.exe seems to take longer
in wine than in vista, so I profiled a bit with oprofile:
583087 43.4516 no-vmlinux
320289 23.8679 c1xx.dll
149572 11.1461 ntdll.dll.so
80027 5.9636 libc-2.10.1.so
48005 3.5773 libwine.so.1.0
32901 2.4518 msvcr80.dll
25959 1.9345 advapi32.dll.so
22550 1.6804 rpcrt4.dll.so
13959 1.0402 c2.dll
13660 1.0179 wineserver
Good Lord, that's a lot of kernel time...
I'll see if I can get a breakdown of the kernel time, have to work around
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087
first.
In the meantime, here's the breakdown inside ntdll:
54636 17.9328 RtlUpcaseUnicodeString
52607 17.2668 hash_short_file_name
37324 12.2506 RtlIsNameLegalDOS8Dot3
15680 5.1465 RtlUpcaseUnicodeStringToCountedOemString
14684 4.8196 find_file_in_dir
11546 3.7897 HEAP_CreateFreeBlock
--
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=20710
Summary: Street Fighter IV (Steam) doesn't start
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: signup+winehq(a)cshadowrun.com
Unlike the retail version of the game , the steam version's launcher seems to
start.
After the launcher starts and you click "Launch Street Fighter IV" I get
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:wtsapi:WTSUnRegisterSessionNotification Stub (nil)
err:ole:CoUninitialize Mismatched CoUninitialize
And the game does not start.
--
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=17294
Summary: Kodak EasyShare won't install
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richw(a)richw.org
Created an attachment (id=19305)
--> (http://bugs.winehq.org/attachment.cgi?id=19305)
Messages generated in terminal window while trying to run Kodak EasyShare
setup.
Near the end of the installation, I got an error box saying:
"Kodak EasyShare was unable to finish your task. (Error code 12x54x1x)"
I'm attaching the log output (from a "script" command). In a minute, I'll come
back and update this bug by adding the "EasyShareInstall.log" file as a
separate attachment.
My system is running Ubuntu 8.04, kernel 2.6.24-23-generic.
My Wine is configured to emulate Windows XP. The only other program I
currently have installed in Wine is Firefox 3.0.6 (which the Kodak installer
seemed to need in order to run properly).
--
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=21466
Summary: implement FileFsVolumeInformation class for
ntdll.NtQueryVolumeInformationFile
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://download.avgfree.com/filedir/inst/avg_free_stf_
en_90_730a1834.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
AVG's free 8.x/9.x antivirus edition installer uses native API for various
operations.
The installer creates empty UTF8 log files (c:\\windows\\temp\\*avg9*.log)
because of the (silenced) FileFsVolumeInformation class stub in
ntdll.NtQueryVolumeInformationFile.
A simple implementation (even returning zero-filled FILE_FS_VOLUME_INFORMATION)
helps the installer to properly write installer/debug log files with UTF8
content.
--- snip ---
...
002d:Call ntdll.RtlDosPathNameToNtPathName_U(00162a58
L"\\\\?\\C:\\windows\\temp\\Davg9inst_2010-01-24_11-39.log",0032f814,00000000,00000000)
ret=0041d4de
002d:Ret ntdll.RtlDosPathNameToNtPathName_U() retval=00000001 ret=0041d4de
...
002d:Call
ntdll.ZwOpenFile(0032f828,00120000,0032f7f4,0032f80c,00000003,00004020)
ret=0041d380
002d:Ret ntdll.ZwOpenFile() retval=00000000 ret=0041d380
...
002d:Call
ntdll.ZwQueryVolumeInformationFile(00000068,0032f80c,0032f51c,00000238,00000001)
ret=0041d3c0
002d:fixme:ntdll:NtQueryVolumeInformationFile 0x68: volume info not supported
002d:Ret ntdll.ZwQueryVolumeInformationFile() retval=c0000002 ret=0041d3c0
002d:Call ntdll.RtlNtStatusToDosError(c0000002) ret=0041d4a5
002d:Ret ntdll.RtlNtStatusToDosError() retval=00000001 ret=0041d4a5
...
002d:Call ntdll.ZwClose(00000068) ret=0041d09b
002d:Ret ntdll.ZwClose() retval=00000000 ret=0041d09b
...
--- snip ---
Regards
--
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=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.