https://bugs.winehq.org/show_bug.cgi?id=39708
Bug ID: 39708
Summary: Content does not display in Rust Experimental server
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: nikita.hldm(a)gmail.com
Distribution: ---
Created attachment 52950
--> https://bugs.winehq.org/attachment.cgi?id=52950
Wine log
Contents of the console after starting:
Mono path[0] = 'Z:/home/servers/rust/RustDedicated_
Data/Managed'
Mono path[1] = 'Z:/home/servers/rust/RustDedicated_
Data/Mono'
Mono config path = 'Z:/home/servers/rust/RustDedica
ted_Data/Mono/etc'
And nothing more.
I fixed this problem with the Rust Experimental. However, this solution is not
too good.
In console.c in CloseConsoleHandle() i added return TRUE; after {
BOOL WINAPI CloseConsoleHandle(HANDLE handle)
{
return TRUE;
...
I think the problem is related with the functions - AttachConsole(),
FreeConsole().
--
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=38178
Bug ID: 38178
Summary: Crash with Heroes VI at very begin
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 50937
--> https://bugs.winehq.org/attachment.cgi?id=50937
Heroes VI crashes with any engine > 1.7.7. Worked with 1.6.2
Assertion failed: (iface->lpVtbl == (const IDirect3DBaseTexture9Vtbl
*)&d3d9_texture_2d_vtbl || iface->lpVtbl == (const IDirect3DBaseTexture9Vtbl
*)&d3d9_texture_cube_vtbl || iface->lpVtbl == (const IDirect3DBaseTexture9Vtbl
*)&d3d9_texture_3d_vtbl), function unsafe_impl_from_IDirect3DBaseTexture9, file
texture.c, line 1257.
--
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.