Package Details: meshmixer-wine 3.5-4

Git Clone URL: https://aur.archlinux.org/meshmixer-wine.git (read-only, click to copy)
Package Base: meshmixer-wine
Description: Meshmixer is state-of-the-art software for working with triangle meshes
Upstream URL: http://www.meshmixer.com
Licenses: proprietary
Provides: meshmixer-wine
Submitter: utsi
Maintainer: utsi
Last Packager: utsi
Votes: 3
Popularity: 0.000179
First Submitted: 2020-03-04 11:17 (UTC)
Last Updated: 2022-06-15 17:08 (UTC)

Latest Comments

1 2 Next › Last »

supermarioprof commented on 2025-02-18 10:32 (UTC) (edited on 2025-02-18 10:48 (UTC) by supermarioprof)

unable to install on Manjaro, this is what I get:

Building meshmixer-wine... ==> Making package: meshmixer-wine 3.5-4 (mar 18 feb 2025, 11:47:04) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found meshmixer -> Found meshmixer.desktop -> Found Autodesk_Meshmixer_v3p5_Win64.exe ==> Validating source files with sha256sums... meshmixer ... Passed meshmixer.desktop ... Passed Autodesk_Meshmixer_v3p5_Win64.exe ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build meshmixer-wine

So, checksum error could be the problem. Then I tried skipping checksum, this is what I get:

Building meshmixer-wine... ==> Making package: meshmixer-wine 3.5-4 (mar 18 feb 2025, 11:47:23) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found meshmixer -> Found meshmixer.desktop -> Found Autodesk_Meshmixer_v3p5_Win64.exe ==> WARNING: Skipping verification of source file checksums. ==> Removing existing $srcdir/ directory... ==> Extracting sources... ==> Starting prepare()... ERROR: Autodesk_Meshmixer_v3p5_Win64.exe Autodesk_Meshmixer_v3p5_Win64.exe Open ERROR: Cannot open the file as [PE] archive

==> ERROR: A failure occurred in prepare(). Aborting...

utsi commented on 2025-02-14 18:21 (UTC)

Got an out-of-date flag that package does not install. However, clean install worked and opened just fine on my end. Please leave more details what issues are being faced as I can not trivially reproduce.

minxu commented on 2024-01-13 21:10 (UTC)

Just used this package to open some .mix files and export them to stl. Worked well. In fact, using installer from autodesk on a windows VM didn't work. Thanks to this AUR!

cyqsimon commented on 2023-02-27 08:26 (UTC) (edited on 2023-02-27 08:33 (UTC) by cyqsimon)

Is anyone still able to use this package? I tried to use it today after a few-month hiatus, and meshmixer simply won't launch.

When trying to launch from terminal, there were no errors; only many lines of libpng warning: iCCP: known incorrect sRGB profile, and one line of libpng warning: iCCP: cHRM chunk does not match sRGB. Then it just hangs with about 10% CPU usage on a single core, and ~440MB of allocated memory.

Update: ah nevermind. There seems to be some kind of configuration error in my wine prefix. I deleted ~/.meshmixer and regenerated it; seems to work now.

utsi commented on 2022-06-15 17:09 (UTC)

Hm, looking at other .desktop files it appears to be the case. Updated the Icon path so it is now relative, thanks for the heads up!

cyqsimon commented on 2022-06-15 17:03 (UTC) (edited on 2022-06-15 17:04 (UTC) by cyqsimon)

Awesome.

In fact I don't think you need to hard-code the path to the icon file. Icon=meshmixer should suffice (as long as the file is in the correct place), and the DE will perform the lookup automatically (unless I'm wrong, then I stand corrected).

utsi commented on 2022-06-15 15:40 (UTC)

Cheers, issue should now be mended :)

cyqsimon commented on 2022-06-15 08:23 (UTC)

I noticed an issue while examining my /usr/share/icons/hicolor directory today.

Currently this package is installing its icons to /usr/share/icons/hicolor/$SIZEx$SIZE/meshmixer.png, whereas they should be installed to /usr/share/icons/hicolor/$SIZEx$SIZE/apps/meshmixer.png.

Should be an easy fix.

djorborn commented on 2021-12-01 23:20 (UTC)

Awesome thank you, works on manjaro

csobod commented on 2021-08-22 05:58 (UTC)

Think Wine broke things again. I'm getting "wine: Unhandled page fault on write access to 0000000000000000 at address 00007F5144A6E9BB (thread 0074), starting debugger..." when trying to launch via terminal and starting thru start menu fails instantly, per @Parintachin

Running wine-6.15, having trouble downgrading to see if that fixes the problem.