pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Oricutron hangs after introducing 'context' #146

Closed iss000 closed 4 years ago

iss000 commented 4 years ago

After 3e9c08f which introduce 'context' structure Oricutron hangs under:

0ric1 commented 4 years ago

Sorry I can't test MorphOS because I haven't installed it. On Ubuntu WSL with gcc-6 and SDL2 there is no problem. Did you see any error message? Did it work with 29282008e018a613098200ce46762c675394b67c ?

0ric1 commented 4 years ago

If I compile with gcc-6 and SDL run into a seg fault when SDL_BuildAudioCVT is called in 8912.c After commenting out this call I can confirm that Oricutron hangs, I reverted the commit and commented out the SDL_BuildAudioCVT and Oricutron starts. So there is some woodhead error is this commit.

iss000 commented 4 years ago

2928200 works for me: 2928200

606cb80 (currently the last commit) don't work: 606cb80 Red mak shows no render is called.

0ric1 commented 4 years ago

Did this commit fix it? ccf82f14efa184d02799505c8268a145cf86ec5e

iss000 commented 4 years ago

No, it hangs in the same way.

0ric1 commented 4 years ago

O.k. there were two errors the second I fixed in 71a647767407acf926347a9e6abba34950dc9b49

0ric1 commented 4 years ago

Sorry for this, was too greedy yesterday.

iss000 commented 4 years ago

Kein problem, spass muss sein! ;)