Johnny

Results 22 comments of Johnny

I do this with the current api using the io.Reader interface for NewPlayer(). I use this to play amiga mod tracker music (4ch 8bit, it's not a modern format but...

Mixed success. v2.3.3 in DirectX mode: gets past the previous panic but then (both Proton 7.0 and GE-7.20)... ``` 2022/06/01 08:16:06 directx: ID3D12Resource1::Unmap failed: winapi error #710606896 ``` v2.3.3 in...

Yes, Proton uses Wine - https://github.com/ValveSoftware/Proton

Three reasons really. 1) I was curious if Ebiten projects would 'just work' in Proton (it's quite magical that so many games 'just work' on the Deck). 2) I don't...

> @TheMightyGit I don't think this was fixed, but could you try `0dc6e4e64ee1046ab6f832f0451e4d43a3f3b8e6`? Thanks, @hajimehoshi directx: ``` 2022/06/01 18:17:02 directx: ID3D12Resource::Unmap failed: winapi error #738656304 ``` opengl: ``` panic: glfwwin:...

> OK now the Unmap error should be gone. Please take a look at fb03a1e351fe67d9a4fbe77a8e3184d2245d330b. Thanks, @hajimehoshi This is with both 'Proton 7.0' and 'GE-Proton7-20': OpenGL: ``` panic: glfwwin: DwmFlush...

> I fixed the error message at DwmFlush for OpenGL. Could you take a look at 666d50e83d06136b2c8e0a5e2c844e68f412f9a8? As the error should still occur, I'll ignore it later. @hajimehoshi OpenGL: ```...

> I have decided to ignore returning errors from DWM functions. Please take a look at `9ad87c0153b7815011e041fad688b0368d233cbb `. I appreciate your cooperation. @hajimehoshi opengl works now! :) Proton does support...

Using the sprites example and directx mode and commit `9ad87c0153b7815011e041fad688b0368d233cbb ` I get a... ``` unexpected fault address 0x7f8932ffffe0 fatal error: fault [signal 0xc0000005 code=0x1 addr=0x7f8932ffffe0 pc=0x463172] goroutine 1 [running,...

> I fixed `Map` to retry up to 5 times when needed. @TheMightyGit Could you take a look at `55a490736acd0ffc147d43acb1014c6ecf621fe5`? Thanks, @hajimehoshi DirectX mode: ``` unexpected fault address 0x7fce587d1fe0 fatal...