Benjamin

Results 17 comments of Benjamin

Also of note, I was initially using the latest from the master branch as of two days ago. Just re-attempted with release 2.1.1. I still get the first error (re:...

One more comment - I noticed when the last case I mentioned occurs, the application log outputs messages such as: ``` 2022-08-04 16:44:43 WARN (ClassTypeInfoUtils) Variable Utils returned wrong class...

Sounds good, if I find anything out as well I'll be sure to update.

Disabled bookmark creation, and this is the error I get: ``` ghidra.util.exception.AssertException: Unexpected Error: ghidra.program.model.mem.MemoryAccessException at ghidra.app.cmd.data.rtti.gcc.typeinfo.VmiClassTypeInfoModel.getBaseArrayDataType(VmiClassTypeInfoModel.java:269) at ghidra.app.cmd.data.rtti.gcc.CreateTypeInfoBackgroundCmd.doApplyTo(CreateTypeInfoBackgroundCmd.java:66) at ghidra.app.cmd.data.rtti.gcc.CreateTypeInfoBackgroundCmd.applyTo(CreateTypeInfoBackgroundCmd.java:54) at ghidra.app.plugin.prototype.GccRttiAnalyzer.applyTypeInfo(GccRttiAnalyzer.java:333) at ghidra.app.plugin.prototype.GccRttiAnalyzer.added(GccRttiAnalyzer.java:123) at ghidra.app.plugin.core.analysis.AnalysisScheduler.runAnalyzer(AnalysisScheduler.java:186) at ghidra.app.plugin.core.analysis.AnalysisTask.applyTo(AnalysisTask.java:39) at...

@astrelsky Good news! Looks like that did it - analysis completes without frontend failure, and I do see the logged outputs you added. Including them below in case it's useful:...

> First of all, thank you @theyosh for putting this beautiful piece of software together. I've had so much fun working with it. > > After seeing all of your...

> Try installing the devel version. There are issues with some special characters (percent signs) in the file names due to a recent change in Octoprint. Let me know if...

I've also run into a similar error, though in my case I'm not sure if it's a new scene causing it or something else. Here are relevant entries from my...

https://github.com/andersonshatch/midea-ac-lib/tree/master/midea Wouldn't this lib provide some of that functionality?

I'm interested in this as well --- a good starting point might be the PR for Linux support [#107]