com.darkguy2008.winbox icon indicating copy to clipboard operation
com.darkguy2008.winbox copied to clipboard

Updates and fixes

Open FacundoAcevedo opened this issue 1 year ago • 3 comments

Update base and runtime versions to 23.08

Remove unused sockets, also make it run first with Wayland and fallback to X11 Remove unneeded filesystems and mark ~/Downloads as RW Install Desktop and svg files in the proper directories Use the build system to download the last version of Winbox ( also check it's checksum :D)

Remove unneeded env vars and logic Use env to find wine binary

FacundoAcevedo avatar Jan 03 '24 19:01 FacundoAcevedo

Very useful and I appreciate your guy's work. I built this branch and had to make a slight modification for the winbox download to work properly due to mtik changing URL scheme (sha256 for v3.41):

  - type: file
    url: https://mt.lv/winbox64
    sha256: 8bc3ecf1f35952600ecb1a380c38c88e9d63c081a32204fd094d588230070bf6
    dest-filename: winbox64.exe

nochristrequired avatar Sep 01 '24 20:09 nochristrequired

Just update it to point directly to the v3.41 version of the binary, I'm having some issues with dlls, is it building properly for you?

❯ flatpak run com.darkguy2008.winbox
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:err:module:import_dll Library coml2.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") not found
0110:err:module:import_dll Library ole32.dll (which is needed by L"Z:\\app\\var\\data\\wine\\drive_c\\winbox64.exe") not found
0110:err:module:loader_init Importing dlls for L"Z:\\app\\var\\data\\wine\\drive_c\\winbox64.exe" failed, status c0000135

FacundoAcevedo avatar Sep 04 '24 18:09 FacundoAcevedo

Hm, it built fine on Arch with just the mentioned manifest change 3 days ago. I can try again this evening wirh your latest commit and report back.

nochristrequired avatar Sep 04 '24 18:09 nochristrequired