https://bugs.winehq.org/show_bug.cgi?id=42255
Bug ID: 42255
Summary: Xenia emulator needs
ntdll.dll.RtlAddGrowableFunctionTable
Product: Wine
Version: 2.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56942
--> https://bugs.winehq.org/attachment.cgi?id=56942
Terminal output Wine 2.0-rc5
IF you attempt to run the Xenia emulator in a WoW64 prefix in Windows XP mode,
the program crashes with the following error:
wine: Unimplemented function ntdll.dll.RtlAddGrowableFunctionTable called at
address 0x7bc5f96c (thread 0026), starting debugger...
Steps to reproduce:
1. Download the emulator in the link I have provided
2. Make a WoW64 prefix (requires multilib Wine)
3. Run "winetricks vcrun2015" before running the program
4. Attempt to install the program with "wine xenia.exe"
--
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=45453
Bug ID: 45453
Summary: Guild Wars 2: Launcher crashes with assertion
"jobThreads && (jobThreads <= hardwareThreads)"
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stormy.t.dragon(a)gmail.com
Distribution: ---
Created attachment 61791
--> https://bugs.winehq.org/attachment.cgi?id=61791
WINE 3.12 Console Dump
When starting Guild Wars 2 under WINE 3.11 or WINE 3.12, the launcher crashes
with an internal assertion "jobThreads && (jobThreads <= hardwareThreads)".
Reverting to WINE 3.10 allows the launcher to start normally.
Another user reported having no problems with WINE 3.12, so this may be
specific to certain distros or hardware.
--
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=37863
Bug ID: 37863
Summary: Halo only works using Nvidia graphics
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: vroom.henderson(a)gmail.com
Distribution: ---
Using GPUs other than Nvidia (confirmed with Intel and AMD), Halo will launch
but will just display a black screen. The music and menu sounds work correctly
when the arrow keys are pressed giving evidence that other than the graphics
component, the game is still actually running.
When the game is placed in "Safe Mode" the screen is all black except for some
flashing vertices in the lower right quadrant of the screen. The terminal also
outputs the following error repeatedly:
fixme:d3d:process_vertices_strided Didn't expect the destination to have a
normal
--
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=43745
Bug ID: 43745
Summary: Graywalkers Purgatory demo has wrong models rendering
Product: Wine
Version: 2.17
Hardware: x86-64
URL: http://www.graywalkers.com/Demo.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 59236
--> https://bugs.winehq.org/attachment.cgi?id=59236
screenshot
warn:d3d11:d3d_device_inner_QueryInterface
{a04bfb29-08ef-43d6-a49c-a9bdbdcbe686} not implemented, returning
E_NOINTERFACE.
warn:d3d11:d3d_device_inner_QueryInterface
{9d06dffa-d1e5-4d07-83a8-1bb123f2f841} not implemented, returning
E_NOINTERFACE.
warn:d3d11:d3d11_immediate_context_QueryInterface
{420d5b32-b90c-4da4-bef0-359f6a24a83a} not implemented, returning
E_NOINTERFACE.
wine-2.17-77-g0991e01531
--
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=40880
Bug ID: 40880
Summary: Commandos 3: Destination Berlin demo has sound issues
Product: Wine
Version: 1.9.13
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/commandos-3-desti
nation-berlin-download/commandos-3-destination-berlin-
demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 54968
--> https://bugs.winehq.org/attachment.cgi?id=54968
log
Sounds in the main menu and while gameplay randomly missing.
--
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=5402
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #46 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 4.0-rc1.
--
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=29183
Bug #: 29183
Summary: Heavy corruption when rendering edit control with
WM_PRINTCLIENT and possibly invalid HDC
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)iki.fi
Classification: Unclassified
Created attachment 37649
--> http://bugs.winehq.org/attachment.cgi?id=37649
Hack for the problem
This is the most severe bug with ResEdit currently. For some reason
WM_PRINTCLIENT might get a wParam with HDC that causes massive corruption when
used. Forcing using Begin/EndPaint avoid the problem.
On Windows it seems to work just fine.
Patch with hack attached and another attachment with the corruption shown. The
window height problem with the dialog in the center is related to another bug.
Also attached a screenshot with all my hacks applied.
--
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=38228
Bug ID: 38228
Summary: Wildstar game failed to download :
`winhttp:session_set_option 0` and `wine client
error:41b: pipe: Too many open files`
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: donanykey(a)gmail.com
Distribution: ---
Hi,
Wildstar 10days trial installer stops downloading after a while with errors
like this:
fixme:winhttp:session_set_option 0 (null) (null)
wine client error:41b: pipe: Too many open files
--
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=23750
Summary: SpongeBob SquarePants: Diner Dash 2 - mouse has pink
background
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29763)
--> (http://bugs.winehq.org/attachment.cgi?id=29763)
screenshot
Looks like it's supposed to be an animated cursor, but the background is pink.
I'll attach a screenshot.
Terminal shows:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
fixme:d3d_surface:IWineD3DSurfaceImpl_BltOverride Implement hardware blit
between two surfaces on the same swapchain
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 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.