[wesnoth-commits] [wesnoth/wesnoth] 0cdcb9: log/windows: Ignore failure to attach or allocate ...

Iris Morelle noreply at github.com
Mon Jan 13 03:13:31 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 0cdcb9f8e42b6a55242c13719b0c497cfa5a8b35
      https://github.com/wesnoth/wesnoth/commit/0cdcb9f8e42b6a55242c13719b0c497cfa5a8b35
  Author: Iris Morelle <shadowm at wesnoth.org>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M src/log_windows.cpp

  Log Message:
  -----------
  log/windows: Ignore failure to attach or allocate a console

Wine as of version 4.21 just refuses and goes ERROR_ACCESS_DENIED when
trying to allocate a console for a GUI subsystem application. Why? Who
knows. It does have the functionality to run console applications either
using ncurses or its own console implementation, but it won't. It's best
not to dwell on it and just ignore what's supposed to be the unlikeliest
worst case scenario.


  Commit: 74ac56573c30b50775aefb8837ccbcf6c2569c15
      https://github.com/wesnoth/wesnoth/commit/74ac56573c30b50775aefb8837ccbcf6c2569c15
  Author: Iris Morelle <shadowm at wesnoth.org>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M src/sdl/surface.cpp
    M src/sdl/surface.hpp

  Log Message:
  -----------
  sdl: Allow dumping SDL_Surface info to ostreams for debugging purposes


Compare: https://github.com/wesnoth/wesnoth/compare/15cd351c6b30...74ac56573c30



More information about the Commits mailing list