http://bugs.winehq.org/show_bug.cgi?id=23368
Summary: EA Download Manager (used for EA Store): can't connect
to EA Core
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://eastore.ea.com/store/ea/html/pbPage.welcome
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 23367
+++ This bug was initially created as a clone of Bug #23367 +++
http://akamai.cdn.ea.com/eamaster/u/f/eaonline/eadm/eadm-installer.exe
6b3d1a328af2d44033c24b84444992f56107b27f eadm-installer.exe
Installs fine in wine-1.2-rc4-147-geaa227c. It complains about missing
icacls.exe (and also uses the dummy cacls that is already in wine).
Once you've installed, try to run Login.exe, MessageDLG.exe, or
PatchProgress.exe. All of them display an error:
Could not connect to EA Core.
Terminal output is minimal:
austin@laptop:~/.wine-ea/drive_c/Program Files/Electronic
Arts/EADownloadManager$ wine MessageDlg.exe
fixme:advapi:SaferCreateLevel (2, 40000, 1, 0x31da38, (nil)) stub
fixme:win:FlashWindowEx 0x32de54
fixme:win:FlashWindowEx 0x32c114
--
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=27253
Summary: QQDownload system tray menu display ugly
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34851)
--> (http://bugs.winehq.org/attachment.cgi?id=34851)
Log: start qqdownload.exe
1. Download QQDownloadSetup_35_685.exe :
$ wget --referer=http://www.qq.com
http://softdl1.tech.qq.com/soft/3/QQDownloadSetup_35_685.exe
2. works around Bug 27109
(Creative Centrale needs msvcp60.dll.??0Init@ios_base@std@@QAE@XZ )
$ winetricks -q vcrun6
3. install QQDownloadSetup_35_685.exe
4. start qqdownload:
$ wine QQDownload.exe &> qqdownload.log
right click the system tray of qqdownload, then a menu drop down, but the
background of the dropdown menu is black, no text is displayed.
--
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=25628
Summary: Hitman Blood money - No Sound When Playing
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When playing as Agent 47 INGAME there is no sound (When playing the actual
mission). There is however Sound in the intro, videos and selecting weapons.
--
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=29317
Bug #: 29317
Summary: QQ2011 installer crash at the end of installing
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download QQ2011 installer
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe ( http://im.qq.com/qq/2011/ )
2. winetricks vc6run, workaround Bug 27109
3. winetricks gdiplus, workaround 29316
4. import reg file in http://bugs.winehq.org/attachment.cgi?id=36483 ,
workaround Bug 27444
5. start the installer, crash at the end:
Backtrace:
=>0 0x7e194eee SoftpubCleanup+0x212(data=0x1645d8)
[/home/fracting/wine-git/dlls/wintrust/softpub.c:1211] in wintrust (0x0033f2e4)
1 0x7e195c4d WINTRUST_DefaultClose+0xab(hwnd=0xffffffff, actionID=0x33f458,
data=0x33f3ec) [/home/fracting/wine-git/dlls/wintrust/wintrust_main.c:349] in
wintrust (0x0033f334)
2 0x7e197b29 WinVerifyTrust+0x2c8(hwnd=0xffffffff, ActionID=0x33f458,
ActionData=0x33f3ec)
[/home/fracting/wine-git/dlls/wintrust/wintrust_main.c:748] in wintrust
(0x0033f3a4)
3 0x004110a4 in qqsetupex (+0x110a3) (0x0033fa08)
4 0x00411130 in qqsetupex (+0x1112f) (0x7e1ccd87)
native wintrust+msasn1+crypt32 will workaround this bug
--
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=29316
Bug #: 29316
Summary: QQ2011 installer needs gdiplus:GdipDrawImagePointsI
to draw UI
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download QQ2011
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe ( http://im.qq.com/qq/2011/ )
2. winetrick vc6run, workaround Bug 27109
3. start the installer
expect result:
Draw the UI as screenshot-native-gdiplus
actual result:
Draw the UI as screenshot-buggy
Logs:
fixme:gdiplus:GdipDrawImagePointsI (0x1c0598, 0x1710a8, 0x32db2c, 3): stub
fixme:gdiplus:GdipDrawImagePointsI (0x1c0598, 0x1358a8, 0x32db2c, 3): stub
winetricks gdiplus works around this bug
--
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=27380
Summary: xvid 1.3.2 installer crashes in unattended mode
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
wget http://www.koepi.info/Xvid-1.3.2-20110601.exe
wine Xvid-1.3.2-20110601.exe --mode unattended --decode_divx 1 --decode_3ivx
1 --decode_other 1
This fails with
err:module:find_forwarded_export function not found for forward
'msvcrt._except_handler4_common' used by L"C:\\windows\\system32\\msvcr90.dll".
If you are using builtin L"msvcr90.dll", try using the native one instead.
...
wine: Call from 0x7bc4a640 to unimplemented function
msvcrt.dll._set_printf_count_output, aborting
on exit.
diff -ur shows
-Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : Program ended with
an error exit code
+Error running C:\users\dank\Temp/xvid_x86/setavi32.exe : child killed:
unknown signal
but no obvious problems... maybe it's a benign crash. (I haven't tested
the codec to see if it still works.)
"winetricks vcrun2008" prevents the warning.
--
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=21488
Summary: SimCity 2000 does not start from a fresh install
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thetorpedodog+winehq(a)ttdi.us
When I start SimCity 2000 after installing it fresh, I am presented with the
following dialog:
=====
/^\ Error Opening File
/ ! \ c:\Program Files\Maxis\SimCity 2000\Data\\DATA_usa.DAT
~~~~~ All or part of the path is invalid.
=====
After a series of other error dialogs ("The newspaper is on strike", then 3
"Error Opening File" dialogs) the game window is created with 0 height.
Attempting to create a city results in a black screen with garbled bitmaps.
I'm on Ubuntu 9.10 with Wine 1.1.37 from the PPA.
--
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=25451
Summary: Matlab Installer: No free space available
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dookie_2k3(a)hotmail.com
Created an attachment (id=32390)
--> (http://bugs.winehq.org/attachment.cgi?id=32390)
Space Available = 0 MB & wine: cannot find ....
Wine doesn't recognise free space available in Matlab Installer
wine: cannot find L"C:\\windows\\system32\\dir.exe"
--
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=27291
Summary: EVE Online - Intermittent Freezes On Window Focus
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 7WCbywQg3N2H(a)dyweni.com
Hi,
I am running the following:
* CPU - AMD Phenom II X6 1090T (clocked at 3.0 Ghz)
* Linux Kernel 2.6.37-gentoo-r4
* X.Org Server 1.9.5
* OpenBox 3.4.11.2
* Wine GIT Commit 7f426a51d120c5ea790ba330c31db0043fd3e59b
* EVE Online 6.44.259851
Wine is compiled for only 32bit applications. 64bit support was not enabled at
compile time.
I play two EVE Online accounts at the same time. I start the EVE Clients with
these commands:
$ cd ~/EVE/Installation
$ export WINEPREFIX=~/EVE/wine1
$ wine explorer /desktop=EVE1,1279x1023 eve.exe &
$ export WINEPREFIX=~/EVE/wine2
$ wine explorer /desktop=EVE2,1279x1023 eve.exe &
Both EVE Clients will play fine until I switch focus from one client to the
other client. As soon as I switch focus to a non-Wine window or popup a window
manager menu, both EVE Clients will appear to play "catch up" and then resume
normal operation. I have no problems at all switching focus from one client to
a non-Wine window and then to the other client.
I thought that this might be related to the XINPUT2 support, but running Wine
with the '--without-xinput2' option enabled at compile time does not resolve
the issue.
Any help that can be offered is much appreciated.
Thanks,
Dyweni
--
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.