Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Stack Traceback:
...ding of Isaac Rebirth/mods/techxplus_3516808583/main.lua:270: in function at line 269
function mod:ondamage(entity, amt, flags, src, frm)
local player = entity:ToPlayer()
if player and not player:IsCoopGhost() and player.Variant == 0 and player:GetData().bloodyhits < 6 then
player:GetData().bloodyhits = player:GetData().bloodyhits + 1
player:GetData().costumeapplied = false
end
end
...
Stack Traceback:
...ding of Isaac Rebirth/mods/techxplus_3516808583/main.lua:270: in function at line 269
@authors I've re-subscribed to the mod, and I'm going to do a clean install, we'll see how it goes! If I run into the errors again I'll report in the "Bug reports" thread you made.
```
local player = entity:ToPlayer()
if player and not player:IsCoopGhost() and player.Variant == 0 and player:GetData().bloodyhits < 6 then
player:GetData().bloodyhits = player:GetData().bloodyhits + 1
player:GetData().costumeapplied = false
end
```
Here you have the solution in case you want to use it. :)
The mod crashes the game in regular local co-op without any modifications to the client. It probably crashes it in online, too, though.
[INFO] - Lua mem usage: 31642 KB and 1000 bytes
[INFO] - Queued Path music/Afterbirth/Burning Basement GUitar Layer_04.ogg
[INFO] - Queued Path music/Afterbirth/burning basement Loop.ogg
[INFO] - Error in "PreEntityTakeDamage" call: ...ding of Isaac Rebirth/mods/techxplus_3516808583/main.lua:254: attempt to compare nil with number
[INFO] - Error in "PreEntityTakeDamage" call: ...ding of Isaac Rebirth/mods/techxplus_3516808583/main.lua:254: attempt to compare nil with number
[INFO] - Lua stack trace:
[INFO] - [C](-1): GetCollectibleNum
[INFO] - ...ding of Isaac Rebirth/mods/techxplus_3516808583/main.lua(118): Function
[INFO] - resources/scripts/main.lua(73): ?
[INFO] - Caught exception, writing minidump...