neagix
neagix
> Another bug is that the dynamic memory mapping (both ROM and BWRAM) isn't restored when you load a save state. Shouldn't it be rather easy to create an extension...
This would be out of scope for idesk.
idesk uses X11 alpha transparency; what do you mean exactly about the minimised windows? Can you provide screenshots?
@milankragujevic did you make any progress on this? I gave a look at apps like https://apkpure.com/sap-hd/com.sap.SAPHD and https://apkpure.com/wise-vr/com.gg.WISEVR and they have quite a few references to TUTK, UBIA, IOTC. The...
@Jebbs check the if in the code. It does not happen if you do not **use** std.concurrency. The line with spawn() call is where std.concurrency is being used. Nonetheless one...
@jebbs does not work. ``` Running ./testapp [xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting,...
@Jebbs the testcase in OP still fails with current DSFML master, so bug is not fixed.
@aubade there is a workaround already in the testcase in OP. Is there an upstream bug for this issue? I couldn't find any. I think there should be an upstream...
In current DSFML and DSFMLC (https://github.com/Jebbs/DSFML-C cannot be used anymore because of broken symbols) this test app will fail in all cases. I have checked that by using `dsfml.system.thread` then...
I am not sure if it's possible to use this workaround as even with `dsfml.system.thread` I cannot make sure that the 1st thread to call the XInitThread() is the one...