http://bugs.winehq.org/show_bug.cgi?id=10928
Summary: DSound error in NHL 2004
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blackdragon1157(a)gmail.com
Created an attachment (id=9848)
--> (http://bugs.winehq.org/attachment.cgi?id=9848)
Wine console backtrace
When attempting to run NHL 2004, there is a page fault, seemingly from Dsound.
--
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=25095
Summary: Battlefield Bad Company 2: crashes when loading level
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=31824)
--> (http://bugs.winehq.org/attachment.cgi?id=31824)
terminal output
May be a regression, need to try against some earlier wines (different hardware
than I used before).
Attaching terminal output.
This is with wine-1.3.6-335-gd5fa2ce and bug 22983 worked around bug setting
DXVersion to 9.
--
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=34810
Bug #: 34810
Summary: The winspool.drv:info test crashes on Windows 8
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: spooler
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
winspool.drv:info test crashes on Windows 8 as can be seen on the WineTest
site:
http://test.winehq.org/data/tests/winspool.drv:info.html
Here is a crash report:
info.c:2923: Test failed: AddJobA() failed le=50
info.c:2929: Test failed: GetJobA() failed le=87
info.c:2934: this is the last test seen before the exception
info: unhandled exception c0000005 at 0040B24A
Which corresponds to these lines:
2922 ret = AddJobA( printer, 1, (BYTE *)add_job, needed, &needed );
2923 ok( ret, "AddJobA() failed le=%d\n", GetLastError() );
-> Failed with ERROR_NOT_SUPPORTED and no job is created.
2925 ret = GetJobA( printer, add_job->JobId, 2, NULL, 0, &needed );
2926 ok( !ret, "got %d\n", ret );
-> Fails as expected but with ERROR_INVALID_PARAMETER, not
ERROR_INSUFFICIENT_BUFFER. So needed is 0.
2927 job_info = HeapAlloc( GetProcessHeap(), 0, needed );
-> So here we allocate a 0-byte structure!
2928 ret = GetJobA( printer, add_job->JobId, 2, (BYTE *)job_info, needed,
&needed );
2929 ok( ret, "GetJobA() failed le=%d\n", GetLastError() );
-> Again ERROR_INVALID_PARAMETER.
Then we crash when we try to dereference a pointer in the 0-byte job_info
structure we allocated.
So it looks like this is all because JOB_INFO_2 is not supported anymore. Yet
MSDN says nothing about that. Does that make sense?
--
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=34816
Bug #: 34816
Summary: Xmlhttprequest referer is not set
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Continuation from bug29365
wine iexplore http://netikka.net/dev/referer.html
Test works IE only
--
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=34797
Bug #: 34797
Summary: TM2013 can't install
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
0. download from http://dldir1.qq.com/qqfile/tm/TM2013Preview1.exe
$sha1sum TM2013Preview1.exe
9c18ac5a2c214c53ddf3f55a098354e41ba8d66b TM2013Preview1.exe
1. export LC_ALL=zh_CN.utf8 && winetricks cjkfonts
2. wine TM2013Preview1.exe
3. the installer will auto abort, with no backtrace
I've confirmed that it is a regression
d80ca173af68add8ef37a92acaa6eac6f7589546 is the first bad commit
commit d80ca173af68add8ef37a92acaa6eac6f7589546
Author: Alexandre Julliard
Date: Thu Oct 17 18:05:28 2013 +0200
shell32: Delay common controls initialization until needed.
:040000 040000 522d7157e3be8944bb65d8768e2d2883d8f242de
b170e184b98de58795999860e8c923e534fb246b M dlls
--
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=34801
Bug #: 34801
Summary: [Regression] Music stopped working in The Witcher
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kmaterka(a)wp.pl
CC: dmitry(a)baikal.ru, kmaterka(a)wp.pl
Classification: Unclassified
Program: The Witcher (Steam version)
Commit causing regression: 4cc482bc0df758bec76ad1466abcba7f85e3cc5c
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Fri Jul 19 14:02:38 2013 +0900
kernel32: GetShortPathName for a non-existent short file name should fail.
Bug can be reproduced in demo:
http://www.fileplanet.com/183167/180000/fileinfo/The-Witcher-Demo
Short description:
Music stopped working in menu and in game. Other sound like ambient, UI clicks,
voices etc are working correctly. I tried both PulseAudio and Alsa backends,
using latest GIT version.
Reproducing the Bug:
Install demo and run. Music is missing in menu and in game (it is working in
movies so skip them).
Environment:
Ubuntu 13.10 64bit
Latest Wine from Ubuntu PPA repository + latest wine compiled from sources
using this instruction:
http://wiki.winehq.org/BuildingBiarchWineOnUbuntu
I don't know why exactly this commit breaks music in game. I've done full
bisect to pin down this commit, then I used latest revision with this commit
reverted - music was working correctly. Probably file path is incorrectly
calculated, sample file path to music file (in 64 bit environment):
/home/konrad/.wine/drive_c/Program Files (x86)/Steam/SteamApps/common/The
Witcher Enhanced Edition/Data/Music/menu.ogg
In case of any problems while testing this I can do test on my computer - just
provide a patch file.
--
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=23884
Summary: Bioshock 1.0 crashes at startup
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The log shows
fixme:d3dx:D3DXCompileShader (0x73ba1c, 1182, (nil), (nil), "VSMain", "vs_3_0",
0, 0x73ba08, (nil), (nil)): stub
wine: Unhandled page fault on read access to 0x20202030 at address 0x10b64ab4
(thread 001c), starting debugger...
winetricks d3dx9_36 makes the problem go away. None of this is surprising,
except that I could have sworn this game was working without this at one
point...
I did notice one funny thing: at the end of the install, it complained
that bioshock.exe couldn't run because it needed msvcp80.dll. Perhaps
that caused it not to run some bundled directx9 installer.
--
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=33551
Bug #: 33551
Summary: Dragon age 2 : Graphic bug when saving, loading or
entering new area
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44408
--> http://bugs.winehq.org/attachment.cgi?id=44408
Screenshot of the bug
Everytime I enter a new area, save or load a game, I have a strange graphic
bug.
It dissapear when moving camera or character.
--
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=25340
Summary: Exact Audio Copy (EAC) 1.0beta1 will not run in Wine
1.3.8.
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.exactaudiocopy.de/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurt.padilla(a)gmail.com
The program will not run. Soon after attempting to run the software, a window
titled "Unhandled exception" appears saying "at 01537EB0 -> ACCESS_VIOLATION"
with no other option than to click an "OK" button.
--
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=21709
Summary: Pikachu Volleyball's window isn't positioned correctly
in a virtual desktop
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://games.hotut.com/post/pikachu-volleyball/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
When starting either version of Pikachu Volleyball in a virtual desktop, the
program window doesn't center itself on-screen like it does outside a virtual
desktop. Instead, it appears to be using the same offset that would be used if
it was running without a virtual desktop. This can result in the window
appearing partially or completely off-screen depending on the resolution of the
virtual desktop and the real screen.
Possibly of interest, clicking window -> default size to re-center the program
window does work correctly.
Terminal output is no different than when running without a virtual desktop and
appears to consist of sound-related fixmes. (See bug 21697 for typical terminal
output from the linked version.)
--
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=26581
Summary: Split Second crashes when changing screen resolution
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33846)
--> (http://bugs.winehq.org/attachment.cgi?id=33846)
terminal output
Unfortunately, the demo doesn't allow you to set custom resolutions, so you
can't see the bug there :-(.
--
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=31293
Bug #: 31293
Summary: MTGO v3 launcher hangs on AddFontFile
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
Classification: Unclassified
After installing and updating MTGO v3 with .net 3.0 installed, the game
launcher hands with an error message box saying:
Not Implemented. at System.Drawing: Void AddFontFile(System.String)
with a fixme of a stub on the console:
fixme:gdiplus:GdipPrivateAddFontFile stub: 0x4e4b110, L"C:\\Program
Files\\Wizards of the Coast\\Magic Online\\Fonts\\Standard\\tahoma.ttf"
--
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=27443
Summary: google chrome outer installer failed to install: error
0xa43071f
Product: Wine
Version: 1.3.21
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=35095)
--> (http://bugs.winehq.org/attachment.cgi?id=35095)
Log: start ChromeSetup
1. Download Google Chrome
http://www.google.com/chrome/index.html?platform=win&hl=en
$ sha1sum ChromeSetup.exe
f209bdb669bdedfb00f75c5eadc0d6a3381b2e19 ChromeSetup.exe
2. start with wine:
wine ChromeSetup.exe
ChromeSetup popup a error dialog:
Google Update installation failed with error 0xa043071f
$ wine --version
wine-1.3.21-290-gd9fb7b9
full log is 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=16002
Summary: Hotspot Shield does not install
Product: Wine
Version: 1.1.8
Platform: All
URL: http://www.hotspotshield.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
I downloaded and tried to install Hotspot Shield so I could use it as a proxy
server to access US-only video content.
It prompts me to select the installation folder, but no matter what I select
the Install button remains greyed out. Also, it did not permit me to create a
new folder. Here are the relevant errors:
fixme:advapi:CheckTokenMembership ((nil) 0x134e48 0x32fb48) stub!
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCommand make new folder not implemented
--
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=34833
Bug #: 34833
Summary: STEAM CRASHES AFTER IT UPDATES
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dh63265(a)salisbury.edu
Classification: Unclassified
Created attachment 46435
--> http://bugs.winehq.org/attachment.cgi?id=46435
Crash report output after entering Username and email to log in.
OPENSUSE 12.3 Wine and steam have been working fine.
Started it up today. Steam updated now crashes after entering username and
password
--
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=34826
Bug #: 34826
Summary: Packet tracer 6.0.1 will not run with wine after
downloaded-using linux centos
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rl_browning_jr(a)ymail.com
Classification: Unclassified
Created attachment 46429
--> http://bugs.winehq.org/attachment.cgi?id=46429
Unable to Run Cisco Packet tracer 6.0.1 after downloaded
I am in a Networking course and We use Packet Tracer 6.0.1 to simulate
configuring and building networks. The file downloaded fine with Wine but will
not run.
--
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=34831
Bug #: 34831
Summary: GL_INVALID_OPERATION (0x502) from Framebuffer format
check @ utils.c
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erwin.mueller(a)deventm.org
Classification: Unclassified
Created attachment 46431
--> http://bugs.winehq.org/attachment.cgi?id=46431
Wine 1.6 Error output
Try to run Don't Starve with wine. Error dialog is shown with "Error during
initialization". 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=34802
Bug #: 34802
Summary: Batman: Arkham Origins mouse turning on 180 degrees
only
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
fixme:xinput:XInputGetState (0 0x32f9d0)
fixme:xinput:XInputSetState (0 0x32fbb8) Stub!
Native xinput or forced MouseWarpOverride doesn't help.
--
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=34784
Bug #: 34784
Summary: Every time enter Wine 1.6 the error report come out
and require to close the Wine 1.6. However, the
application is still running. This problem happened
since upgraded from 12.10 to 13.04 Ubuntu.
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.mfi(a)gmail.com
Classification: Unclassified
Created attachment 46385
--> http://bugs.winehq.org/attachment.cgi?id=46385
Error Report
Every time enter Wine 1.6 the error report come out and require to close the
Wine 1.6. However, the application is still running. This problem happened
since upgraded from 12.10 to 13.04 Ubuntu.
--
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=34834
Bug #: 34834
Summary: [Bisected] Thief: Deadly Shadows regression: Player
cannot turn around freely in fullscreen mode
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.taffer(a)mail.com
Classification: Unclassified
Regression SHA1: 76bbf106a28c4caa82873e8450bde7d4adc765bf
When running this game in fullscreen it is not possible for the player to spin
around freely. This is a regression between wine 1.4 and 1.6, still present.
Steps to reproduce:
- The free demo behaves the same as the actual game and can be used for
testing: http://www.gamefront.com/files/3090442
- Change your desktop resolution to 1600x1200
- Run the game. (The default path for the demo is C:\Program Files\Thief -
Deadly Shadows Demo\System\t3.exe)
Press ESC several times to skip movies. From the menu go to the options
screen and change the game resolution to 1600x1200
- Quit the game. If the buttons have become inaccessible after the resolution
change, then press Alt-Enter
- Run the game again. From the menu click New Game, then Start, then (after
loading) OK
- Move the mouse to one side and try to spin on the spot (look straight up to
make it easier to see). You will find that your movement is restricted
- Press Alt-Enter to go to windowed mode, click on the window and try again.
Now you can turn freely
Notes:
- Apparently the desktop resolution must match the game resolution for
fullscreen to work properly.
- If the game menu behaves weirdly, try running the game on a single core
- On Ubuntu/Unity it may be necessary to enable Legacy Fullscreen Support in
Compiz (but not in my case)
Bisection from 1.4 to 1.6 found this commit:
> 76bbf106a28c4caa82873e8450bde7d4adc765bf is the first bad commit
> commit 76bbf106a28c4caa82873e8450bde7d4adc765bf
> Author: Henri Verbeet <hverbeet(a)codeweavers.com>
> Date: Thu Apr 25 09:59:42 2013 +0200
>
> winex11: Move the desktop process check from X11DRV_ClipCursor() to grab_clipping_window().
>
> We don't want to clip in the desktop process, but we still need it to call
> ungrab_clipping_window() if the process that was previously clipping didn't.
> This can happen for example when fullscreen clipping is enabled, but the
> corresponding window isn't explicitly destroyed before process exit.
>
> :040000 040000 d6362b9803969c01c9c86d739c6d8f958ad1866c ea562a8bc473131d579f51c59e7bff18809f6504 M dlls
Tested with a GT430 card and the proprietary NVIDIA driver in Ubuntu 13.10 and
from a Fedora live-CD. (Many graphics issues with the Nouveau driver but it
could be verified that the behaviour was the same in fullscreen and windowed
mode.
--
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=34799
Bug #: 34799
Summary: Error no inicia packet tracer 6
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edofrancjmc(a)gmail.com
Classification: Unclassified
Error no inicia packet tracer 6
Ubuntu 12.04.3
--
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=34779
Bug #: 34779
Summary: Red Alert 2: installer error: Please insert CD-ROM
disc
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdsbug(a)gmail.com
Classification: Unclassified
Command and Conquer: Red Alert 2 installer fails with this message:
Please insert CD-ROM disc.
Am running Setup.exe from mounted backup image. Pointing "Drives" to mountpoint
and changing device type to CD-ROM in winecfg have no effect. No output in
terminal.
This is not a duplicate of bug 30155 since there IS a error message and also
copying secdrv.sys (SafeDisk) version 2.40.010 to C:\windows\system32\drivers
has no effect.
--
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=26778
Summary: Games for Windows Live fails to start without native
crypt32
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.gamesforwindows.com/en-US/games/bulletstorm
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Download Bulletstorm demo, install, then get native windowscodecs for bug
26777.
Run the client, and it will prompt you to install a hotfix:
http://www.gamesforwindows.com/en-US/Support/Games-for-Windows-Marketplace-…
English:
http://download.microsoft.com/download/8/B/2/8B2DC324-ACE3-4EF4-A4F4-56A055…
which is http://support.microsoft.com/kb/938759
"This problem occurs because the WinVerifyTrust function in Windows Server 2003
cannot validate the certificates for large signed files."
looks like our WinVerifyTrust needs the fix as well. Installing the hotfix
avoids the error.
Strangely, setting crypt32/wintrust to builtin in winecfg doesn't bring the bug
back. Removing the new crypt32.dll from system32 though, does. I guess it's
loading the dll by path?
--
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=27251
Summary: Aliwangwang display ugly
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34837)
--> (http://bugs.winehq.org/attachment.cgi?id=34837)
Reg file: works around bug 27196
1. Download installer of AliWangWang :
http://download.taobaocdn.com/wangwang/AliIM2011_taobao(6.50.27T).exe
( from http://www.taobao.com/wangwang/2010_fp/seller.php )
2. install with wine:
$ LANG=zh_CN.utf8 wine AliIM2011_taobao(6.50.27T).exe
(not sure whether bug 10063 is harmful)
3. import a reg file with regedit, works around Bug 27196 ( dup of bug 25340)
see attachment : clsidall.reg
4 .start wangwang:
$ wine WangWang.exe
WangWang display ugly, winetricks gdiplus works around it.
full log and screenshot will be attached later.
--
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=27694
Summary: wine iexplore can't load hotmail.com (gives a blank
page)
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.hotmail.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35440)
--> (http://bugs.winehq.org/attachment.cgi?id=35440)
terminal output
A user asked about it in #winehq.
Terminal output 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.