Issue986

Title See attached screenshot, hacking game is drawn offset to left side of screen when launched from HCF bot dialog
Priority minor Status resolved
Assigned To fluzz Keywords
Linked issues Takeover game screen was bugged.
View: 892
Watchers fluzz

Submitted on 2023-01-03 01h25 by python, last changed by fluzz.

Files
File name Uploaded Type Edit Remove
hack offset.png python, 2023-01-03.01:25:57 image/png
Messages
Author: python Date: 2023-01-03   01h25
v1.0-rc3

hacking game is drawn offset to left side of screen when launched from HCF bot 
dialog

Attached hack offset.png.
Author: fluzz Date: 2023-01-03   11h00
Mhhh... I can not reproduce...
What was the resolution ?
On what OS ?
Author: python Date: 2023-01-03   19h28
Oh my, you are right.

Windows 10 Pro (Bleh!). Multiple resolutions, default resolution and 1980x1020. 
Both windowed and fullscreen mode.

I had a few savefiles, now overwritten, that would reproduce it right away.

This smells of a memory safety bug.
Author: python Date: 2023-01-04   00h05
I tried making a new character and repeating the same steps to no avail. I'm now 
unable to reproduce my own bug. I'm glad I took the screenshot.

If you wish, I guess this could be closed. The real issue might be something 
deeper.
Author: jesusalva Date: 2023-01-04   11h12
Surprisingly though, this was a known 
bug. Intermittent. Happened with me in 
the past.
Author: fluzz Date: 2023-01-04   14h41
Looking at the code, I was able to reproduce:
- open the skill screen
- talk to the terminal
- launch the minigame
and tada !

And so, I'll be able to fix it...
Author: fluzz Date: 2023-01-04   15h09
Fixed in commit fbfe09bb05
History
Date User Action Args
2023-01-04 15:22:32fluzzsetlinked: + Takeover game screen was bugged.
2023-01-04 15:22:29fluzzlinkissue892 linked
2023-01-04 15:09:41fluzzsetstatus: open -> resolved
assignedto: fluzz
messages: + msg3790
nosy: + fluzz
2023-01-04 14:41:34fluzzsetmessages: + msg3789
2023-01-04 11:12:06jesusalvasetmessages: + msg3788
2023-01-04 00:05:18pythonsetmessages: + msg3787
2023-01-03 19:28:06pythonsetmessages: + msg3786
2023-01-03 11:00:10fluzzsetmessages: + msg3784
2023-01-03 01:30:05pythonsettitle: hacking game is drawn offset to left side of screen when launched from HCF bot dialog -> See attached screenshot, hacking game is drawn offset to left side of screen when launched from HCF bot dialog
2023-01-03 01:25:57pythoncreate