-
Content count
119 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
183 ExcellentAbout Grim
-
Rank
Capo
Personal Information
- Homepage
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Brratoffel_YT started following Grim
-
To round this up, we will not re add the lobby. Main reason is because well we like it. Besides that there is no valid reason to re add it. "I cant add female characters" Im not even going to go in it as it has nothing to do with each other. "More 'memory' errors". Well if loading faster into a server exposes few bugs in Arma its not our job to fix it. Honestly the amount of shit people are running on their servers is retarded. No wonder you experience crashes. "Give us a option" Not possible. "But but i want it because..... " No.
-
64bit arma server wont work with extdb2
-
Grim changed their profile photo
-
Seriously, please do something about the loadingscreen "spinner"...
Grim replied to IT07's topic in Constructive Criticism
Eat it? -
@infiSTAR
-
Do you know what CGI is? Kappa
-
fredy ortega started following Grim
-
[RG] Salutesh started following Grim
-
ImJustAyden started following Grim
-
Take a look at this post.
-
Possible fix for ACCESS_VIOLATION (Divide by zero)
Grim replied to Brett Nordin's question in Serverside
C0000005 Aka ACCESS_VIOLATION, has nothing to do with Divide by zero issue. The fact that arma logs potential divide by zero means they are probably handling it internally. ACCESS_VIOLATION is usually (95% cases - runtime) caused by derefercing a null pointer. That said there is little we can do ti figure out what is actually cousin this without arma source code. If you see it laying around let me know- 5 replies
-
- 1
-
- client crash
- divide by zero
- (and 3 more)
-
Not worth even at 50%.
-
+1 on basically everything Eichi said. Too tired of dealing with invisible "backpack" objects colliding. While errors are flowing with: "Error Type Number, Not a Number, Expected Number, Number" Last couple of updates dealing with arma bugs not ours. All in all it was a fun ride. thanks to all who supported this project. NOTE: when arma finally updates to 64bit(in a next decade) just shoot me a PM to update the extensions. Have fun all Grim
-
@Korwiin When in doubt statically compile EVERYTHING! Its now 1.1M in size.... -.- But that should fix your issue. Have fun https://dl.dropboxusercontent.com/s/2b6bcu1qzdg2y8l/XM8.so
-
To make this openssl crap go away... @Korwiin @AshleyIn1080p Statically linked it: https://dl.dropboxusercontent.com/s/2b6bcu1qzdg2y8l/XM8.so
-
From what i can tell on fedora package is called "openssl-libs" -.- because reasons
-
hmm i never tried it on AWS... Ill see what i can do about that
-
sudo apt-get install libssl1.0.0:i386 sudo apt-get install libstdc++6:i386 if not found just do : sudo dpkg --add-architecture i386 sudo apt-get update And rerun commands above
-
Run "ldd XM8.so"