http://bugs.winehq.org/show_bug.cgi?id=34465
Bug #: 34465
Summary: process hacker 2.31 crashes in toolbar code
Product: Wine
Version: 1.7.1
Platform: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
Created attachment 45884
--> http://bugs.winehq.org/attachment.cgi?id=45884
stack trace
This requires a couple of winsta function stubs for bug 34317.
It seems the program sends TB_GETBUTTONINFO to a toolbar with
TBIF_TEXT set, but pszText and cchText set to 0. This causes a crash when we
attempt to write to pszText.
One would think that the solution is to respect cchText even when there is no
text to return, but I got a crash when I tried to write a test that does this
on Windows. It seems Windows always crashes given NULL/0 for pszText/cchText
except when a string pointer is set for the button text.
>From the application source code
http://sourceforge.net/p/processhacker/code/5441/tree//2.x/trunk/plugins/To…
it looks to me like NULL/0 and the TBIF_TEXT flag will always be used, and I
can't find a way that the text would be set to a string pointer without reading
it in this way first. So I haven't been able to figure out how Process Hacker
could work on windows when my test did not.
I don't think this happened in 2.30.
This could easily be worked around in Process Hacker, but it appears to be a
Wine 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=19862
Summary: CodeCreatures crashes.
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://ftp.sunet.se/pub/games/PC/guru3d/benchmark/Code
creatures_Benchmark_Pro_Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried some benchmark programs from guru3d, this (rather old) benchmark
program crashes.
I'll attach the log generated by the app itsself. The console output didn't
really tell anything interesting.
Note for myself, the dumb hack below makes the app run fine.
diff --git a/dlls/d3d8/texture.c b/dlls/d3d8/texture.c
index c22c491..58b5365 100644
--- a/dlls/d3d8/texture.c
+++ b/dlls/d3d8/texture.c
@@ -270,7 +270,7 @@ static HRESULT WINAPI
IDirect3DTexture8Impl_UnlockRect(LPDIRECT3DTEXTURE8 iface,
hr = IWineD3DTexture_UnlockRect(This->wineD3DTexture, Level);
wined3d_mutex_unlock();
- return hr;
+ return 0;//hr;
}
static HRESULT WINAPI IDirect3DTexture8Impl_AddDirtyRect(LPDIRECT3DTEXTURE8
iface, CONST RECT *pDirtyRect) {
--
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=35495
Bug ID: 35495
Summary: sharing violation and prompt for copy /B file1+file2
file1
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Classification: Unclassified
copy /B file1+file2 file1
(to do append in a rather old nmake MSVC build script)
results in sharing violation and prompts, and error. Obviously, under genuine
windows, there is no prompt to confirm, nor the sharing violation message.
The actual behavior is this:
-------------
> copy /B file1+file2 file1
Overwrite file1? (Yes|No)yes
Sharing violation.
Overwrite file1? (Yes|No)yes
> copy file1+file2 file1
Overwrite file1? (Yes|No)yes
err:cmd:WCMD_ManualCopy Unexpected failure writing to L"file1", rc=6
Invalid handle.
Overwrite file1? (Yes|No)yes
-----------
The expected behavior should be silent for /B .
--
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=35542
Bug ID: 35542
Summary: [EQ Next Landmrk] Mouse wheel not recognised.
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonilh(a)gmail.com
Classification: Unclassified
In EverQuest Next Landmark (Alpha) the mouse (scroll) wheel is not recognised
at all. It dose not work for any purpose it is intended for.
This is only inside the game itself. In the Launcher the mouse wheel work fine
to scroll in the list of news for example. But not in similar once inside game.
Mouse wheel works fine in all other games and applications I run in Wine.
As one has to pay to get in to the alpha I understand if no dev can reproduce
this.
But maybe you have some ideas on what I can try to get it to work?
The mouse wheel is used heavily in this game so it is quite a major
inconvenience that it doesn't work.
--
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=37853
Bug ID: 37853
Summary: [Landmark] Game crash while entering world at 50%
loading.
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: jonilh(a)gmail.com
Distribution: ---
Created attachment 50415
--> https://bugs.winehq.org/attachment.cgi?id=50415
Backtrace from Landmark crashing at 50% while entering world.
(Landmark refers to what used to be called EverQuest Next Landmark. At some
point it changed name to just "Landmark")
Getting in the game to character select works fine.
But when clicking the Play button to enter a world it starts to load but always
crash at 50%.
Attaching Backtrace.
--
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=39527
Bug ID: 39527
Summary: LinuxMint PlayOnLinux Steam DevilMacRay crash
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francois.termote(a)laposte.net
Distribution: ---
Created attachment 52675
--> https://bugs.winehq.org/attachment.cgi?id=52675
backtrace de wine
Bonjour,
J’essaie de faire tourner wine depuis 1 semaine via playonlinux, avec plus ou
moins de succès.
En l'occurence, Devil May Cry (et non pas Mac Cray comme j'ai mis dans le .txt)
via steam, fait parti de ceux qui crach au démarrage.
--
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=39641
Bug ID: 39641
Summary: Notepad++ not coming to front when opening files
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sds(a)mailinator.com
Distribution: ---
1) Whenever files are opened in Notepad++ (after application is already open),
it opens the file but does not bring the application to the front. You have to
manually click it's taskbar tab to bring it to the front. Hopefully you can
find a way to make it so (so it's similar to Windows)
2) Also, I'm not sure how to reproduce this bug but when notepad++ is open for
a while it becomes weird in the sense you can close a tab properly, can't copy
text or do any regular functions (have to close and reopen to do so). And this
doesn't happen all the time either.
--
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=35100
Bug #: 35100
Summary: YGOPRO V3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monicadx_24(a)yahoo.co.jp
Classification: Unclassified
when I try to play YGOPRO V3, suddenly messages come up and it force me to
close it & I can not start to play the game or can not finish a game.
--
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=24160
Summary: sigcheck incorrectly validates modified exes
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://technet.microsoft.com/en-us/sysinternals/bb8974
41.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
http://www.pastethat.com/dJurt/get
(3MB compressed, 8MB uncompressed - cant attach)
wine sigcheck -q wow2.exe
Z:\home\adys\Wow2.exe:
Verified: Signed
Signing date: 1:43 PM 8/26/2010
Publisher: Blizzard Entertainment
Description: World of Warcraft Retail
Product: World of Warcraft
Version: Version 3.3
File version: 3, 3, 5, 12340
fixme:mscoree:CorExitProcess (0) stub
The file is NOT valid, and on Windows it shows up as "Bad signature" instead of
Signed.
--
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=39695
Bug ID: 39695
Summary: Runtime not installed
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: blake1024(a)gmail.com
Distribution: ---
I built and installed Wine 1.8-rc2 with:
./configure --prefix=/usr --enable-win64
make
sudo make install
It completed without errors. After that I can compile and build my app. But
when I try to run it, I get:
blake@blake-sony ~/Windows-share/Dynace.git/WinExam/exam01 $ ./main
./main: 36: exec: wine: not found
blake@blake-sony ~/Windows-share/Dynace.git/WinExam/exam01 $ wine
wine: command not found
Also, from /usr
blake@blake-sony /usr $ find . -name wine
./lib64/wine
./include/wine
./share/wine
./share/bash-completion/completions/wine
Thanks.
Blake McBride
--
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=38119
Bug ID: 38119
Summary: Hyperdimension Neptunia Re;Birth 1 just died
Product: Wine
Version: 1.1.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hurp(a)mailinator.com
Distribution: ---
Created attachment 50805
--> https://bugs.winehq.org/attachment.cgi?id=50805
log
Neptunia was running fine, but I did an update and now it's just broken, as per
the attached log. Game no longer even starts.
--
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=34671
Bug #: 34671
Summary: wined3d: Add Radeon HD 4650 PCI IDs
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin+winebugs(a)etorok.net
Classification: Unclassified
Created attachment 46222
--> http://bugs.winehq.org/attachment.cgi?id=46222
patch to add PCI id for Radeon HD 4650
Noticed this on a Cryptic game (have to set VideoPciVendorID and
VideoPciDeviceID in registry, otherwise its very slow):
fixme:d3d:init_driver_info Unable to find a driver/device info for
vendor_id=0x1002 device_id=0x9498 for driver_model=2
My card is:
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] RV730 PRO [Radeon HD 4650] [1002:9498]
Relevant glxinfo output:
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV730
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.0
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.2.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
Attached patch adds the missing PCI id.
--
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=37218
Bug ID: 37218
Summary: Assertion fail while starting Unity3d
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Created attachment 49489
--> https://bugs.winehq.org/attachment.cgi?id=49489
crash log
Wine crashes with the following assertion fail:
Files\Unity\Editor\Unity.exe: ../../../wine/dlls/dbghelp/symbol.c:282:
symt_new_function: Assertion `!sig_type || sig_type->tag == SymTagFunctionType'
failed.
See the the attached log for more details.
--
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=35476
Bug ID: 35476
Summary: no start qip 2012
Product: Wine
Version: 1.5.5
Hardware: x86-64
URL: http://qip.ru/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sibmius(a)mail.ru
Classification: Unclassified
Created attachment 47354
--> http://bugs.winehq.org/attachment.cgi?id=47354
log
no start qip 2012 on click qip.exe
linux Debian 7.3 (wheezy) 3.2.0-4-amd64 GNOME 3.4.2
--
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=32250
Bug #: 32250
Summary: perfect world international errors out on startup
after Sirens of War expansion
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfulrich(a)gmail.com
Classification: Unclassified
Created attachment 42555
--> http://bugs.winehq.org/attachment.cgi?id=42555
the line from the debug output containing character codes for what I'm assuming
are Chinese characters
This was running fine until I was forced to update to the Sirens of War
expansion. Now, when I try to start it up, it immediately gives me a scrambled
error message box. I tried running wine with WINEDEBUG=+relay,+msgbox, but got
a 1.9 GB output file. After searching through it, I found the messagebox
output before it's incorrectly parsed for display (see attached
"messageBoxLine.txt). I assume these characters are supposed to be parsed as
Chinese characters, so maybe someone can do that and figure out what the
message is?
--
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=39115
Bug ID: 39115
Summary: I was trying to install a compiler and the install
program crashed and generated a backtrace file.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: curty(a)ieee.org
Distribution: ---
Created attachment 52121
--> https://bugs.winehq.org/attachment.cgi?id=52121
The backtrace file generates after crashing the
"xc32-v1.40-full-install-windows-installer.exe" execution.
I was trying to install a MicroChip XC32 compiler
(xc32-v1.40-full-install-windows-installer.exe) downloaded from
http://www.microchip.com/mplabxc32windows
The install program crashed and generated the backtrace file attached.
--
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=37438
Bug ID: 37438
Summary: Mono's vectored exception handlers return
EXCEPTION_CONTINUE_EXECUTION, skipping an
application's exception handling
Product: Wine
Version: 1.7.29
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: joachim.priesner.bugs(a)web.de
Distribution: ---
Created attachment 49804
--> https://bugs.winehq.org/attachment.cgi?id=49804
Sample delphi program (source code)
I have a Delphi sample program (see attachment) that raises and catches an
exception while a .NET dll is loaded.
When not loading the DLL, everything works fine. When the DLL is loaded, Mono
installs its own exception handler that catches the raised exception and
returns EXCEPTION_CONTINUE_EXECUTION, bypassing the application's own
stack-based exception handler which leads to a crash.
--
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=24903
Summary: Regression: NoX game crashes when trying inputting
anything in any textbox
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evengard(a)trioptimum.com
The NoX game
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=4324) is crashing
when inputting in any textbox ingame (setting the player name, chatting,
inputting in game console) with the following error:
wine: Unhandled page fault on read access to 0xffff0027 at address 0xffff0027
(thread 0009), starting debugger...
I did a regression testing of the bug and found that the
0e270bbd226c34bd2831673c1c546f8db76b0487 commit is the bad one.
If needed, I can post here any backtraces needed (just say what is needed to
perform a test).
NOTE: the game works perfectly well in Win98, WinXP, WinVista and Win7
--
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=29205
Bug #: 29205
Summary: Can't play Warrock
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luis_pak(a)hotmail.com
Classification: Unclassified
Created attachment 37704
--> http://bugs.winehq.org/attachment.cgi?id=37704
error
First I install and update warrock all fine...
But then when I try to run the game the give me the error that is missing
msvcp90.dll
I downloaded and copy to system32 directory.
When I try to play again give me an error but is not especific just say that
this error don't appear in windows just in wine
Best Regards
Luis Vicente
PS: In attach I send a print
--
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=36557
Bug ID: 36557
Summary: valgrind shows some invalid writes in
ieframe/tests/webbrowser.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48653
--> https://bugs.winehq.org/attachment.cgi?id=48653
valgrind log
==13268== Invalid write of size 4
==13268== at 0x6805C5E: update_travellog (dochost.c:428)
==13268== by 0x68069B3: ClOleCommandTarget_Exec (dochost.c:697)
==13268== by 0x774F397: notify_travellog_update (docobj.h:981)
==13268== by 0x774F56E: set_current_mon (persist.c:134)
==13268== by 0x7727C12: navigate_proc (navigate.c:2093)
==13268== by 0x7766E90: hidden_proc (task.c:316)
==13268== by 0x53425C1: ??? (winproc.c:173)
==13268== by 0x5342736: call_window_proc (winproc.c:244)
==13268== by 0x53448CF: WINPROC_call_window (winproc.c:900)
==13268== by 0x5305C04: DispatchMessageW (message.c:4019)
==13268== by 0x69D80B98: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E6960: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E644E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6AFE5010: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x69CAB80E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E65A1: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x69D80A5F: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x53425C1: ??? (winproc.c:173)
==13268== by 0x5342736: call_window_proc (winproc.c:244)
==13268== by 0x53448CF: WINPROC_call_window (winproc.c:900)
==13268== Address 0x483a04c is 4 bytes after a block of size 32 alloc'd
==13268== at 0x7BC4C75D: notify_alloc (heap.c:255)
==13268== by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==13268== by 0x680464D: heap_alloc (ieframe.h:328)
==13268== by 0x6805ADB: update_travellog (dochost.c:401)
==13268== by 0x68069B3: ClOleCommandTarget_Exec (dochost.c:697)
==13268== by 0x774F397: notify_travellog_update (docobj.h:981)
==13268== by 0x774F56E: set_current_mon (persist.c:134)
==13268== by 0x7727C12: navigate_proc (navigate.c:2093)
==13268== by 0x7766E90: hidden_proc (task.c:316)
==13268== by 0x53425C1: ??? (winproc.c:173)
==13268== by 0x5342736: call_window_proc (winproc.c:244)
==13268== by 0x53448CF: WINPROC_call_window (winproc.c:900)
==13268== by 0x5305C04: DispatchMessageW (message.c:4019)
==13268== by 0x69D80B98: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E6960: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E644E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6AFE5010: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x69CAB80E: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x6A0E65A1: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268== by 0x69D80A5F: ??? (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13268==
--
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=36365
Bug ID: 36365
Summary: valgrind shows a TON of leaks in
ieframe/tests/webbrowser.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
By far one of the noisiest logs/leaks so far.
==15771== 28 bytes in 1 blocks are possibly lost in loss record 2,015 of 11,565
==15771== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15771== by 0x5B21B82: heap_alloc_zero (typelib.c:1662)
==15771== by 0x5B295CC: ITypeLib2_Constructor_MSFT (typelib.c:2902)
==15771== by 0x5B2C20B: LoadTypeLibEx (typelib.c:3460)
==15771== by 0x5B2DDF2: LoadTypeLib (typelib.c:454)
==15771== by 0x5B2E4AA: LoadRegTypeLib (typelib.c:537)
==15771== by 0x6933764: get_typeinfo (ieframe_main.c:75)
==15771== by 0x69298B1: ProvideClassInfo_GetClassInfo (classinfo.c:62)
==15771== by 0x4A5B8A4: test_ClassInfo (ocidl.h:3368)
==15771== by 0x4A63A2E: test_WebBrowser (webbrowser.c:3380)
==15771== by 0x4A65E0B: func_webbrowser (webbrowser.c:3629)
==15771== by 0x4A673B4: run_test (test.h:584)
==15771== by 0x4A677A3: main (test.h:654)
==15771==
==15771== 8 bytes in 1 blocks are definitely lost in loss record 422 of 11,565
==15771== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15771== by 0x6948752: create_shell_ui_helper (ieframe.h:328)
==15771== by 0x692D2BA: DocHostUIHandler_GetExternal (dochost.c:900)
==15771== by 0x4A59F1E: test_external (mshtmhst.h:849)
==15771== by 0x4A6638C: func_webbrowser (webbrowser.c:3502)
==15771== by 0x4A673B4: run_test (test.h:584)
==15771== by 0x4A677A3: main (test.h:654)
==15771==
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=36213
Bug ID: 36213
Summary: valgrind shows some possible leaks under
crypt32/tests/sip.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23202== 52 bytes in 1 blocks are possibly lost in loss record 111 of 282
==23202== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==23202== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==23202== by 0x514398B: CryptMemAlloc (main.c:124)
==23202== by 0x51627B5: CRYPT_CacheSIP (sip.c:576)
==23202== by 0x5162B5D: CRYPT_LoadSIP (sip.c:653)
==23202== by 0x5162C60: CryptSIPLoad (sip.c:698)
==23202== by 0x4EA631D: test_SIPLoad (sip.c:357)
==23202== by 0x4EA67BF: func_sip (sip.c:444)
==23202== by 0x4EB7F67: run_test (test.h:584)
==23202== by 0x4EB8356: main (test.h:654)
==23202==
--
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=36341
Bug ID: 36341
Summary: valgrind shows some possible leaks under
crypt32/tests/base64.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21036== 2,628 bytes in 73 blocks are possibly lost in loss record 250 of 266
==21036== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==21036== by 0x4F815DF: CryptMemAlloc (main.c:124)
==21036== by 0x4F92C4B: crypt_oid_init (oid.c:1403)
==21036== by 0x4F811F8: DllMain (main.c:46)
==21036== by 0x4FA5F36: __wine_spec_dll_entry (dll_entry.c:40)
==21036== by 0x7BC53B24: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==21036== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068)
==21036== by 0x7BC56AE7: process_attach (loader.c:1157)
==21036== by 0x7BC56AB9: process_attach (loader.c:1149)
==21036== by 0x7BC56CEF: attach_process_dlls (loader.c:2769)
==21036== by 0x401BC7C: ??? (in
/home/austin/wine-valgrind-known/libs/wine/libwine.so.1.0)
==21036==
--
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=37399
Bug ID: 37399
Summary: Urban Assault black screen when using software
renderer (palette problem)
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Depends on: 37307, 37398
Regression SHA1: 9d49b7a9be6d4ed59a69c3453de4eadb0101ea09
Distribution: Ubuntu
Once Bug #37307 and Bug #37398 are resolved/worked around then another issue
crops up with Urban Assault, apparently a change back in June makes it such
that UA cannot load since the surface it's using does not get a palette. The
following error occurs repeated on the command line:
fixme:d3d:convert_p8_uint_b8g8r8a8_unorm P8 surface loaded without a palette.
--
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=36247
Bug ID: 36247
Summary: VHD Attach crushes because of virtdisk.dll missing
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matyapiro31(a)gmail.com
VHD Attach is an application to mount .vhd files as hard disks.
It depends on virtdisk.dll but wine doesn't include it.
I think we can implement it easily by using libvirt?
It support VHD file type.
--
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.