OneNote2007 and Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote2007 and Wine

Post by omsafiaa »

Hi
I am sorry if I am repeating what has already been asked but I've looked through what seemed to be relevent and got lost after about one sentence!

I have just bought and Acer One running Linpus Linux Lite which is the first time I have used a Linux based PC.

I really would like it to run OneNote2007.

So in the last 7 hours I've learnt loads of stuff but still haven't managed it!

I have installed WINE version 1.1.9 and this all seems to be fine.

Then I have copied the install files for OneNote onto an SD card and installed it from there onto a USB drive - I didn't want to use all my memory with OneNote as I won't use it every time I use the PC.

I've added the files in WINE config and set them all to run as Windows XP.

And it nearly opens up but seems to crash at the last minute when opening a notebook from the usb stick which i started on my windows pc.
I think it actually opened the first time when I wasn't asking it to read my work notebook.

Could you please let me know what I should do next - but simply cos my brain is rapidly shutting down now!!!!

Thank You
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OneNote2007 and Wine

Post by austin987 »

On Sun, May 3, 2009 at 7:09 PM, omsafiaa <[email protected]> wrote:
Hi
I am sorry if I am repeating what has already been asked but I've looked through what seemed to be relevent and got lost after about one sentence!

I have just bought and Acer One running Linpus Linux Lite which is the first time I have used a Linux based PC.

I really would like it to run OneNote2007.

So in the last 7 hours I've learnt loads of stuff but still haven't managed it!

I have installed WINE version 1.1.9 and this all seems to be fine.

Then I have copied the install files for OneNote onto an SD card and installed it from there onto a USB drive - I didn't want to use all my memory with OneNote as I won't use it every time I use the PC.
How did you 'install it'?
I've added the files in WINE config and set them all to run as Windows XP.
What files? How did you add them?
And it nearly opens up but seems to crash at the last minute when opening a notebook from the usb stick which i started on my windows pc.
I think it actually opened the first time when I wasn't asking it to read my work notebook.
Terminal output?

--
-Austin
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote

Post by omsafiaa »

I downloaded the files which are discussed here which allowed me to install vlc on the machine. Then I put in the commands for Wine.
http://www.reghardware.co.uk/2008/09/05 ... page4.html

To install onenote i used the install file in the software which seemed to complete without any problems either, running the install file from the sd card and installing the software onto the D:/ usb drive.

I opened wineconfig and added all the .exe files in the onenote folder on the d: drive and at the bottom set wine to work as windows xp.

How do i get the terminal output - for what i already did or for when i try to start the program? Sorry i need an explanation for how to get it.

Thank you for helping me.

[/quote]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: OneNote

Post by vitamin »

omsafiaa wrote:How do i get the terminal output - for what i already did or for when i try to start the program?
http://wiki.winehq.org/FAQ#get_log
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote

Post by omsafiaa »

Thank You

Here is terminal output.

[user@localhost ~]$ su
Password:
[root@localhost user]# wine start 'd:/office12/onenote.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
[root@localhost user]# err:module:import_dll Library MSVCR80.dll (which is needed by L"D:\\Office12\\ONENOTE.EXE") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MSVCR80.dll (which is needed by L"D:\\Office12\\ONMain.DLL") not found
err:module:import_dll Library ONMain.DLL (which is needed by L"D:\\Office12\\ONENOTE.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\Office12\\ONENOTE.EXE" failed, status c0000135

I really appreciate this help.
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote

Post by omsafiaa »

Hi Again

I followed the instructions re:MSVCR80.dll and installed winetricks then vcrun2005 and vcrun2005sp1 and cabextract.

So some bits disappeared and I'm left with this.

[root@localhost user]# wine start 'd:/office12/onenote.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
[root@localhost user]# fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 1 (nil) 0

Thank you
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote

Post by omsafiaa »

Hi again,

I've run the wine start ... from the terminal as a user not as root as I just saw some strong advice never to run wine or anything else from root and now the output I get is this:

[user@localhost ~]$ wine start 'd:\office12\onenote2007.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found

And when I searched forums for this it seems that solution is to go back and install the program again now. I just wanted to check this was correct before I go and do it?
And would I need to uninstall onenote before reinstalling it or would this happen automatically when i reinstall? There was also something about removing wine configs first but I'm not sure of what that was exactly.

Sorry to be a pest.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OneNote2007 and Wine

Post by austin987 »

On Mon, May 4, 2009 at 2:22 PM, omsafiaa <[email protected]> wrote:
Hi again,

I've run the wine start ... from the terminal as a user not as root as I just saw some strong advice never to run wine or anything else from root and now the output I get is this:

[user@localhost ~]$ wine start 'd:\office12\onenote2007.exe'
fixme:exec:SHELL_execute flags ignored: 0x00000500
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found
Are you sure that's the right path?

--
-Austin
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

Ooops

Post by omsafiaa »

Oh dear, no you are correct it wasn't the right path.
Now when i run the right path i get this!

Modator: removed huge log. Use pastebin instead.

Oh Dear I seem to be making things worse!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

OneNote2007 and Wine

Post by austin987 »

On Mon, May 4, 2009 at 3:46 PM, omsafiaa <[email protected]> wrote:
Oh dear, no you are correct it wasn't the right path.
Now when i run the right path i get this!
Set 'riched20' to native in winecfg.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: OneNote

Post by vitamin »

omsafiaa wrote:[user@localhost ~]$ su
You doing this why?

DO NOT RUN WINE AS ROOT!
omsafiaa
Level 1
Level 1
Posts: 7
Joined: Sun May 03, 2009 3:58 pm

OneNote

Post by omsafiaa »

Thank you for you help, OneNote now opens and I can look at all the pages of my notebook the only things that seem to be missing are the inserted files.

Here is the terminal output - http://pastebin.ca/1413625
Sorry for the big paste before.

Again, I looked at the posts mainly with iswineventhookinstalled but other than trying a clean wine (rm -rf ~/.wine-clean) thing which i tried but it didn't help, i couldn't see anything else.

Sorry thanks
Locked