http://bugs.winehq.org/show_bug.cgi?id=8197
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-14-06 01:39 -------
For me it works too (using Wine-0.9.38+).
It is unable to connect, but it notifies me
only after a long timeout (1 or 2 minutes).
If I "Test firewall and router settings",
my firefox opens some page. I use external
IP on a DSL line for tests. The only output:
fixme:wininet:InternetSetOptionExA Flags 00000000 ignored
fixme:wininet:InternetSetOptionW Option 41 STUB
fixme:shdocvw:WebBrowser_QueryInterface
(0x1a5228)->({bd1ae5e0-a6ae-11ce-bd37-504200c10000} 0x33e1f4) interface not
supported
fixme:shdocvw:PersistStreamInit_Load (0x1a5228)->(0x33e1c0)
fixme:shdocvw:OleControl_FreezeEvents (0x1a5228)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x1a5228)->(0)
Then can anyone add [5] as an URL, please?
[5] http://www.slsknet.org/slsk157test8.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2903
------- Additional Comments From damjan.jov(a)gmail.com 2007-14-06 01:28 -------
This piece of code in WINPROC_CallProc16To32A
case WM_CREATE:
{
CREATESTRUCT16 *cs16 = MapSL(lParam);
CREATESTRUCTA cs;
MDICREATESTRUCTA mdi_cs;
CREATESTRUCT16to32A( cs16, &cs );
calls CREATESTRUCT16to32A (which crashes)
static void CREATESTRUCT16to32A( const CREATESTRUCT16* from,
CREATESTRUCTA *to )
{
to->lpCreateParams = (LPVOID)from->lpCreateParams; /* CRASH */
which means that on this line cs16 is assigned NULL:
CREATESTRUCT16 *cs16 = MapSL(lParam);
Where can I get a demo that exhibits this problem?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8689
------- Additional Comments From cedric.dewijs(a)tiscali.nl 2007-14-06 00:40 -------
I agree that supplying *wrong* information is worse than supplying no
information. This said, when i enter a bug, and don't fill in component, then
i'm told to guess one if i'm unsure. Maybe it's usefull to have the
entry "unknown" in the list of components.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8533
------- Additional Comments From damjan.jov(a)gmail.com 2007-14-06 00:32 -------
0.0.0.0 will work for multi-homed setups, but you really shouldn't be using it,
because then ping auroserver1 won't work.
The whole issue of "call gethostname() then pass that to gethostbyname() to get
your IP" is broken. It needs you to setup DNS properly, set your hostname
properly (in /etc/hostname or whatever your distro uses), and remove your
hostname from /etc/hosts forcing the DNS server to be called on gethostbyname()
to give your IP. Few people get all this right, hence the problem.
But even more than that, what IP is the DNS server supposed to return in the
case of a NAT? If it returns your internal IP, that works for this issue, but
people from outside trying to get your IP will get an unreachable IP. If it
returns your external IP (and possibly uses twice-NAT), it breaks this issue,
but people trying to get your IP from outside will get a reachable IP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4935
------- Additional Comments From austinenglish(a)gmail.com 2007-13-06 23:42 -------
I tried to test this program under wine 0.9.38, but the download link is
invalid. Anyone have an updated link?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From gcwjr85(a)gmail.com 2007-13-06 23:09 -------
Here's how I fixed the problem: wine file, file, run, regedit, localmachine,
software, microsoft, windows nt, currentversion, fonts. i looked in "fonts" to
find a font that i DO have. I saw courier so i went back to currentversion,
fontsubstitutes and created a new string value which i named "Tahoma" Then for
the value data i put courier. It was quite simple. I was suprised that I
figured it out. I think this issue is resolved. Anyone who was unable to fix
it by substituting tahoma with times new roman may be suprised to find out that
this didn't work because you don't have either tahoma OR times new roman. this
is why my fix included the step of going into fonts to see which ones you
actually have. please e-mail me if anyone needs further assistance with MY fix.
gcwjr85(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From ryanbach(a)adelphia.net 2007-13-06 22:54 -------
Created an attachment (id=6733)
--> (http://bugs.winehq.org/attachment.cgi?id=6733&action=view)
Crash logfile for Natural Selection
Here is the crash I get while playing Natural Selection (a Half Life Mod), I
think this is related. The game crashes (ie. exitis) but Steam doesn't
completely crash, I am also running an X86-64 processor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7553
------- Additional Comments From akub8691(a)aol.com 2007-13-06 22:47 -------
please someone find a solution for this will I be ever able to play again
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.