Open
Description
Error message
The following program fails to compile and crashes the game:
public class A {
void A() {}
}
public class B {
static A a = new A();
}
log.txt
Unhandled exception occurred!
==============================
SIGSEGV, segmentation fault
==============================
This is usually caused by a bug. Please report this on http://github.com/colobot/colobot/issues
including information on what you were doing before this happened and all the information below.
==============================
You are running official 0.2.2-alpha build.
The game was in phase PHASE_SIMUL (ID=8)
Last started level was: category=plus chap=2 rank=1
==============================
Sorry for inconvenience!
Save file
No response
colobot.ini or colobot.json
No response
Game version (e.g. 0.2.1-alpha)
0.2.2-alpha
Operating system (e.g. Windows 11)
NixOS, through appimage-run
Video card
No response
Steps to reproduce the crash
- Paste program into a bot.
- Hit the compile button.
- Segfault.
Are you able to reproduce the crash?
Indeed
Please post a stack trace if you know how
No response
Installed mods (if any)
No response
Additional information
No response