http://bugs.winehq.org/show_bug.cgi?id=35774
Bug ID: 35774
Summary: MSVC 2012 C compiler 'cl.exe' fails while using /MP[n]
option
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loentar(a)gmail.com
Created attachment 47769
--> http://bugs.winehq.org/attachment.cgi?id=47769
example of compilation with and without /MP flag
When /MP[n] option is enabled cl.exe crashes with error "unimplemented function
msvcp110.dll.?_Equivalent@sys@tr2@std@@YAHPBD0@Z".
--
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=31496
Bug #: 31496
Summary: Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
continually spammed in console
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illumilore(a)gmail.com
Classification: Unclassified
When playing grand theft auto 3, the wine console is continually spamming
fixme:d3d:swapchain_gl_present Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP
along with the occasional fixme:d3d:resource_check_usage Unhandled usage flags
0x8.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36303
Bug ID: 36303
Summary: valgrind shows several leaks in msxml3/tests/schema.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48401
--> https://bugs.winehq.org/attachment.cgi?id=48401
valgrind log
==30820== 2 bytes in 1 blocks are definitely lost in loss record 8 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x61D7932: heap_alloc (msxml_private.h:169)
==30820== by 0x61D7AD4: xmlchar_from_wcharn (msxml_private.h:416)
==30820== by 0x61D7B4C: xmlchar_from_wchar (msxml_private.h:427)
==30820== by 0x61DA604: schema_cache_remove (schema.c:1321)
==30820== by 0x4AA537E: test_remove (msxml2.h:4206)
==30820== by 0x4AA5C31: func_schema (schema.c:1654)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 28 bytes in 1 blocks are possibly lost in loss record 326 of 967
==30820== at 0x7BC4C735: notify_alloc (heap.c:255)
==30820== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30820== by 0x4D2B262: heap_alloc_zero (typelib.c:1662)
==30820== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902)
==30820== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==30820== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460)
==30820== by 0x4D276DC: LoadTypeLibEx (typelib.c:478)
==30820== by 0x4D27618: LoadTypeLib (typelib.c:454)
==30820== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730)
==30820== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc
(oaidl.h:1532)
==30820== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc
(typelib.c:6014)
==30820== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090)
==30820== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505)
==30820== by 0x6196E79: get_dispex_data (dispex.c:323)
==30820== by 0x6197446: DispatchEx_GetDispID (dispex.c:420)
==30820== by 0x4AA4A06: test_obj_dispex (dispex.h:296)
==30820== by 0x4AA4B41: test_dispex (schema.c:1485)
==30820== by 0x4AA5C27: func_schema (schema.c:1652)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
==30820== 123 (48 direct, 75 indirect) bytes in 1 blocks are definitely lost in
loss record 692 of 967
==30820== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==30820== by 0x64B9711: xmlNewDocProp (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x64BB88C: ??? (in /usr/lib/libxml2.so.2.9.1)
==30820== by 0x61E562A: XDR_E_Schema (xdr.c:805)
==30820== by 0x61E57ED: XDR_to_XSD_doc (xdr.c:829)
==30820== by 0x61D9302: cache_entry_from_xdr_doc (schema.c:905)
==30820== by 0x61DA394: schema_cache_add (schema.c:1253)
==30820== by 0x4A9CAED: test_collection_refs (msxml2.h:3924)
==30820== by 0x4AA5C09: func_schema (schema.c:1646)
==30820== by 0x4AB096C: run_test (test.h:584)
==30820== by 0x4AB0D5B: main (test.h:654)
==30820==
etc.
--
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=39609
Bug ID: 39609
Summary: Dirt 3 not starting
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mikk150(a)gmail.com
Distribution: ---
Created attachment 52779
--> https://bugs.winehq.org/attachment.cgi?id=52779
backtrace
Dirt 3 crashes after DX11 release
shows splash icon and just before starting game it crashes
```
fixme:d3d11:wined3d_usage_from_d3d11 Unhandled bind flags 0.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R8G8_UNORM (0x4c) in
the format lookup table
wine: Unhandled page fault on read access to 0x00000000 at address 0x8ba200
(thread 0054), starting debugger...
```
--
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=18932
Summary: Installshield installer text not being bolded
(appinstall)
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.hellopdf.com/download.php
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21782)
--> (http://bugs.winehq.org/attachment.cgi?id=21782)
screenshot
See attached screenshot. "Select Destination Location" should be bolded.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39186
Bug ID: 39186
Summary: Steam client: links missing underline when DirectWrite
method enabled
Product: Wine
Version: 1.7.50
Hardware: x86
URL: https://steamcdn-a.akamaihd.net/client/installer/Steam
Setup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: ---
Created attachment 52235
--> https://bugs.winehq.org/attachment.cgi?id=52235
plain terminal output
In the Steam client when text is a link, the text is not underlined when dwrite
is enabled.Installing corefonts/tahoma doesn't help.
To reproduce the issue:
1. install Steam and log in to your account.
2. open Steam->Settings->Interface menu option and toggle 'Enable DirectWrite
for improved font smoothing...' option on and off. As a result, the link
'Fluent in another language?...' above is underlined when dwrite is disabled,
but it's missing the underline when dwrite is enabled.
Plain terminal output doesn't show anything interesting, but I'm attaching it
here anyway.
wine-1.7.50-156-gd317750
Fedora 22 32-bit
--
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=37908
Bug ID: 37908
Summary: Saving a GLFont .glf file causes crash
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shomari.sharpe(a)gmail.com
Distribution: ---
Created attachment 50490
--> https://bugs.winehq.org/attachment.cgi?id=50490
Wine Crash Log
GL Font is an application that generates a binary file storing font glyphs as
well as their texture coordinates for opengl. Under wine the program crashes
once the save button is clicked in the program.
https://students.cs.byu.edu/~bfish/glfontdl.php
--
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=13648
Summary: Dogfood: Microsoft Office 97 Professional Installler
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mandriva-andreas(a)web.de
Created an attachment (id=13630)
--> (http://bugs.winehq.org/attachment.cgi?id=13630)
The console output of the installer
The installer starts quite normal but at the end it says:
"Accwiz.dll war nicht in der Lage, sich bei der Systemregistrierung zu
registrieren."
That means Accwiz.dll was not able to register itself at the registry.
After that the installation stops with the message that Office 97 Installer was
not able to install Office 97 Proffesional correctly.
In the Microsoft Office folder are some files, some of tham executable and
working but the installer did not Install Front Page for which he was requested
to install it.
--
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=12058
Summary: No car engine sounds in TrackMania United
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artur.szymiec(a)gmail.com
The TrackMania United however works great suffer
from missing car engine sounds.
--
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=31361
Bug #: 31361
Summary: Please add an option to disable audio devices
(output/input)
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, integration
Severity: enhancement
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Requested by a user in #winehq.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39697
Bug ID: 39697
Summary: Caffeine 2014 Demo v1.01 does not start
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
CaffeineDemo_101_Win32.rar
md5sum: 80819e4b66dee5ed32fa3a4b74e880b4
sha1sum: 82b3aa3a03804a904bea207f22fd00d26db4e8a8
wine Caffeine\ Launcher.exe
Select Play Caffeine
Dialog - "The requested feature is not implemented"
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1444fc,0x13e8d0): stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1453fc,0x13e8d0): stub
--
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=28987
Bug #: 28987
Summary: Error in playing some video files in Windows Media
Player
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksey_r(a)list.ru
Classification: Unclassified
Created attachment 37295
--> http://bugs.winehq.org/attachment.cgi?id=37295
The error displayed in terminal when the file fails to play
When I try to play video file in Windows Media Player (both 9 and 10), it fails
to play (but doesn't crash). The error log is in attachment.
It happens not with all files.
In Windows the file is played OK. In Linux players (totem, vlc, etc.) too.
OS: OpenSuse 11.4 64 bit
Wine prefix = win32
Gstreamer plugins: base, good, bad and ugly, both 64 and 32 bit are installed.
WMP9 is installed via winetricks.
P.S. I've installed WMP9 via winetricks since in AppDB this way is advised as
official HOWTO.
--
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=22921
Summary: Ship Simulator 2008 demo freezes when starting a
mission if builtin msvcr71 is used
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After installing d3dx9 with winetricks, the Ship Simulator 2008 demo is able to
start. However, once a mission is selected and the Select button is clicked,
the program freezes.
Installing vcrun2003 with winetricks or removing the fake dll in system32 for
msvcr71.dll works around the problem by using the native msvcr71.
--
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=33479
Bug #: 33479
Summary: Guild Wars 2: Raw input is broken #3
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Created attachment 44311
--> http://bugs.winehq.org/attachment.cgi?id=44311
Cursor log
The bug is the same as this issue: http://bugs.winehq.org/show_bug.cgi?id=31860
libxi6 and libxi6:i386 are installed and the log doesn't say that it can't be
loaded.
This is the used command: WINEDEBUG=+cursor wine '/wine/drive_c/Program Files
(x86)/Guild Wars 2/Gw2.exe' -dx9single > /tmp/log.txt 2>&1
In the attachments is the full log.
The problem also happens on a new profile and it doesn't appear if I'm
downgrading to Wine 1.5.28.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38287
Bug ID: 38287
Summary: Pioneers: Crashes on third run
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aekkusu(a)gmail.com
Distribution: ---
Created attachment 51121
--> https://bugs.winehq.org/attachment.cgi?id=51121
Pioneers (game) Backtrace
OS: Debian Unstable (Sid)
Free download of the game: http://eigen.itch.io/pioneers
App Version: Build 7
On the first two runs the game worked flawlessly aside from some few graphical
glitches (which I suspect are because of my IGP and drivers as it happens in
native apps/programs/games and therefore is unrelated to Wine)
On the third run however I got a crash when launching the game after having
done nothing to the game except save a game I was playing.
I attached the backtrace below, also here's the terminal output:
http://pastebin.com/VqjHvB4D
The game comes in a zip file, so I won't provide the hashes for the file
itself.
--
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=38457
Bug ID: 38457
Summary: valgrind shows a definite leak in
programs/reg/tests/reg.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==18558== 8 bytes in 1 blocks are definitely lost in loss record 8 of 243
==18558== at 0x7BC49E0E: notify_alloc (heap.c:254)
==18558== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==18558== by 0x41FE223: reg_delete (reg.c:368)
==18558== by 0x41FE7EE: wmain (reg.c:505)
==18558== by 0x41FEB46: __wine_spec_exe_wentry (exe_wentry.c:36)
==18558== by 0x7B85F093: ??? (process.c:1052)
==18558== by 0x7B85F1D5: start_process (process.c:1104)
==18558== by 0x7BC8023F: ??? (signal_i386.c:2682)
==18558== by 0x7BC80286: call_thread_func (signal_i386.c:2741)
==18558== by 0x7BC8021D: ??? (signal_i386.c:2682)
==18558== by 0x7BC56915: start_process (loader.c:2868)
==18558== by 0x403DDAC: ??? (port.c:60)
==18558==
--
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=38653
Bug ID: 38653
Summary: Wine doesn't run when compiled with GCC 5.1
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
More details in https://bugs.wine-staging.com/show_bug.cgi?id=270
I'm getting various errors compiling it with GCC 5.1. The build process itself
doesn't error, but starting apps (even wineboot) is broken.
--
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=38647
Bug ID: 38647
Summary: Active Home Pro encounters serious error
(ActiveHm.exe)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: randallphillips(a)gmx.com
Distribution: ---
Created attachment 51569
--> https://bugs.winehq.org/attachment.cgi?id=51569
backtrace with whatever details of problem.
When opening or running Active Home Pro I get a Program Error popup. Active
Home seems to be located in an odd location on my hard drive:
/home/randall/.PlayOnLinux/wineprefix/NeedForSpeedWorld/drive_c/Program
Files/ActiveHome Pro
The drive_c seems to be buried in multiple sub-folders.
While a more normal looking drive_c is located here:
/home/randall/.wine/drive_c/Program Files
I have attempted to remove and reinstall Wine at least once on this machine.
--
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=11751
Summary: Intellicad - endless loop when editing rich text (user32
SendMessageA)
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikesg(a)abv.bg
Created an attachment (id=11008)
--> (http://bugs.winehq.org/attachment.cgi?id=11008)
Relay log
When trying to enter rich text in a drawing in 4m - Ingellicad an endless loop
is encountered (CPU stays 98%). See details below. The console output is
attached.
Wine version: wine-0.9.56
OS: OpenSUSE 10.3
Windows: No windows, just a clean wine install
Program: 4M - Intellicad 6 classic. Download demo:
http://www.4msa.com/downloads/SetupICADClassic64_E.exe
Install: wine SetupICADClassic64_E.exe
How to run: I had to copy mfc71.dll,msvcr71.dll and msvcp71.dll from a Win XP
SP2 install into drive_c/ICAD6CLASSIC folder
Command line: wine "C:\ICAD6CLASSIC\icad.exe"
How to reproduce:
Run the program, in welcome dialog click 'Start Evaluation', in program
command line type 'mtext' in command line, drag a rectangle on screen and in
box
that appears type whatever you want (don't worry about black letters on black
background) and click 'OK'. All freezes.
When started with +relay, the following lines appear endlessly:
0009:Call user32.SendMessageA(00000000,00000150,fffffffe,00000000) ret=00585ec5
0009:Ret user32.SendMessageA() retval=00000000 ret=00585ec5
Only difference is that the third parameter decreases with 1 every time it is
displayed.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36583
Bug ID: 36583
Summary: valgrind shows several invalid reads in
user32/tests/dde.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5757== Invalid read of size 4
==5757== at 0x5300A0F: WDML_GetConv (dde_misc.c:2248)
==5757== by 0x53010CE: DdeQueryConvInfo (dde_misc.c:2453)
==5757== by 0x4E75978: test_dde_aw_transaction (dde.c:1714)
==5757== by 0x4E7BD78: func_dde (dde.c:2779)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b6290 is 288 bytes inside a block of size 318 free'd
==5757== at 0x7BC4C72C: notify_free (heap.c:263)
==5757== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==5757== by 0x7BC756DB: RtlFreeAnsiString (rtlstr.c:173)
==5757== by 0x7BC44D3F: FILE_CreateFile (file.c:190)
==5757== by 0x7BC44F02: NtOpenFile (file.c:246)
==5757== by 0x7B840FE2: FindFirstFileExW (file.c:1948)
==5757== by 0x7B841DE2: FindFirstFileW (file.c:2241)
==5757== by 0x7B85D58E: GetLongPathNameW (path.c:373)
==5757== by 0x7B8658CE: create_startup_info (process.c:1618)
==5757== by 0x7B866722: create_process (process.c:1998)
==5757== by 0x7B867B26: create_process_impl (process.c:2361)
==5757== by 0x7B868155: CreateProcessA (process.c:2444)
==5757== by 0x4E7BA7A: func_dde (dde.c:2738)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Invalid read of size 1
==5757== at 0x402BE93: strlen (vg_replace_strmem.c:412)
==5757== by 0x7B852F8B: CompareStringA (locale.c:3055)
==5757== by 0x7B853485: lstrcmpA (locale.c:3170)
==5757== by 0x4E73DA8: dde_server_wndprocW (dde.c:1420)
==5757== by 0x538B4F5: ??? (winproc.c:173)
==5757== by 0x538B66A: call_window_proc (winproc.c:244)
==5757== by 0x538D803: WINPROC_call_window (winproc.c:900)
==5757== by 0x534EB44: DispatchMessageW (message.c:4019)
==5757== by 0x52FB4A0: WDML_SyncWaitTransactionReply (dde_client.c:1067)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757== Address 0x49b33b0 is 0 bytes after a recently re-allocated block of
size 16 alloc'd
==5757== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5757== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5757== by 0x7B8457FF: HeapAlloc (heap.c:271)
==5757== by 0x7B845B34: GlobalAlloc (heap.c:388)
==5757== by 0x5349F4D: unpack_dde_message (message.c:2172)
==5757== by 0x534C1D3: peek_message (message.c:2936)
==5757== by 0x534DDC6: PeekMessageW (message.c:3757)
==5757== by 0x52FB4CE: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==5757== by 0x52FB727: WDML_ClientHandle (dde_client.c:1124)
==5757== by 0x52FBB96: DdeClientTransaction (dde_client.c:1222)
==5757== by 0x4E74C12: test_dde_aw_transaction (dde.c:1609)
==5757== by 0x4E7BD64: func_dde (dde.c:2777)
==5757== by 0x4F50978: run_test (test.h:584)
==5757== by 0x4F50D67: main (test.h:654)
==5757==
etc.
(this is in a virtual desktop)
--
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=36105
Bug ID: 36105
Summary: user32/dde tests has some leaks
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==8974== 8 bytes in 1 blocks are definitely lost in loss record 52 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845A92: GlobalAlloc (heap.c:364)
==8974== by 0x50BC447: PackDDElParam (dde_misc.c:87)
==8974== by 0x5109F7E: unpack_dde_message (message.c:2166)
==8974== by 0x510C247: peek_message (message.c:2936)
==8974== by 0x510DE3A: PeekMessageW (message.c:3757)
==8974== by 0x50BB4C6: WDML_SyncWaitTransactionReply (dde_client.c:1037)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D3096C: test_ddeml_client (dde.c:326)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
==8974== 8 bytes in 1 blocks are possibly lost in loss record 51 of 578
==8974== at 0x7BC4C735: notify_alloc (heap.c:255)
==8974== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==8974== by 0x7B84586B: HeapAlloc (heap.c:271)
==8974== by 0x7B845B40: GlobalAlloc (heap.c:376)
==8974== by 0x50BEB40: DdeCreateDataHandle (dde_misc.c:1322)
==8974== by 0x50BF334: WDML_Global2DataHandle (dde_misc.c:1538)
==8974== by 0x50BA1F0: WDML_HandleRequestReply (dde_client.c:530)
==8974== by 0x50BB077: WDML_HandleReply (dde_client.c:943)
==8974== by 0x50BB3EB: WDML_SyncWaitTransactionReply (dde_client.c:1051)
==8974== by 0x50BB71F: WDML_ClientHandle (dde_client.c:1124)
==8974== by 0x50BBB8E: DdeClientTransaction (dde_client.c:1222)
==8974== by 0x4D319DB: test_ddeml_client (dde.c:472)
==8974== by 0x4D3E80D: func_dde (dde.c:2697)
==8974== by 0x4E12A14: run_test (test.h:584)
==8974== by 0x4E12E03: main (test.h:654)
==8974==
--
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=30471
Bug #: 30471
Summary: powersim constructor 2.5 old version cannot save and
open file
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrius.photo(a)gmail.com
Classification: Unclassified
Created attachment 39847
--> http://bugs.winehq.org/attachment.cgi?id=39847
wen starting program
hello,
i try to run Powersim constructor old version, and old is clearly but, when i
try to save or read file i get error and program is crashed. Maybe it is
because off old version program. thanks for help
--
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=25914
Summary: Dead Space 2 exits with error
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
After starting Dead Space 2 (copied from windows partition due msi bugs and
cracked due solidshield) game exits with something like that "could not
initialize graphics hardware, please restart"
Console log (pasted here because it's not too long):
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:thread:SetThreadIdealProcessor (0x134): stub
AffinityMask = 1; Initial APIC = 0; Physical ID = 0, Core ID = 0, SMT ID = 0
AffinityMask = 2; Initial APIC = 1; Physical ID = 0, Core ID = 1, SMT ID = 0
fixme:thread:SetThreadIdealProcessor (0x138): stub
fixme:thread:SetThreadIdealProcessor (0x13c): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33efe4,0x00000000), stub!
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x5ec, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x5ec.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x678, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x678.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 27 on device
context 0x68c, last error 0.
err:d3d:context_create Failed to set pixel format 27 on device context 0x68c.
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 15 on device
context 0x6a0, last error 0.
err:d3d:context_create Failed to set pixel format 15 on device context 0x6a0.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 3 on device context
0x6b4, last error 0.
err:d3d:context_create Failed to set pixel format 3 on device context 0x6b4.
err:d3d9:device_parent_CreateSwapChain (0x1237c4) CreateAdditionalSwapChain
failed, returning 0x8876086a
I think these messages indicates the 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.
https://bugs.winehq.org/show_bug.cgi?id=39710
Bug ID: 39710
Summary: Hitman 2: Silent Assassin shows wrong colors with
environment bump mapping
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52957
--> https://bugs.winehq.org/attachment.cgi?id=52957
screenshot
Some objects has wrong colors when environment bump mapping is enabled.
Nvidia driver 352.63
wine-1.8-rc2-29-g66d8e38
--
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.