Problems running Writeoutloud
Problems running Writeoutloud
Hi
I'm trying to get Writeoutloud (talking wordprocessor for dyslexics) running on an Asus Eeepc (Xandros) using Wine 1.0.
The prog installed reasonably well and after running Winetricks and fixing mfc42 I got the prog to boot. It boots OK and accepts keystrokes but when the spacebar is pressed and the prog attempts to spellcheck the word just completed I get an error message to say 'No spellchecker found'. (The spellchecker dictionaries are there in the Writeoutloud folder so that's not the problem)
Speech works with Writeoutloud 'echoing' words as you go as it should.
Here's the output from Wine
/home/user> wine /home/user/.wine/drive_c/DonJohnston/WOL/WOL.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:dc:CreateDCW no driver found for L""
I'd very much appreciate any help with his because I'm a teacher working with dyslexic children. An Asus Eeepc with a talking wordprocesor / spellchecker would be a wonderful resource!
I'm trying to get Writeoutloud (talking wordprocessor for dyslexics) running on an Asus Eeepc (Xandros) using Wine 1.0.
The prog installed reasonably well and after running Winetricks and fixing mfc42 I got the prog to boot. It boots OK and accepts keystrokes but when the spacebar is pressed and the prog attempts to spellcheck the word just completed I get an error message to say 'No spellchecker found'. (The spellchecker dictionaries are there in the Writeoutloud folder so that's not the problem)
Speech works with Writeoutloud 'echoing' words as you go as it should.
Here's the output from Wine
/home/user> wine /home/user/.wine/drive_c/DonJohnston/WOL/WOL.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:dc:CreateDCW no driver found for L""
I'd very much appreciate any help with his because I'm a teacher working with dyslexic children. An Asus Eeepc with a talking wordprocesor / spellchecker would be a wonderful resource!
Re: Problems running Writeoutloud
Your program might not like this command. Please use something like this:Graeme wrote:/home/user> wine /home/user/.wine/drive_c/DonJohnston/WOL/WOL.exe
Code: Select all
wine start /unix /home/user/.wine/drive_c/DonJohnston/WOL/WOL.exe
Many thanks for that suggestion but it doesn't make any difference to the spellcheck error unfortunately.
I'm pretty much a Linux / Wine newbie so even getting as far as installing Wine and getting progs running has been a bit of an uphill struggle!
Any more ideas anyone? This software is very crucial in supporting dyslexic kids in schools and I'd really like to crack it on the Asus. Would it help if I put the software on an online webspace for someone to download and have a play with?
Don Johnston software know that I'm working on getting it running in Linux and I could clear it with them to send someone a copy for trialing. It's a small prog and consists of a talking wordprocessor with speech assisted spellchecking.
Although I'm not much of an expert on Linux I do have a hunch that I'm almost there with it and perhaps someone with a little more knowledge could crack that glitch.
I'm pretty much a Linux / Wine newbie so even getting as far as installing Wine and getting progs running has been a bit of an uphill struggle!
Any more ideas anyone? This software is very crucial in supporting dyslexic kids in schools and I'd really like to crack it on the Asus. Would it help if I put the software on an online webspace for someone to download and have a play with?
Don Johnston software know that I'm working on getting it running in Linux and I could clear it with them to send someone a copy for trialing. It's a small prog and consists of a talking wordprocessor with speech assisted spellchecking.
Although I'm not much of an expert on Linux I do have a hunch that I'm almost there with it and perhaps someone with a little more knowledge could crack that glitch.
Looks like I need more help with the run command!
I've had another think and a play with the prog in Linux and Windows and I think I've maybe found a reason why it's losing the spellcheck. When I installed the prog in Wine initially I couldn't get it to run at all and thought I might be making a typo in the command - so to simplify things (!!) I renamed the progs folder in the fake Cdrive to WOL and renamed it's exe file to WOL.EXE This seemed to sort it and it ran after that - but left the spellcheck error. So working on the theory that renaming the folder had confused the path back to the spellcheck dictionaries I tried renaming the folder in the same way on a version of the prog installed on a Windows machine - and got the very same error!
Well, you'd think the obvious thing to do would be to put the names back as they were, but alas, it seems that when I do that the prog won't run at all - and that's with the precise (amended) path entered in the console. It's looking to me as if the prog's name is causing the problem because it's got a gap in the name - ie WriteOutloud v3.exe (as long as there is a gap between the 'd' and 'v' it doesn't work - close that gap and it boots but doesn't see the spellchecker.
To cut a long story short I need to find out how to format the run command using the name as it stands. Is there some symbol I need to insert to indicate that space or whatever?
This is what the command should be if the original file and folder names are used. There are gaps in both the folder and exe file names and the folder has a capital 'V' whereas the exe has a small 'v'.
wine /home/user/.wine/drive_c/DonJohnston/WriteOutloud V3/WriteOutloud v3.exe
Well, you'd think the obvious thing to do would be to put the names back as they were, but alas, it seems that when I do that the prog won't run at all - and that's with the precise (amended) path entered in the console. It's looking to me as if the prog's name is causing the problem because it's got a gap in the name - ie WriteOutloud v3.exe (as long as there is a gap between the 'd' and 'v' it doesn't work - close that gap and it boots but doesn't see the spellchecker.
To cut a long story short I need to find out how to format the run command using the name as it stands. Is there some symbol I need to insert to indicate that space or whatever?
This is what the command should be if the original file and folder names are used. There are gaps in both the folder and exe file names and the folder has a capital 'V' whereas the exe has a small 'v'.
wine /home/user/.wine/drive_c/DonJohnston/WriteOutloud V3/WriteOutloud v3.exe
Problems running Writeoutloud
On Thu, Oct 23, 2008 at 2:16 PM, Graeme <[email protected]> wrote:
B) Use '\' to escape spaces, i.e.:
$ cd /home/user/.wine/drive_c/DonJohnston/WriteOutloud\ V3/
$ wine WriteOutloud\ v3.exe
--
-Austin
A) cd to the directory firstI've had another think and a play with the prog in Linux and Windows and I think I've maybe found a reason why it's losing the spellcheck. When I installed the prog in Wine initially I couldn't get it to run at all and thought I might be making a typo in the command - so to simplify things (!!) I renamed the progs folder in the fake Cdrive to WOL and renamed it's exe file to WOL.EXE This seemed to sort it and it ran after that - but left the spellcheck error. So working on the theory that renaming the folder had confused the path back to the spellcheck dictionaries I tried renaming the folder in the same way on a version of the prog installed on a Windows machine - and got the very same error!
Well, you'd think the obvious thing to do would be to put the names back as they were, but alas, it seems that when I do that the prog won't run at all - and that's with the precise (amended) path entered in the console. It's looking to me as if the prog's name is causing the problem because it's got a gap in the name - ie WriteOutloud v3.exe (as long as there is a gap between the 'd' and 'v' it doesn't work - close that gap and it boots but doesn't see the spellchecker.
To cut a long story short I need to find out how to format the run command using the name as it stands. Is there some symbol I need to insert to indicate that space or whatever?
This is what the command should be if the original file and folder names are used. There are gaps in both the folder and exe file names and the folder has a capital 'V' whereas the exe has a small 'v'.
wine /home/user/.wine/drive_c/DonJohnston/WriteOutloud V3/WriteOutloud v3.exe
B) Use '\' to escape spaces, i.e.:
$ cd /home/user/.wine/drive_c/DonJohnston/WriteOutloud\ V3/
$ wine WriteOutloud\ v3.exe
--
-Austin
Problems running Writeoutloud
On Thu, Oct 23, 2008 at 3:03 PM, Graeme <[email protected]> wrote:
--
-Austin
What's the full terminal output?Thanks Austin. That resolves the problem of running the prog without changing the original filenames but unfortunately I'm still getting the spellchecker error when it boots up and I start using it. Any thoughts about that?
Graeme
--
-Austin
/home/user> cd /home/user/.wine/drive_c/DonJohnston/WriteOutloud\ V3/
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3> wine WriteOutloud\ v3.exe ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:dc:CreateDCW no driver found for L""
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3> wine WriteOutloud\ v3.exe ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:dc:CreateDCW no driver found for L""
Another snag!
I tried the 'insert a picture' tool on Writeoutloud.
The prog crashed with all this in the console -
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3> wine WriteOutloud\ v3.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file o
r directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INF
ORMATION
err:dc:CreateDCW no driver found for L""
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
wine: Unhandled page fault on read access to 0x00000008 at address 0x413bd5 (thr ead 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x0 0413bd5).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00413bd5 ESP:0033c950 EBP:0033c9a4 EFLAGS:00210206( - 00 - RIP1)
EAX:00000000 EBX:7ede7540 ECX:0033c8fc EDX:00020068
ESI:00000000 EDI:001cd0a8
Stack dump:
0x0033c950: 001cd0a8 00172acc 7ede7540 00000001
0x0033c960: 00000000 001685f8 ffffffff 0000101b
0x0033c970: 00000000 5f4d1c58 5f4d1c58 00000000
0x0033c980: 00000064 0033d810 001680a8 00172acc
0x0033c990: 00000000 00000000 0033c9c8 00413c5d
0x0033c9a0: 00000008 0033c9d4 004138cf 00168468
Backtrace:
=>1 0x00413bd5 in writeoutloud v3 (+0x13bd5) (0x0033c9a4)
2 0x004138cf in writeoutloud v3 (+0x138cf) (0x0033c9d4)
3 0x5f408eac in mfc42 (+0x8eac) (0x0033ca08)
4 0x7edc45a5 in user32 (+0xb45a5) (0x0033ca48)
5 0x7edc7d0a in user32 (+0xb7d0a) (0x0033ca98)
6 0x7ed516f2 DefDlgProcA+0x82() in user32 (0x0033cac8)
7 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033caf8)
8 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cb38)
9 0x7edc7e3a CallWindowProcA+0x5a() in user32 (0x0033cb88)
10 0x5f4020f2 in mfc42 (+0x20f2) (0x0033cba8)
11 0x5f401902 in mfc42 (+0x1902) (0x0033cc48)
12 0x5f401cea in mfc42 (+0x1cea) (0x0033cc68)
13 0x5f401c73 in mfc42 (+0x1c73) (0x0033ccc8)
14 0x5f401bfb in mfc42 (+0x1bfb) (0x0033cce4)
15 0x5f401bba in mfc42 (+0x1bba) (0x0033cd10)
16 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033cd40)
17 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cd80)
18 0x7edc5d81 in user32 (+0xb5d81) (0x0033d430)
19 0x7edc805b in user32 (+0xb805b) (0x0033d470)
20 0x7ed8a333 in user32 (+0x7a333) (0x0033d4e0)
21 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033d540)
22 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033d580)
23 0x7ed56db2 in user32 (+0x46db2) (0x0033d700)
24 0x7ed57df4 CreateDialogIndirectParamAorW+0x34() in user32 (0x0033d720)
25 0x7ed57f22 CreateDialogIndirectParamA+0x42() in user32 (0x0033d750)
26 0x5f40a1a1 in mfc42 (+0xa1a1) (0x0033d7b8)
27 0x5f416b53 in mfc42 (+0x16b53) (0x0033d7fc)
28 0x0040534e in writeoutloud v3 (+0x534e) (0x0033d950)
29 0x5f4023d8 in mfc42 (+0x23d8) (0x0033d960)
30 0x5f4022ae in mfc42 (+0x22ae) (0x0033d990)
31 0x5f402c25 in mfc42 (+0x2c25) (0x0033d9c0)
32 0x5f402ba2 in mfc42 (+0x2ba2) (0x0033d9f8)
33 0x5f402976 in mfc42 (+0x2976) (0x0033da48)
34 0x5f4029d7 in mfc42 (+0x29d7) (0x0033dae0)
35 0x5f401cea in mfc42 (+0x1cea) (0x0033db00)
36 0x5f401c73 in mfc42 (+0x1c73) (0x0033db60)
37 0x5f401bfb in mfc42 (+0x1bfb) (0x0033db7c)
38 0x5f401bba in mfc42 (+0x1bba) (0x0033dba8)
39 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033dbd8)
40 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033dc18)
41 0x7edc5d81 in user32 (+0xb5d81) (0x0033e2c8)
42 0x7edc805b in user32 (+0xb805b) (0x0033e308)
43 0x7ed8a333 in user32 (+0x7a333) (0x0033e378)
44 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033e3d8)
45 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033e418)
46 0x7e41b7a3 in comctl32 (+0x7b7a3) (0x0033e548)
47 0x7e41f113 in comctl32 (+0x7f113) (0x0033edc8)
48 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033edf8)
49 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033ee38)
50 0x7edc6e1c in user32 (+0xb6e1c) (0x0033f308)
51 0x7edc7eac CallWindowProcA+0xcc() in user32 (0x0033f358)
52 0x5f4020f2 in mfc42 (+0x20f2) (0x0033f378)
53 0x5f401d01 in mfc42 (+0x1d01) (0x0033f394)
54 0x5f402b0e in mfc42 (+0x2b0e) (0x0033f3b4)
55 0x5f401c73 in mfc42 (+0x1c73) (0x0033f414)
56 0x5f401bfb in mfc42 (+0x1bfb) (0x0033f430)
57 0x5f401bba in mfc42 (+0x1bba) (0x0033f45c)
58 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033f48c)
59 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033f4cc)
60 0x7edc5d81 in user32 (+0xb5d81) (0x0033fb7c)
61 0x7edc805b in user32 (+0xb805b) (0x0033fbbc)
62 0x7ed8ad48 DispatchMessageW+0x98() in user32 (0x0033fbfc)
63 0x7ed58359 IsDialogMessageW+0xf9() in user32 (0x0033fd3c)
64 0x7ed8aaf5 IsDialogMessageA+0x55() in user32 (0x0033fd7c)
65 0x5f41690f in mfc42 (+0x1690f) (0x0033fdec)
66 0x5f401448 in mfc42 (+0x1448) (0x00000000)
0x00413bd5: movl 0x8(%eax),%ecx
Modules:
Module Address Debug info Name (91 modules)
PE 350000- 37e000 Deferred dj speech access 2
PE 400000- 4e2000 Export writeoutloud v3
PE 1c60000- 1cd0000 Deferred ibmtts
PE 1cd0000- 1cf2000 Deferred ibmeci
PE 1d00000- 1d4b000 Deferred eng.uil
PE 1d50000- 1f26000 Deferred eng.syn
PE 10000000-1006b000 Deferred paigelib
PE 1ff70000-1ffaa000 Deferred ltdis90n
PE 1ffc0000-1ffdf000 Deferred ltfil90n
PE 1fff0000-2003c000 Deferred ltkrn90n
PE 5f400000-5f4f2000 Export mfc42
PE 63550000-635dc000 Deferred speech
PE 65f00000-65fc2000 Deferred ole32
PE 780a0000-780b2000 Deferred msvcirt
ELF 7b800000-7b928000 Deferred kernel32<elf>
\-PE 7b820000-7b928000 \ kernel32
ELF 7bc00000-7bca2000 Deferred ntdll<elf>
\-PE 7bc10000-7bca2000 \ ntdll
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7defd000-7df08000 Deferred libgcc_s.so.1
ELF 7e1f4000-7e208000 Deferred lz32<elf>
\-PE 7e200000-7e208000 \ lz32
ELF 7e208000-7e221000 Deferred version<elf>
\-PE 7e210000-7e221000 \ version
ELF 7e233000-7e266000 Deferred uxtheme<elf>
\-PE 7e240000-7e266000 \ uxtheme
ELF 7e266000-7e26a000 Deferred libgpg-error.so.0
ELF 7e26a000-7e2bb000 Deferred libgcrypt.so.11
ELF 7e2bb000-7e2ce000 Deferred libtasn1.so.3
ELF 7e2ce000-7e2fc000 Deferred libcrypt.so.1
ELF 7e2fc000-7e36a000 Deferred libgnutls.so.13
ELF 7e36a000-7e399000 Deferred libcups.so.2
ELF 7e399000-7e459000 Export comctl32<elf>
\-PE 7e3a0000-7e459000 \ comctl32
ELF 7e459000-7e4b1000 Deferred shlwapi<elf>
\-PE 7e470000-7e4b1000 \ shlwapi
ELF 7e4b1000-7e5c2000 Deferred shell32<elf>
\-PE 7e4c0000-7e5c2000 \ shell32
ELF 7e5c2000-7e5f8000 Deferred winspool<elf>
\-PE 7e5d0000-7e5f8000 \ winspool
ELF 7e5f8000-7e6a2000 Deferred comdlg32<elf>
\-PE 7e600000-7e6a2000 \ comdlg32
ELF 7e6ca000-7e6de000 Deferred midimap<elf>
\-PE 7e6d0000-7e6de000 \ midimap
ELF 7e6de000-7e704000 Deferred msacm32<elf>
\-PE 7e6e0000-7e704000 \ msacm32
ELF 7e704000-7e71b000 Deferred msacm32<elf>
\-PE 7e710000-7e71b000 \ msacm32
ELF 7e71b000-7e7dc000 Deferred libasound.so.2
ELF 7e7dc000-7e811000 Deferred winealsa<elf>
\-PE 7e7f0000-7e811000 \ winealsa
ELF 7e811000-7e816000 Deferred libxfixes.so.3
ELF 7e816000-7e81f000 Deferred libxcursor.so.1
ELF 7e81f000-7e825000 Deferred libxrandr.so.2
ELF 7e825000-7e82d000 Deferred libxrender.so.1
ELF 7e82d000-7e830000 Deferred libxinerama.so.1
ELF 7e830000-7e850000 Deferred imm32<elf>
\-PE 7e840000-7e850000 \ imm32
ELF 7e850000-7e855000 Deferred libxdmcp.so.6
ELF 7e855000-7e858000 Deferred libxau.so.6
ELF 7e858000-7e944000 Deferred libx11.so.6
ELF 7e944000-7e952000 Deferred libxext.so.6
ELF 7e952000-7e957000 Deferred libxxf86vm.so.1
ELF 7e957000-7e96f000 Deferred libice.so.6
ELF 7e96f000-7e978000 Deferred libsm.so.6
ELF 7e983000-7ea19000 Deferred winex11<elf>
\-PE 7e990000-7ea19000 \ winex11
ELF 7ea45000-7ea65000 Deferred libexpat.so.1
ELF 7ea65000-7ea90000 Deferred libfontconfig.so.1
ELF 7ea9b000-7eaaf000 Deferred libz.so.1
ELF 7eaaf000-7eb19000 Deferred libfreetype.so.6
ELF 7eb19000-7eb81000 Deferred msvcrt<elf>
\-PE 7eb30000-7eb81000 \ msvcrt
ELF 7eb81000-7ec12000 Deferred winmm<elf>
\-PE 7eb90000-7ec12000 \ winmm
ELF 7ec12000-7ec63000 Deferred advapi32<elf>
\-PE 7ec20000-7ec63000 \ advapi32
ELF 7ec63000-7ecfd000 Deferred gdi32<elf>
\-PE 7ec70000-7ecfd000 \ gdi32
ELF 7ecfd000-7ee41000 Export user32<elf>
\-PE 7ed10000-7ee41000 \ user32
ELF 7efa5000-7efb0000 Deferred libnss_files.so.2
ELF 7efb0000-7efba000 Deferred libnss_nis.so.2
ELF 7efba000-7efd0000 Deferred libnsl.so.1
ELF 7efd0000-7eff5000 Deferred libm.so.6
ELF 7eff7000-7f000000 Deferred libnss_compat.so.2
ELF b7ca3000-b7ca7000 Deferred libdl.so.2
ELF b7ca7000-b7dd9000 Deferred libc.so.6
ELF b7dda000-b7dec000 Deferred libpthread.so.0
ELF b7dec000-b7f22000 Deferred libwine.so.1
ELF b7f2f000-b7f46000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\DonJohnston\WriteOutloud V3\WriteOutloud v3.exe
00000009 0 <==
0000000c
00000012 0
0000000e 0
0000000d 0
0000000f
00000015 0
00000011 0
00000010 0
00000017
00000018 0
Backtrace:
=>1 0x00413bd5 in writeoutloud v3 (+0x13bd5) (0x0033c9a4)
2 0x004138cf in writeoutloud v3 (+0x138cf) (0x0033c9d4)
3 0x5f408eac in mfc42 (+0x8eac) (0x0033ca08)
4 0x7edc45a5 in user32 (+0xb45a5) (0x0033ca48)
5 0x7edc7d0a in user32 (+0xb7d0a) (0x0033ca98)
6 0x7ed516f2 DefDlgProcA+0x82() in user32 (0x0033cac8)
7 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033caf8)
8 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cb38)
9 0x7edc7e3a CallWindowProcA+0x5a() in user32 (0x0033cb88)
10 0x5f4020f2 in mfc42 (+0x20f2) (0x0033cba8)
11 0x5f401902 in mfc42 (+0x1902) (0x0033cc48)
12 0x5f401cea in mfc42 (+0x1cea) (0x0033cc68)
13 0x5f401c73 in mfc42 (+0x1c73) (0x0033ccc8)
14 0x5f401bfb in mfc42 (+0x1bfb) (0x0033cce4)
15 0x5f401bba in mfc42 (+0x1bba) (0x0033cd10)
16 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033cd40)
17 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cd80)
18 0x7edc5d81 in user32 (+0xb5d81) (0x0033d430)
19 0x7edc805b in user32 (+0xb805b) (0x0033d470)
20 0x7ed8a333 in user32 (+0x7a333) (0x0033d4e0)
21 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033d540)
22 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033d580)
23 0x7ed56db2 in user32 (+0x46db2) (0x0033d700)
24 0x7ed57df4 CreateDialogIndirectParamAorW+0x34() in user32 (0x0033d720)
25 0x7ed57f22 CreateDialogIndirectParamA+0x42() in user32 (0x0033d750)
26 0x5f40a1a1 in mfc42 (+0xa1a1) (0x0033d7b8)
27 0x5f416b53 in mfc42 (+0x16b53) (0x0033d7fc)
28 0x0040534e in writeoutloud v3 (+0x534e) (0x0033d950)
29 0x5f4023d8 in mfc42 (+0x23d8) (0x0033d960)
30 0x5f4022ae in mfc42 (+0x22ae) (0x0033d990)
31 0x5f402c25 in mfc42 (+0x2c25) (0x0033d9c0)
32 0x5f402ba2 in mfc42 (+0x2ba2) (0x0033d9f8)
33 0x5f402976 in mfc42 (+0x2976) (0x0033da48)
34 0x5f4029d7 in mfc42 (+0x29d7) (0x0033dae0)
35 0x5f401cea in mfc42 (+0x1cea) (0x0033db00)
36 0x5f401c73 in mfc42 (+0x1c73) (0x0033db60)
37 0x5f401bfb in mfc42 (+0x1bfb) (0x0033db7c)
38 0x5f401bba in mfc42 (+0x1bba) (0x0033dba8)
39 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033dbd8)
40 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033dc18)
41 0x7edc5d81 in user32 (+0xb5d81) (0x0033e2c8)
42 0x7edc805b in user32 (+0xb805b) (0x0033e308)
43 0x7ed8a333 in user32 (+0x7a333) (0x0033e378)
44 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033e3d8)
45 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033e418)
46 0x7e41b7a3 in comctl32 (+0x7b7a3) (0x0033e548)
47 0x7e41f113 in comctl32 (+0x7f113) (0x0033edc8)
48 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033edf8)
49 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033ee38)
50 0x7edc6e1c in user32 (+0xb6e1c) (0x0033f308)
51 0x7edc7eac CallWindowProcA+0xcc() in user32 (0x0033f358)
52 0x5f4020f2 in mfc42 (+0x20f2) (0x0033f378)
53 0x5f401d01 in mfc42 (+0x1d01) (0x0033f394)
54 0x5f402b0e in mfc42 (+0x2b0e) (0x0033f3b4)
55 0x5f401c73 in mfc42 (+0x1c73) (0x0033f414)
56 0x5f401bfb in mfc42 (+0x1bfb) (0x0033f430)
57 0x5f401bba in mfc42 (+0x1bba) (0x0033f45c)
58 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033f48c)
59 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033f4cc)
60 0x7edc5d81 in user32 (+0xb5d81) (0x0033fb7c)
61 0x7edc805b in user32 (+0xb805b) (0x0033fbbc)
62 0x7ed8ad48 DispatchMessageW+0x98() in user32 (0x0033fbfc)
63 0x7ed58359 IsDialogMessageW+0xf9() in user32 (0x0033fd3c)
64 0x7ed8aaf5 IsDialogMessageA+0x55() in user32 (0x0033fd7c)
65 0x5f41690f in mfc42 (+0x1690f) (0x0033fdec)
66 0x5f401448 in mfc42 (+0x1448) (0x00000000)
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3>
I tried the 'insert a picture' tool on Writeoutloud.
The prog crashed with all this in the console -
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3> wine WriteOutloud\ v3.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file o
r directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INF
ORMATION
err:dc:CreateDCW no driver found for L""
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
wine: Unhandled page fault on read access to 0x00000008 at address 0x413bd5 (thr ead 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x0 0413bd5).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00413bd5 ESP:0033c950 EBP:0033c9a4 EFLAGS:00210206( - 00 - RIP1)
EAX:00000000 EBX:7ede7540 ECX:0033c8fc EDX:00020068
ESI:00000000 EDI:001cd0a8
Stack dump:
0x0033c950: 001cd0a8 00172acc 7ede7540 00000001
0x0033c960: 00000000 001685f8 ffffffff 0000101b
0x0033c970: 00000000 5f4d1c58 5f4d1c58 00000000
0x0033c980: 00000064 0033d810 001680a8 00172acc
0x0033c990: 00000000 00000000 0033c9c8 00413c5d
0x0033c9a0: 00000008 0033c9d4 004138cf 00168468
Backtrace:
=>1 0x00413bd5 in writeoutloud v3 (+0x13bd5) (0x0033c9a4)
2 0x004138cf in writeoutloud v3 (+0x138cf) (0x0033c9d4)
3 0x5f408eac in mfc42 (+0x8eac) (0x0033ca08)
4 0x7edc45a5 in user32 (+0xb45a5) (0x0033ca48)
5 0x7edc7d0a in user32 (+0xb7d0a) (0x0033ca98)
6 0x7ed516f2 DefDlgProcA+0x82() in user32 (0x0033cac8)
7 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033caf8)
8 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cb38)
9 0x7edc7e3a CallWindowProcA+0x5a() in user32 (0x0033cb88)
10 0x5f4020f2 in mfc42 (+0x20f2) (0x0033cba8)
11 0x5f401902 in mfc42 (+0x1902) (0x0033cc48)
12 0x5f401cea in mfc42 (+0x1cea) (0x0033cc68)
13 0x5f401c73 in mfc42 (+0x1c73) (0x0033ccc8)
14 0x5f401bfb in mfc42 (+0x1bfb) (0x0033cce4)
15 0x5f401bba in mfc42 (+0x1bba) (0x0033cd10)
16 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033cd40)
17 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cd80)
18 0x7edc5d81 in user32 (+0xb5d81) (0x0033d430)
19 0x7edc805b in user32 (+0xb805b) (0x0033d470)
20 0x7ed8a333 in user32 (+0x7a333) (0x0033d4e0)
21 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033d540)
22 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033d580)
23 0x7ed56db2 in user32 (+0x46db2) (0x0033d700)
24 0x7ed57df4 CreateDialogIndirectParamAorW+0x34() in user32 (0x0033d720)
25 0x7ed57f22 CreateDialogIndirectParamA+0x42() in user32 (0x0033d750)
26 0x5f40a1a1 in mfc42 (+0xa1a1) (0x0033d7b8)
27 0x5f416b53 in mfc42 (+0x16b53) (0x0033d7fc)
28 0x0040534e in writeoutloud v3 (+0x534e) (0x0033d950)
29 0x5f4023d8 in mfc42 (+0x23d8) (0x0033d960)
30 0x5f4022ae in mfc42 (+0x22ae) (0x0033d990)
31 0x5f402c25 in mfc42 (+0x2c25) (0x0033d9c0)
32 0x5f402ba2 in mfc42 (+0x2ba2) (0x0033d9f8)
33 0x5f402976 in mfc42 (+0x2976) (0x0033da48)
34 0x5f4029d7 in mfc42 (+0x29d7) (0x0033dae0)
35 0x5f401cea in mfc42 (+0x1cea) (0x0033db00)
36 0x5f401c73 in mfc42 (+0x1c73) (0x0033db60)
37 0x5f401bfb in mfc42 (+0x1bfb) (0x0033db7c)
38 0x5f401bba in mfc42 (+0x1bba) (0x0033dba8)
39 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033dbd8)
40 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033dc18)
41 0x7edc5d81 in user32 (+0xb5d81) (0x0033e2c8)
42 0x7edc805b in user32 (+0xb805b) (0x0033e308)
43 0x7ed8a333 in user32 (+0x7a333) (0x0033e378)
44 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033e3d8)
45 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033e418)
46 0x7e41b7a3 in comctl32 (+0x7b7a3) (0x0033e548)
47 0x7e41f113 in comctl32 (+0x7f113) (0x0033edc8)
48 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033edf8)
49 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033ee38)
50 0x7edc6e1c in user32 (+0xb6e1c) (0x0033f308)
51 0x7edc7eac CallWindowProcA+0xcc() in user32 (0x0033f358)
52 0x5f4020f2 in mfc42 (+0x20f2) (0x0033f378)
53 0x5f401d01 in mfc42 (+0x1d01) (0x0033f394)
54 0x5f402b0e in mfc42 (+0x2b0e) (0x0033f3b4)
55 0x5f401c73 in mfc42 (+0x1c73) (0x0033f414)
56 0x5f401bfb in mfc42 (+0x1bfb) (0x0033f430)
57 0x5f401bba in mfc42 (+0x1bba) (0x0033f45c)
58 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033f48c)
59 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033f4cc)
60 0x7edc5d81 in user32 (+0xb5d81) (0x0033fb7c)
61 0x7edc805b in user32 (+0xb805b) (0x0033fbbc)
62 0x7ed8ad48 DispatchMessageW+0x98() in user32 (0x0033fbfc)
63 0x7ed58359 IsDialogMessageW+0xf9() in user32 (0x0033fd3c)
64 0x7ed8aaf5 IsDialogMessageA+0x55() in user32 (0x0033fd7c)
65 0x5f41690f in mfc42 (+0x1690f) (0x0033fdec)
66 0x5f401448 in mfc42 (+0x1448) (0x00000000)
0x00413bd5: movl 0x8(%eax),%ecx
Modules:
Module Address Debug info Name (91 modules)
PE 350000- 37e000 Deferred dj speech access 2
PE 400000- 4e2000 Export writeoutloud v3
PE 1c60000- 1cd0000 Deferred ibmtts
PE 1cd0000- 1cf2000 Deferred ibmeci
PE 1d00000- 1d4b000 Deferred eng.uil
PE 1d50000- 1f26000 Deferred eng.syn
PE 10000000-1006b000 Deferred paigelib
PE 1ff70000-1ffaa000 Deferred ltdis90n
PE 1ffc0000-1ffdf000 Deferred ltfil90n
PE 1fff0000-2003c000 Deferred ltkrn90n
PE 5f400000-5f4f2000 Export mfc42
PE 63550000-635dc000 Deferred speech
PE 65f00000-65fc2000 Deferred ole32
PE 780a0000-780b2000 Deferred msvcirt
ELF 7b800000-7b928000 Deferred kernel32<elf>
\-PE 7b820000-7b928000 \ kernel32
ELF 7bc00000-7bca2000 Deferred ntdll<elf>
\-PE 7bc10000-7bca2000 \ ntdll
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7defd000-7df08000 Deferred libgcc_s.so.1
ELF 7e1f4000-7e208000 Deferred lz32<elf>
\-PE 7e200000-7e208000 \ lz32
ELF 7e208000-7e221000 Deferred version<elf>
\-PE 7e210000-7e221000 \ version
ELF 7e233000-7e266000 Deferred uxtheme<elf>
\-PE 7e240000-7e266000 \ uxtheme
ELF 7e266000-7e26a000 Deferred libgpg-error.so.0
ELF 7e26a000-7e2bb000 Deferred libgcrypt.so.11
ELF 7e2bb000-7e2ce000 Deferred libtasn1.so.3
ELF 7e2ce000-7e2fc000 Deferred libcrypt.so.1
ELF 7e2fc000-7e36a000 Deferred libgnutls.so.13
ELF 7e36a000-7e399000 Deferred libcups.so.2
ELF 7e399000-7e459000 Export comctl32<elf>
\-PE 7e3a0000-7e459000 \ comctl32
ELF 7e459000-7e4b1000 Deferred shlwapi<elf>
\-PE 7e470000-7e4b1000 \ shlwapi
ELF 7e4b1000-7e5c2000 Deferred shell32<elf>
\-PE 7e4c0000-7e5c2000 \ shell32
ELF 7e5c2000-7e5f8000 Deferred winspool<elf>
\-PE 7e5d0000-7e5f8000 \ winspool
ELF 7e5f8000-7e6a2000 Deferred comdlg32<elf>
\-PE 7e600000-7e6a2000 \ comdlg32
ELF 7e6ca000-7e6de000 Deferred midimap<elf>
\-PE 7e6d0000-7e6de000 \ midimap
ELF 7e6de000-7e704000 Deferred msacm32<elf>
\-PE 7e6e0000-7e704000 \ msacm32
ELF 7e704000-7e71b000 Deferred msacm32<elf>
\-PE 7e710000-7e71b000 \ msacm32
ELF 7e71b000-7e7dc000 Deferred libasound.so.2
ELF 7e7dc000-7e811000 Deferred winealsa<elf>
\-PE 7e7f0000-7e811000 \ winealsa
ELF 7e811000-7e816000 Deferred libxfixes.so.3
ELF 7e816000-7e81f000 Deferred libxcursor.so.1
ELF 7e81f000-7e825000 Deferred libxrandr.so.2
ELF 7e825000-7e82d000 Deferred libxrender.so.1
ELF 7e82d000-7e830000 Deferred libxinerama.so.1
ELF 7e830000-7e850000 Deferred imm32<elf>
\-PE 7e840000-7e850000 \ imm32
ELF 7e850000-7e855000 Deferred libxdmcp.so.6
ELF 7e855000-7e858000 Deferred libxau.so.6
ELF 7e858000-7e944000 Deferred libx11.so.6
ELF 7e944000-7e952000 Deferred libxext.so.6
ELF 7e952000-7e957000 Deferred libxxf86vm.so.1
ELF 7e957000-7e96f000 Deferred libice.so.6
ELF 7e96f000-7e978000 Deferred libsm.so.6
ELF 7e983000-7ea19000 Deferred winex11<elf>
\-PE 7e990000-7ea19000 \ winex11
ELF 7ea45000-7ea65000 Deferred libexpat.so.1
ELF 7ea65000-7ea90000 Deferred libfontconfig.so.1
ELF 7ea9b000-7eaaf000 Deferred libz.so.1
ELF 7eaaf000-7eb19000 Deferred libfreetype.so.6
ELF 7eb19000-7eb81000 Deferred msvcrt<elf>
\-PE 7eb30000-7eb81000 \ msvcrt
ELF 7eb81000-7ec12000 Deferred winmm<elf>
\-PE 7eb90000-7ec12000 \ winmm
ELF 7ec12000-7ec63000 Deferred advapi32<elf>
\-PE 7ec20000-7ec63000 \ advapi32
ELF 7ec63000-7ecfd000 Deferred gdi32<elf>
\-PE 7ec70000-7ecfd000 \ gdi32
ELF 7ecfd000-7ee41000 Export user32<elf>
\-PE 7ed10000-7ee41000 \ user32
ELF 7efa5000-7efb0000 Deferred libnss_files.so.2
ELF 7efb0000-7efba000 Deferred libnss_nis.so.2
ELF 7efba000-7efd0000 Deferred libnsl.so.1
ELF 7efd0000-7eff5000 Deferred libm.so.6
ELF 7eff7000-7f000000 Deferred libnss_compat.so.2
ELF b7ca3000-b7ca7000 Deferred libdl.so.2
ELF b7ca7000-b7dd9000 Deferred libc.so.6
ELF b7dda000-b7dec000 Deferred libpthread.so.0
ELF b7dec000-b7f22000 Deferred libwine.so.1
ELF b7f2f000-b7f46000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\DonJohnston\WriteOutloud V3\WriteOutloud v3.exe
00000009 0 <==
0000000c
00000012 0
0000000e 0
0000000d 0
0000000f
00000015 0
00000011 0
00000010 0
00000017
00000018 0
Backtrace:
=>1 0x00413bd5 in writeoutloud v3 (+0x13bd5) (0x0033c9a4)
2 0x004138cf in writeoutloud v3 (+0x138cf) (0x0033c9d4)
3 0x5f408eac in mfc42 (+0x8eac) (0x0033ca08)
4 0x7edc45a5 in user32 (+0xb45a5) (0x0033ca48)
5 0x7edc7d0a in user32 (+0xb7d0a) (0x0033ca98)
6 0x7ed516f2 DefDlgProcA+0x82() in user32 (0x0033cac8)
7 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033caf8)
8 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cb38)
9 0x7edc7e3a CallWindowProcA+0x5a() in user32 (0x0033cb88)
10 0x5f4020f2 in mfc42 (+0x20f2) (0x0033cba8)
11 0x5f401902 in mfc42 (+0x1902) (0x0033cc48)
12 0x5f401cea in mfc42 (+0x1cea) (0x0033cc68)
13 0x5f401c73 in mfc42 (+0x1c73) (0x0033ccc8)
14 0x5f401bfb in mfc42 (+0x1bfb) (0x0033cce4)
15 0x5f401bba in mfc42 (+0x1bba) (0x0033cd10)
16 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033cd40)
17 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033cd80)
18 0x7edc5d81 in user32 (+0xb5d81) (0x0033d430)
19 0x7edc805b in user32 (+0xb805b) (0x0033d470)
20 0x7ed8a333 in user32 (+0x7a333) (0x0033d4e0)
21 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033d540)
22 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033d580)
23 0x7ed56db2 in user32 (+0x46db2) (0x0033d700)
24 0x7ed57df4 CreateDialogIndirectParamAorW+0x34() in user32 (0x0033d720)
25 0x7ed57f22 CreateDialogIndirectParamA+0x42() in user32 (0x0033d750)
26 0x5f40a1a1 in mfc42 (+0xa1a1) (0x0033d7b8)
27 0x5f416b53 in mfc42 (+0x16b53) (0x0033d7fc)
28 0x0040534e in writeoutloud v3 (+0x534e) (0x0033d950)
29 0x5f4023d8 in mfc42 (+0x23d8) (0x0033d960)
30 0x5f4022ae in mfc42 (+0x22ae) (0x0033d990)
31 0x5f402c25 in mfc42 (+0x2c25) (0x0033d9c0)
32 0x5f402ba2 in mfc42 (+0x2ba2) (0x0033d9f8)
33 0x5f402976 in mfc42 (+0x2976) (0x0033da48)
34 0x5f4029d7 in mfc42 (+0x29d7) (0x0033dae0)
35 0x5f401cea in mfc42 (+0x1cea) (0x0033db00)
36 0x5f401c73 in mfc42 (+0x1c73) (0x0033db60)
37 0x5f401bfb in mfc42 (+0x1bfb) (0x0033db7c)
38 0x5f401bba in mfc42 (+0x1bba) (0x0033dba8)
39 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033dbd8)
40 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033dc18)
41 0x7edc5d81 in user32 (+0xb5d81) (0x0033e2c8)
42 0x7edc805b in user32 (+0xb805b) (0x0033e308)
43 0x7ed8a333 in user32 (+0x7a333) (0x0033e378)
44 0x7ed8e4f3 in user32 (+0x7e4f3) (0x0033e3d8)
45 0x7ed8e97a SendMessageW+0x4a() in user32 (0x0033e418)
46 0x7e41b7a3 in comctl32 (+0x7b7a3) (0x0033e548)
47 0x7e41f113 in comctl32 (+0x7f113) (0x0033edc8)
48 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033edf8)
49 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033ee38)
50 0x7edc6e1c in user32 (+0xb6e1c) (0x0033f308)
51 0x7edc7eac CallWindowProcA+0xcc() in user32 (0x0033f358)
52 0x5f4020f2 in mfc42 (+0x20f2) (0x0033f378)
53 0x5f401d01 in mfc42 (+0x1d01) (0x0033f394)
54 0x5f402b0e in mfc42 (+0x2b0e) (0x0033f3b4)
55 0x5f401c73 in mfc42 (+0x1c73) (0x0033f414)
56 0x5f401bfb in mfc42 (+0x1bfb) (0x0033f430)
57 0x5f401bba in mfc42 (+0x1bba) (0x0033f45c)
58 0x7edc288a WINPROC_wrapper+0x1a() in user32 (0x0033f48c)
59 0x7edc2f3b WINPROC_wrapper+0x6cb() in user32 (0x0033f4cc)
60 0x7edc5d81 in user32 (+0xb5d81) (0x0033fb7c)
61 0x7edc805b in user32 (+0xb805b) (0x0033fbbc)
62 0x7ed8ad48 DispatchMessageW+0x98() in user32 (0x0033fbfc)
63 0x7ed58359 IsDialogMessageW+0xf9() in user32 (0x0033fd3c)
64 0x7ed8aaf5 IsDialogMessageA+0x55() in user32 (0x0033fd7c)
65 0x5f41690f in mfc42 (+0x1690f) (0x0033fdec)
66 0x5f401448 in mfc42 (+0x1448) (0x00000000)
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3>
Problems running Writeoutloud
On Thu, Oct 23, 2008 at 3:41 PM, Graeme <[email protected]> wrote:
--
-Austin
I don't have any idea. File a bug./home/user> cd /home/user/.wine/drive_c/DonJohnston/WriteOutloud\ V3/
/home/user/.wine/drive_c/DonJohnston/WriteOutloud V3> wine WriteOutloud\ v3.exe ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
err:dc:CreateDCW no driver found for L""
--
-Austin