User:Sebassje: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 28: | Line 28: | ||
==(Windows) ml_irc.dll crashes == | ==(Windows) ml_irc.dll crashes == | ||
Unhandled exception at 0x01d36d36 in server_Release_09152009_1625.dmp: 0xC0000005: Access violation reading location 0x73286579.<br /> | Unhandled exception at 0x01d36d36 in server_Release_09152009_1625.dmp: 0xC0000005: Access violation reading location 0x73286579.<br /> | ||
ml_irc.dll!01d36d36() [Frames below may be incorrect and/or missing, no symbols loaded for ml_irc.dll] | ml_irc.dll!01d36d36() [Frames below may be incorrect and/or missing, no symbols loaded for ml_irc.dll]. | ||
* This happens when restarting the resource, luaVM for onIRCRaw don't get updated when restarting. | |||
==(Linux) ml_irc.so crashes == | ==(Linux) ml_irc.so crashes == |
Revision as of 14:13, 17 October 2009
Total MTA:SA Wiki articles: 5,069
TODO
- Rewrite and finish ml_irc-rewrite branch. (Work in progress)
- Finish FlightZ Simulator Deluxe v2.0 (Work in progress)
- Create a Socket module (Link: Modules/Sockets) (Later this year)
- Get a job.
FlightZ Simulator Deluxe v2.0 Details
- Complete code rewrite (This is doing Gamesnert).
- New models.
- New website online.
- First place view.
- Flying peds.
- Tutorials.
- ATC (Tower communication).
- Fly with other people in a plane.
- And much more!
Modules
- MTA IRC Connection module: click here
Downloads
MTA PHP SDK 0.4: http://www.greenhood.nl/mtaphpsdk_0.4.zip
Rewritten some things, zip is included an example
(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].
- This happens when restarting the resource, luaVM for onIRCRaw don't get updated when restarting.
(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
- 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)
This is 1 crash report!