GunChleoc
Joined: 2013-10-07, 14:56
Posts: 3324
One Elder of Players
Location: RenderedRect
|
Posted at: 2020-02-21, 17:09
I'm not getting this error on the same version. Is your version clean? Try running git status to see if there are any changed files. Also, what's your operating system?
Busy indexing nil values
Top
Quote
|
|
|
niektory
Joined: 2019-06-03, 19:06
Posts: 206
Widelands-Forum-Junkie
Location: Poland
|
Posted at: 2020-02-22, 10:37
ModellbahnerTT wrote:
At start I got following message in the console:
[code]
ERROR: Unused key "arabic" in LuaTable. Please report as a bug.
ERROR: Unused key "cjk" in LuaTable. Please report as a bug.
ERROR: Unused key "default" in LuaTable. Please report as a bug.
ERROR: Unused key "devanagari" in LuaTable. Please report as a bug.
ERROR: Unused key "hebrew" in LuaTable. Please report as a bug.
ERROR: Unused key "myanmar" in LuaTable. Please report as a bug.
ERROR: Unused key "sinhala" in LuaTable. Please report as a bug.
Caught exception (of type 'St12out_of_range') in outermost handler!
The exception said: map::at
This should not happen. Please file a bug report on version r244281681419@master.
[/code]How can I solve this Bug?
This looks like the same issue I ran into a while ago: Problem with datadir in XDG mode #3490.
Try one of the solutions described there:
He/She should just compile without XDG, set the variable as desired or as the best option use the --datadir switch as that's a development case.
I use the last one, launching Widelands with:
./widelands --datadir='./data'
Top
Quote
|
|
|
ModellbahnerTT
Joined: 2009-07-19, 10:58
Posts: 70
Likes to be here
|
Posted at: 2020-02-22, 22:53
GunChleoc wrote
Is your version clean? Yes my version is clean and my OS is Manjaro Linux
@niektory Thanks that solution works.
Edited: 2020-02-22, 23:12
Top
Quote
|
|
|
ModellbahnerTT
Joined: 2009-07-19, 10:58
Posts: 70
Likes to be here
|
Posted at: 2020-05-04, 23:13
In Version 77731d4e9c..d116d4b479 there is a Bug with the test of AI failed and uses all the memory which me system has.
Top
Quote
|
|
|
hessenfarmer
Joined: 2014-12-11, 22:16
Posts: 2414
One Elder of Players
Location: Bavaria
|
Posted at: 2020-05-05, 08:18
ModellbahnerTT wrote:
In Version 77731d4e9c..d116d4b479 there is a Bug with the test of AI failed and uses all the memory which me system has.
Could you provide a log of the compile process and an error log if possible, cause on travis all was fine. OS with version and some basic spec of your machine would be fine as well.
Was this a clean build or an update build? As we can't check update build on our CI currently (maybe this would be a future improvement)
Top
Quote
|
|
|
ModellbahnerTT
Joined: 2009-07-19, 10:58
Posts: 70
Likes to be here
|
Posted at: 2020-05-05, 11:55
It was a new build without any options to compile.sh. Ninja system was used on Linux. My system is a Intel APU with 4 cores and 16 GB RAM. An compile build log is not available.
Top
Quote
|
|
|
hessenfarmer
Joined: 2014-12-11, 22:16
Posts: 2414
One Elder of Players
Location: Bavaria
|
Posted at: 2020-05-05, 12:48
ModellbahnerTT wrote:
It was a new build without any options to compile.sh. Ninja system was used on Linux. My system is a Intel APU with 4 cores and 16 GB RAM. An compile build log is not available.
Strange. Just to exclude a random fault: Did you try it a second time? And if not, could you do so while keeping a terminal to catch a log?
Edited: 2020-05-05, 12:49
Top
Quote
|
|
|
WorldSavior
Topic Opener
Joined: 2016-10-15, 03:10
Posts: 2016
OS: Linux
Version: 1.1-rc
One Elder of Players
Location: Germany
|
Posted at: 2020-05-22, 20:17
The system of speed compromises totally fails for six players: When three players want slow speed and pause, the match can still reach 14x speed if the other three players push high speed. For comparison: In a 1vs1 this would result in a 0.5x situation.
Wanted to save the world, then I got widetracked
Top
Quote
|
|
|
Noobium
Joined: 2010-11-20, 07:47
Posts: 1
Just found this site
|
Posted at: 2022-01-07, 08:41
Initial head quarters of players / computer opponents should only be build where there is room.
For example at the Trident Of Fire map two computer opponents where placed on tiny islands, where neither a development was possible for them, nor did we have a chance to win in Autocrat mode, bacause they of course could also not be reached.
→ https://ibb.co/fQdMysW https://ibb.co/510pvV7
I really love cookies.
Top
Quote
|
|
|
hessenfarmer
Joined: 2014-12-11, 22:16
Posts: 2414
One Elder of Players
Location: Bavaria
|
Posted at: 2022-01-07, 11:12
Noobium wrote:
Initial head quarters of players / computer opponents should only be build where there is room.
For example at the Trident Of Fire map two computer opponents where placed on tiny islands, where neither a development was possible for them, nor did we have a chance to win in Autocrat mode, bacause they of course could also not be reached.
→ https://ibb.co/fQdMysW https://ibb.co/510pvV7
Hi,
welcome to our forum.
This map is meant to be played as a multiplayer scenario. In this mode the 2 slots in questio aren't filled. to play this in singleplayer you need to close these slots to win in autocrat.
However while investigating I found out that there is a bug in the scripting which prevents the scenario to be initilaized correctly.
Thanks for reporting.
Top
Quote
|