Scarso327 / AltisLife-Framework

The ultimate life framework for ArmA 3.
MIT License
9 stars 3 forks source link

also black screen when loading #437

Closed MikeyInfiniteDev closed 1 month ago

MikeyInfiniteDev commented 1 month ago

These are the only faults i see inside the monitor not sure if you can help with the little info we tried almost everything i think we know (database version 9.0.1)

Scripting function 'bis_fnc_execvm' is not allowed to be remotely executed User mikes [KCT] (redacted) tried to remoteExec a disabled function Ragdoll - loading of ragdoll source "Soldier" started. Ragdoll - loading of ragdoll source "Soldier" finished successfully. Client: Remote object 4:0 not found EPE manager release (0|4|0) Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";] Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";] Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";] Deinitialized shape [Class: "B_G_Soldier_M_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla3_1.p3d";] d:\bis\source\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Extensions: extDB3 (C:\Users\Administrator\Desktop\steamcmd\steamapps\common\Arma 3 Server\@extDB3\extDB3_x64.dll) [extDB3 v1033 Windows]

Scarso327 commented 1 month ago

Hey Mikey, it'll not be easy to help without full RPT logs. Could you post them please?

MikeyInfiniteDev commented 1 month ago

https://pastebin.com/KEth1pa1

should be the full RPT log i do see that it says game DIR empty now xD so do i have to make a pbo out of it ?

Scarso327 commented 1 month ago

Arma 3 Server\@life_server\addons\life_server.pbo would be the expected path normally. Same as EXTDB3

MikeyInfiniteDev commented 1 month ago

yeah just as i posted the issue we both went like " Ohhhhhh " Lmao il let you know in a sec gonna make a pbo out of it xD

MikeyInfiniteDev commented 1 month ago

New fault now , still black screen tho

https://pastebin.com/Lybfi4JH

Scarso327 commented 1 month ago

2024/08/10, 23:25:43 "extDB3: Error with Database Connection"

Check the @extdb file it'll have a logs file in there with further errors

MikeyInfiniteDev commented 1 month ago

extDB3: https://bitbucket.org/torndeco/extdb3/wiki/Home extDB3: Version: 1.031 extDB3: Windows Version Message: All development for extDB3 is done on a Linux Dedicated Server Message: If you would like to Donate to extDB3 Development Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2 Message: Also leave a message if there is any particular feature you would like to see added. Message: Thanks for all the people that have donated. Message: Torndeco: 18/05/15

extDB3: Found extdb3-conf.ini extDB3: Detected 4 Cores, Setting up 4 Worker Threads extDB3: ... extDB3: ... extDB3: ... extDB3: ...

[23:42:34:127701 +02:00] [Thread 7988] extDB3: Config Error: altislife: No such node (altislife.IP)

seems like everything is setup right tho

[Main] Version = 1

Randomize Config File = false ;; Randomizes Config File after loading. ;; Recommend to turn on, if you have enabled filepatching on arma.

Allow Reset = false ;; Allows 9:RESET, usefull for development work

Thread = 0 ;; Option to force number of worker threads for extDB3. ;; Auto = 0, Min = 2, Max = 6

[Log] Flush = true ;; Flush logfile after each update. ;; Option really only usefull if running DEBUG BUILD

[lucky_arma3] IP = ... Port = 3306 Username = lucky_arma3 Password = (Redacted****) Database = lucky_arma3

Scarso327 commented 1 month ago

change lucky_arma3 to altislife

MikeyInfiniteDev commented 1 month ago

soo database wasnt working right so we started a local one on the dedicated server and when trying to import the sql we get this now

https://pastebin.com/9E9Kr5ng

Scarso327 commented 1 month ago

What database are you using?

Lucky13-Infiniti commented 1 month ago

Hey @Scarso327 i fall in for @MikeyInfiniteDev We are using xampp for the mysql

And then with phpmyadmin to use the sql

Database client version: libmysql - mysqlnd 8.2.12

Lucky13-Infiniti commented 1 month ago

Okay found the problem :) he used unicode

Lucky13-Infiniti commented 1 month ago

Still got a black screen: https://pastebin.com/LwWNs1VU

Database: https://pastebin.com/T6XBrepW

MikeyInfiniteDev commented 1 month ago

after a bit of tinkering we got everything to start without errors now we have the problem that you cannot choose a spawnpoint (not as CIV , COP , or Medic) we looked around but really dont seem to find whats up with it my friend will upload the logs but idk if that will help i added you on discord idk when you have time to help

thx <3

Lucky13-Infiniti commented 1 month ago

https://pastebin.com/2sYW82bd

Lucky13-Infiniti commented 1 month ago

Okay i found the problem :) I tested the map Altis and that one is working fine now But we were doing Tanoa and there are no spawn scripts for Tanoa Is there a way we can get those?

Also if you can help us out with the hotkeys and commands? that would be verry nice :) Like how to go on staff duty

Scarso327 commented 1 month ago

https://github.com/Scarso327/AltisLife-Framework/blob/development/Client%20Side/Framework/Functions/Spawn/CfgSpawns.hpp

You can configure spawns in the file above.

Hot keys can be found in the 3 files below

https://github.com/Scarso327/AltisLife-Framework/blob/development/Client%20Side/Framework/Functions/Input/fn_keyDown.sqf

https://github.com/Scarso327/AltisLife-Framework/blob/development/Client%20Side/Framework/Functions/Input/fn_KeyUp.sqf

https://github.com/Scarso327/AltisLife-Framework/blob/development/Client%20Side/Framework/Functions/Admin/fn_adminCamera.sqf

It's easy to know what key is being used where as we use preprocessor and https://github.com/Scarso327/AltisLife-Framework/blob/development/Client%20Side/Framework/dikCodes.hpp to show the actual key being pressed instead of the number that represents it.

MikeyInfiniteDev commented 1 month ago

thanks