http://bugs.winehq.org/show_bug.cgi?id=3864
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
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=21359
Summary: Windows 7 Platform SDK can't restart installer
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Once the installer has gone a ways and aborted,
starting it again aborts fairly quickly with a dialog
box saying there was a problem. I'll attach the last
zillion lines of a +seh,+relay,+text log; looks like
it has something to do with a service not being available?
--
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=36693
Bug ID: 36693
Summary: Bug in playing video streaming service of some media
site on Linux mint
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tgcp5hqi(a)naver.com
Hi, I need ur help...
Show u my error message, plz give to me an favorable answer :P
I will change Ms-windows to linux mint, help me! bro!!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3538
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Austin English <austinenglish(a)gmail.com> ---
Closing.
--
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=26787
Summary: 3D pinball - Space Cadet: incorrect gameplay in Wine.
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
Strange bug here...
I've been testing the XP version of 3D Pinball Space Cadet with my dual-boot
Ubuntu and Windows XP setup. The game can be found on the XP drive in:
C:\Program Files\Windows NT\Pinball\pinball.exe
The pinball.exe is opened with Wine to run the game outside of Windows.
During gameplay, I sometimes find that the ball falls "through" a flipper,
usually when I activate the flipper to hit the ball. This is NOT the same as
the ball falling down between the flippers.
Having tested this game under Windows XP, I've not had the same problem.
To reproduce this, open the pinball.exe file using Wine and play the game for
about 15 minutes or so and you will SOMETIMES find that the ball falls THROUGH
one of the flippers, normally when you press the key to activate the flipper
(default is <Z> key for the left flipper and the </> for the right flipper).
It's a strange bug, but it does exist when using Wine.
--
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=25115
Summary: xcopy.exe in batch file doesn't ask for Y/N before
copying
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.melard(a)yahoo.fr
Created an attachment (id=31851)
--> (http://bugs.winehq.org/attachment.cgi?id=31851)
Excerpt from a multi-megabytes log file created by my program
xcopy.exe in batch file doesn't ask for Y/N before copying
I wrote a Windows software using Delphi and was pleased that it runs under
Linux Mandriva Spring 2009 (under VirtualBox under WinXP) thanks to Wine.
Congratulations !
I also wrote an installer for a CD-Rom for which, given the large number of
files (> 1000) to copy I created a batch file with several XCOPYs.
For example
XCOPY "G:\TSE24MPC" "C:\Program Files\MPCT2v3\TSE24MPC" /S/I/C >> "C:\Program
Files\MPCT2v3\MPCT2.log"
(where G: is the CD and MPCT2v3 is the (already created) directory where the
files should be copied)
Unfortunately I didn't use the /Y parameter which "Overwrites existing files
without prompting" because it was not supported by some Microsoft older OSes.
Instead I used
SET COPYCMD=/Y >>"C:\Program Files\MPCT2v3\MPCT2.log"
which apparently was not taken into account.
My program records batch file output in a log file (see attachment) which grew
up to hundreds of MB's while Wine File Manager didn't show the expected copies.
At worse it appears that XCOPY should display a message in my French XP
Remplacer C:\Program Files\MPCT2v3\TSE24MPC\$DJ.BGI (Oui/Non/Tous)?
But no message appears since no command prompt window is there and the same
message repeats itself until I stop the XCOPY program in Task Manager.
It should perhaps be wise to eliminate interaction from DOS commands or support
COPYCMD to avoid the problem. Thank you again.
--
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=17970
Summary: Altium DXP 2004 combo boxes cannot be selected
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninevoltz(a)metalink.net
When trying to select an item with the mouse inside any combo boxes in DXP
2004, an error is generated stating that it cannot focus an invisible or
disabled window. Using the arrow keys will allow you to select an item using
the keyboard. Running a regression test with git bisect reveals the following
patch:
5dfcadd7a3af47f61d056441407548ae8aef2004 is first bad commit
commit 5dfcadd7a3af47f61d056441407548ae8aef2004
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Wed Nov 19 13:52:36 2008 +0800
user32: Do not change focus if the window is no longer active.
:040000 040000 337de18b4bf511f2e29e9ba5678ecc3386f13a86
8013d74ba7f22df7f4a77089d20c0ff6ba86f199 M dlls
--
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=34727
Bug #: 34727
Summary: Grisaia no Kajitsu freezes upon launching opening
movie: quartz
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaexu(a)chokore-to.com
Classification: Unclassified
Created attachment 46305
--> http://bugs.winehq.org/attachment.cgi?id=46305
Terminal output of winedbg until freeze
Grisaia no Kajitsu wine fails to load the opening movie using quartz. Freezing
the game and making it impossible to continue.
--
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=10125
Summary: Installation of OnLine Bible fails with coredump on
MacOSX
Product: Wine
Version: 0.9.47.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Created an attachment (id=8694)
--> (http://bugs.winehq.org/attachment.cgi?id=8694)
Error Log in RTF format
While installing OnLine Bible 12, received a core dump log. See attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36510
Bug ID: 36510
Summary: valgrind shows a couple warnings in
ieframe/tests/ieframe.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 92841b3195276a12a320fa0b3dd854401cbef943
ie.c:216: Test failed: get_HWND faile: 80004001
ie.c:217: Test failed: handle == 0
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x402CD94: strcmp (mc_replace_strmem.c:730)
==10103== by 0x4CC6D24: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x4CDAC93: winetest_vok (test.h:333)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
ie.c:221: Test failed: Unexpected class name
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x427AA39: vfprintf (vfprintf.c:1635)
==10103== by 0x427B47A: buffered_vfprintf (vfprintf.c:2311)
==10103== by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103== by 0x4CDACDF: winetest_vok (test.h:337)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
==10103== Syscall param write(buf) points to uninitialised byte(s)
==10103== at 0x4310D7B: ??? (syscall-template.S:81)
==10103== by 0x42A3300: _IO_file_write@@GLIBC_2.1 (fileops.c:1253)
==10103== by 0x42A252E: new_do_write (fileops.c:530)
==10103== by 0x42A39C9: _IO_file_xsputn@@GLIBC_2.1 (fileops.c:1335)
==10103== by 0x427B509: buffered_vfprintf (vfprintf.c:2332)
==10103== by 0x42768FC: vfprintf (vfprintf.c:1289)
==10103== by 0x4CDACDF: winetest_vok (test.h:337)
==10103== by 0x4CDAD9F: winetest_ok (test.h:357)
==10103== by 0x4CC6D45: test_window (ie.c:221)
==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268)
==10103== by 0x4CC709D: func_ie (ie.c:282)
==10103== by 0x4CDB756: run_test (test.h:584)
==10103== by 0x4CDBB45: main (test.h:654)
==10103== Address 0x511d5f6 is on thread 1's stack
==10103== Uninitialised value was created by a stack allocation
==10103== at 0x4CC6C2E: test_window (ie.c:209)
==10103==
--
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.