View Issue Details

IDProjectCategoryView StatusLast Update
0000426Gameplay + OpenGL[All Projects] Bugpublic2017-03-14 10:47
ReporterMatthew the Glutton 
Assigned To_mental_ 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Summary0000426: [cd392e5] won't start
Description
...
LoadActors: Load actor definitions.
gzdoom.pk3:zscript/base.txt, line 3: The member variable '.AllActorClasses' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 4: The member variable '.playerclasses' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 5: The member variable '.PlayerSkins' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 6: The member variable '.Teams' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 7: The member variable '.validcount' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 8: The member variable '.Multiplayer' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 9: The member variable '.level' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 10: The member variable '.Bindings' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 11: The member variable '.AutomapBindings' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 12: The member variable '.deh' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 13: The member variable '.gameinfo' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 14: The member variable '.players' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 15: The member variable '.playeringame' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 17: The member variable '.gameaction' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 18: The member variable '.gamestate' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 19: The member variable '.skyflatnum' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 20: The member variable '.globalfreeze' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 21: The member variable '.consoleplayer' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 22: The member variable '.SmallFont' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 23: The member variable '.SmallFont2' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 24: The member variable '.BigFont' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 25: The member variable '.confont' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 26: The member variable '.IntermissionFont' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 27: The member variable '.CleanXFac' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 28: The member variable '.CleanYFac' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 29: The member variable '.CleanWidth' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 30: The member variable '.CleanHeight' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 31: The member variable '.CleanXFac_1' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 32: The member variable '.CleanYFac_1' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 33: The member variable '.CleanWidth_1' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 34: The member variable '.CleanHeight_1' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 35: The member variable '.menuactive' has not been exported from the 
executable.
gzdoom.pk3:zscript/base.txt, line 36: The member variable '.OptionMenuSettings' has not been exported 
from the executable.
gzdoom.pk3:zscript/base.txt, line 37: The member variable '.gametic' has not been exported from the executable.

gzdoom.pk3:zscript/base.txt, line 38: The member variable '.demoplayback' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 39: The member variable '.BackbuttonTime' has not been exported from 
the executable.
gzdoom.pk3:zscript/base.txt, line 40: The member variable '.BackbuttonAlpha' has not been exported from 
the executable.
37 errors, 0 warnings while compiling gzdoom.pk3:zscript/chex/chexplayer.txt
TagsNo tags attached.

Relationships

Activities

Graf Zahl

Graf Zahl

2017-03-13 14:13

administrator   ~0000962

Works fine on Windows. Did you get any warnings when compiling the source?
Matthew the Glutton

Matthew the Glutton

2017-03-14 00:30

reporter   ~0000974

I have no idea what to even look for :(

I've attached the entire console output from compiling as release. pw is "gzdoom"

compileconsolelog.txt.7z (19,763 bytes)
Matthew the Glutton

Matthew the Glutton

2017-03-14 00:37

reporter   ~0000975

Same thing with latest commit as well. (pw also gzdoom)

consolelogoutput-e7a677e.txt.7z (19,825 bytes)
Matthew the Glutton

Matthew the Glutton

2017-03-14 00:59

reporter   ~0000976

Been getting this with every version from cd392e5 onwards that I've tried, but the one immediately before it works fine.

compileoutput-feb680a.txt.7z (19,787 bytes)
MarisaKirisame

MarisaKirisame

2017-03-14 03:08

reporter   ~0000977

I can reproduce this with both Clang and GCC.
Graf Zahl

Graf Zahl

2017-03-14 04:04

administrator   ~0000982

I need someone to debug this on an affected platform. Like I said, it works fine on Windows which means I can't see what goes wrong here.
_mental_

_mental_

2017-03-14 04:44

developer   ~0000986

I'll take a look.
_mental_

_mental_

2017-03-14 07:42

developer   ~0000991

Proposed fix is here.

Issue History

Date Modified Username Field Change
2017-03-13 10:59 Matthew the Glutton New Issue
2017-03-13 14:13 Graf Zahl Note Added: 0000962
2017-03-14 00:30 Matthew the Glutton File Added: compileconsolelog.txt.7z
2017-03-14 00:30 Matthew the Glutton Note Added: 0000974
2017-03-14 00:37 Matthew the Glutton File Added: consolelogoutput-e7a677e.txt.7z
2017-03-14 00:37 Matthew the Glutton Note Added: 0000975
2017-03-14 00:59 Matthew the Glutton File Added: compileoutput-feb680a.txt.7z
2017-03-14 00:59 Matthew the Glutton Note Added: 0000976
2017-03-14 03:08 MarisaKirisame Note Added: 0000977
2017-03-14 04:04 Graf Zahl Note Added: 0000982
2017-03-14 04:44 _mental_ Assigned To => _mental_
2017-03-14 04:44 _mental_ Status new => assigned
2017-03-14 04:44 _mental_ Note Added: 0000986
2017-03-14 07:42 _mental_ Note Added: 0000991
2017-03-14 10:47 Graf Zahl Status assigned => resolved
2017-03-14 10:47 Graf Zahl Resolution open => fixed