https://bugs.winehq.org/show_bug.cgi?id=39167
Bug ID: 39167
Summary: localhost don't resolve over proxied network
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kseltar(a)gmail.com
Distribution: ---
OS: Debian testing (201508) x86_64/amd64
LOCALSERVICE: httpd (port 80) mariadb (3306)
NETWORKING: wan force routing to proxy
ENV: wine 1.6.2 PlayOnLinux(POL) 4.2 (default 32bit/x86)
APP: Dreamweaver MX 8, Firefox 39.0
CASE:
Forced WAN/LAN default routed to proxy server by router_core for access to
internet.
Every network app as browsers has setted with proxy config. eg:
proxyip: 192.168.24.100 port: 3128
the proxy require authentication for resolv ip/url, because it the browser has
this url exceptions:
localhost;127.0.0.1;.domain.type;192.168.0.0/16
similar config to bash environmente http_proxy, etc; also the Desktop
environment (KDE or Gnome-like env network settings)
POL has set proxy for download POL system packages
but on app run on app environment every network petition go to the proxy
without read desktop/bah env network config (and exeptions) or POL proxy config
MAIN BUG:
any url (ip or domain), eg: "http://127.0.0.1/mypage.html", is not checked with
the hosts machine /etc/hosts file, and the wined app go to the router and here
to the proxy to resolv the url. 127.0.0.1 and localhost are registered on proxy
server /etc/hosts file too, and think that the app want its services resolution
(eg: httpd) but tehe proxy dont have the service or files required and return
404 page not found,
A MANUAL SOLUTION FOR FIX IT:
add a win-registry on app environment
create a regsitry file or edit wine env register files
example: win7registry.reg for iexplerer env
-----------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"GlobalUserOffline"=dword:00000000
"ProxyServer"="<ipproxy:<port>"
"ProxyOverride"="localhost;127.0.0.1;.domain.type;192.168.0.0/16;<local>"
----------------------
where <ipproxy>:<port> is the proxy ip address and port
ProxyOverride that has the semicolon ";" spaced urls and address on the wan/lan
that i don't like to resolv on proxy proxy
--
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=38380
Bug ID: 38380
Summary: OSX Wine64 compile hangs on /dlls/ntdll/relay.c with
gcc4.9
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jshpettus(a)gmail.com
Distribution: ---
I attempted to compile wine with --win-64 bit enabled. I do realize support is
preliminary.
Anyway I installed gcc49 via macports and attempted to compile wine with all
the dependencies installed on macports.
./configure --without-alsa --without-capi --with-cms --with-coreaudio
--with-cups --with-curses --with-fontconfig --with-freetype --without-gphoto
--with-glu --with-gnutls --without-gsm --without-hal --with-jpeg --without-ldap
--without-mpg123 --without-openal --with-opengl --without-oss --with-png
--with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite
--with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr
--with-xrender --with-xshape --with-xslt --with-xxf86vm --with-x
--x-include=/opt/local/include --x-lib=/opt/local/lib --disable-wineqtdecoder
--disable-win16 --enable-win64 CFLAGS="-I/opt/local/include -L/opt/local/lib"
CC=/opt/local/bin/gcc-mp-4.9
I also had to make an alternate version of my /usr/include/dispatch/object.c
for gcc's sake.
changing:
typedef void (^dispatch_block_t)(void);
to:
typedef void* dispatch_block_t;
Anyway, it got all the way to /dlls/ntdll/relay.c and it got caught up on some
assembly stuff there.
opt/local/bin/gcc-mp-4.9 -m64 -c -o relay.o relay.c -I. -I../../include
-D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall \
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -Wpointer-arith \
-Wlogical-op -I/opt/local/include -L/opt/local/lib
{standard input}:1406:suffix or operands invalid for `movq'
{standard input}:1407:suffix or operands invalid for `movq'
{standard input}:1408:suffix or operands invalid for `movq'
{standard input}:1409:suffix or operands invalid for `movq'
make[1]: *** [relay.o] Error 1
Is this a bug or is it user error? I'm fully inclined to believe the latter :)
--
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=52
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net,
| |super_man(a)post.com
--
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=23799
Summary: Rawdump fails to detect drive(s), shows popup windows
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Rawdump 2.0 fails to detect optical disk drives (window says unable to detect
drives). And a weird pop-up windows shows up afterwards talking about debug and
JIT. Error outputs forthcoming.
--
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=33757
Bug #: 33757
Summary: XenCenter crashes while starting
Product: Wine
Version: 1.6-rc1
Platform: x86
URL: http://www.citrix.com/go/products/xenserver/download.a
sp.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Blocks: 19517
Classification: Unclassified
Created attachment 44700
--> http://bugs.winehq.org/attachment.cgi?id=44700
wine 1.6-rc1 log
The program XenCenter is not working, this blocks the test for bug 19517. Log
attached. winetricks dotnet20 or 35 give the same result. With wine-mono the
application dies earlier.
--
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=16292
Summary: Activeworlds client 4.2 update fails with "reason 13"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installs ok, won't start unless you do "winetricks mfc42".
Then it starts, and notices it needs an update;
if you accept, it downloads it and then fails with "reason 13".
"winetricks wininet" works around this, and gets you to the
next 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.
http://bugs.winehq.org/show_bug.cgi?id=29881
Bug #: 29881
Summary: Can't install recent Skype on wine version 1.0.1-3.5
on Debian GNU/Linux SID
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csanyipal(a)gmail.com
Classification: Unclassified
Hi,
I have installed wine version 1.0.1-3.5 on my Debian GNU/Linux SID system.
I had run winecfg and setup sound successfully.
I had run NotePad successfully.
I'm trying to install the just downloaded Skype. I don't know it's version
because the file is called just SkypeSetup.exe
The installation failed:
csanyipal@debian-asztal:/debian-adatok-1/Skype$ wine SkypeSetup.exe
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:tab:TAB_SetCurFocus Should set input focus
fixme:advapi:CheckTokenMembership ((nil) 0x13aae8 0x32fd3c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x13baf8 0x32fd78) stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 0: stub!
fixme:win:WINNLSEnableIME hUnknown1 0x1003a bUnknown2 -1: stub!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(10000): STUB
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 0: stub!
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
fixme:win:WINNLSEnableIME hUnknown1 0x1004c bUnknown2 -1: stub!
Is this a bug?
Best regards, Pal
--
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=34411
Bug #: 34411
Summary: Epsxe sound does not stop after program close
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaskancaveman(a)Live.com
Classification: Unclassified
sound does not stop after program close
--
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=34481
Bug #: 34481
Summary: VkKeyScanA does not recognise '(' or ')'
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.r.i.s.t.e.n.h.a.y.f.i.e.l.d(a)gmail.com
Classification: Unclassified
VkKeyScanA does not recognise the '(' or the ')' characters. For both
characters, it returns -1. On my platform, I think it should the return values
should be
'(' -> 313 (ie shift + VkKeyScanA("9")) and
')' -> 304 (shift + VkKeyScanA("0"))
For some reason IsDBCSLeadByte(cChar) is true for these characters.
I tried to dig down to the source of the problem but I could not decipher the
make_unicode perl script.
--
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.