User:Sebassje: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 11: Line 11:
* Create a Socket module (Link: [[Modules/Sockets]])
* Create a Socket module (Link: [[Modules/Sockets]])
* Get a job.
* Get a job.
==(Windows) ml_irc.dll crashes ==
* Unhandled exception at 0x01d36d36 in server_Release_09152009_1625.dmp: 0xC0000005: Access violation reading location 0x73286579.
* ml_irc.dll!01d36d36() [Frames below may be incorrect and/or missing, no symbols loaded for ml_irc.dll]
==(Linux) ml_irc.so crashes ==
Program received signal SIGSEGV, Segmentation fault.<br />
[Switching to Thread -1213708608 (LWP 19714)]<br />
0xb3c30fdf in ?? () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/modules/ml_irc.so<br />
(gdb) bt<br />
#0  0xb3c30fdf in ?? () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/modules/ml_irc.so
#1  0xb771c0da in luaD_precall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#2  0xb7724be8 in luaV_execute () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#3  0xb771c409 in luaD_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#4  0xb7719711 in f_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#5  0xb771ba97 in luaD_rawrunprotected () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#6  0xb771bafe in luaD_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#7  0xb771956a in lua_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#8  0xb772726f in luaB_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#9  0xb771c0da in luaD_precall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#10 0xb7724ba6 in luaV_execute () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#11 0xb771c409 in luaD_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#12 0xb7719711 in f_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#13 0xb771ba97 in luaD_rawrunprotected () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#14 0xb771bafe in luaD_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#15 0xb771956a in lua_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#16 0xb76bb53c in CLuaArguments::Call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#17 0xb7650bce in CRegisteredCommands::CallCommandHandler () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#18 0xb7650db7 in CRegisteredCommands::ProcessCommand () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#19 0xb7603838 in CConsole::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#20 0xb76120ad in CGame::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#21 0xb75e112b in CServer::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
#22 0xb7a7d84f in CModManagerImpl::HandleInput () from ./core.so
#23 0xb7a7e4ae in CServerImpl::HandleInput () from ./core.so
#24 0xb7a7e60a in CServerImpl::MainLoop () from ./core.so
#25 0xb7a7ec4b in CServerImpl::Run () from ./core.so
#26 0xb7a7f1f6 in Run () from ./core.so
#27 0x08048a72 in main ()
(gdb)<br />
'''This is 1 crash report!'''

Revision as of 15:10, 15 September 2009

Total MTA:SA Wiki articles: 4,947

TODO

  • Fix RealWeather icons/style.
  • Create Roleplay gamemode.
  • Create a IRC module -> Link: Modules/SebasIRC.
  • Create Roleplay website.
  • Buy a laptop.
  • Rewrite and finish ml_irc-rewrite branch.
  • Finish FlightZ Simulator Deluxe v2.0.
  • Create a Socket module (Link: Modules/Sockets)
  • Get a job.

(Windows) ml_irc.dll crashes

  • Unhandled exception at 0x01d36d36 in server_Release_09152009_1625.dmp: 0xC0000005: Access violation reading location 0x73286579.
  • ml_irc.dll!01d36d36() [Frames below may be incorrect and/or missing, no symbols loaded for ml_irc.dll]

(Linux) ml_irc.so crashes

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1213708608 (LWP 19714)]
0xb3c30fdf in ?? () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/modules/ml_irc.so
(gdb) bt

  1. 0 0xb3c30fdf in ?? () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/modules/ml_irc.so
  2. 1 0xb771c0da in luaD_precall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  3. 2 0xb7724be8 in luaV_execute () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  4. 3 0xb771c409 in luaD_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  5. 4 0xb7719711 in f_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  6. 5 0xb771ba97 in luaD_rawrunprotected () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  7. 6 0xb771bafe in luaD_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  8. 7 0xb771956a in lua_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  9. 8 0xb772726f in luaB_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  10. 9 0xb771c0da in luaD_precall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  11. 10 0xb7724ba6 in luaV_execute () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  12. 11 0xb771c409 in luaD_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  13. 12 0xb7719711 in f_call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  14. 13 0xb771ba97 in luaD_rawrunprotected () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  15. 14 0xb771bafe in luaD_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  16. 15 0xb771956a in lua_pcall () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  17. 16 0xb76bb53c in CLuaArguments::Call () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  18. 17 0xb7650bce in CRegisteredCommands::CallCommandHandler () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  19. 18 0xb7650db7 in CRegisteredCommands::ProcessCommand () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  20. 19 0xb7603838 in CConsole::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  21. 20 0xb76120ad in CGame::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  22. 21 0xb75e112b in CServer::HandleInput () from /home/sebas/sebas/mtasvn/1.0/MTA10_Server/output/mods/deathmatch/deathmatch.so
  23. 22 0xb7a7d84f in CModManagerImpl::HandleInput () from ./core.so
  24. 23 0xb7a7e4ae in CServerImpl::HandleInput () from ./core.so
  25. 24 0xb7a7e60a in CServerImpl::MainLoop () from ./core.so
  26. 25 0xb7a7ec4b in CServerImpl::Run () from ./core.so
  27. 26 0xb7a7f1f6 in Run () from ./core.so
  28. 27 0x08048a72 in main ()

(gdb)
This is 1 crash report!