ptitSeb

Results 2023 comments of ptitSeb

That's a different issue. But I added the symbol and steam launch now (at least on my side on Debian, you'll probably have back your initial issue now) (also, note...

> Reboot and Work, but also ran the sh install Steam File in box64 dir So thx gonna try any game Good. Note that downloading / updating games is still...

It can, but not directly. Create a special wrapper for a lib is possible, as long as you now the API. It's not straightforward for now, but if you have...

No, no doc. Basicaly, the idea is to build box64 as a library that expose the needed API, and wrapped calls to execute the underlying x86_64 code. If the API...

I have added the missing symbol. Note that electron is complex to emulate, and will probably require `BOX64_MALLOC_HACK=2` to run.

the second form. You defined a temporary env. var. If you prefer, you can crate a profile in `~/.box64rc` instead ```ini [electron] BOX64_MALLOC_HACK=2 ```

Oh, you are on 16k pagesize. Electron will not work on this configuration. You need 4K pagesize, it check for that and just abort if not 4K.

I guess you are running on a PI5, there is a way to easily switch to 4K pagesize with some config file.... google it, it should be easy to find...

it's technically possible to embed a counter on each dynablock to check the number of time it's used, by creating some kind of prolog at start of block. But There...

I am not familliar at all with the DEC alpha architecture. Is it a Little Endian architecture? Do you what the ABI is, especialy then handling of vaargs?