https://bugs.winehq.org/show_bug.cgi?id=40222
Bug ID: 40222
Summary: IMalloc(Spy)::Free nullptr
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: learn0more+wine(a)gmail.com
Distribution: ---
Created attachment 53739
--> https://bugs.…
[View More]winehq.org/attachment.cgi?id=53739
the binary triggering the bug.
Calling IMalloc::Free with a nullptr should not invoke the IMallocSpy.
(IMalloc_fnFree)
Bug encountered in ReactOS (Where the IMallocSpy implementation from wine is
used).
See: https://jira.reactos.org/browse/CORE-10903
Also verified on wine.
Attached binary invokes the invalid behavior on ReactOS and Wine, and not on
Windows.
(Run: `wine atl_apitest.exe CComHeapPtr`)
Patchbot run:
https://testbot.winehq.org/JobDetails.pl?Key=20921
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40204
Bug ID: 40204
Summary: [REGRESSION] Steam stopped working as of wine 1.9.4
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lena.stoffler(a)ymail.com
Distribution: ---
Created attachment 53714
…
[View More]--> https://bugs.winehq.org/attachment.cgi?id=53714
Console output (LOG)
As of wine 1.9.4 the steam client stopped working, means won't start anymore.
The installer and updater still works, but the main gui and service is unable
to start.
Games that require the steam client running in the background cannot be played
anymore.
Log attached, clean wineprefix used
32-bit and 64-bit tested, same behaviour
NOTE: in wine 1.9.3 steam works
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40021
Bug ID: 40021
Summary: CTL3D32.DLL seems to be mostly empty
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lahs8353(a)yahoo.com
Distribution: ---
I need CTL3D32.DLL for a scientific …
[View More]program found here:
http://optics.tugraz.at/idea/register.html
I've tried getting it to work on wine (well q4wine to be exact) and I'm having
some issues. I've tried both native and builtin DLLs. I've also tried manually
overwriting the DLL under Windows/System32 with one which I downloaded. The
native DLL reports that CTL3D32.DLL was not installed correctly. The builtin
DLL reports: "wxWindows Fatal Error: Cannot register CTL3D"
People on IRC commented that it appears that CTL3D32.DLL is mostly empty on
wine and should be easily fixable.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=38314
Bug ID: 38314
Summary: Mouse Wheel doesn’t work for JA2 1.13 (it uses
MOUSEHOOKSTRUCTEX)
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: notifications+bugs.winehq.org(a)m0a.de
…
[View More]Distribution: ---
The mouse wheel does not work at all in JA2 1.13 and by looking at the source
code I think it may be one of several reasons:
1) MOUSEHOOKSTRUCTEX is not properly supported in wine
2) The wheel distance in mouseData does not equal WHEEL_DELTA (if it’s not
exactly WHEEL_DELTA then this code will just drop the event)
3) There is a "bug" in the JA2 1.13 code, which actually works in Windows
3a) If I look at the code I see a comparison with WHEEL_DELTA, this will fail
if the LOWORD of mouseData is not zero. Seems like on windows it’s always zero?
Maybe in wine it’s not zero? Source:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms644969%28v=vs.85…
The code:
LRESULT CALLBACK MouseHandler(int Code, WPARAM wParam, LPARAM lParam)
{
[...]
p_mhs = (MOUSEHOOKSTRUCTEX*)lParam;
[...]
if(p_mhs->mouseData==(WHEEL_DELTA<<16)) //up MessageBeep(-1);
QueueEvent(MOUSE_WHEEL_UP, 0, uiParam);
if(p_mhs->mouseData==(-WHEEL_DELTA<<16)) //dn MessageBeep(0x00000040L);
QueueEvent(MOUSE_WHEEL_DOWN, 0, uiParam);
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=37288
Bug ID: 37288
Summary: Not implemented feature
System.Drawing.Pen.ResetTransform()
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Tried to use ComponentOne …
[View More]C1Report library in my .NET application, got the
following error.
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.NotImplementedException: The requested
feature is not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename
unknown>:0
at System.Drawing.Pen.ResetTransform () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Pen:ResetTransform ()
at C1.Win.C1Preview.C1PreviewPane.#YQe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.#kPe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.Init () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PreviewPane:.ctor
()
at C1.Win.C1Preview.C1PrintPreviewControl.Init () [0x00000] in <filename
unknown>:0
at C1.Win.C1Preview.C1PrintPreviewControl..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewControl:.ctor ()
at C1.Win.C1Preview.C1PrintPreviewDialog.InitializeComponent () [0x00000] in
<filename unknown>:0
at C1.Win.C1Preview.C1PrintPreviewDialog..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewDialog:.ctor ()
[skipped lines]
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39908
Bug ID: 39908
Summary: SuperTux 0.3.5a crashes on startup, needs
msvcr120.dll.strtof
Product: Wine
Version: 1.9.0
Hardware: x86
URL: https://github.com/SuperTux/supertux/releases/download
/v0.3.5a/supertux-0.3.5a-win32-setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
…
[View More] Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
wine: Call from 0x7b83a2bc to unimplemented function msvcr120.dll.strtof,
aborting
Moving this issue to its own bug.
Was before part of https://bugs.winehq.org/show_bug.cgi?id=39034 .
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=37115
Bug ID: 37115
Summary: Calling ReadFile from WINBASEAPI (WinBase.h) with zero
read length causes hang
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robw(a)sagatech.ca
Our …
[View More]software connects to a serial device using USB-serial adapters. In the
process of attempting to create a wrapper for use on OSx, I discovered a hang
when I attempted to connect to the device under Wine that does not occur under
Windows.
I have tracked it down to the WINBASEAPI ReadFile. Under Windows, if a zero
value is passed as the length to read, it handles and returns zero. Under Wine,
it causes a "black box" (meaning I can't trace it) hang.
I have worked around this in my code by including a return on zero value for
the length, however believe it may be responsible for other serial issues I
have seen in researching this problem.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40129
Bug ID: 40129
Summary: MSI Reading and Writing Behaves differently than
Windows
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agrothberg(a)yahoo.com
Created attachment 53618
-…
[View More]-> https://bugs.winehq.org/attachment.cgi?id=53618
Corrupt MSI
I am using Python `bdist_msi` to create an MSI and then
https://github.com/activescott/lessmsi to inspect the MSI. When using Wine, I
can create an MSI and then successfully inspect it. However if I try to install
the MSI that was created under Wine on Windows machine, in stall fails. Further
using the same lessmsi tool above but running it on Windows fails. A complete
write up is here:
http://stackoverflow.com/questions/35004900/using-wine-to-build-msi-for-pyt…
but it appears that the Property table on the MSI is corrupt. Attached is the
msi.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39838
Bug ID: 39838
Summary: Wreckfest Server: Crashes at startup, unimplemented
function KERNEL32.dll.GetConsoleScreenBufferInfoEx
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: devin(a)…
[View More]devinbraune.de
Distribution: ---
Created attachment 53182
--> https://bugs.winehq.org/attachment.cgi?id=53182
Screenshot which shows terminal (input and output) and other windows related to
it
Bugbear Games' Next Car Game: Wreckfest crashes in dedicated server mode
because KERNEL32.dll.GetConsoleScreenBufferInfoEx is not implemented.
Attached screenshot shows what exactly happens when starting a clean
installation of wreckfest with a clean wineprefix 1.8. The start_server.bat is
part of the game and seems to start wreckfest.exe -s, the regular executable of
the game.
The game itself launches fine if hardware requirements are met. Just not the
server.
Unfortunately, I can't post a download link because it's a commercial game on
steam.
--
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.
[View Less]