Jump to content

fgod-mod (for 0 A. D. A23) fully compatible with 0 A. D. players


ffffffff
 Share

Recommended Posts

  • 2 weeks later...
  • 1 month later...
4 minutes ago, ButterFupps said:

Hi,

I have a Mac running 10.13.6 High Sierra, A23, and fgod's entire folder in a folder called "fgod" in Application Support/OAD/mods.

I've enabled the mod and it appears to be active but every time I try to log into the lobby the game crashes.

Any help?

Thanks

Hello

This is a known bug with the re-release to fix it either disable TLS in the game options lobby tab, or download the fixed bundle here http://www.mediafire.com/file/00lxxtdmsu64nrs/0ad-0.0.23b-alpha-osx64.dmg/file

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, ffffffff said:

can't find in callback xml object "gamelist"

So it calls some JS code from one GUI page that refers to a GUI object in another GUI page.

You can only refer to "gamelist"  in lobby.js.

If that "gamelist" reference is actually defined in lobby.js, I think D1701 could fix that error.

I suspect this happens:

  • User opens lobby
  • User joins game
  • Some button triggering your feature
  • Feature closing the page
  • Function opening a new page
  • Function JS code still running in the former GUI page but you wrote the code to run in the opened page

Or something like that Would have to look at the code for more details.

You could try to move the JS code to the other GUI page and/or that patch.

Link to comment
Share on other sites

21 hours ago, ffffffff said:

its callback from message function.

The current code expects that a GUI page that is opened with a "callback"  argument to be closed with PopGuiPageCB, not PopGuiPage.

I don't recall well, but I think the PopGuiPageCB variant clears the callback argument and the PopGuiPage might retain it, which might lead to behavior unexpected by the author. D1684 merges the two methods.

  • Like 1
Link to comment
Share on other sites

  • 5 weeks later...
  • Stan` pinned this topic
  • wraitii unpinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...