Results 1 to 8 of 8

Thread: DMprecache.scr CRASH doubt!

  1. #1

    Unhappy DMprecache.scr CRASH doubt!

    I have the folder (maps with dm and obj) in the main one. And when I want to run a map (dm) from (mohaa_server.exe / server_config.cfg) the server goes down. (mohaa_server.exe stopped working on windows)
    That being said, when I run a mission map from m1l1 hereafter, it is not knocked down!


    if i remove the (DMprecache.scr) from the global folder the map loads normally and does not fall.


    I have Reborn RC.3.5.1

    Good Bye, friends..
    Kalashmattt
    Last edited by kalashmatt; March 21st, 2020 at 08:11 PM.

  2. #2

    Default

    post the dmprecache in [code ] [/code ] tags please so we can see whats init...

  3. #3

    Default

    You using the conversion mod or the coop for mp?

    Post a log from the server in case show some errors and clean sensitive info if is there.

  4. #4

    Default

    I was reading your answers, and they really helped me to focus on the (DMPrecache), the problem arose from there. I started to analyze several of these, and study the sequence order of the different ones (exec) to start. Beneath it all was the (level waitill spawn). Simply change the (DMPrecache) for a different one in which it starts with the script (preloaded) with the sequences (exec), and finally the cache (.tik)

    ------

    It was too strange, when sometimes I wanted to execute (elgbot221) with a different script, the server crashed and came from there.


    But I have discovered that the (MapInfo) when I run it, I put the (mapinfo cvars), and it is not compatible. Seems to conflict with the (Elgbot221) this may be possible? (Server crashed)



    Bye Friends, Kalashmatt

  5. #5

    Default

    Mapinfo have another DMprecache, so if the mod is running after the Elgbot you need to put the line where he get executed on the DMprecache of the mapinfo, if not is oposite.

  6. #6

    Default

    I add the (mapinfo) to the (dm/precache) of the (elgbot221) and that's where the server goes down. rare, because it should be run by reading the (exec global/mapinfo.scr)
    Last edited by kalashmatt; March 23rd, 2020 at 08:49 AM.

  7. #7

    Default

    You have put the mapinfo running next to level waitill spawn?

    If not you have to put like this:


    cache models/weapons/colt45.tik
    cache models/weapons/p38.tik
    cache models/weapons/silencedpistol.tik
    cache models/weapons/m1_garand.tik
    cache models/weapons/kar98.tik
    cache models/weapons/kar98sniper.tik
    cache models/weapons/springfield.tik
    cache models/weapons/thompsonsmg.tik
    cache models/weapons/mp40.tik
    cache models/weapons/mp44.tik
    cache models/weapons/bar.tik
    cache models/weapons/bazooka.tik
    cache models/weapons/panzerschreck.tik
    cache models/weapons/shotgun.tik
    cache models/weapons/m2frag_grenade.tik
    cache models/weapons/steilhandgranate.tik
    cache models/player/allied_airborne.tik
    cache models/player/allied_airborne_fps.tik
    cache models/player/allied_manon.tik
    cache models/player/allied_manon_fps.tik
    cache models/player/allied_oss.tik
    cache models/player/allied_oss_fps.tik
    cache models/player/allied_pilot.tik
    cache models/player/allied_pilot_fps.tik
    cache models/player/american_army.tik
    cache models/player/american_army_fps.tik
    cache models/player/american_ranger.tik
    cache models/player/american_ranger_fps.tik
    cache models/player/german_afrika_officer.tik
    cache models/player/german_afrika_officer_fps.tik
    cache models/player/german_afrika_private.tik
    cache models/player/german_afrika_private_fps.tik
    cache models/player/german_elite_gestapo.tik
    cache models/player/german_elite_gestapo_fps.tik
    cache models/player/german_elite_sentry.tik
    cache models/player/german_elite_sentry_fps.tik
    cache models/player/german_elite_sentry_fps.tik
    cache models/player/german_kradshutzen.tik
    cache models/player/german_kradshutzen_fps.tik
    cache models/player/german_panzer_grenadier.tik
    cache models/player/german_panzer_grenadier_fps.tik
    cache models/player/german_panzer_obershutze.tik
    cache models/player/german_panzer_obershutze_fps.tik
    cache models/player/german_panzer_shutze.tik
    cache models/player/german_panzer_shutze_fps.tik
    cache models/player/german_panzer_tankcommander.tik
    cache models/player/german_panzer_tankcommander_fps.tik
    cache models/player/german_scientist.tik
    cache models/player/german_scientist_fps.tik
    cache models/player/german_waffenss_officer.tik
    cache models/player/german_waffenss_officer_fps.tik
    cache models/player/german_waffenss_shutze.tik
    cache models/player/german_waffenss_shutze_fps.tik
    cache models/player/german_wehrmacht_officer.tik
    cache models/player/german_wehrmacht_officer_fps.tik
    cache models/player/german_wehrmacht_soldier.tik
    cache models/player/german_wehrmacht_soldier_fps.tik
    cache models/player/german_winter1.tik
    cache models/player/german_winter1_fps.tik
    cache models/player/german_winter2.tik
    cache models/player/german_winter2_fps.tik
    cache models/player/german_worker.tik
    cache models/player/german_worker_fps.tik

    exec elgbot/main.scr

    level waittill spawn

    exec custom/mapinfo/mapinfo.scr


  8. #8

    Wink

    Quote Originally Posted by DoubleKill View Post
    You have put the mapinfo running next to level waitill spawn?

    If not you have to put like this:


    cache models/weapons/colt45.tik
    cache models/weapons/p38.tik
    cache models/weapons/silencedpistol.tik
    cache models/weapons/m1_garand.tik
    cache models/weapons/kar98.tik
    cache models/weapons/kar98sniper.tik
    cache models/weapons/springfield.tik
    cache models/weapons/thompsonsmg.tik
    cache models/weapons/mp40.tik
    cache models/weapons/mp44.tik
    cache models/weapons/bar.tik
    cache models/weapons/bazooka.tik
    cache models/weapons/panzerschreck.tik
    cache models/weapons/shotgun.tik
    cache models/weapons/m2frag_grenade.tik
    cache models/weapons/steilhandgranate.tik
    cache models/player/allied_airborne.tik
    cache models/player/allied_airborne_fps.tik
    cache models/player/allied_manon.tik
    cache models/player/allied_manon_fps.tik
    cache models/player/allied_oss.tik
    cache models/player/allied_oss_fps.tik
    cache models/player/allied_pilot.tik
    cache models/player/allied_pilot_fps.tik
    cache models/player/american_army.tik
    cache models/player/american_army_fps.tik
    cache models/player/american_ranger.tik
    cache models/player/american_ranger_fps.tik
    cache models/player/german_afrika_officer.tik
    cache models/player/german_afrika_officer_fps.tik
    cache models/player/german_afrika_private.tik
    cache models/player/german_afrika_private_fps.tik
    cache models/player/german_elite_gestapo.tik
    cache models/player/german_elite_gestapo_fps.tik
    cache models/player/german_elite_sentry.tik
    cache models/player/german_elite_sentry_fps.tik
    cache models/player/german_elite_sentry_fps.tik
    cache models/player/german_kradshutzen.tik
    cache models/player/german_kradshutzen_fps.tik
    cache models/player/german_panzer_grenadier.tik
    cache models/player/german_panzer_grenadier_fps.tik
    cache models/player/german_panzer_obershutze.tik
    cache models/player/german_panzer_obershutze_fps.tik
    cache models/player/german_panzer_shutze.tik
    cache models/player/german_panzer_shutze_fps.tik
    cache models/player/german_panzer_tankcommander.tik
    cache models/player/german_panzer_tankcommander_fps.tik
    cache models/player/german_scientist.tik
    cache models/player/german_scientist_fps.tik
    cache models/player/german_waffenss_officer.tik
    cache models/player/german_waffenss_officer_fps.tik
    cache models/player/german_waffenss_shutze.tik
    cache models/player/german_waffenss_shutze_fps.tik
    cache models/player/german_wehrmacht_officer.tik
    cache models/player/german_wehrmacht_officer_fps.tik
    cache models/player/german_wehrmacht_soldier.tik
    cache models/player/german_wehrmacht_soldier_fps.tik
    cache models/player/german_winter1.tik
    cache models/player/german_winter1_fps.tik
    cache models/player/german_winter2.tik
    cache models/player/german_winter2_fps.tik
    cache models/player/german_worker.tik
    cache models/player/german_worker_fps.tik

    exec elgbot/main.scr

    level waittill spawn

    exec custom/mapinfo/mapinfo.scr



    I dragged the (mapinfo.scr) inside the (global) of the (elgbot) to later execute in (dm/precache) these two simultaneously.
    The problem may be mine, it was bad to drag him in there.
    The correct thing would be as you said.

    Must part outside of it, would that be the correct way? like this case (Example): exec custom/mapinfo/mapinfo.scr

    can this be correct?
    Last edited by kalashmatt; March 23rd, 2020 at 11:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •