Search the Community
Showing results for tags 'read'.
Found 5 results
-
hello, I want to use iniDB. iniDB_write is working: _setplayerdate = [_datenbaseplayer, "GENERAL", "TIME", "00.00.2018"] call iniDB_write; _setplayeruid = [_datenbaseplayer, "GENERAL", "UID", _playeruid] call iniDB_write; _setplayername = [_datenbaseplayer, "GENERAL", "NAME", _playername] call iniDB_write; _setplayerpos = [_datenbaseplayer, "GENERAL", "POS", _playerpos] call iniDB_write; _setplayerloadout = [_datenbaseplayer, "GENERAL", "LOADOUT", _playerloadout] call iniDB_write; database: [GENERAL] TIME="00.00.2018" // Real Time, Coming soon, if arma can do it... UID="76561198063570550" NAME="*****" POS="[36361.5,12291.6,0.00143909]" LOADOUT="[[],[],[],["U_C_man_sport_2_F",[["FirstAidKit",1],["Chemlight_red",1,1],["Chemlight_blue",1,1],["SmokeShellRed",1,1],["SmokeShellYellow",1,1]]],[],[],"","",["Binocular","","","",[],[],""],["ItemMap","ItemGPS","ItemRadio","ItemCompass","Itemwatch","NVGoggles"]]" Reading is not working: _loadplayerpos = [_datenbaseplayer, "GENERAL", "UID", "STRING"] call iniDB_read; hint format ["%1",_loadplayerpos]; output: "any" I googled a lot and everyone has iniDB_read like me. Can anyone give me a hint? Unfortunately, I do not know what I'm doing wrong. Thank you very much
- 70 replies
-
- inidb_read
- inidb
-
(and 2 more)
Tagged with:
-
"-nologs" may improve performance, no stuttering, read details
Dwarden posted a topic in ARMA 3 - TROUBLESHOOTING
in case someone want to test solution to the problem of too spammy RPT file (report log) try use commandline parameter in the DEV branch (sorry not yet in STABLE) -nologs and tell us the results (in other words, we want Your feedback) HOWTO: in the STEAM's game list, select Arma 3 Beta, then right-mouse-button click to raise menu > select Propterties > in General tab (first one already) > select Set Launch Options > type in there (w/o the quotation marks) "-nologs" if you want multiple parameters then e.g. "-nosplash -nologs" more params http://community.bistudio.com/wiki/Arma2:_Startup_Parameters#Available_parameters original thread: http://forums.bistudio.com/showthread.php?158939-Game-Freezing-after-Today-s-(9-7-13)-Update&p=2438036#post2438036 p.s. be aware this means none errors saved to RPT file (report log) so in case you want report some bug to Arma 3 feedback tracker http://feedback.arma3.com then please disable this commandline param first- 41 replies
-
Hi! Since after one of the new eden updates, me and my friend's Arma 3 starts to randomly crash due to ""The instruction at xxxxxxxx referenced memory at 0x xxxxxxxx. The memory could not be written." This have never occurred before and now it's happening every time i play. It occurs randomly 10-30 min once i'm playing on a vanilla multiplayer game (No mods). Sometimes it also crashes after i have selected a team (bluefor, indi, oppfor) What happened is that out of the blue, arma 3 stops responding (not the windows type "Arma 3 is not responding" but the game just freezes with and error sound from windows.) Then if you try to alt tab/ctrl + shift + esc / ctr + alt + delete the screen becomes gray/black with only the mouse on it. You can move the mouse/pointer but not do anything else than restart your computer. (alt + f4 does also not work) One thing i have noticed is that if i exit the launcher once Arma 3 is launched, my computer doesn't "crash" but just the game itself.. I have also googled this error, i saw a lot of people also having this issue, but it was from 2015 mostly. And none of the tips fixed the issue :blink: Sorry for the bad English & stuffs, but yeah. Anyone else have this error or have a solution? Thanks! :( :)
-
Hi, I do have problem with "quit in unusual manner". It occurs when I play arma 3. It happens after a variable time in game (sometimes 5 minutes and sometimes more than 5 minutes). The game just crashes with these error logs image Any idea what could be wrong? It makes me crazy when I want to play. Thanks a lot.
-
it appears to me that the latest beta update changed the way stuff is removed from the map deleteVehicle _x}} forEach allDead; now realistically works in a way that it sinks casualties in the ground over a brief delay instead of a fast delete am i correct?