Opening a file within an application, but "File not found"

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Synbios
Level 1
Level 1
Posts: 5
Joined: Sun Jan 05, 2014 3:35 pm

Opening a file within an application, but "File not found"

Post by Synbios »

I've successfully installed LabChart Reader using wine, and it opens ok.

However, when I go to open a data file (*.adicht) it says:
"Unable to read file. File not found."

I realize that there's not a whole lot of people who are even using this application. But, I am wondering if anyone has had difficult accessing a file from within a wine program before. Clearly the file is actually there, so I don't understand why it cannot find it. I've checked permissions and that doesn't seem to fix it.

OpenSUSE 13.1 64-bit, Wine 1.7.10, LabChart Reader 8.0 (VC++ 2010 and .NET 4.0)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Opening a file within an application, but "File not foun

Post by dimesio »

Synbios
Level 1
Level 1
Posts: 5
Joined: Sun Jan 05, 2014 3:35 pm

Re: Opening a file within an application, but "File not foun

Post by Synbios »

The shortcut on my desktop works fine for opening the program, but running it from the console does not work.
I ran the following line:

~/.wine/drive_c/Program Files/ADInstruments/LabChart8Reader> wine LabChart8\ Reader.exe

Code: Select all

fixme:wincodecs:PngDecoder_Block_GetCount 0x140080,0x33fc38: stub
err:ole:CoGetClassObject apartment not initialised
err:ole:CoGetClassObject apartment not initialised
fixme:ver:GetCurrentPackageId (0x33e5b4 (nil)): stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
Segmentation fault
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Opening a file within an application, but "File not foun

Post by dimesio »

Locked