http://bugs.winehq.org/show_bug.cgi?id=20175
Summary: ICSD NIST database demo crashes with multiple oleaut32
errors
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fiz-karlsruhe.de/icsd_products.html?&L=pzzx
fsodpt
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: acheron(a)front.ru
Created an attachment (id=23781)
--> (http://bugs.winehq.org/attachment.cgi?id=23781)
Terminal output
ICSD NIST database demo (ftp://ftp.fiz-karlsruhe.de/pub/csd/demo/icsd_demo.zip)
installs fine, but crashes with unhandled page fault, when it tries to display
the splash screen. Replacing WINE oleaut32.dll with the one from the program
distribution (file date 26-Jul-2002) solves those problems.
--
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=22079
Summary: Right click menu doesn't appear in one section of
ImgBurn's disc layout editor
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.imgburn.com/index.php?act=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26907)
--> (http://bugs.winehq.org/attachment.cgi?id=26907)
Terminal output
In ImgBurn's disc layout editor window, right-clicking an item should bring up
a menu with rename, properties, and other options. However, nothing happens
when doing this in the main disc layout view, on the bottom-right (at least
until you try to move the cursor - then you'll run into another bug).
Using winetricks comctl32 makes the menu appear as it should. My log is from
ImgBurn 2.5.0.0, but 2.5.1.0 behaves the same way.
--
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=25170
Summary: application bdgest crash
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gurvan.quenet(a)gmail.com
Created an attachment (id=31930)
--> (http://bugs.winehq.org/attachment.cgi?id=31930)
Crash log
I run an windev application name bdgest. This application crash with an error
in gdi32/dib.c
See the attachment.
Thank's for help me to solve this bug.
--
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=21975
Summary: QuarkXPress Passport 7.0r0 - Regression: didn't show
any content
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.quark.com (Version 8)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=26683)
--> (http://bugs.winehq.org/attachment.cgi?id=26683)
Testdatafile QuarkXPress Passport 7.0r0
Regression since wine-v1.1.38 up to now (v1.1.40) - in wine-v1.1.37 was
working:
result of my regression test:
---
aa6c4d4e92cdb944e53a0c36819621a6875f1e61 is the first bad commit
commit aa6c4d4e92cdb944e53a0c36819621a6875f1e61
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Jan 23 14:15:43 2010 +0100
configure: Add specific creation macros for the various types of makefiles.
:100644 100644 ce3941e561ec8f3cde50ca78bf170eb1babb05e6
b30e41e0b5c3af75186553099a0053025ca95f9a M aclocal.m4
:100644 100644 01cf3a78f71cf0d4762dae97e30efa57d9068ea0
7d5a29a821c2d5a4d9855274718df77ed12085f1 M configure.ac
:040000 040000 d1bd1e023c24afddd345582dd59cb421b57397da
795ce110d7a0c2500740bb09508ee2f5c4f0fb02 M tools
---
(I don't trust realy in this result - so I include some screenshots and some
testdatas.)
Check attachment: this file was working with all features of Quark in v1.1.37.
--
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=33715
Bug #: 33715
Summary: freopen produces empty file when applied to stdout
(regression from wine-1.5.19 to wine-1.5.31)
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irwin(a)beluga.phys.uvic.ca
Classification: Unclassified
Created attachment 44648
--> http://bugs.winehq.org/attachment.cgi?id=44648
test case which shows freopen does not work for wine-1.5.31
The issue is illustrated by the attached test_freopen.c file which
freopens stdout to the file test_freopen.stdout, then writes "Hello World\n" to
stdout. For Wine-1.5.19, the resulting test_freopen.stdout contains the
"Hello World\n" test string, but for Wine-1.5.31 (with
e5bebe26253f2725141a35f23b6f2e10fc7694d and
f565e4a3157d38b50a25fc3b90014474b59fceba reverted to work around bug 33654)
that file is empty.
Since stdout is involved, this may be related to bug 33654 which is also
a regression between 1.5.19 and 1.5.31 reported by me. However, the current
bug is different in the sense that the workaround for bug 33654 (applied above)
does not work in this case.
--
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=7675
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #28 from Alexandre Julliard <julliard(a)winehq.org> 2013-06-07 15:01:26 CDT ---
Closing bugs fixed in 1.6-rc1.
--
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=27720
Summary: World of Goo demo rendering problems with builtin
d3dx9_38
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Now that bug 22236 is fixed, wog runs great with just native msvcp80...
except that without native d3dx9_38, there are two problems
right after you enter your name and click the first level start button
(with mouseover text "The goo-filled hills"):
first, the word 'Summer' should appear on a totally black screen.
but on Wine it appears on top of the previous screen.
second, the next screen (with a button whose mouseover text is 'Going Up'),
should have a light blue background with black letters "Chapter 1: The Goo
Filled Hills", but on Wine, the background is black.
--
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=30174
Bug #: 30174
Summary: winUAE crashes when trying to create emulation window
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurtjaeke(a)gmx.de
Classification: Unclassified
Created attachment 39377
--> http://bugs.winehq.org/attachment.cgi?id=39377
Snippet of WINEDEBUG=+all log.
When using winUAE, launching a game does not work, because it crashes when
opening the "emulation" window.
See attached log snippet from WINEDEBUG=+all for more information.
winUAE used to work a year ago (in the devel branch).
--
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=17571
Summary: Williams Pinball Classic crashes on launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
I've finally figured out how to shoehorn Williams Pinball Classics into Wine,
getting by an annoying Ikernel.exe install issue. Now that it's installed and
I have acquired the only patch (a replacement executable) available for the
game (which fixes it's demand for a 1280x1024x8 video mode which this laptop
can't use), it consistently crashes upon launch.
I've attached the basic output from the crash, if further information is
needed, just lemme know. I'm willing to follow whatever steps are necessary to
get this excellent pinball simulator working with 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=23450
Summary: LTSPICE/SWCAD3 Regression: Input boxes don't take any
input
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bon(a)elektron.ikp.physik.tu-darmstadt.de
Install the program, start it,
File->New Schematic
Add Resistor, place it in the schematic.
Right click on part, set value in the input box, close input box
Right click on part again, try to set different value, the value doesn't
change, and the input box doesn't have focus (color change on window fram)
Change to window outside wine, the change back to the input box, now input box
gets focus and value can be changes 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.