Discussion:
[Wine] Datakam Player (Registrator Viewer)
Phil Reynolds
2016-02-29 11:09:27 UTC
Permalink
Is it possible to get Datakam Player/Registrator Viewer, a program
supplied with many dashcams, to run on my Linux system using wine? When
I try to do so at the moment, I get a "Bad EXE format" error. I am
running wine-1.6.2 on a Debian 7 system, amd64.

I can play the video and audio parts of my dashcam footage using a
variety of players but they don't handle the GPS part.
--
Phil Reynolds
mail: phil-***@tinsleyviaduct.com
Web: http://phil.tinsleyviaduct.com/
Andrew Eikum
2016-02-29 13:48:16 UTC
Permalink
Post by Phil Reynolds
Is it possible to get Datakam Player/Registrator Viewer, a program
supplied with many dashcams, to run on my Linux system using wine? When
I try to do so at the moment, I get a "Bad EXE format" error. I am
running wine-1.6.2 on a Debian 7 system, amd64.
"Bad EXE format" can come from trying to run an MSI installer as an
executable. If you have an MSI file, you can run it with:

wine msiexec /i path/to/installer.msi

If that's not the problem, then I don't have enough information. Try
running the "file" command on your "bad EXE format" file and tell us
what it is.

Andrew
Phil Reynolds
2016-02-29 14:07:57 UTC
Permalink
On Mon, 29 Feb 2016 07:48:16 -0600
Post by Andrew Eikum
Post by Phil Reynolds
Is it possible to get Datakam Player/Registrator Viewer, a program
supplied with many dashcams, to run on my Linux system using wine?
When I try to do so at the moment, I get a "Bad EXE format" error.
I am running wine-1.6.2 on a Debian 7 system, amd64.
"Bad EXE format" can come from trying to run an MSI installer as an
wine msiexec /i path/to/installer.msi
No, no MSI file.
Post by Andrew Eikum
If that's not the problem, then I don't have enough information. Try
running the "file" command on your "bad EXE format" file and tell us
what it is.
DATAKAM PLAYER.exe: PE32 executable (GUI) Intel 80386 (stripped to
external PDB), for MS Windows
--
Phil Reynolds
mail: phil-***@tinsleyviaduct.com
Web: http://phil.tinsleyviaduct.com/
Loading...