** Description changed:

  Binary package hint: wine
  
  I have had a bug with the last Wine version. (Wine 0.9.38 i386) 
  And I know several other people who had the same bug, we stepped back to the 
.97 version and it worked again.
  
  Description: Everything seems to work well, except the connection to a
  Steam account. It says that there is a problem with the Internet
  connection or with the Wine server... but there is no problem, because
  it manages to make the upgrade and I even could create a new account in
  Steam. Only when I tried to connect to it, it bugged. It does it with
  any account. I have absolutely no idea why...
  
  Here the console message, although I don't think it helps a lot:
  
  [EMAIL PROTECTED]:~$ wine "C:\Program Files\Steam\steam.exe"
  fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
  fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
  fixme:process:IsWow64Process (0xffffffff 0x3d7e4c) stub!
  err:ole:RevokeDragDrop invalid hwnd 0x20032                      <-[this 
appears after I click OK on the error mesage]
  Unable to remove c:\program files\steam\shortcuts.dat!
  Shutting down. . .
  
  Hope I gave enough information... ask if you have questions...
  
  PS: Here is a descriptive post in the French ubuntu forum: http://forum
  .ubuntu-fr.org/viewtopic.php?id=125504
+ 
+ 
+ EDIT: Ok, now I found a way to counter this... by running this bash script, 
and then deleting the files SteamUI.dll and ClientRegistry.blob.
+ The bug is still present in the normal Wine though, so I don't know if there 
is a way of integrating what this manipulation does in Wine... :)
+ 
+ The script:
+ 
+  #!/bin/bash
+ 
+  WINEPREFIX=$HOME/.PlayOnLinux/wineprefix/Steam/
+  echo "[HKEY_CURRENT_USER\Software\Wine]" > version.reg
+  echo "\"Version\"=\"winxp\"" >> version.reg
+  regedit version.reg
+  rm version.reg

-- 
Steam cannot connect to an account in Wine version .98
https://bugs.launchpad.net/bugs/119047
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to