Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

evilkittycat

Members
  • Content Count

    20
  • Joined

  • Last visited

Everything posted by evilkittycat

  1. evilkittycat

    DayZ has stopped working?

    So I bought DayZ on christmas day. This problem began a few days ago, and I cant really figure out what it is. I launch the game, join a server, and after 2-3 minutes, or sometimes just seconds, the game crashes. A message appears saying "DayZ has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." And then, my mouse is invisible until I somehow manage to close this message box. The event viewer says this: "Faulting application name: DayZ.exe, version: 0.52.126.10, time stamp: 0x5493f5d5Faulting module name: DayZ.exe, version: 0.52.126.10, time stamp: 0x5493f5d5Exception code: 0xc0000005Fault offset: 0x00513b05Faulting process id: 0x1a88Faulting application start time: 0x01d022c3b28eff82Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\DayZ\DayZ.exeFaulting module path: C:\Program Files (x86)\Steam\steamapps\common\DayZ\DayZ.exeReport Id: 61f6852f-8eb7-11e4-bf14-d0509926f459Faulting package full name: Faulting package-relative application ID: " Please help..
  2. evilkittycat

    DayZ has stopped working?

    It works! Thanks man.
  3. evilkittycat

    DayZ has stopped working?

    Pretty sure it's not my PC.. Processor: Intel Core i7-4790KRam: 8GBGhrapiccard: AMD Radeon HD 7800
  4. evilkittycat

    Ports

    Hey, I am new to DayZ server management, and I want to change the port. I have set up the server successfully, but all I need to do is to change the port. Is it even possible or should I port forward the default port?
  5. So, I just setup my DayZ epoch server as followed by instructions from a Youtube tutorial. The first problem is the fact that it is hosted locally, I'll change some ports and do my magic mixing to make that work, but whenever I try to join it says "You cannot play/edit this mission; it is dependant upon downloadable content that has been deleted.dayz_epoch, glt_m300t, pook_h13, csg_gyroac, jestkiyanahuiaddon." How do I fix this?
  6. evilkittycat

    Ports

    So I decided to do it all over again after successfully setting up MySQL. So I followed this tutorial, but now, in the middle of the tutorial, I have no idea what to do. His English isn't quite understandable. Could anyone please help me out a bit? http://epochmod.com/forum/index.php?/topic/13459-how-to-setup-a-dayz-server-highly-detailed-70-steps/ I'm stuck on step 21..
  7. evilkittycat

    Ports

    Yeah, I've already got one.
  8. evilkittycat

    Ports

    Ohhh. I thought it was optional. So once I've setup the mySQL database and stuff, it'll all work. Right?
  9. evilkittycat

    Ports

    *This post was duplicated for some reason*
  10. evilkittycat

    Ports

    Alright, so what now? I have done everything you've said, but still it wont work. Do I actually have to have MySQL?
  11. evilkittycat

    Ports

    Still not working, can you help me on skype or something?
  12. evilkittycat

    Ports

    Okay, portforwarded both ports, and put different ports on each. Where is hive.ini?
  13. evilkittycat

    Ports

    But I'm not using MySQL. Anyways, I just managed to port forward a port on 3306, which is the default port, but now I cant find my port on the LAN page or DayZ launcher. Here's my script: @echo offecho Starting MySQL database. Please wait 5-10 seconds.start /D.\MySQL\ MySQL.batping 127.0.0.1 -n 5 >NUL.\MySQL\cecho {0A} OK.{07}echo.echo.echo.echo Executing spawn script....\MySQL\bin\mysql.exe --user=dayz --password=dayz --host=127.0.0.1 --port=3306 --database=hivemind --execute="call pMain(1)"ping 127.0.0.1 -n 5 >NUL.\MySQL\cecho {0A} OK.{07}echo.echo.echo.echo Starting server...start .\Expansion\beta\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@hive;@dayz -port=3306 -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz.\MySQL\cecho {0A} OK.{07} echo.echo.echo..\MySQL\cecho {0B}Launcher created by Pwnoz0r.{07}ping 127.0.0.1 -n 5 >NULecho.echo.echo..\MySQL\cecho {0A}Leaving le launcher...{07}ping 127.0.0.1 -n 5 >NULexit
  14. evilkittycat

    Ports

    What could possibly use the port 25565?
  15. evilkittycat

    Ports

    Just tried that, but it still starts with the default port though. @echo offecho Starting MySQL database. Please wait 5-10 seconds.start /D.\MySQL\ MySQL.batping 127.0.0.1 -n 5 >NUL.\MySQL\cecho {0A} OK.{07}echo.echo.echo.echo Executing spawn script....\MySQL\bin\mysql.exe --user=dayz --password=dayz --host=127.0.0.1 --port=25565 --database=hivemind --execute="call pMain(1)"ping 127.0.0.1 -n 5 >NUL.\MySQL\cecho {0A} OK.{07}echo.echo.echo.echo Starting server...start .\Expansion\beta\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@hive;@dayz -port=25565 -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz.\MySQL\cecho {0A} OK.{07} echo.echo.echo..\MySQL\cecho {0B}Launcher created by Pwnoz0r.{07}ping 127.0.0.1 -n 5 >NULecho.echo.echo..\MySQL\cecho {0A}Leaving le launcher...{07}ping 127.0.0.1 -n 5 >NULexit
  16. evilkittycat

    Ports

    141214 18:29:50 [Note] Plugin 'FEDERATED' is disabled. 141214 18:29:50 InnoDB: The InnoDB memory heap is disabled 141214 18:29:50 InnoDB: Mutexes and rw_locks use Windows interlocked functions 141214 18:29:50 InnoDB: Compressed tables use zlib 1.2.3 141214 18:29:50 InnoDB: Initializing buffer pool, size = 16.0M 141214 18:29:50 InnoDB: Completed initialization of buffer pool 141214 18:29:50 InnoDB: highest supported file format is Barracuda. InnoDB: The log sequence number in ibdata files does not match InnoDB: the log sequence number in the ib_logfiles! 141214 18:29:50 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... 141214 18:29:50 InnoDB: Waiting for the background threads to start 141214 18:29:51 InnoDB: 1.1.8 started; log sequence number 3145689 141214 18:29:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306 141214 18:29:51 [Note] - '0.0.0.0' resolves to '0.0.0.0'; 141214 18:29:51 [Note] Server socket created on IP: '0.0.0.0'. 141214 18:29:51 [Note] Event Scheduler: Loaded 1 event 141214 18:29:51 [Note] .\bin\mysqld: ready for connections. Version: '5.5.29' socket: '' port: 3306 MySQL Community Server (GPL) Just realized that this isn 't what you asked for. Here's the code in the start script: @echo off echo Starting MySQL database. Please wait 5-10 seconds. start /D.\MySQL\ MySQL.bat ping 127.0.0.1 -n 5 >NUL .\MySQL\cecho {0A} OK.{07} echo. echo. echo. echo Executing spawn script... .\MySQL\bin\mysql.exe --user=dayz --password=dayz --host=127.0.0.1 --port=25565 --database=hivemind --execute="call pMain(1)" ping 127.0.0.1 -n 5 >NUL .\MySQL\cecho {0A} OK.{07} echo. echo. echo. echo Starting server... start .\Expansion\beta\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@hive;@dayz -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz .\MySQL\cecho {0A} OK.{07} echo. echo. echo. .\MySQL\cecho {0B}Launcher created by Pwnoz0r.{07} ping 127.0.0.1 -n 5 >NUL echo. echo. echo. .\MySQL\cecho {0A}Leaving le launcher...{07} ping 127.0.0.1 -n 5 >NUL exit
  17. evilkittycat

    Ports

    No, I'm using the one made by a guy named Pwnzor something.
  18. evilkittycat

    Ports

    Already tried that, still starts with the default port.
  19. evilkittycat

    Ports

    Summon him.
×