wisk

Results 34 comments of wisk

Hi @elfring and thanks for the advice. It'd help me a lot if you could provide me an example of path which trigger this issue.

Thanks for the link, I'll fix this ASAP.

Hi Odnetninl, I just tried to disassemble LoZ (sha1: fa38601c371ca327166bf52be194697) with qMedusa and I failed to reproduce your issue (disassembly looks good, at least for this part): ``` 00:0100 ;;...

Hi OdnetninI, Thanks for this info, I guess instruction at 00:0102 is badly disassembled because instruction at 00:5e8c or 00:2f7f uses the constant 0x0102. It's hard to tell the difference...

Thanks for the link. :) As I though, both instruction 00:2f7f (**ld bc, lbl_00_0102**) and 00:5e8c (**ld bc, lbl_00_0102**) uses address 00:0102. It happens because the vertical blank handler 00:0040...

Hi @ttodua, I'm afraid nothing is available right now. Plus I'm slowly reworking on this project. On the bright side, I'm switching on vcpkg to handle dependencies. Hopefully, compilation won't...

It should be done now. :) On Wed, Jan 22, 2020 at 4:45 AM T. Todua wrote: > sorry for bothering you, if you can, please change my username in...

Hi @farmboy0, I don't remember using ``-Werror`` in the CMake script, and AFAIK even if ``pybind11`` modifies the ``CXXFLAGS``, it should not be used by another projects. BTW, could you...

Hi halsten, I think this problem appears when qMedusa failed to retrieve cell information from the current address. Could you tell me the exact executable name please? BTW jumping on...

Hi hasselmm, AFAIK only boost and qt are packaged on most linux distribution (LLVM is a bit different on this case), the actual CMake script should give the choice to...