https://bugs.winehq.org/show_bug.cgi?id=47490
Bug ID: 47490
Summary: GlobalLock different behavior
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: ghotik2002(a)yahoo.com
Distribution: ---
Different behavior of GlobalLock in DxWnd GUI routine.
This is an extract of source code:
IStream *pStream = 0;
CreateStreamOnHGlobal(0, TRUE, &pStream);
LONG cbSize = 0;
hr = pPicture->SaveAsFile(pStream, TRUE, &cbSize);
if(FAILED(hr)) {
OutTrace("GrayIcon: SveAsFile error hr=%#x\n", hr);
return NULL;
}
HGLOBAL hBuf = 0;
hr = GetHGlobalFromStream(pStream, &hBuf);
if(FAILED(hr)) {
OutTrace("GrayIcon: GetHGlobalFromStream error hr=%#x\n", hr);
return NULL;
}
buf = (BYTE *)GlobalLock(hBuf);
if(buf == NULL) {
OutTrace("GrayIcon: GlobalLock error err=%d\n", GetLastError());
return NULL;
}
the stream holds an icon picture, everything is ok but the GlobalLock call:
- in Windows it returns a valid memory address
- in Wine/Linux it returns NULL errno 157 ERROR_DISCARDED - The segment is
already discarded and cannot be locked.
All this is in DxWnd program run on Wine/Linux environment.
P.s. my first bug report here - hope everything is more or less ok ... ;)
--
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=56280
Bug ID: 56280
Summary: vbscript: String coerced to Integer instead of Long?
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
> cat test.vbs
Dim a, b
a = "5592325"
b = (a AND 15) * 515
WScript.Echo "test: " & b
> wine --version
wine-9.0
> wine cscript test.vbs
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
010c:fixme:wscript:ActiveScriptSite_OnScriptError ()
And on windows
> cscript .\test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
test: 2575
I do wonder why wine cscript does not log more info on the error. From an other
application I think I got VBSE_OVERFLOW.
--
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=56277
Bug ID: 56277
Summary: Appindicator or statusnotifier support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marlonn.dev(a)proton.me
Distribution: ---
Created attachment 75996
--> https://bugs.winehq.org/attachment.cgi?id=75996
Image of deattached system tray
I'm trying to run programs from both lutris and steam(via proton) but every
time the programs has a tray icon, a new window pops up with that tray icon.
For Lutris i'm using Wine-Ge-25 and for steam i'm using proton experimental
bleeding edge.
As I've understood it wine does not support statusnotifier and/or Appindicator.
Wine seems to be using Xembed instead and since that doesnt scale well with
modern desktop i propose and update to statusnotifier and/or appindicator
support
Solus 4.5
Budgie 10.8.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.
https://bugs.winehq.org/show_bug.cgi?id=56279
Bug ID: 56279
Summary: Wine fails to build if CC is set to the absolute path
for the compiler
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vibhavp(a)gmail.com
Distribution: ---
At least as of commit e607da943aa (win32u: Only queue a single IME update
during ImeProcessKey.), the Wine build fails if any of the [<ARCH>_]CC
environment variables are set to an absolute path to GCC/Clang, as opposed to
just the executable name. This can be reproduced by configuring and building
Wine with the follow environment variables:
export CC='/usr/bin/gcc'
export CROSSCC='/usr/bin/i686-w64-mingw32-gcc'
export i386_CC='/usr/bin/i686-w64-mingw32-gcc'
export x86_64_CC='55/usr/bin/x86_64-w64-mingw32-gcc'
The failure is specifically due to winebuild being provided an invalid target
specification argument (in this case, `/usr/bin/i686-w64-mingw32` instead of
`i686-w64-mingw32` ):
tools/winebuild/winebuild -w --staticlib -o
dlls/winecrt0/i386-windows/libwinecrt0.a -b /usr/bin/i686-w64-mingw32 \
...
winebuild: Unrecognized target '/usr/bin/i686-w64-mingw32'
make: *** [Makefile:167493: dlls/winecrt0/i386-windows/libwinecrt0.a] Error 1
--
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=56268
Bug ID: 56268
Summary: The XM1 Configuration Software doesn't detect the
mouse
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bq74stlxvkpb(a)opayq.com
Distribution: ---
Created attachment 75985
--> https://bugs.winehq.org/attachment.cgi?id=75985
XM1 RGB isn't detected by its configuration application
When attempting to modify the firmware of an XM1 RGB mouse, the configuration
tool fails to detect it.
The tool can be freely downloaded at:
https://www.endgamegear.com/en-us/downloads/xm1rgb
The downloaded file should be XM1_RGB_Configuration_Software_(V1.01).zip
The installation goes fine.
No mouse is detected, however - see the attachment.
Under native Win7, the installation fails, so I cannot use that as a
workaround. I had to use native Win10 on my work-issued laptop to modify the
firmware.
Side note - the reason why I am doing this is that the mouse in question, by
default, cycles through colours RAPIDLY. It's almost seizure-inducing. I've
changed it to solid white.
Additional bug I just found out - while the systray icon for it appears while
it is running, right-clicking it opens its context menu... behind the taskbar.
Furthermore, clicking elsewhere doesn't close its systray icon context menu.
--
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.