PlusEMU Floor Planner

Status
Not open for further replies.

DrPhil

Active Member
Oct 21, 2015
154
35
Hi I am using PlusEMU Build 2 from retrofiles.xyz when i try to use the floor planner it just gives a black screen does anyone know what this could be

Thanks.
 

lincoln67

New Member
Nov 2, 2017
27
7
Sorry im a noob with Navicat lol how do i do that
You can either do it from the mysql command line client:
SQL:
SET @@global.sql_mode= '';

or from Navicat:
1) Open up information_schema database
2) Open GLOBAL_VARIABLES table
3) Change SQL_MODE to empty string
1552578481913-png.8430
 

Attachments

  • 1552578481913.png
    1552578481913.png
    20.1 KB · Views: 38

DrPhil

Active Member
Oct 21, 2015
154
35
You can either do it from the mysql command line client:
SQL:
SET @@global.sql_mode= '';

or from Navicat:
1) Open up information_schema database
2) Open GLOBAL_VARIABLES table
3) Change SQL_MODE to empty string
1552578481913-png.8430
You must be registered for see images attach
Just leave it like that?
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
The room that’s black will always remain black until you change the room model for that room.

Basically what was happening was you were trying to create a room model but because your MySQL was in strict mode the model was never created in your database making the room unusable as the model never existed.

Thread closed :)
 
Status
Not open for further replies.

Users who are viewing this thread

Top