https://bugs.winehq.org/show_bug.cgi?id=42408
Bug ID: 42408
Summary: Wings of Vi - some sprites renders incorrectly on top
of other sprites
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Like this pillar - http://i.imgur.com/GtFHx2Y.png
There doesn't seem to be any output in the terminal about it.
This apparently works fine in Gallium nine according to other testers.
--
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=5402
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)baikal.ru,
| |erich.e.hoover@wine-staging
| |.com, michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Status|NEW |STAGED
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/user32-Dialog_
| |Focus
--
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=5402
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #43 from winetest(a)luukku.com ---
The attached program at url field works just fine with wine-staging 2.1 now.
Ty for fixing this long standing bug. Who knows how many other bugs it might
fix now.
--
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=37425
Bug ID: 37425
Summary: After installing Ulead Gif Animator with wine I got
the message that programm has to be closed immediately
because of a unspecified bug. Please get information
by attachment file.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ua-holland(a)t-online.de
Distribution: ---
Ulead Gif Animator complete Installation with win does not run. See attached
message.
--
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=38506
Bug ID: 38506
Summary: Keep getting this error when trying to run Radio
spider; needed to run church radio station. Windows
keeps getting hacked, Linux running well (surprise,
surprise). Thanks for any help you can provide.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: derekk(a)ccleb.com
Distribution: ---
Created attachment 51358
--> https://bugs.winehq.org/attachment.cgi?id=51358
backtrace of error
When i try and run radio spider this is the error i receive. The program begins
to load then this pops up. Sorry if it's something i configured wrong. I'm new
to Linux and teaching myself as no one i know has used Linux for radio station
OS. Thank you for any help you can provide, seriously thank you.
--
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=42399
Bug ID: 42399
Summary: Implement Windows Script Host
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: kolan_n(a)mail.ru
Distribution: ---
Wine has wscript.exe, cscript.exe and JScript.dll, but they seem to do nothing.
This prevents some software embedding WSH from working properly. The solution
can be some open-source JS engine like SpiderMonkey or v8 wrapped into a a
library providing WSH API. Probably you can reuse node.js which looks similar
to WSH in the sense it has API for network requests and FS manipulation.
Of course it is possible to install Microsoft's WSH, but it surely contain
vulnerabilities since it have not been updated for years and lacks modern JS
features.
--
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=38598
Bug ID: 38598
Summary: Crash when UpdateLayeredWindow with large window &
complicated transparency
Product: Wine
Version: 1.7.42
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: m13253(a)hotmail.com
Distribution: ---
The program that causes the bug is here:
https://gist.github.com/m13253/092b94c7bd526a9a4e57
A .exe executable is also included in the Git repo.
The program is tested to be fine under Windows 10.
Upon successful execution, the program creates a transparent panel with spotted
background on the right half of the screen.
Wine failed with the following messages:
X Error of failed request: BadLength (poly request too large or internal
Xlib length error)
Major opcode of failed request: 33 (X_GrabKey)
Serial number of failed request: 219
Current serial number in output stream: 227
Depending on the window size, the "major opcode" may vary.
This issue only occurs when:
Source line 72-76: The window size is large enough
and
Source line 115-131: The RGBA bitmap is complicated, especially the alpha
channel
Additional info:
Distribution: ArchLinux
It is a WINEARCH=win32 prefix.
libx11: 1.6.3-1
xorg-server: 1.17.1-5
mesa: 10.5.4-1
gnome-shell: 3.16.1-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=21397
Summary: LookupAccountName cannot retrieve a 'groups' SID
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Debugging an application I found the cause of the first failure is that the
software installs a 'group' (which fails with a fixme). Post install, I created
a group (addgroup) but the application calls LookupAccountName to retrieve the
SID of that created group.
You can hack around this (if LookupAccountName fails, query the current user
and re-call the function to get it's sid) but looking at the function there is
complete support missing for anything other than the current user.
Ideally it should call (something like getgrent?) and if it finds a group, map
it to a SID somehow (perhaps end the SID with the gid?). It could handle
querying other users as well in a similar way (getpwnam?)
JEWMQ
--
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=9221
Adam Williamson <adamw(a)happyassassin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|adamw(a)happyassassin.net |
--
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=9221
--- Comment #46 from madbad82(a)gmail.com ---
(In reply to Bruno Jesus from comment #44)
> (In reply to madbad82 from comment #43)
> > Created attachment 57205 [details]
> > backtrace
> >
> > Backtrace of "wine control" with the experimental KLGDFF Logitec driver
>
> There are some well-known crashes in joy.cpl but since my controllers don't
> support the other effects I can't reproduce myself so it is good that you
> can test this. If you are able to compile Wine I can attach some patches.
>
> Anyway, please attach a +dinput patch when playing with all effects
> sequentially.
Attached the new log with +dinput.
Never compiled wine but should not be too hard, I will be glad to test your
patches!
--
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.