http://bugs.winehq.org/show_bug.cgi?id=23286
Summary: Disconnected: Server unable to authenticate Steam ID
Product: Wine
Version: 1.0-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)eternaldusk.com
Playing Left4Dead and Left4Dead 2, I get consistently dropped from online games
with the message "Disconnected: Server unable to authenticate Steam ID". This
may happen anywhere from 10 seconds to 20 minutes into an online game.
At first, I thought this was a game bug, as some Windows users had reported the
same problem. Unfortunately, most of those users were having the problem due
to corrupt cache files, which I've ruled out. Copying the game files from my
Linux partition to my Windows partition and vice-versa, the game only fails
when run under Wine.
What I've tried:
- Deleting the ClientRegistry.blob,
- Deleting all of the Steam files and re-downloading.
- Validating/defragging the games' cache files
- Forcing steam to use TCP instead of UDP (-tcp option)
- Turning down all in-game settings to ridiculous levels (though they run fine
at 'high' levels)
- Renaming and re-copying my entire steam directory from my Windows NTFS
partition, where it works fine, to my Linux EXT3 partition.
- Creating a fresh Wine prefix.
I do not see anything in the console log that indicates an error when the
disconnection occurs. :(
Any suggestions for further troubleshooting are welcome.
Specs:
OS: Kubuntu 10.04 & 10.10 alpha (AMD64 - fully patched 10--6-20)
Processor: Intel Core i7 980X
Memory: 6 GB DDR3-1600 Triple Channel
Video Card: Asus EN9800GTX+ (tested with nvidia 195.36 & 256.35 drivers)
Motherboard: Intel X58
--
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=24215
Summary: Notepad++ Enter does not work for some Preferences
pop-up setting windows (that have no window
decorations or buttons).
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skyalmian(a)gmail.com
In Notepad++ v5.7 Unicode standard install:
Settings -> Preferences -> Editing -> *click the number for "Number of
columns:".
An undecorated window will pop up that is only closeable with Escape and which
does not save any changes made.
In Windows, hitting "Enter" will set the setting.
This occurs with also other pop-up windows such as "Recent Files History", "Tab
size:", etc.
This was previously mentioned by someone else:
[]
Close X
by Gojko Kukobat on Tuesday July 20th 2010, 9:04
There in no "x" mark on tabs, for closing tabs!
[/]
--
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=24045
Summary: Canon DPP 3.8.1.0 crashes when viewing image info box
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theholyettlz(a)googlemail.com
Created an attachment (id=30221)
--> (http://bugs.winehq.org/attachment.cgi?id=30221)
Output of WINEDEBUG=warn+all WINEPREFIX=$(pwd)/CanonDPP-3.8.1.0 wine
"C:\\Program Files\\Canon\\Digital Photo Professional\\DPPViewer.exe"
Attempting to view the metadata of a (Canon RAW) image using Canon Digital
Photo Professional 3.8.1.0 results in the application crashing (and hanging).
Log, including backtrace, attached below.
--
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=21758
Summary: another CommandLineToArgvW bug with empty lpCmdLine
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
CommandLineToArgvW() with empty lpCmdLine truncates result to 6 characters.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/shell32/shell32_main.c…
Looks like some bug in GetModuleFileName() was fixed and this broke
CommandLineToArgvW
Test: (builds with mingw)
*************************************
#include <windows.h>
#include <stdio.h>
int main()
{
int i, numargs;
for (i = 0; i < numargs; i++)
{
printf("argv[%d]: %S\n", i, CommandLineToArgvW(L"", &numargs)[i]);
}
return 0;
}
*************************************
result:
*************************************
[il@archvm ~]$ pwd
/home/il
[il@archvm ~]$ wine commandlinetoargv.exe
argv[0]: Z:\hom
[il@archvm ~]$
--
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=22963
Summary: Tooltip for the system tray icon appears for the wrong
application
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.foobar2000.org/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Make sure you have a Notification Area applet in the panel.
- Start uTorrent; wait a bit; start Foobar2000.
- Move the mouse cursor on the uTorrent system tray icon, wait a bit, notice no
tooltip appears.
- Move the mouse cursor directly on the Foobar2000 system tray icon, notice a
tooltip appears for uTorrent (see attached screenshot). Normally it should show
the Foobar2000 tooltip, which sais "foobar2000".
You can get these applications from the following URLs:
http://www.foobar2000.org/downloadhttp://www.utorrent.com/downloads/complete?os=win
I'm using Ubuntu 10.04 64, Metacity.
--
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=10836
Summary: Skijump fails to start:Could not find the selected
Direct3D adapter.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mediamond.fi/dsj3/downloads/dsj3v161.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted this version with garbage test results into appDb. It pops up
a message with "Could not find the selected Direct3D adapter."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15486
Summary: Impulse: Cannot connect to server
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)dbzer0.com
Created an attachment (id=16384)
--> (http://bugs.winehq.org/attachment.cgi?id=16384)
The wine console output
When trying to use Impulse (http://www.impulsedriven.com/), the first thing one
must do is login or create an account. Both of these actions do not work as you
will get an error that you cannot connect to the server ("Server not
responding, please check your internet connection")
Impulse needs DotNet2 so that only change I have done to .wine is install that
which requires that I copy the native l_intl.nls into the
~/.wine/drive_c/windows/system32 directory
--
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=21593
Summary: Grand Prix World v1.01: crash on startup
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teemu.j.paakkonen(a)gmail.com
Created an attachment (id=26045)
--> (http://bugs.winehq.org/attachment.cgi?id=26045)
Log of Grand Prix World v1.01 crashing.
Wine crashes when attempting to start Grand Prix World v1.01. Same thing
happens with the winXP patched version too.
I am running the game in 16 bit color depth mode, as the game requires.
Something unimplemented in the ddraw component perhaps?
Wine output log attached.
--
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=23101
Summary: Simutrans 102.2.2: unimplemented function
msvcr80.dll._findfirst64i32
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.simutrans.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=28701)
--> (http://bugs.winehq.org/attachment.cgi?id=28701)
crash log
Simutrans 102.2.2 fails because of: unimplemented function
msvcr80.dll._findfirst64i32 called in 32-bit code.
Possibly related to bug 22044.
--
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=13921
Summary: Installation of Quest Toad 9.6.1 fails with file access
error message
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: splatadder(a)gmail.com
When installing Quest Toad 9.6.1 the following message is issued:
"While attempting to access the installation files an error ocured."
Full message may be seen in screenshot attached. native components installed
OS: ubuntu 8.0.4
WINE: 1.0-rc5
No native components installed.
--
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.