BrutalBirdie

Member
  • Content count

    39
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About BrutalBirdie

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. BrutalBirdie

    Startup Crash - Deinitialized shape

    "Mission" like an Exile Template, I figured out most already by my own, Traders work but spawns and Savezones do not.
  2. BrutalBirdie

    Startup Crash - Deinitialized shape

    Well I will test this further but it seems a3_dms, a3_exile_occupation, a3_infistar_exile, bigfootsshipwrecks_server, enigma_exile_revive, exilez_mod is crashing the server with Chernarus Redux EDIT: It's seems to be exilez, testing further.
  3. BrutalBirdie

    Startup Crash - Deinitialized shape

    Well now this is getting out of my hand New plain mission, this error again 20:08:45 Error in expression < rain) * ((daytime factor [0.79, 0.88]) , (daytime factor [0.25, 0.17]))> 20:08:45 Error position: <, (daytime factor [0.25, 0.17]))> 20:08:45 Error Missing ) and this 20:08:45 Error compiling '' in 'hitpelvis' 20:08:45 Error compiling '' in 'hitabdomen' 20:08:45 Error compiling '' in 'hitdiaphragm' 20:08:45 Error compiling '' in 'hitchest' 20:08:45 Error compiling '' in 'hitarms' 20:08:45 Error compiling '' in 'hitlegs' Maybe I am just to much of a noob to get the mission editor... I placed some traders, a spawn zone, a trader save zone made players playable, took the default config.cpp, description.ext, RscDefines.hpp and these Errors are just there... http://www.filedropper.com/exilechernarusredux_2
  4. BrutalBirdie

    Startup Crash - Deinitialized shape

    Maybe you can point me out a good starting point for making a mission. All tutorials and howto's I watched/read where from 2016/2017 is there an official one?
  5. BrutalBirdie

    Startup Crash - Deinitialized shape

    Good I use git already
  6. BrutalBirdie

    Startup Crash - Deinitialized shape

    Hey @Z80CPU I do not expect anyone to fix this mission, I just want to understand this error and how to maybe resolve it. It's not about someone doing my job, I just hate having Errors and not being able to find the root of this evil.. But yea, already started doing my own Chernarus Redux Mission, if the mission is working and a good start I will ofc publish it.
  7. BrutalBirdie

    Startup Crash - Deinitialized shape

    I think you got me wrong, HIS mission file has this error, no other mission has this error
  8. BrutalBirdie

    Help please!

    WHAT?
  9. BrutalBirdie

    Startup Crash - Deinitialized shape

    I checked the whole "Vanilla" mission file with Linux for "daytime factor" with no results. But even the "Vanilla" mission has this error. When I use my Altis tempalte which has a lot of custom scripts there is no problem like this. grep -rin -A 2 -B 2 --color="yes" "daytime\|factor\|daytime factor" Edit: I tested the Vanilla Exile.Altix, infiSTAR Exile.Altis, my Custom Exile.Altis, none have this error, it's just the ChernarusRedux one, and I cant figure out what causes this and its driving me nuts!
  10. BrutalBirdie

    Chernarus Redux Mission File w/Loot (Exile 1.0.4)

    There seems to be an error with this Mission Caused by this error code 19:13:28 Error in expression < rain) * ((daytime factor [0.79, 0.88]) , (daytime factor [0.25, 0.17]))> 19:13:28 Error position: <, (daytime factor [0.25, 0.17]))> 19:13:28 Error Missing )
  11. BrutalBirdie

    Startup Crash - Deinitialized shape

    Just checked my Altis Mission there is no error like this... So it must be caused by Chernarus Redux Mission... EDIT: I used this Mission File as template and modified it Now I tested the original one with the same results. I build a simple CHX mission myself and test it.
  12. BrutalBirdie

    Startup Crash - Deinitialized shape

    I am looking into it. Sadly the RPT does not tell where it's coming from. I guess it's from the missions since the error appears after the " 19:13:20 Mission file: Exile (__cur_mp) " loading EDIT: It's maybe from my custom code? if (!isServer) exitWith {}; while {true} do { if (daytime >= 18 || daytime < 7) then { setTimeMultiplier 12 } else { setTimeMultiplier 4 }; uiSleep 30; }; But I cant see this ERROR in expression, there is also nothing with rain declared *?* EDIT,EDIT: I disabled this custom code but still the same error
  13. BrutalBirdie

    Startup Crash - Deinitialized shape

    Well the Server lasted a bit longer but still crash at this code Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";] RPT:
  14. BrutalBirdie

    Startup Crash - Deinitialized shape

    Noticed this entry 19:13:20 Warning Message: File mpmissions\__cur_mp.ChernarusRedux\config.cpp, line 5553: Config: '"' encountered instead of ',' 19:13:20 Warning Message: File mpmissions\__cur_mp.ChernarusRedux\config.cpp, line 5553: Config: '"' encountered instead of ',' Will look into the config.cpp now EDIT: Was a missing "," fixed it and testing again
  15. BrutalBirdie

    Startup Crash - Deinitialized shape

    Hello Community, maybe you guys can help me. My Server keeps crashing on startup (some minutes after running) with this Error. RPT can be found in the spoiler or here https://pastebin.com/xSm6MbvN I am using these Add-Ons for my server: "a3_dms, a3_exile_occupation, a3_infistar_exile, bigfootsshipwrecks_server, enigma_exile_revive, exilez_mod" I stripped down a3_dms to spawn less stuff and AI Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]