Timo Partl

Results 71 comments of Timo Partl

Same issue here :( Edit: I compiled the project myself, allowing the profile_idc 100 manually (instead of 66 only) and it seems to work. Would there be any sideeffects to...

Sure, you simply need to change this line: https://github.com/ypresto/android-transcoder/blob/e9c411c22897fad41a21c3f05f65b0dfe2fc327e/lib/src/main/java/net/ypresto/androidtranscoder/engine/MediaFormatValidator.java#L39 to ` if (profileIdc != PROFILE_IDC_BASELINE && profileIdc != 100) {` This is the resulting .jar [lib-release.zip](https://github.com/ypresto/android-transcoder/files/2959055/lib-release.zip)

I get the (presumably) same crash in a "classic" Xamarin.Mac app (no .NET6) - same stack trace. ``` System.DllNotFoundException has been thrown e_sqlite3 assembly: type: member:(null) ``` I've reported this...

Probably the xlsx doesn't have a "currency" cell type, but you can do that by using a format. This is how I create mine to write currency values: ``` static...

I see the same issue in my Xamarin.iOS app - will there be any efforts to fix this?

I have enabled AOT already, that's why I am confused that there's no dSYM available: ![Screen Shot 2022-05-04 at 11 20 54 PM](https://user-images.githubusercontent.com/2863198/166828110-dff5f9d8-c0ea-4a41-b4ec-b73efb6343d7.png) This is how the crashes show up...

@chamons do you need any additional info? The dsym folder is created for my iOS project, but never for my macOS project. Should I post my .csproj here as well?

@chamons I have sent a build log via mail as it contains confidential information that I don't want to share publicly. I am not familiar how to create a binary...