This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: DrakeStory/scenarios/05_The_Underground_Path.cfg:272: UTF-8 Format error. | |
Can't decode byte 0xe8 (invalid continuation byte). | |
You must edit the file, replacing that byte with a valid UTF-8 character. | |
Text preceding the invalid byte (line 272): | |
# da modificare - devo aggiungerci la condizione "se il turno 23 non |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wesnoth.exe!std::locale::_Getfacet(0x0000002d) Line 431 C++ | |
wesnoth.exe!std::use_facet<boost::locale::message_format<char> >({...}) Line 511 C++ | |
> wesnoth.exe!`anonymous namespace'::wesnoth_message_format::get_base() Line 212 C++ | |
wesnoth.exe!`anonymous namespace'::wesnoth_message_format::convert(0x0ac037c0, {...}) Line 206 C++ | |
wesnoth.exe!boost::locale::basic_message<char>::write({...}, 0x00000000, {...}) Line 470 C++ | |
wesnoth.exe!boost::locale::basic_message<char>::str({...}, 0x00000000) Line 397 C++ | |
wesnoth.exe!boost::locale::basic_message<char>::str({...}, {...}) Line 375 C++ | |
wesnoth.exe!boost::locale::dgettext<char>(0x095bee98, 0x0ac037c0, {...}) Line 641 C++ | |
wesnoth.exe!translation::dgettext(0x095bee98, 0x0ac037c0) Line 365 C++ | |
wesnoth.exe!translation::dsgettext(0x095bee98, 0x0ac037c0) Line 374 C++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1>------ Build started: Project: wesnothlib, Configuration: Debug Win32 ------ | |
2>------ Build started: Project: liblua, Configuration: Debug Win32 ------ | |
3>------ Build started: Project: WindowsTimeout, Configuration: Debug Win32 ------ | |
3>WindowsTimeout.cpp | |
3>WindowsTimeout.vcxproj -> I:\Battle for Wesnoth\wesnoth\projectfiles\VC14.1\\..\..\WindowsTimeout.exe | |
3>WindowsTimeout.vcxproj -> Debug\WindowsTimeout\WindowsTimeout.pdb (Full PDB) | |
1>color.cpp | |
1>color_range.cpp | |
2>lapi.cpp | |
1>config.cpp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1>------ Build started: Project: wesnoth, Configuration: Debug Win32 ------ | |
1>advanced_graphics_options.cpp | |
1>attack_predictions.cpp | |
1>campaign_difficulty.cpp | |
1>campaign_selection.cpp | |
1>campaign_settings.cpp | |
1>chat_log.cpp | |
1>core_selection.cpp | |
1>debug_clock.cpp | |
1>depcheck_confirm_change.cpp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~Dr.M~~ Error #1: UNADDRESSABLE ACCESS of freed memory: reading 0x031c1378-0x031c137c 4 byte(s) within 0x031c1378-0x031c137c | |
~~Dr.M~~ # 0 system call NtDeviceIoControlFile AFD_SEND_INFO.BufferArray[i].buf | |
~~Dr.M~~ # 1 MSWSOCK.dll!? +0x0 (0x7321769b <MSWSOCK.dll+0x769b>) | |
~~Dr.M~~ # 2 WS2_32.dll!WSASend +0x11d (0x7712347e <WS2_32.dll+0x1347e>) | |
~~Dr.M~~ # 3 boost::asio::detail::socket_ops::send [i:\battle for wesnoth\external\include\boost\asio\detail\impl\socket_ops.ipp:1154] | |
~~Dr.M~~ # 4 boost::asio::detail::socket_ops::non_blocking_send [i:\battle for wesnoth\external\include\boost\asio\detail\impl\socket_ops.ipp:1244] | |
~~Dr.M~~ # 5 boost::asio::detail::reactive_socket_send_op_base<>::do_perform [i:\battle for wesnoth\external\include\boost\asio\detail\reactive_socket_send_op.hpp:56] | |
~~Dr.M~~ # 6 boost::asio::detail:: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[modify_ai] can only change one component at a time | |
stack traceback: | |
[C]: in function '.error' | |
lua/helper.lua:24: in field 'wml_error' | |
lua/wml-tags.lua:761: in local 'cmd' | |
lua/wml-utils.lua:145: in field 'handle_event_commands' | |
lua/wml-flow.lua:6: in function <lua/wml-flow.lua:5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00007fe01d54e81d in nanosleep () from /lib/x86_64-linux-gnu/libpthread.so.0 | |
#1 0x00007fe01d82e855 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 | |
#2 0x000055b358092167 in gui2::dialogs::network_transmission::wesnothd_dialog (msg=..., | |
conn=..., video=...) | |
at /home/jyrki/wesnoth/src/gui/dialogs/network_transmission.cpp:107 | |
#3 gui2::dialogs::network_transmission::wesnothd_receive_dialog (video=..., msg=..., | |
cfg=..., connection=...) | |
at /home/jyrki/wesnoth/src/gui/dialogs/network_transmission.cpp:136 | |
#4 0x000055b35807ac7b in gui2::dialogs::mp_join_game::fetch_game_config ( | |
this=this@entry=0x7ffd9530d6a0, video=...) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
constexpr bool is_positive(int x) | |
{ | |
if (x > 0) | |
{ | |
return true; | |
} | |
else | |
{ | |
return false; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (w.get_value_bool()) { | |
// If this was selected, select another member | |
if (!res) { | |
w.set_value_bool(false); | |
} | |
do_reselect = !res; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
std::vector<double> accl_speeds_; | |
const auto accl_load = [this]()->int { | |
return std::find(accl_speeds_.begin(), accl_speeds_.end(), turbo_speed()) - | |
accl_speeds_.begin() + 1; | |
}; | |
const auto accl_save = [this](int i) { | |
set_turbo_speed(accl_speeds_[i - 1]); | |
}; |