Author Topic: crash while waiting connected to server ( crc calculation related ? ) r4506  (Read 1203 times)

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
I was connected to tomreyns server and we waited for Derek to join. He joined with old Data( and binary ) and left again. after a while my display changed and I got something like a loading screen ( I only saw it for a second ) telling me something about techtree crc calculation or so ....

Then it crashed. ( stack is on bottom of this):
Code: [Select]
....
** Already in error handler exiting errror rendering, msg [OpenGL error #1282 [0x502] : [invalid operation] at file: [/home/tscharn/glest/megaglest/source/glest_game/graphics/renderer.cpp], line: 648
Stack Trace:
./megaglest:Shared::Platform::megaglest_runtime_error::megaglest_runtime_error(std::string const&, bool)address [0xab7d28] line: 237
./megaglest() [0x63705b]address [0x63705b]
./megaglest:Glest::Game::Renderer::reset3dMenu()address [0x643f50] line: 649
./megaglest:Glest::Game::MainMenu::render()address [0x755db2] line: 168
./megaglest:Glest::Game::Program::loopWorker()address [0x6d6f49] line: 424
./megaglest:Glest::Game::ExceptionHandler::handleRuntimeError(char const*, bool)address [0x6be2a5] line: 684
./megaglest() [0x6be624]address [0x6be624]
./megaglest:Glest::Game::glestMain(int, char**)address [0x6c374f] line: 5428
./megaglest:Glest::Game::glestMainSEHWrapper(int, char**)address [0x6cf054] line: 5626
./megaglest:Glest::Game::glestMainWrapper(int, char**)address [0x6cf232] line: 5698
/lib/x86_64-linux-gnu/libc.so.6:__libc_start_main()address [0x7f5d492a176d] line: 0
./megaglest() [0x508149]address [0x508149]
]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]
Waiting for the following threads to exit [1]:
Thread index: 0 ptr [0x2302c70] isBaseThread: 1, Name: [program.cpp_813]

======= In MinidumpCallback...

***ERROR details captured:
Crash minidump folder: /home/tscharn/.megaglest/
file: /home/tscharn/.megaglest//7f64e7e5-f9da-42ff-3f5621f4-23649d90.dmp
Succeeded: 1
******************************************************
    An unhandled error was detected.

A crash dump file has been created in the folder:
/home/tscharn/.megaglest/
Crash dump filename is: /home/tscharn/.megaglest//7f64e7e5-f9da-42ff-3f5621f4-23649d90.dmp
******************************************************
Abgebrochen (Speicherabzug geschrieben)
tscharn@tscharn-desktop:~/glest/megaglest/mk/linux$ ./getstack core
[New LWP 19986]
[New LWP 19993]
[New LWP 19994]

warning: Can't read pathname for load map: Eingabe-/Ausgabefehler.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./megaglest'.
Program terminated with signal 6, Aborted.
#0  0x00007f5d492b6425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#0  0x00007f5d492b6425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f5d492b9b8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00000000006be14a in Glest::Game::ExceptionHandler::handleRuntimeError (msg=<optimized out>, getStackTraceString=false) at /home/tscharn/glest/megaglest/source/glest_game/main/main.cpp:776
#3  0x00000000006be624 in Glest::Game::ExceptionHandler::handleRuntimeError (ex=...) at /home/tscharn/glest/megaglest/source/glest_game/main/main.cpp:624
#4  0x00000000006c374f in Glest::Game::glestMain (argc=<optimized out>, argv=<optimized out>) at /home/tscharn/glest/megaglest/source/glest_game/main/main.cpp:5428
#5  0x00000000006cf054 in Glest::Game::glestMainSEHWrapper (argc=1, argv=0x7fffd38b08c8) at /home/tscharn/glest/megaglest/source/glest_game/main/main.cpp:5624
#6  0x00000000006cf232 in Glest::Game::glestMainWrapper (argc=1, argv=0x7fffd38b08c8) at /home/tscharn/glest/megaglest/source/glest_game/main/main.cpp:5697
#7  0x00007f5d492a176d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#8  0x0000000000508149 in _start ()
tscharn@tscharn-desktop:~/glest/megaglest/mk/linux$

More info in next reply
« Last Edit: 24 June 2013, 21:23:38 by titi »
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
( this is a seperate reply because its big ... )
And before it crashed I get tons of messages like this on the console ( The texts there is waht we typed in the ingame chat )
Code: [Select]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [2]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Spieler 6]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [CPU (Mega)]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [2.5]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Tech]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [2]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Spieler 7]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [CPU (Mega)]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [2.5]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Egypt]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [2]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Mit Server verbunden debby2011, v3.8-dev-GNUC: 40703 [64bit]-Rev: 4506M]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Warte auf Server
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Karte]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Kartenverschleierung]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Zuschauer zulassen]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Multiplikator der Netzwerkspieler Ersatz AI]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Umgebung]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Technologiebaum]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Spieler]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Stamm]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Team]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Max. Spieler: 8
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Größe: 128 x 128]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [00 Testmap A3]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Aktiviert]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Desert2]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Megapack]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Teamwechsel]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [CPU akzeptiert (%)]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text []

[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [30]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [1.0]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Szenario]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Techtreeübersetzung erlauben]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Ok]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [OpenGL error #1282 [0x502] : [invalid operation] ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [at file: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [[/home/tscharn/glest/megaglest/source/glest_game/graphics/renderer.cpp], ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [line: 648 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Stack Trace: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Shared::Platform::megaglest_runtime_error::megaglest_runtime_error(std::string ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [const&, bool)address [0xab7d28] line: 237 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest() [0x63705b]address [0x63705b] ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::Renderer::reset3dMenu()address ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [[0x643f50] line: 649 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::MainMenu::render()address ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [[0x755db2] line: 168 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::Program::loopWorker()address
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [[0x6d6f49] line: 424 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::glestMain(int, ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [char**)address [0x6c9e60] line: 5379 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::glestMainSEHWrapper(int, ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [char**)address [0x6cf054] line: 5626 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest:Glest::Game::glestMainWrapper(int, ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [char**)address [0x6cf232] line: 5698 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [/lib/x86_64-linux-gnu/libc.so.6:__libc_start_main()address ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [[0x7f5d492a176d] line: 0 ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [./megaglest() [0x508149]address [0x508149] ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [ ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [>> Drücke Enter zum Chatten <<]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [mit der war er vorher schon mal da]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [mit der war er vorher schon mal da]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr:
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [das war ne r4085 oder so]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [das war ne r4085 oder so]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [titi: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [titi: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [?]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [?]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Derek]

[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [Derek:
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [brrr]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [brrr]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [old binary, old data]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [old binary, old data]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [er holt beides]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [er holt beides]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [tomr: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [snapshot]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [snapshot]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [titi: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [titi: ]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [wenn nicht einfach altes tileset nehmen]
[/home/tscharn/glest/megaglest/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp::Render] Line 245 Error = 1282 [invalid operation] for text [wenn nicht einfach altes tileset nehmen]


Edit (tomreyn)
:
Fixed code tags
« Last Edit: 24 June 2013, 22:31:11 by tomreyn »
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
When I started MG again and I joined the same server all was goo and I also did not get these messages.
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Not enough details. Did Derek have an old dev binary or 3.7.1? The stack traces tell nothing.

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
He had a 3.8.1-dev revision. I think it was r4085.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
This is a duplicate bug. For dev revisions this may occur because data structures are different not network games etc.

 

anything