HOW TO FIX ON YOUR OWN....
c:\Program Files\Factorio\data\mods
look for the zip file. Creative-mode_0.3.4.zip
Unpack it into its own dir
LIKE THIS:
data\mods\creative-mode_0.3.4
NOT LIKE THIS:
data\mods\creative-mode_0.3.4\creative-mode_0.3.4
Use a text editor
Edit: info.json
{
"name": "creative-mode",
"version": "0.3.4",
"title": "Creative Mode",
"author": "Y.Petremann, rk84, Mooncat",
"homepage": "https://forums.factorio.com/viewtopic.php?f=97&t=28005",
"description": "Based on the old Creative Mode mod created by Y.Petremann, then patched by Pac0master, and also the Test Mode mod created by rk84. By enabling Creative Mode in the game, you can access objects that can generate unlimited items, fluid or energy, or nullify them. Perfect for testing purpose or making initial setup for games.",
"factorio_version": "0.15",
"dependencies": ["base >= 0.15.11"]
}
Change last line
from: "dependencies": ["base >= 0.15.11"]
Change to: "dependencies": ["base >= 0.15.0"]
Save the file.
Start game.
That should fix the problem and get you going again.