EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
168 stars 65 forks source link

Broken UI Elements #247

Closed phillipwgardner closed 1 year ago

phillipwgardner commented 1 year ago

Description: With the recent build, I am unable to pull up certain UI elements.

Debug error:

20:24:51 [Service] config::GetDynamicCelestials() - when right clicking in space.
20:24:52 [Service] corpBookmarkMgr::GetBookmarks() - when right clicking player in chat

Reproduction:

  1. Build server.
  2. Login to the server.
  3. Attempt to use the said interfaces.
  4. See error.

Expected behaviour:

Screenshots:

Broken chat: image

System Details:

Additional Context:

jdhirst commented 1 year ago

@Almamu I wonder if this is related to service rewrite? I haven't been able to reproduce it though... chat is working just fine on my test docker builds

Almamu commented 1 year ago

There would be errors of call or service not found. I think this has to do with the devtools.raw file missing from the etc folder. I had that issue in the past.

There should be a devtools.raw under utils/config that you need to paste into the etc folder of the server so the admin accounts can be used, otherwise you'll get random errors while opening the eve menu and other various issues

phillipwgardner commented 1 year ago

There would be errors of call or service not found. I think this has to do with the devtools.raw file missing from the etc folder. I had that issue in the past.

There should be a devtools.raw under utils/config that you need to paste into the etc folder of the server so the admin accounts can be used, otherwise you'll get random errors while opening the eve menu and other various issues

The file exists in etc/ and utils/config:

[root@aa62e5b996c4 config]# ls /app/etc
devtools.raw  eve-server.xml  log.ini
[root@aa62e5b996c4 config]# ls /src/utils/config
MarketBot.xml  README.md  devtools.raw  eve-server.xml  log.ini
[root@aa62e5b996c4 config]# diff /app/etc/devtools.raw /src/utils/config/devtools.raw
[root@aa62e5b996c4 config]#
phillipwgardner commented 1 year ago

Update:

Thanks!