matoom / frostbite

MUD client for dragonrealms.
29 stars 17 forks source link

exp tm (as an example) no longer outputting on screen #20

Closed Dartellum closed 7 years ago

Dartellum commented 7 years ago

When I do an exp tm or exp any particular skill I receive nothing in Frostbite and this in my terminal: "invalid xml (game-data-doc): ]]>"

Exp all works and does not produce anything in the terminal. Additionally, exp magic or other valid group returns the exp.

matoom commented 7 years ago

Ok, seems like they're doing something different for single exp row -- added double mono tags. It should be fixed but there have been so many fixes already that i should do proper release with everything, maybe over the weekend.

Dartellum commented 7 years ago

Assess also does not put anything on screen.

matoom commented 7 years ago

Ok, i was ignoring the assesses since i thought i had the window closed but it's still sending to the assess window. It doesn't seem like any assesses are getting automatically refreshed so i'll just write them to the main story window instead.

I'll add it to the next build.

matoom commented 7 years ago

I have a new release ready that should hopefully now address all 3 issues (log rollover causing a crash, moon window and this).

I had some difficulties starting the moonwatch script. I couldn't find it in the lich repository. When i downloaded and started manually there were no errors but the script didn't exactly start either.

If you're able to help verify, i have uploaded a binary release at: https://github.com/matoom/frostbite/releases/download/v1.5.2-beta/frostbite-debian64.tar.gz

There were also a few other issues related to highlights and i had to roll back some changes i made earlier (just in case you notice some old errors making a return) but hopefully it should be fixed now.

Dartellum commented 7 years ago

Okay, I will test. :)

";Moonwatch window" (without the quotes) is the command for it to go to a window.

-- Regards, Dr. Walter Wesley "Wes" Snyder V 484-300-4833 (h) 484-431-3355 (m) 484-302-7006 (f)

On 12/19/2016 12:43 PM, matoom wrote:

I have a new release ready that should hopefully now address all 3 issues (log rollover causing a crash, moon window and this).

I had some difficulties starting the moonwatch script. I couldn't find it in the lich repository. When i downloaded and started manually there were no errors but the script didn't exactly start either.

If you're able to help verify, i have uploaded a binary release at: https://github.com/matoom/frostbite/releases/download/v1.5.2-beta/frostbite-debian64.tar.gz

There were also a few other issues related to highlights and i had to roll back some changes i made earlier (just in case you notice some old errors making a return) but hopefully it should be fixed now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matoom/frostbite/issues/20#issuecomment-268028782, or mute the thread https://github.com/notifications/unsubscribe-auth/AU8XXM_ztci1cgvK6HE4ePT3qf7kC7Fzks5rJsIsgaJpZM4LGoii.

Dartellum commented 7 years ago

Moon window working. However, nothing is displaying in the Main window, http://pasteboard.co/bMioYdHGK.png.

matoom commented 7 years ago

I don't know, still won't start.

;Moonwatch window --- Lich: moonwatch active. --- Lich: moonwatch has exited.

Dartellum commented 7 years ago

--- Lich: dependency, roomnumbers, narost, textsubs, training-manager, spellmonitor, drinfomon, events, hunting-buddy, moonwatch, combat-trainer

Dependency working?

matoom commented 7 years ago

<< However, nothing is displaying in the Main window

I actually had the same problem problem when i first tried running with lich but after i restarted both the client and lich it now works. I have no idea what happened.

yea, i doubt i have any dependencies running.

Dartellum commented 7 years ago

I quit and relaunched with all text now in the proper places. :)

matoom commented 7 years ago

It seems like there could be some issues when windows are loaded up for the first time the client is launched. I did make some changes to place new windows automatically to the right side of the screen instead of having them floating around but the result seems pretty odd.

I guess this calls of more changes still.

matoom commented 7 years ago

Ok, i got another one.

It seems that my guesstimates were wrong and the empty windows were likely caused by one uninitialized boolean. I fixed that and made some additional changes to the way window sizes are stored. This has been a bug in QT for over 6 years and there's still no fix in sight, so i applied another workaround that should now work on Linux.

There shouldn't be any compatibility issues with the previous settings version but if there are any issues launching the application then remove the "geometry" setting under [MainWindow], in the client.ini.

https://github.com/matoom/frostbite/releases/download/v1.5.3-beta/frostbite-debian64.tar.gz