-
I gave the GameEngine and the Install folders permissions to 777 (to the hole files inside), And it says:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /data/multis…
-
Hero Mansion Error
`"Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/TravianX/Templates/Build/37_hero.tpl:48) in /opt/lampp/htdocs/TravianX/Tem…
-
Currently this library, in my opinion, is unusable with the latest versions of React Native. the fact that the example codes still use the classes and not the React functions already shows how old thi…
-
I've got a Urhosharp.Forms project that I'm trying to test on Android (both physical and emulator) and I'm getting exceptions on the second time the LineEdit control is selected.
Steps to reproduce…
-
```
Describe the problem. What did you expect? What do you see?
I expect FoFiX to open fine. It doesn't.
List the steps to recreate the problem.
1. I have no idea.
2. Open FoFix I guess?
3. See error…
-
In my personal / private implementation I kept an `ArrayList` containing empty tiles on the grid then got a random coordinate from this list & removed it everytime I created a new `GameObject` for the…
-
Hello I need your help. I'm using a Xubuntu Server with PHP 5.6, MariaDB 10.3 and Apache 2.4.29. I did the key steps by adding the `ServerPackages=UTSAccuBeta4_2` and `ServerActors=UTStatsBeta4_2.UTSt…
-
```
I was starting up FoFIX then this showed up:
Terminating due to unhandled exception
Traceback (most recent call last)
File "FoFIX.py",line 276 in ?
File "FoFIX.py",line 175 in main
File "GameEngin…
-
**Issue:**
At run time, from a system, I'm calling `engine.stop()` but the timer doesn't stop.
**Expected behavior:**
The timer and subsequently all the systems should stop.
Digging into this…
-
go to GameEngine / Database / db_MYSQL.php opened it and added it to the line 19
mysql_query("SET NAMES 'UTF8'"); //Fix utf8 phpmyadmin by gm4st3r
will look like this:
var $connection;
function…