KreitinnSoftware / MiceWine-Application

MiceWine is a project that aims to run Windows applications and games on Android smartphones.
36 stars 3 forks source link

App randomly crashed issue is fixed but #2

Closed Saikatsaha1996 closed 3 months ago

Saikatsaha1996 commented 3 months ago

Android 14 Realme UI

Application crash automatically

Saikatsaha1996 commented 3 months ago

Application was randomly crashed.. but now this issue is fixed..

But how to use this application? Any instructions? Or any rootfs available for installation?

Saikatsaha1996 commented 2 months ago

Screenshot_2024-08-29-13-36-50-16_b17445f0be428bd62aea3ef4c10a630b Screenshot_2024-08-29-13-26-44-48_b17445f0be428bd62aea3ef4c10a630b

black screen

Saikatsaha1996 commented 2 months ago

@KreitinnSoftware any solution?

Screenshot_2024-09-02-14-50-39-64_b17445f0be428bd62aea3ef4c10a630b

Saikatsaha1996 commented 2 months ago

@KreitinnSoftware box64 is missing inside usr/bin

Screenshot_2024-09-02-15-01-24-58_db51e592e420a9871f4a37915a68789b

Saikatsaha1996 commented 2 months ago

@KreitinnSoftware Finally wine desktop shell open but unfortunately instantly crashed for missing library like freetype etc

libfreetype.so & libz.so.1

libz.so.1 required dev package but in Termux we have it's included https://github.com/termux/termux-packages/tree/master/packages/zlib

but don't know why this error reporting.. you already have freetype library..

https://github.com/KreitinnSoftware/MiceWine-RootFS-Generator/blob/main/packages/09-freetype/build.sh

files permission is missing.. please fix it..

most probably for this permission issues? Symbolic link missing?

/data/data/com.micewine.emu/files/usr/generateSymlinks.sh: can't execute: Permission denied
ln: cannot create symbolic link from '/storage/emulated/0/MiceWine/AppData' to '/data/data/com.micewine.emu/files/home/.wine/drive_c/users/u0_a468/AppData': No such file or directory

disabled service as startup giving this error , give us service enabled & disabled options..

0094:fixme:shell:create_link failed to connect to mount manager

https://pastebin.com/n9vFjUZZ

https://github.com/user-attachments/assets/428eca57-45c1-4cc2-886a-ec69b38d9373

fixed & solution

Unzip rootfs to Termux 
chmod +x to this file
zip -r xyz.zip .

Solved 😁

Screenshot_2024-09-03-17-40-52-56_b17445f0be428bd62aea3ef4c10a630b

KreitinnSoftware commented 1 month ago

@KreitinnSoftware box64 is missing inside usr/bin

Screenshot_2024-09-02-15-01-24-58_db51e592e420a9871f4a37915a68789b

You were using a x86_64 rootfs

KreitinnSoftware commented 1 month ago

You must use a aarch64 ones

Saikatsaha1996 commented 1 week ago

You must use a aarch64 ones

We haven't any option for service startup on off option?