I get this error:
Updating GeoIP country database from MaxMind. <br> Detected Lua 5.1 library at /lib/liblua.so.5.1.5 <br> Eluant.dll.config has been created successfully. <br> CSC fixheader.exe
Unhandled Exception: <br> System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationE xception: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542 <br> at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <0cc37f4786fa491387f4cb0ad6d68b 47>:0 <br> at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.TermInfoDriver..ctor (System.String term) [0x00055] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.ConsoleDriver..cctor () [0x0004d] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> --- End of inner exception stack trace --- <br> at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <0cc37f47 86fa491387f4cb0ad6d68b47>:0 <br> at System.Console..cctor () [0x0008e] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> --- End of inner exception stack trace --- <br> at Mono.CSharp.Driver.Main (System.String[] args) [0x00019] in <d2122ab568134220b5e8e0ee403c7d6d>:0 <br> [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Console' threw an excepti on. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exce ption: Magic number is wrong: 542 <br> at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x00028] in <0cc37f4786fa491387f4cb0ad6d68b 47>:0 <br> at System.TermInfoReader..ctor (System.String term, System.String filename) [0x0005f] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.TermInfoDriver..ctor (System.String term) [0x00055] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> at System.ConsoleDriver..cctor () [0x0004d] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> --- End of inner exception stack trace --- <br> at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <0cc37f47 86fa491387f4cb0ad6d68b47>:0 <br> at System.Console..cctor () [0x0008e] in <0cc37f4786fa491387f4cb0ad6d68b47>:0 <br> --- End of inner exception stack trace --- <br> at Mono.CSharp.Driver.Main (System.String[] args) [0x00019] in <d2122ab568134220b5e8e0ee403c7d6d>:0 <br> make: *** [Makefile:259: fixheader.exe] Error 1 </d2122ab568134220b5e8e0ee403c7d6d></d2122ab568134220b5e8e0ee403c7d6d>
Pinned Comments
EndlessEden commented on 2021-08-21 04:03 (UTC)
Major Update: PKGBUILD mostly rewritten, earlier references to D2/R2 mods removed. Dependencies updated/fixed alongside optional dependancies including all known Openra mods.
NOTE: PKGBUILD now packages a copy of the source code at the time of building into /usr/lib/openra/src/; This is for building mods against and it is /not/ a mistake. Mods are built against a client version and /only/ work with that version. So without it, you would need to rebuild openra-git and all mods built against it every time you want to install a new mod. - However, this means a increase in install/package size by about 40%.
EndlessEden commented on 2017-08-16 00:13 (UTC) (edited on 2020-07-30 06:05 (UTC) by EndlessEden)
Updated: Fixed the removal of "make dependencies" upstream;
will be removing old entries for RA2/D2 soon, as building against upstream is not possible as RA2/D2 are lagging behind too much in updating their engine compatibility.