https://bugs.winehq.org/show_bug.cgi?id=43842
Bug ID: 43842
Summary: Cached Authorization cause wrong username/password to
be used
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When a connection is made to a server, the username/password is stored for
later use. However, if a another connection is made to the same server, using
a different username/password then the 1st username/passowrd is used instead.
Example of the code.
Connecting to the same server, using Basic Authentication.
function GetData(username, pass)
{
internet = new CInternetSession;
CHttpConnection http = internet->GetHttpConnection(..., username, pass,...)
http->OpenRequest( "GET", "/", ..., _T("HTTP/1.1"),
INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_RELOAD |
INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_SECURE; );
http.Close()
internet.Close();
delete internet;
}
GetData("user", "pass");
GetData("admin", "word");
--
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=24701
Summary: Vampire the Masquerade bloodlines
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
err:d3d:resource_init Out of adapter memory
Seems to be the first error. I have fglrx drivers but removed them from a while
and tested, and it continued.
using winetricks videomemorysize=512 for my graphics card (Ati mobility radeon
4570 512 mb) didn't have a effect (there is a difference in the offsets
reported). I'm using installed the last unofficial patch. Without it a addional
error relating to the refresh rate would manifest (it has to do with a dll file
in the bin folder shaderapidx9.dll
http://forumplanet.gamespy.com/bloodlines_tech_support/b50391/20211232/p1/
)
and a nocd.
This seems to me a regression, because i played it before in this computer. But
since i changed release, X, fglrx, wine, unofficial patch compilation and other
things, i have no idea if that is certain.
--
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=22239
Summary: BabelMap's display is corrupted in several dialog
boxes
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rebecca.menessec(a)ironhavoc.org
BabelMap is a well-regarded utility for managing and tracking Unicode fonts.
http://www.babelstone.co.uk/Software/BabelMap.html
Unfortunately, this is everything I have-- these errors are generated on
appinit (main window creation, I think), and not when opening dialog boxes, and
not on app close:
user@host ~ $ wine BabelMap.exe
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
I can attach a screenshot, if needed, but this display corruption should be
easy to reproduce. For instance, open the app and click Configure... next to
"Composite Font".
I'm using simple autogen settings, with Windows XP set as the OS. If I can
provide other useful info, I'll be happy to.
--
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=31855
Bug #: 31855
Summary: Unable to start the sims 1 deluxe and unsleshed
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
Created attachment 41919
--> http://bugs.winehq.org/attachment.cgi?id=41919
Log of the sims start on wine 1.5.14
I have install the sims deluxe and the expansion unslashed without error but
the game not start.
Tried on Ubuntu 12.04 with wine 1.5.14.
Clean install with also:
winetricks corefonts vcrun6 vcrun2003 vcrun2005sp1 vcrun2008 vcrun2010 d3dx9
Log of start in attachment
--
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=43880
Bug ID: 43880
Summary: Testbot will not submit results (too many errors)
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: parkerjbarker(a)yahoo.com
"59 tests failed, there's probably something broken with your setup.
You need to address this before submitting results."
52 errors for the 64 bit test, and 59 errors for the 32 bit test.
I'm running this on real hardware, Vista, as administrator. Please update the
testing software so that I can submit the results, even with a high number of
errors.
And while you're at it, I would change the comma after "failed" to a colon.
I looked for similar bug reports but found nothing expressly dealing with this.
--
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=44338
Bug ID: 44338
Summary: cmd: Brackets are no deliminiter in the condition part
of the if command.
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 60213
--> https://bugs.winehq.org/attachment.cgi?id=60213
cmd: Change parsing of the if command to avoid parsing the operators.
Found while trying to look into #44236.
There a batch script is executed that contains lines as this:
---
if (%1)==(p) start /W " " "%SFDIR%WSFplot" wr2300.t35 3
---
This returns an error like this:
---
Syntax error
Can't recognize 'p' as an internal or external command, or batch script.
---
It looks like native does handle the brackets differently when contained
inside the condition part of the if command.
Attached is a patch that tries to skip the parsing in WCMD_ReadAndParseLine
of that part. Therefore it moves most of the content of WCMD_if into a
helper and calls that to estimate how long the condition part is.
--
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=46192
Bug ID: 46192
Summary: Beat Hazard 2: Open Mic can't capture desktop audio
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ArchLinux
Created attachment 62852
--> https://bugs.winehq.org/attachment.cgi?id=62852
Wine debug output
The game fails to use WASAPI's software loopback mode to capture audio being
played by the computer. It uses a middleware library called basswasapi.dll for
this effect.
This has been reproduced in Wine 3.18 through 3.21, including Staging versions.
Attached log captured with:
+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp,+debugstr
Since there's a relatively clean and simple workaround with PulseAudio and
pavucontrol, I'm setting the severity to minor, but this is still functionality
loss.
BASS Audio library: https://www.un4seen.com/bass.html
--
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=40850
Bug ID: 40850
Summary: MS Money 2000: text is cut off when entering an
operation
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrea.vai(a)unipv.it
Distribution: ---
Created attachment 54839
--> https://bugs.winehq.org/attachment.cgi?id=54839
Screenshot of cut off text
While I am entering a transaction, the text that I try to enter is cut off at
the bottom. After the enter is done, the text appears correctly.
In the attached screenshot you can see, from top to bottom:
- the first transaction, previously entered, which shows the text ("Car: Fuel")
correctly;
- a second transaction, during its insertion, showing the same text ("Car" /
"Fuel") cut off
The text cut off is somewhat unreadable, so this bug is quite annoying.
--
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=46531
Bug ID: 46531
Summary: Regression in Spellforce 2: textures flickering to
darker/lighter ones
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Created attachment 63385
--> https://bugs.winehq.org/attachment.cgi?id=63385
screenshots-collage.jpeg
When playing first mission of Spellforce 2 Shadow Wars, I've noticed screen
flickering. On further inspection I noticed that when you move screen to
different locations on map using mouse at screen border or arrow keys,
sometimes objects on screen go darker, sometimes they go back to original
colours or something close to them, and on some other locations it switches
between dark and usual colours few times a second. This colour switching during
move of screen camera looks like some annoying screen flickering. Effect is
especially noticeable if there are a lot of trees on screen.
Due to bug #34323 I was using a prefix with directx9, directplay and
d3dcompiler_43 installed via winetricks.
I've tried a clean prefix with wine 3.0.3 with and without winetricks stuff,
and it worked fine. After that I've switched to wine 4.0, and both with and
without winetricks stuff issue appears.
After that I've tried bisecting and testing using prefix with winetricks stuff,
and I've found first commit which causes issue to me. I wasn't able to revert
it for wine 4.0 and test without that change.
3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5 is the first bad commit
commit 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Tue Feb 13 01:00:42 2018 +0100
d3d9: Handle D3DUSAGE_AUTOGENMIPMAP textures entirely in d3d9.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 85b2524db3e32e37bf00a4cc87c0c1b63b68a6be
0fc10fb629b23703e3aa087b45b3b3960e6b5956 M dlls
Screenshots collage is in attachment. It contains two locations from first map
of campaign, taken with wine 3.0.3, wine 4.0 and wine 4.0 at a bit different
location (causing objects to be coloured darker). It demonstrates difference
between usual screen and darker screen, and when camera is moving the change
between two of them causes effect similar to flickering.
OS: Gentoo Linux x86_64 (amd64)
--
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=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
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.