[Bug 39708] New: Content does not display in Rust Experimental server

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 30 10:23:59 CST 2015


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 at winehq.org
          Reporter: nikita.hldm at 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.



More information about the wine-bugs mailing list