ember icon indicating copy to clipboard operation
ember copied to clipboard

The main client for the Worldforge MMORPG system.

Results 4 ember issues
Sort by recently updated
recently updated
newest added

Fixes for Windows(MinGW64)

$ ember --debug Starting Ember in debugger.... /usr/bin/ember.bin: symbol lookup error: /usr/bin/ember.bin: undefined symbol: _ZN7varconf10ParseErrorcvNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEB5cxx11Ev [Inferior 1 (process 5355) exited with code 0177] No stack.

Hopefully the following backtrace will be useful to you: ``` (gdb) #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff6152859 in __GI_abort () at abort.c:79 #2 0x00007ffff6152729 in __assert_fail_base (fmt=0x7ffff62e8588 , assertion=0x555556978490...

![image](https://user-images.githubusercontent.com/59517351/206918164-4dc4d4e0-1999-407a-8c3a-0acc7de44eb3.png) Steps to reproduce: 1. Connect to any server. 2. Change terrain page size. 3. Chaos. Expected behavior: Do not apply this setting until ember has restarted. Display a warning...