http://bugs.winehq.org/show_bug.cgi?id=24652
Summary: Missing sizes for wine app icon
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.monreal+wine(a)gmail.com
Created an attachment (id=31162)
--> (http://bugs.winehq.org/attachment.cgi?id=31162)
Screenshot
Wine ships 16x16, 32x32 and 48x48 versions of its icon. These should be
installed in some place where panels, pagers, window managers can find them
(packager's duty?).
However, at the moment two common sizes are missing: 24x24 and some larger
version like 64x64, 128x128 or 256x256.
In GNOME3's window chooser, 64x64 icons are shown. Currently, wine only shows a
smaller icon here, which looks kind of out of place (see attached screenshot).
Note that GNOME does not ship 64x64 artwork itself but scales the bigger
256x256 version down to 64x64 in this place.
--
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=41200
Bug ID: 41200
Summary: Foldit crashes on game puzzle 1274 Rama map
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 55440
--> https://bugs.winehq.org/attachment.cgi?id=55440
wine back trace .txt file
after a long time Foldit crashes on game puzzle 1274 when attempting to use the
Rama map to change a-a Phy Chi angles for the first time
--
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=22819
Summary: Some applications like Heroes of Might and Magic 2
display loopback.
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Some applications like Heroes of Might and Magic 2 display loopback addresses
when attempting to initiate a network game. The network game will complain it
is running on 127.12.34.56. I have checked /etc/hosts and determined it is not
the cause of the problem.
--
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=39933
Bug ID: 39933
Summary: iNode 3.6 client needs ndis.sys.NdisAllocateSpinLock
Product: Wine
Version: 1.9.0
Hardware: x86
URL: http://web.gdut.edu.cn/~nic/8021x/802.1x-v360-E6202.ex
e
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Follow up to bug 39579.
austin@austin1:~$ sha1sum 802.1x-v360-E6202.exe
710ec6f7954970780d434968565ac50bf0d8c083 802.1x-v360-E6202.exe
austin@austin1:~$ du -h 802.1x-v360-E6202.exe
41M 802.1x-v360-E6202.exe
--
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=39579
Bug ID: 39579
Summary: iNode 3.6 client needs
ndis.sys.NdisAllocateMemoryWithTag
Product: Wine
Version: 1.7.54
Hardware: x86
URL: http://web.gdut.edu.cn/~nic/8021x/802.1x-v360-E6202.ex
e
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Follow up to bug 39574.
austin@austin1:~$ sha1sum 802.1x-v360-E6202.exe
710ec6f7954970780d434968565ac50bf0d8c083 802.1x-v360-E6202.exe
austin@austin1:~$ du -h 802.1x-v360-E6202.exe
41M 802.1x-v360-E6202.exe
--
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=37063
Bug ID: 37063
Summary: NTLM EncryptMessage/DecryptMessage failure
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: dwmw2(a)infradead.org
Created attachment 49252
--> http://bugs.winehq.org/attachment.cgi?id=49252
Test case
Attached is a test case based on GSSAPI authentication to a SOCKS proxy
(RFC1961). An alternative summary for this bug could be "OpenConnect VPN server
cannot authenticate to SOCKS proxy", since that's where this test code is
derived from.
The protocol is fairly simple — it's a GSSAPI exxchange followed by a single
byte 0x00 being sent in each direction under "wrapping" by gss_wrap() or
EncryptMessage(). We are only supposed to be using integrity protection
(signing), not encryption.
Testing has been done against a Dante SOCKS server using gss-ntlmssp.
Windows testing has been done under Windows 7 64-bit, set to use NTLMv1 & LMv1
(I don't seem to have permissions to change that for testing NTLMv2).
There are various issues with wine's emulation which make it fail once
gss-ntlmssp has been made to work correctly with Windows. I'm not sure if it's
best to file separate bugs for each or whether to track them together.
Firstly, wine seems to mishandle the Password field in SEC_WINNT_AUTH_IDENTITY
unless it's in Unicode mode; using SEC_WINNT_AUTH_IDENTITY_ANSI doesn't work
because the password that gets passed to ntlm_auth is mangled.
Secondly, it looks like the Domain field is ignored too and we just pass
'--domain=' to ntlm_auth.
(There's a separate bug filed at
https://bugzilla.samba.org/show_bug.cgi?id=10691 for ntlm_auth not giving us
the session key back when it's using default credentials, and the *flags* are
wrong in that case too because they are missing the NTLMSSP_NEGOTIATE_SIGN/SEAL
bits, but that's probably Samba bug).
Third... it looks like Windows will always encrypt messages, even when
ISC_REQ_CONFIDENTIALITY is *not* in the InitializeSecurityContext flags and
SECQOP_WRAP_NO_ENCRYPT is set. But wine doesn't, so the first 'encrypted'
message fails in gss_unwrap() on the server side.
If we do use ISC_REQ_CONFIDENTIALITY (or bypass the NTLM2&&SEAL check in
ntlm_EncryptMessage() and make it always take that path, sending a wrapped
message works but then...
Fourth, we fail to *unwrap* the returned message. It's looking for a
SECBUFFER_TOKEN buffer in the array, but as far as I can tell, NTLM
DecryptMessage() takes SECBUFFER_STREAM and a SECBUFFER_DATA. The documentation
on this is sparse, but this code does work under Windows...
--
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=40691
Bug ID: 40691
Summary: DVDFab 9.2.4.4 pre-check FabCheck.exe executable fails
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 54562
--> https://bugs.winehq.org/attachment.cgi?id=54562
backtrace
Testing the latest build of DVDFab 9.2.4.4 today. I'm able to successfully copy
a BluRay disk to my system drive.
However the DVDFab application has some kind of DRM / license checker
application that fails - with a backtrace dialog - every time I launch the
application.
winetricks list-installed
Using winetricks 20160425 - sha1sum: 9bc5eabc393449ead956789ea62935e0ada3b1d7
with wine-1.9.10-163-ge36a7e5 (Staging)
vcrun2008
--
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=40380
Bug ID: 40380
Summary: Wine should take dosbox's configuration instead of
creating a new one
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: dos
Assignee: wine-bugs(a)winehq.org
Reporter: shankao(a)gmail.com
Distribution: ---
The start_dosbox() function at programs/winevdm/winevdm.c should not start with
an empty configuration file for dosbox, but take the currently used by the
user. In a linux system, this is at ./dosbox/dosbox.conf
With this, DOS programs loaded via wine will respect the options that the user
has set up for dosbox, or allow him a way to indicate them.
In my personal case, I like to set up the aspect option by default. It works if
I load the program directly with dosbox, but not when done via wine.
--
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=39543
Bug ID: 39543
Summary: Multiple games and applications crash on unimplemented
function KERNEL32.dll.FreeUserPhysicalPages (Microsoft
Office 2007 diagnosis service, Eden Eternal)
Product: Wine
Version: 1.7.54
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 36527
'Word options' -> 'Resources' -> 'Microsoft Office diagnosis'
>From command line as follows:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Common Files/Microsoft Shared/OFFICE12
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./OFFDIAG.EXE /SOURCE 2
...
fixme:heap:AllocateUserPhysicalPages stub: 0xffffffff 0x33fd28 0x710020
wine: Call from 0x7b846105 to unimplemented function
KERNEL32.dll.FreeUserPhysicalPages, aborting
wine: Unimplemented function KERNEL32.dll.FreeUserPhysicalPages called at
address 0x7b846105 (thread 0065), starting debugger...
--- snip ---
MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366566%28v=vs.85…
$ wine --version
wine-1.7.19-56-gee13e10
Regards
--
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=40048
Bug ID: 40048
Summary: Camtasia Studio 8 : Camtasia appeared to install
correctly. When I try to open, I get an error message
about unimplemented function
dwmapi.dll.DwmSetPresentParameters called in 32-bit
code (0x7b83dc8e), after which it crashes. Attached
find backtrace.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tajamuliqbal(a)yahoo.com
Distribution: ---
Created attachment 53521
--> https://bugs.winehq.org/attachment.cgi?id=53521
I have copied the logs ......i dont know what else i have to explain here.
Camtasia Studio 8 : Camtasia appeared to install correctly. When I try to open,
I get an error message about unimplemented function
dwmapi.dll.DwmSetPresentParameters called in 32-bit code (0x7b83dc8e), after
which it crashes. Attached find 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.