http://bugs.winehq.org/show_bug.cgi?id=31817
Bug #: 31817
Summary: RTXShlMenu.dll from RTX 2010 fail to register
Product: Wine
Version: 1.5.13
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
wine-1.5.13-431-ga6adbf5
Download: http://c.uzzf.com//cl/rtxclient2010_ins.zip
1. winetricks vcrun6sp6
(workaround bug 27109 and bug 657)
2. install RTX
$ wine rtxclient2010formal.exe
while installing, a popup menu says RTXShlMenu.dll fail to register.
Full log:
---
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
Failed to register DLL C:\Program Files\Tencent\RTXC\RTXShlMenu.dll
fixme:atl:AtlModuleInit SEMI-STUB (0x3eb418 0x3ea2e8 0x3c0000)
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
err:ole:CoRevokeClassObject COM was not initialized
---
After installing, we can reproduce the failure by:
$ cd ~/.wine/drive_c/Program\ Files/Tencent/RTXC/
$ regsvr32 RTXShlMenu.dll
Failed to register DLL RTXShlMenu.dll
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38778
Bug ID: 38778
Summary: Blade of Darkness demo hangs with a black screen on
start
Product: Wine
Version: 1.7.22
Hardware: x86
URL: http://www.fileplanet.com/51710/50000/fileinfo/Blade-o
f-Darkness-PC-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 8ebc82cd8dbf306256318047d5b9c009f654eac1
Distribution: ---
The game is an oldie from around 2000, the demo supports only D3D mode.
The game hangs with a black screen and 100% cpu usage after starting.
Start the demo with ../Bin/Winblade.exe, select renderer, screen resolution and
audio device in the launcher then click <Play demo> button to start the game.
Terminal output:
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000006 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33b354,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33aca4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33a814,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
Reverting the following commit fixes the issue:
commit 8ebc82cd8dbf306256318047d5b9c009f654eac1
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jul 1 07:52:29 2014 +0200
ddraw: Check for a lost surface in ddraw_surface7_Flip().
wine-1.7.45-116-g9e96bee
Fedora 22
nouveau + Mesa3D from git (the problem is present with the binary drivers as
well)
--
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=32383
Bug #: 32383
Summary: Configure script can't find 32-bit freetype libraries
on 64-bit debian squeeze
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Classification: Unclassified
Repro:
1. Use latest 64-bit debian testing (codenamed squeeze atm). This is important,
as recently they got rid of ia32 libs in favor of multiarch
2. Install all dependencies required to build wine (i386 arch), including
libfreetype6-dev:i386
3. Run ./configure script from wine's sources
Result:
checking for -lfreetype... libfreetype.so.6
checking for ft2build.h... no
checking for freetype/freetype.h... no
checking for freetype/ftglyph.h... no
checking for freetype/fttypes.h... no
checking for freetype/tttables.h... no
checking for freetype/ftsnames.h... no
checking for freetype/ttnameid.h... no
checking for freetype/ftoutln.h... no
checking for freetype/ftwinfnt.h... no
checking for freetype/ftmodapi.h... no
checking for freetype/ftlcdfil.h... no
checking for FT_TrueTypeEngineType... no
configure: error: FreeType 32-bit development files not found. Fonts will not
be built.
Use the --without-freetype option if you really want this.
Expected:
Freetype libs detected and used to build wine
Notes:
I use wine with few patches, and now i'm forced to use multiarch, so this bug
is really dealbreaker for me.
Few months ago, i tried to get rid of ia32* and lib32* packages on my system
and use purely multiarch environment. I failed exactly on this step (after
successfully overcoming few lesser difficulties with dependencies of other
required packages). IIRC it's related to peculiar system used to
detect/configure freetype via some binary. I tried to work it around by
modifying autoconfig/config files, but it didn't work in any case. I don't
remember exact data on it, will try this weekend and post it here.
--
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=34308
Bug #: 34308
Summary: Gazillionaire has transparency issues
Product: Wine
Version: 1.7.0
Platform: x86-64
URL: http://web.archive.org/web/20051230143410/http://www.lavamind.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CaptainSifff(a)gmx.de
Classification: Unclassified
Created attachment 45672
--> http://bugs.winehq.org/attachment.cgi?id=45672
black things on buttons in Gazillionaire
Hi there!
Gazillionaire has some transparency issues with its icons.
I'll attach a screenshot.
--
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=33917
Bug #: 33917
Summary: Voyage: Journey to the Moon demo shows white screen
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.worthdownloading.com/download.php?gid=1440&
id=4995
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45051
--> http://bugs.winehq.org/attachment.cgi?id=45051
log+d3d
Launching and hearing sounds. Screen is white.
--
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=33438
Bug #: 33438
Summary: error using wine explorer when wine is in win98 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: kevinbanjo(a)gmail.com
Classification: Unclassified
All I did is install wine, configure it to win98 mode, bring up explorer, click
on my computer, then C drive and it gave me the attached message.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39119
Bug ID: 39119
Summary: Heroes of the Storm -- 13.0.37117
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
After closing the application (Heroes of the Storm, patch 13.0.37117), it will
throw up a fatal error. The application itself does, not Wine. However, prior
to this latest Heroes of the Storm patch it did not throw up this error and as
far as I can tell, it does not generate this error in Windows.
Wine: 1.7.49
I also tested it with a fresh wine prefix, to rule out any issues from dll
overrides. This did not solve the issue.
While running the application, it behaves as before. It is just when closing
the application that it throws up this error. The error message itself is just
"Fatal exception occured" with a typical Blizzard exception handler error code
but that is probably less than useful information, since it is being run in
Wine and the error it generates assumes Windows.
--
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=32655
Bug #: 32655
Summary: Miro Setup does not go beyong "initializing..." phase
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Classification: Unclassified
http://www.getmiro.com/download/all/
miro_setup.exe installer stays at "initializing..." only; installer does not
complete the installation.
thanks.
WINEARCH=win32
fedora 18 x86_64
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39747
Bug ID: 39747
Summary: Original War: user interface gets corrupted after
opening the help screen
Product: Wine
Version: 1.8-rc3
Hardware: x86
URL: https://original-war.net/files.php?id=79
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 821c2ed6a3478fadeafe7c64213b5f0af5f19d57
Distribution: ---
Created attachment 53020
--> https://bugs.winehq.org/attachment.cgi?id=53020
screenshot (comparison)
When you start a new game or load a previously saved game, the user interface
in the game is rendered correctly. After opening and closing the in-built help
screen, the user interface becomes corrupted so that only the character
portrait and the minimap can bee seen, everything else is replaced with black
rectangles (see attached screenshot).
Plain terminal output doesn't show anything.
I tried and reproduced this bug with Nvidia binary drivers 340.96, because the
game doesn't start properly with Nouveau.
Tested with the following game versions:
1.09 (demo version)
1.10 (stock version from GOG.com)
2.0.3.5 (the latest patch)
1.09 and 1.10 versions use DirectDraw renderer exclusively, newer patches allow
the player to choose between the default ddraw and opengl renderers: the issue
occurs only with ddraw.
The problem was introduced by
commit 821c2ed6a3478fadeafe7c64213b5f0af5f19d57
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Dec 4 11:30:15 2015 +0100
ddraw: Do not mark surfaces as lost unconditionally when setting the
cooperative level.
To reproduce the problem in the demo version:
1. Install and start the demo with OwarDemo.exe
2. In the main menu choose <Campaign>, select the U.S campaign (blue icon),
press <Esc> to skip the video. The game starts with a conversation, press
<Backspace> to skip it.
3. When you gain control over your character, press the <?> icon in the upper
menu bar to open the in-game help scene.Close the screen with the checkmark
button in the lower right.
4. You should see that the main user interface is missing decoration, buttons,
etc.
Fedora 23
Nvidia binary drivers 340.96
Original_War_Demo_109_Install_ENG\[www.original-war.net\].rar (352 M)
sha1: a87ea7d3a3c5e1aae8eaea04ac19bc7f9974c0eb
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8258
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.8-rc4.
--
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.