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.
https://bugs.winehq.org/show_bug.cgi?id=47736
Bug ID: 47736
Summary: __ASM_CFI not working on mac
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Regression SHA1: f2503a3e0d10bb563bc7ab62c6ff5093e6ad3f15
The problem is reproducible in 64-bit wine build on Mac (built with clang).
The simplest way of reproducing the problem is to write application with
following code:
try {
RaiseException(0, 1, 0, NULL);
} catch(...) {
}
It will crash when relay debug channel is enabled. It's caused by wine not
being able to unwind relay_call function.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=47816
Bug ID: 47816
Summary: Half Life 2 doesn't download custom/missing files from
HTTP server
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: greob(a)yahoo.com.sg
Distribution: ---
Created attachment 65306
--> https://bugs.winehq.org/attachment.cgi?id=65306
log generated by Steam's Proton
This issue is related to Half Life 2 mod Neotokyo (and possibly all other mods,
even Half Life 2 and its derivatives as well).
Multiplayer HL2 servers often serve custom maps and other assets through a
separate http server called "fast download" in order to reduce bandwidth burden
on the game server itself.
When missing a map, or any other asset, the game client (hl2.exe) connects to
that "fast download" server through http and fetches the missing content.
This works on Windows, but not under Wine. I see absolutely no connection
attempt coming from my Linux client. Nothing in Wireshark, so I assume it's not
even getting past the socket level.
Example from nginx http server log of a Windows client Get request:
26/Sep/2019:19:32:31 +0200] "GET /test_fastdl//maps/nt_ballistrade_ctg.bsp.bz2
HTTP/1.1" 200 2768027 "hl2://123.123.123.123:26300" "Half-Life 2"
I suspect this error is related to the problem (see log attached):
warn:winsock:WS2_recv_base -> ERROR 10035
Ran inside Proton (Valve's redistribution of Wine, version 4.16) with
WINEDEBUG=warn+all %command%.
I'm available for any further information. I would love to help figure this out
but I'm not sure where to start digging myself.
Love you all!
--
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=47465
Bug ID: 47465
Summary: Issues with KnoxManageRemoteSupportClient.exe
Product: Wine-staging
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64839
--> https://bugs.winehq.org/attachment.cgi?id=64839
blur ball
Dear Wine Staging,
Samsung’s Knox Manage Remote Support Client is very similar to Go To Assist
Customer for Android and Windows. It allows your to do remote support on an
Android machine from a Windows machine.
Samsung Knox support has given you permission to use their software to
troubleshoot Wine Staging:
https://partnerhub.samsung.com/s/case/5000K00001oezH7QAI/permission-to-shar…
“Our backend team expressed no qualms over this app being made available to
your support contacts at the WINE project. They do not have permission to
modify the app but they can utilize the .exe to test it in their environment.
They can and are expected to modify their environment to fascilitate the
execution of this application. If you require additional support with this
ticket, please give our office a call (1-855-567-5669) and request me by name.
Best Regards,
Jimmy B.”
Two problems with KnoxManageRemoteSupportClient.exe (the consultant side)
running under Wine Staging.
1) KnoxManageRemoteSupportClient.exe installs perfect the first time. Under
Windows 7, the second install does an uninstall. You have to a third install
to get the software back on. Under Wine Staging, the second install runs to a
point and dies. Nothing gets accomplished. If you use Wine’s Uninstaller, the
install again works fine. Would you please fix the second install problem?
The following forum post contains a lot of troubleshooting information this
issue:
https://forum.winehq.org/viewtopic.php?f=2&t=32584&p=123288
2) once it is up and working, the stinker is blurry! And it is not the fonts
or font size that is the issue. I will post a screen shot.
The following forum post contains a lot of troubleshooting information this
issue:
https://forum.winehq.org/viewtopic.php?f=8&t=32554&p=123182
Would you please fix the blur?
I can send you my copy of KnoxManageRemoteSupportClient.exe and you can run it
through Virus Total to make sure I am not pulling anything on you. It is 47
MB in size. Just tell me how you want it delivered.
Or you can create an account at samsungknox.com then sign up for the Knox
Manage free trial. It is a pain to figure out where the download is, but I can
guide you through it, if that is the route you want to take.
Many thanks,
-T
--
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=47811
Bug ID: 47811
Summary: Pro/Desktop Panels : cannot resize bigger, artifacts
appear instead
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 65299
--> https://bugs.winehq.org/attachment.cgi?id=65299
terminal-console output
Pro/Desktop Panel windows, does not resize to→bigger correctly,
edge becomes bigger without making the actual inner part bigger,
redraw artifacts appear at the gap.
all the affected dialogs in question are optionally collapsable when loosing
mouse focus, the bug affects the program regardless of the setting.
--
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=47804
Bug ID: 47804
Summary: Make adding Windows locales more scalable
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently adding a new Windows locale available for testing requires:
1. Manually installing the language on Windows, either through the Windows
Update mechanism for Windows < 10, or through the new (cumbersome) Windows 10
interface.
2. Manually creating a new VM object through the web interface.
3. Manually creating a live snapshot. (*)
It also has consequences:
4. On the VM selection page of the submit job procedure this creates a new line
for the VM. So if all 30+ Windows languages for each of the 3 VMs where that's
possible we would be looking at 90+ lines.
5. On the Activity page there is one column per VM. That page would get way to
big to be usable.
(*) LibvirtTool is no able to automatically change the Windows VM locale and
create the appropriate live snapshot. So issue 3 is solved. Four more to go!
--
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=47802
Bug ID: 47802
Summary: Monitor the VMs disk usage
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
We have a Munin plugin that monitors various TestBot metrics like the VM revert
times. This can be pretty useful to diagnose issues.
However this does not monitor the VM's disk usage, i.e. the size of their qcow2
files. Yet for some VMs the disk usage can increase quite a bit with time.
Tests could also fill a VM's disk (accidentally or not), causing an increase in
the qcow2's file size.
Libvirt provides a way to query a VM's disk usage remotely. However I expect
this to not be super fast so I don't think this should be done directly in the
Munin.pl script. Also these typically do not change all that often so querying
them every 5 minutes may be overkill. So the way to go would probably be to run
a script from cron to update a TestBot table with that data (likely the Records
table), and then have Munin.pl return the latest data from that table.
--
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.