https://bugs.winehq.org/show_bug.cgi?id=38593
Bug ID: 38593
Summary: valgrind shows uninitialized memory in set_mwm_hints()
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
shows up a lot of tests, this is in atl100/tests/atl.c
==23588== Syscall param writev(vector[...]) points to uninitialised byte(s)
==23588== at 0x4F7A0F23: __writev_nocancel (in /usr/lib/libc-2.21.so)
==23588== by 0x62BDA28: ??? (in /usr/lib/libxcb.so.1.1.0)
==23588== by 0x62BDF07: ??? (in /usr/lib/libxcb.so.1.1.0)
==23588== by 0x62BDFAB: xcb_writev (in /usr/lib/libxcb.so.1.1.0)
==23588== by 0x61AD113: _XSend (in /usr/lib/libX11.so.6.3.0)
==23588== by 0x61AD4B4: _XFlush (in /usr/lib/libX11.so.6.3.0)
==23588== by 0x618B9BB: XFlush (in /usr/lib/libX11.so.6.3.0)
==23588== by 0x5FDF7B6: create_whole_window (window.c:1477)
==23588== by 0x5FE0550: X11DRV_create_win_data (window.c:1803)
==23588== by 0x5FE1245: X11DRV_WindowPosChanging (window.c:2153)
==23588== by 0x51AAA7C: set_window_pos (winpos.c:2062)
==23588== by 0x51A0138: WIN_CreateWindowEx (win.c:1580)
==23588== by 0x51A0841: CreateWindowExW (win.c:1750)
==23588== by 0x4ADB32A: test_ax_win (atl.c:643)
==23588== by 0x4ADD9FC: func_atl (atl.c:1034)
==23588== by 0x4ADE77D: run_test (test.h:584)
==23588== by 0x4ADEBC4: main (test.h:666)
==23588== Address 0x432fccc is 252 bytes inside a block of size 16,384 alloc'd
==23588== at 0x4008D0E: calloc (vg_replace_malloc.c:626)
==23588== by 0x619B3B4: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==23588== by 0x5FE7DF8: x11drv_init_thread_data (x11drv_main.c:658)
==23588== by 0x5FDBCB0: thread_init_display (x11drv.h:347)
==23588== by 0x5FE04B3: X11DRV_create_win_data (window.c:1794)
==23588== by 0x5FE1245: X11DRV_WindowPosChanging (window.c:2153)
==23588== by 0x51AAA7C: set_window_pos (winpos.c:2062)
==23588== by 0x51A0138: WIN_CreateWindowEx (win.c:1580)
==23588== by 0x51A0841: CreateWindowExW (win.c:1750)
==23588== by 0x4ADB32A: test_ax_win (atl.c:643)
==23588== by 0x4ADD9FC: func_atl (atl.c:1034)
==23588== by 0x4ADE77D: run_test (test.h:584)
==23588== by 0x4ADEBC4: main (test.h:666)
==23588== Uninitialised value was created by a stack allocation
==23588== at 0x5FDD68B: set_mwm_hints (window.c:702)
==23588==
--
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=19813
Summary: Voddler needs GetSystemTimes to run
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)startwars.org
Created an attachment (id=23212)
--> (http://bugs.winehq.org/attachment.cgi?id=23212)
terminal output from voddler
I tried to run the Voddler client for Windows (www.voddler.com)
A black window is shown and some terminal output shows many
fixme:time:GetSystemTimes (0x32fc84,0x32fc7c,0x32fc74): Stub!
See attachment for the full output
Then the application "hangs"
--
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=24299
Summary: Starcraft 2: Custom maps with dialog labels using
style "ABChoiceBackButtonText" crashes game
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.julien+winehq(a)gmail.com
Created an attachment (id=30620)
--> (http://bugs.winehq.org/attachment.cgi?id=30620)
Modified map that doesn't crash
When using some custom map, SC2 may crash. With the latest version of the
Multitasking Trainer by stet_tcl, it does crash as soon as you select the race.
By trial and error, I found out it was the "Enable coach mode:" button that
made it crash. What makes it different fromt other labels is that it has a
style applied to it. That style is ABChoiceBackButtonText. Some other style,
such as ABChoiceButtonText seem to work fine. If I remove that style
specification from all strings in GameString.txt (using Ladik's MPQ Editor)
using some sed command, the map will run fine.
I've attached a version of the map that induces the crash (with a single
ABChoiceBackButtonText label) and a version that doesn't crash. Those should
only work as expected with enUS N.A. retail copies, as the enGB locale has it's
own version of the GameStrings.txt file that I don't think I have modified.
Note that I can't see the ABChoiceBackButtonText style in the list of styles
available from the Starcraft 2 Editor, don't know if it's related.
I've included wine's output for both a run of the crash inducing map and the
one that runs fine. I haven't been able to run it with WINEDEBUG="+all", Sc2
seems to terminate prematurely in that case.
Some other maps also crash for me (ie. The Unit Tester), but I don't know if
it's related.
--
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=34684
Bug #: 34684
Summary: RaidCall 7.2.x crashes when joining a group
Product: Wine
Version: 1.7.3
Platform: x86
URL: http://update.raidcall.com/download/raidcall.exe?v=7.2
.8
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
Classification: Unclassified
install latest raidcall from the URL above and login.
Create a group, try to join it, raidcall crashes.
The group is created and on a second run you can see it on your groups. still
can't join it though.
--
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=11176
Summary: Adobe Reader 6: Searching not possible (riched20.dll)
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=9011
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=10229)
--> (http://bugs.winehq.org/attachment.cgi?id=10229)
+loaddll,+richedit,+tid
Press "enter" in the edit field does not start the search and the "Search"
Button remain disabled, whe you entered a letter/word to search for.
Search does not start.
1- wine started: "AcroRd32.exe winedev-guide.pdf"
2- (Debug mark #1: ~52% in the log)
3- Press the Search Symbol
=> The Search-Dialog is created
4- (Debug mark #2: ~85% in the log)
5- "w" as word to search for was entered, but the Button "Search" remain
disabled
6- (Debug mark #3: ~89% in the log)
7- Close wine
When you enter a letter in the search field with native "riched20.dll",
the "Search" Button is enabled and when you enter a word in the search field
and press "enter", the document is searched.
--
By by ... Detlef
--
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=35029
Bug #: 35029
Summary: Ancient Gems: Crashes on run
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petercon(a)sdf.lonestar.org
Classification: Unclassified
Created attachment 46691
--> http://bugs.winehq.org/attachment.cgi?id=46691
backtrace of Ancient Gems
Ancient Gems crashes with an error (backtrace attached) on run.
--
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=21708
Summary: d3d is trying to use GL_DEPTH_TEXTURE_MODE_ARB when
driver doesn't support ARB_depth_texture
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suokkos(a)gmail.com
ARB_depth_texture (and ARB_shadow) was moved to opengl core only in 1.4. radeon
r200 cards don't have hw support or depth textures so mesa r200 driver only
supports 1.3.
If I run 3DMark2001 in wine with r200 I get INVALID_ENUM errors for call to
glTexParameter(GL_DEPTH_TEXTURE_MODE_ARB). The problematic demo is the high
detail lobby.
If directx 8 did require something similar to ARB_shadow and ARB_depth_texture
then it would be interesting to know if ati did support them in windows driver.
--
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=23174
Summary: Fallout 3: Diologue and Video/sound issues
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xhrisx(a)gmail.com
On my system, Fallout 3 crashes when the game is played for more that an hour
if I have sound, yet without sound I may play to my hearts content
what occurs is two things:
1) OSS and ALSA cause loop of some kind of loop that eats through resources
causing my entire system to crash after exactly 2mins of the game freezing;
when the game starts out the frames per second are at 60fps and decline quickly
to 5fps or lower.
-Note; the game works Almost perfectly with OSS and ALSA turned off, The game
stays at a steady 20-30fps, Still laggy at points of High Polygon count.
(Washington memorial, Wasteland in general.)
2. I cannot continue the main quest because of a text dialogue error that shows
"..." instead of the initiating dialogue. And nearly all text dialogue is
Lagging in response.
My system:
Ubuntu 10.04
wine 1.2~rc2
AMD Athlon x2 5200
M2N-e
4gb Ram
4650 1gb videocard
sound blaster Live! card
--
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=18019
Summary: Mass Effect: Setup crashes when changing install
directory
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=20407)
--> (http://bugs.winehq.org/attachment.cgi?id=20407)
Setup output
If I select custom install in Mass Effect setup and attempt to change the
install directory (I usually mark the install directory as C:\jeu), the setup
crashes with the output attached above. Channels +relay and +seh enabled. Using
Gentoo X64 and latest git.
--
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.