ptitSeb
ptitSeb
Issue is probably linked to this message: `Warning: cannot create memory map (@0x7d000000 0x50b0) for elf "/home/ross/.wine/dosdevices/z:/nix/store/vp8cdpnvw6q79gvm` That lead to `wine: failed to load start.exe: c000007b` Can you run with...
Oh wait. You are using 16k pagesize. Wine doesn't work yet on this configuration. Elfloader work, but not the PE loader of wine. I'll try to have some workaround later,...
> > For now, you need to use a 4K pagesize for wine to work. > > 4k page size kernel is broken for Asahi But 16k pagesize if broken...
I have not tried the wineodws version of stardew valley. I might later, but that's not the priority indeed for now. What I notice is that you are using the...
The logs looks better now, but the unimplemented opcode is not a valid one. There must be omething else, priori to this, going wrong but no idea what from the...
Well, the linux version should works fine yes.
Can you run with `BOX64_SHOWSEGV=1 BOX64_SHOWBT=1 BOX64_ROLLING_LOG=1` set to have more details in the log?
you can try to run without dynarec also (`BOX64_DYNREC=0`) and also try with some strong mem (`BOX64_DYNAREC_STRONGMEM=1`). I see nothing suspicious in the full log.
Ok, I have finally debugged that one. It seems to launch fine now. You can update box64 and try again.
converting 80bits to 128bits long double is, for now, not supported. It can be done in theory. The main issue would be to conversion 80btis to/from 128bits that needs to...