Cannot run Jact's Eamonn software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fiernocht
Level 1
Level 1
Posts: 5
Joined: Tue Jan 13, 2009 4:41 pm

Cannot run Jact's Eamonn software

Post by fiernocht »

I'm using Ubuntu 8.04
wine version 1.0

I can run the install file just fine but when I go to run the program It quits all together.
I am a complete noob and cannot figure out how to get the log file for it. Please forgive me as I am extremely new to *nix systems. I just want someone to point me in the right direction. Thanks.

link to the software's site

http://www.jact.com
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Cannot run Jact's Eamonn software

Post by austin987 »

On Tue, Jan 13, 2009 at 4:15 PM, fiernocht <[email protected]> wrote:
I'm using Ubuntu 8.04
wine version 1.0

I can run the install file just fine but when I go to run the program It quits all together.
I am a complete noob and cannot figure out how to get the log file for it. Please forgive me as I am extremely new to *nix systems. I just want someone to point me in the right direction. Thanks.

link to the software's site

http://www.jact.com





Terminal output would help.

--
-Austin
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot run Jact's Eamonn software

Post by dimesio »

fiernocht wrote:I'm using Ubuntu 8.04
wine version 1.0

I can run the install file just fine but when I go to run the program It quits all together.
I am a complete noob and cannot figure out how to get the log file for it. Please forgive me as I am extremely new to *nix systems. I just want someone to point me in the right direction. Thanks.
http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4
fiernocht
Level 1
Level 1
Posts: 5
Joined: Tue Jan 13, 2009 4:41 pm

Post by fiernocht »

alright, got the terminal output as requested. Sorry, as I said I am a noob.


Code: Select all


fier@fier-desktop:~$ wine start 'C:\program files\eamonn\bin\eamonn.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
fier@fier-desktop:~$ fixme:secur32:GetUserNameExW 2 0x33f3e8 0x33f7f4
wine: Unhandled page fault on read access to 0x0035ffff at address 0x4ad3ec (thread 0019), starting debugger...
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Cannot run Jact's Eamonn software

Post by austin987 »

On Tue, Jan 13, 2009 at 4:37 PM, fiernocht <[email protected]> wrote:
alright, got the terminal output as requested. Sorry, as I said I am a noob.




Code:


fier@fier-desktop:~$ wine start 'C:\program files\eamonn\bin\eamonn.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
fier@fier-desktop:~$ fixme:secur32:GetUserNameExW 2 0x33f3e8 0x33f7f4
wine: Unhandled page fault on read access to 0x0035ffff at address 0x4ad3ec (thread 0019), starting debugger...
There should be something after this. Please post it.


--
-Austin
fiernocht
Level 1
Level 1
Posts: 5
Joined: Tue Jan 13, 2009 4:41 pm

Post by fiernocht »

there is not. have attempted it several times.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cannot run Jact's Eamonn software

Post by vitamin »

fiernocht wrote:wine version 1.0
Time to upgrade. The latest is wine-1.1.12. You should try at least wine-1.1.11.
Locked