Originariamente inviato da UnixMan
per quanto riguarda il mio PC, dove va in crash HQPlayer desktop:
codice:
model name      : Pentium(R) Dual-Core  CPU      E5200  @ 2.50GHz
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
datato, ma fa ancora egregiamente il suo mestiere. Con versioni precedenti di HQP (IIRC avevo testato fino alla 3.12 o 3.13) reggeva anche la conversione da PCM fino a DSD128.

Per quanto riguarda invece NAD, i crash (con il medesimo errore) li ho verificati su un vecchio thin-client, un Fujitsu "Futro S550". Ora non ce l'ho sottomano per verificare i dati esatti, ma la CPU è una (altrettanto vecchia) AMD (Opteron, mi pare... cmq architettura "K8").

Puoi passargli questi dati, relativi alle opzioni utilizzate per compilare un Kernel Linux dedicato:
codice:
# cpuinfo2cpuflags-x86
CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse sse2 sse3"

# gcc -march=native -E -v - &1 | grep cc1
/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/cc1 -E -quiet -v - -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mno-ssse3 -mno-sse4a -mcx16 -msahf -mno-movbe -mno-aes -mno-sha -mno-pclmul -mno-popcnt -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1 -mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mprfchw -mno-adx -mfxsr -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fstack-protector-strong
Risposta di Miska:

In this case, the kernel doesn't matter. In first case, CPU is missing the needed minimum features (SSE 4.2) and that's why the process exits. With Windows you can use the 32-bit binary on this particular hardware.

When it comes to networkaudiod, the 32-bit binary should work on PentiumPro level and newer hardware. With networkaudiod 32/64-bit doesn't really matter.