Discussion:
[Wine] Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
One1980
2008-02-23 13:32:45 UTC
Permalink
Hi @ All,

I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822

That meand I copied the to dll-files to home/.wine/win32
The Installation was successfull. No Errors.

Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like in the guide mentioned.

Now I have the following Problems:
- there was only one Icon created in the StartMen? under wine/programmes/CorelDraw ->> For the Duplexing Wizzard

- When I try to start CorelDraw directly from nautilus nothing happens :(
- The same with Corel Photopaint
- But otherwise some other Programms like the Duplexing Wizzard or Corel Trace is starting when I click on the coreltrace.exe file.

Does anybody know how to solve this Problem?

Many Thanks

Matt
Roland Kaeser
2008-02-23 14:04:52 UTC
Permalink
Hello

Can You try to start coreldraw on the console and send the console output of wine? It seems also, you have to define the WINEDLLOVERRIDES with wintab32 defined as native.

Roland


----- Urspr?ngliche Mail ----
Von: One1980 <wineforum-user at winehq.org>
An: wine-users at winehq.org
Gesendet: Samstag, den 23. Februar 2008, 14:32:45 Uhr
Betreff: [Wine] Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6

Hi
@
All,

I
have
installed
Corel
Draw
on
Ubuntu
7.10
with
Wine
0.9.4.6.
I
used
this
installation
guide
http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822

That
meand
I
copied
the
to
dll-files
to
home/.wine/win32
The
Installation
was
successfull.
No
Errors.

Than
configured
Wine
and
used
the
DLL
Overridingtool
to
make
"wintab32"
&
"msvcirt
and
native
like
in
the
guide
mentioned.

Now
I
have
the
following
Problems:
-
there
was
only
one
Icon
created
in
the
StartMen?
under
wine/programmes/CorelDraw
->>
For
the
Duplexing
Wizzard

-
When
I
try
to
start
CorelDraw
directly
from
nautilus
nothing
happens
:(
-
The
same
with
Corel
Photopaint
-
But
otherwise
some
other
Programms
like
the
Duplexing
Wizzard
or
Corel
Trace
is
starting
when
I
click
on
the
coreltrace.exe
file.

Does
anybody
know
how
to
solve
this
Problem?

Many
Thanks

Matt











Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20080223/9637d297/attachment.htm
One1980
2008-02-23 14:30:56 UTC
Permalink
How can I start Corel Draw from the terminal?

I'm not a newbie but not a proffessional either :)

When I switch to the place where the Programmfiles are loceted and tipe it and hit enter

desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ CorelPP.exe
bash: CorelPP.exe: command not found
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ Trace.exe
bash: Trace.exe: command not found
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$

Thank you very much
Matt
Dan Kegel
2008-02-23 14:42:26 UTC
Permalink
Post by One1980
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ CorelPP.exe
bash: CorelPP.exe: command not found
You need to type 'wine CorelPP'.
Jérôme Gardou
2008-02-23 14:37:56 UTC
Permalink
Post by One1980
How can I start Corel Draw from the terminal?
I'm not a newbie but not a proffessional either :)
When I switch to the place where the Programmfiles are loceted and tipe it and hit enter
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$
CorelPP.exe bash: CorelPP.exe: command not found
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$
Trace.exe bash: Trace.exe: command not found
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$
Thank you very much
Matt
just type "wine CorelPP.exe"

Generally, to launch a windows app, just type "wine yourapp.exe" from the
application directory.





___________________________________________________________________________
Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire.
http://fr.mail.yahoo.com
One1980
2008-02-23 14:53:38 UTC
Permalink
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ wine CorelPP
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Programme\\Corel\\Corel Graphics 11\\Programs\\corelpp110.dll") not found

What does this mean? I think I have to copy it somewhere - right? But where?
Dan Kegel
2008-02-23 15:01:18 UTC
Permalink
Post by One1980
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ wine CorelPP
err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Programme\\Corel\\Corel Graphics 11\\Programs\\corelpp110.dll") not found
What does this mean? I think I have to copy it somewhere - right? But where?
It means the app didn't properly bundle the Visual C++ 6 runtime libraries.
You can fix this with the commands

wget http://kegel.com/wine/winetricks
sh winetricks vcrun6

Let me know if that does the trick.
Sylvain Petreolle
2008-02-23 18:15:29 UTC
Permalink
----- Message d'origine ----
De : Dan Kegel <dank at kegel.com>
? : wine-users at winehq.org
Envoy? le : Samedi, 23 F?vrier 2008, 15h42mn 26s
Objet : Re: [Wine] Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Post by One1980
desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$
CorelPP.exe
Post by One1980
bash: CorelPP.exe: command not found
You need to type 'wine CorelPP'.
You should update wine too, 0.9.46 is old.

Kind regards,
Sylvain Petreolle (aka Usurp)

Support artists, not multinationals - http://Iwouldntsteal.net
Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net


Free music you can listen to everywhere : http://www.jamendo.com
Roland Kaeser
2008-02-23 18:38:28 UTC
Permalink
Hello

The Program executable is called CorelDrw.exe. You also need the original wintab32.dll file to get Corel Draw working.

use winecfg to set the windows version to XP.

Go to http://www.wacom.com/tabletpc/driver.cfm?CFID=2548946&CFTOKEN=90315257 and download the wacom drivers for the tabled pc.

Start the installation. Click on the Setup Button of the installer. Then, when the origin setup program coms on the screen, break it (CTRL+C) on the console.

Search inside the .wine/drive/windows/temp directory a subdir called similar WZSEO.TMP. Inside this You will find the wintab32.dll file. Copy it to system32 and rename it to wintab32.dll

Go to the Programs/Corel/Corel Graphics11/Programs directory and call

WINDLLOVERRIDES="wintab32=n" wine CorelDrw.exe

This should bring you Corel Draw 11 up.

Regards

Roland


----- Urspr?ngliche Mail ----
Von: One1980 <wineforum-user at winehq.org>
An: wine-users at winehq.org
Gesendet: Samstag, den 23. Februar 2008, 15:30:56 Uhr
Betreff: [Wine] Re: Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6

How
can
I
start
Corel
Draw
from
the
terminal?

I'm
not
a
newbie
but
not
a
proffessional
either
:)

When
I
switch
to
the
place
where
the
Programmfiles
are
loceted
and
tipe
it
and
hit
enter

desktop:~/.wine/drive_c/Programme/Corel/Corel
Graphics
11/Programs$
CorelPP.exe
bash:
CorelPP.exe:
command
not
found
desktop:~/.wine/drive_c/Programme/Corel/Corel
Graphics
11/Programs$
Trace.exe
bash:
Trace.exe:
command
not
found
desktop:~/.wine/drive_c/Programme/Corel/Corel
Graphics
11/Programs$

Thank
you
very
much
Matt











Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie?s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20080223/797010e6/attachment.htm
One1980
2008-03-07 12:21:32 UTC
Permalink
Corel Draw is running fine but some old files don't run :( Here is the log:

I can't see anything that helps me:


Code:

helga at helga-desktop:~$ wine /home/helga/.wine/drive_c/Programme/Corel11/Programs/CorelDrw.exe
err:x11drv:X11DRV_CreateWindow invalid window height -23
err:x11drv:X11DRV_CreateWindow invalid window height -23
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
err:listview:LISTVIEW_WindowProc unknown msg 5403 wp=000100a4 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 5403 wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 5404 wp=000100a4 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 5403 wp=000100a4 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 5404 wp=000100a4 lp=00000000
fixme:imm:ImmReleaseContext ((nil), 0x12d678): stub
fixme:storage:StgCreateDocfile Transacted mode not implemented.
wine: Unhandled page fault on read access to 0x00000000 at address 0x22b5a30e (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x22b5a30e).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:22b5a30e ESP:0033ca10 EBP:0033cb58 EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:0033ca10 ECX:0000000d EDX:b7eeb1e0
ESI:01a68258 EDI:0000000d
Stack dump:
0x0033ca10: 006d0045 00650062 00640064 006e0069
0x0033ca20: 00200067 00310031 22b50000 01a5c1e8
0x0033ca30: 01a685b0 00202ea0 65626d45 6e696464
0x0033ca40: 31312067 01a5f600 0033cb3c 27003f6e
0x0033ca50: 01a3ea26 01a5f670 00000000 fffffffb
0x0033ca60: 01a5f670 0033ccb8 00000005 00000ef5
Backtrace:
=>1 0x22b5a30e in cdrcore110 (+0x9a30e) (0x0033cb58)
2 0x22bef888 in cdrcore110 (+0x12f888) (0x0033ccb8)
3 0x22babbf8 in cdrcore110 (+0xebbf8) (0x00000001)
4 0x00000000 (0x00000000)
0x22b5a30e: movl 0x0(%eax),%ecx
Modules:
Module Address Debug info Name (227 modules)
PE 340000- 364000 Deferred fn3api
PE 400000- 411000 Deferred coreldrw
PE a60000- acd000 Deferred iuiintl
PE ad0000- b18000 Deferred kodakcms
PE 1180000- 1191000 Deferred threeptcurvetool110
PE 18d0000- 18d4000 Deferred iecdrintl110
PE 4470000- 4501000 Deferred dao350
PE 10000000-10020000 Deferred cdrcrv110
PE 209c0000-2138c000 Deferred coreldrw110
PE 214e0000-21d3a000 Deferred drawintl
PE 22ac0000-22ee5000 Export cdrcore110
PE 23830000-23acb000 Deferred cdrprnintl110
PE 23af0000-23ced000 Deferred cdrprn110
PE 23d50000-23f23000 Deferred cdrtra110
PE 24150000-242af000 Deferred cdrrip110
PE 244d0000-24619000 Deferred drwbasetoolcore110
PE 24680000-247c3000 Deferred cdrtxt110
PE 24ab0000-24bb4000 Deferred crlfrmwk110
PE 24d30000-24e04000 Deferred crlfom110
PE 24f60000-25025000 Deferred crlcui110
PE 25120000-251c7000 Deferred drwextrudetool110
PE 25200000-252a5000 Deferred crlctl110
PE 252e0000-25388000 Deferred crlutl110
PE 25510000-25595000 Deferred crlfomui110
PE 25720000-257a2000 Deferred crlcuiintl110
PE 257d0000-25851000 Deferred cdrtxtui110
PE 25870000-258f0000 Deferred crliui110
PE 25920000-2599e000 Deferred crlfx110
PE 25cb0000-25d1c000 Deferred crlcmnres110
PE 25dd0000-25e32000 Deferred drwfilltool110
PE 25ec0000-25f20000 Deferred crlclr110
PE 25fb0000-26005000 Deferred drwblendtool110
PE 26090000-260e2000 Deferred cdrflt110
PE 26380000-263c9000 Deferred cdrfnt110
PE 26500000-26544000 Deferred drwcontourtool110
PE 265c0000-26602000 Deferred drwartisticmediatool110
PE 266d0000-2670d000 Deferred drwenvpersptool110
PE 26770000-267a9000 Deferred drwtransparencytool110
PE 267c0000-267f8000 Deferred crllshape110
PE 26900000-26933000 Deferred drwdropshadowtool110
PE 26950000-26984000 Deferred drwzoompantool110
PE 26a40000-26a72000 Deferred drwdimensiontool110
PE 26b00000-26b30000 Deferred crlfxcontrols110
PE 26bc0000-26bec000 Deferred cdrsty110
PE 26c00000-26c2c000 Deferred drwdistortiontool110
PE 26c40000-26c6a000 Deferred drwerasertool110
PE 26cc0000-26ce8000 Deferred drwbezierfreehandtoolcore110
PE 26d00000-26d28000 Deferred cdrpdfui110
PE 26d80000-26da7000 Deferred drwpicktool110
PE 26e00000-26e28000 Deferred crlfrmwkintl110
PE 26e40000-26e68000 Deferred crlfxintl
PE 26e80000-26ea6000 Deferred drwliveshapetool110
PE 26fa0000-26fc4000 Deferred drwpolygontool110
PE 27000000-27022000 Deferred cdrcpr110
PE 27030000-27052000 Deferred cdrpdfintl110
PE 27060000-27081000 Deferred drwrectangletool110
PE 270c0000-270e1000 Deferred crlweb110
PE 27150000-27171000 Deferred smudgetool110
PE 271a0000-271c0000 Deferred symboltool110
PE 27230000-2724f000 Deferred drwroughentool110
PE 27290000-272af000 Deferred drwmeshfilltool110
PE 272c0000-272de000 Deferred drwellipsetool110
PE 272f0000-2730f000 Deferred crlutlintl110
PE 27320000-2733e000 Deferred drwfilltoolcore110
PE 27380000-2739d000 Deferred drwspiraltool110
PE 273b0000-273cc000 Deferred drweyedroppertool110
PE 27410000-2742c000 Deferred drwoutlinetool110
PE 27440000-2745b000 Deferred drwconnectortool110
PE 27470000-2748a000 Deferred drwnodeedittool110
PE 274a0000-274ba000 Deferred drwartisticmediatoolcore110
PE 274d0000-274ea000 Deferred threeptellipsetool110
PE 27500000-2751a000 Deferred crlinet
PE 27530000-27547000 Deferred drwblendtoolcore110
PE 27550000-27567000 Deferred drwnodeedittoolcore110
PE 27590000-275a7000 Deferred drwfhtransformtool110
PE 27610000-27624000 Deferred drwgraphpapertool110
PE 27630000-27643000 Deferred drwknifetool110
PE 27670000-27683000 Deferred drwbrushtoolcore110
PE 27690000-276a4000 Deferred cdrtxtintl110
PE 276b0000-276c2000 Deferred threeptrecttool110
PE 276f0000-27701000 Deferred drwfreehandtool110
PE 27730000-27742000 Deferred pentool110
PE 27770000-27782000 Deferred cdrpdfcmp110
PE 277d0000-277e1000 Deferred polylinetool110
PE 27860000-2786e000 Deferred crli18n110
PE 278c0000-278cd000 Deferred cdrautosense110
PE 278e0000-278ec000 Deferred drwbeziertool110
PE 27900000-2790d000 Deferred drwpicktoolcore110
PE 27940000-2794c000 Deferred drwconnectortoolcore110
PE 27950000-2795c000 Deferred crlppd110
PE 27970000-2797b000 Deferred drwtexttool110
PE 27980000-2798b000 Deferred drwtransparencytoolcore110
PE 279b0000-279ba000 Deferred drwpolygontoolcore110
PE 279c0000-279ca000 Deferred drwoutlinetoolcore110
PE 279d0000-279da000 Deferred cdrfntintl110
PE 279f0000-279fb000 Deferred crlctlintl110
PE 27a00000-27a0a000 Deferred drwdimensiontoolcore110
PE 27a30000-27a39000 Deferred drwmeshfilltoolcore110
PE 27a60000-27a69000 Deferred crltwain110
PE 27a70000-27a78000 Deferred drwspiraltoolcore110
PE 27aa0000-27aa8000 Deferred drweyedroppertoolcore110
PE 27ab0000-27ab8000 Deferred drwzoompantoolcore110
PE 27ac0000-27ac8000 Deferred crlclrintl110
PE 27ad0000-27ad7000 Deferred drwknifetoolcore110
PE 27ae0000-27ae7000 Deferred drwgraphpapertoolcore110
PE 27af0000-27af7000 Deferred drwrectangletoolcore110
PE 27b00000-27b07000 Deferred polylinetoolcore110
PE 27b10000-27b17000 Deferred drwliveshapetoolcore110
PE 27b20000-27b27000 Deferred drwerasertoolcore110
PE 27b30000-27b37000 Deferred drwellipsetoolcore110
PE 27b40000-27b47000 Deferred threepttoolcore110
PE 27b80000-27b86000 Deferred componentintl
PE 27bc0000-27bc4000 Deferred crlfxcontrolsintl
PE 300c0000-300d0000 Deferred iecdr110.flt
PE 36a00000-36ac7000 Deferred wt9_1li
PE 5f400000-5f4f2000 Deferred mfc42
PE 780a0000-780b2000 Deferred msvcirt
PE 780c0000-78121000 Deferred msvcp60
ELF 7b800000-7b929000 Deferred kernel32<elf>
\-PE 7b820000-7b929000 \ kernel32
ELF 7bc00000-7bca0000 Deferred ntdll<elf>
\-PE 7bc10000-7bca0000 \ ntdll
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7bf10000-7bf13000 Deferred libnss_mdns4_minimal.so.2
ELF 7c1bf000-7c1c5000 Deferred libnss_dns.so.2
ELF 7c25a000-7c25d000 Deferred libnss_mdns4.so.2
ELF 7c8d3000-7c8fb000 Deferred msvcrt40<elf>
\-PE 7c8e0000-7c8fb000 \ msvcrt40
ELF 7ce50000-7ce68000 Deferred usp10<elf>
\-PE 7ce60000-7ce68000 \ usp10
ELF 7ce69000-7ceba000 Deferred libgcrypt.so.11
ELF 7ceba000-7ceca000 Deferred libtasn1.so.3
ELF 7ceca000-7ced2000 Deferred libkrb5support.so.0
ELF 7ced2000-7cf00000 Deferred libcrypt.so.1
ELF 7cf00000-7cf70000 Deferred libgnutls.so.13
ELF 7cf70000-7cf95000 Deferred libk5crypto.so.3
ELF 7cf95000-7d01d000 Deferred libkrb5.so.3
ELF 7d01d000-7d046000 Deferred libgssapi_krb5.so.2
ELF 7d046000-7d07b000 Deferred libcups.so.2
ELF 7d08c000-7d0a1000 Deferred midimap<elf>
\-PE 7d090000-7d0a1000 \ midimap
ELF 7d0a1000-7d0c8000 Deferred msacm32<elf>
\-PE 7d0b0000-7d0c8000 \ msacm32
ELF 7d0c8000-7d0e0000 Deferred msacm32<elf>
\-PE 7d0d0000-7d0e0000 \ msacm32
ELF 7d0e0000-7d11a000 Deferred wineoss<elf>
\-PE 7d0f0000-7d11a000 \ wineoss
ELF 7d11a000-7d14c000 Deferred uxtheme<elf>
\-PE 7d120000-7d14c000 \ uxtheme
ELF 7d4ad000-7d4b2000 Deferred libxfixes.so.3
ELF 7d4b2000-7d4bb000 Deferred libxcursor.so.1
ELF 7d4bb000-7d4c1000 Deferred libxrandr.so.2
ELF 7d4c1000-7d4c9000 Deferred libxrender.so.1
ELF 7d4c9000-7d4cd000 Deferred libgpg-error.so.0
ELF 7d4d7000-7d4da000 Deferred libcom_err.so.2
ELF 7d875000-7d877000 Deferred libnvidia-tls.so.1
ELF 7d877000-7e20f000 Deferred libglcore.so.1
ELF 7e20f000-7e2a5000 Deferred libgl.so.1
ELF 7e2a5000-7e2aa000 Deferred libxdmcp.so.6
ELF 7e2aa000-7e39b000 Deferred libx11.so.6
ELF 7e39b000-7e3a9000 Deferred libxext.so.6
ELF 7e3a9000-7e3ae000 Deferred libxxf86vm.so.1
ELF 7e3ae000-7e3c6000 Deferred libice.so.6
ELF 7e3c6000-7e3ce000 Deferred libsm.so.6
ELF 7e3ce000-7e3d0000 Deferred libkeyutils.so.1
ELF 7e3df000-7e46a000 Deferred winex11<elf>
\-PE 7e3f0000-7e46a000 \ winex11
ELF 7e4e4000-7e504000 Deferred libexpat.so.1
ELF 7e504000-7e52f000 Deferred libfontconfig.so.1
ELF 7e52f000-7e544000 Deferred libz.so.1
ELF 7e544000-7e5b4000 Deferred libfreetype.so.6
ELF 7e5b4000-7e5c8000 Deferred olepro32<elf>
\-PE 7e5c0000-7e5c8000 \ olepro32
ELF 7e5c8000-7e5dc000 Deferred lz32<elf>
\-PE 7e5d0000-7e5dc000 \ lz32
ELF 7e5dc000-7e5f6000 Deferred version<elf>
\-PE 7e5e0000-7e5f6000 \ version
ELF 7e5f6000-7e618000 Deferred oledlg<elf>
\-PE 7e600000-7e618000 \ oledlg
ELF 7e618000-7e645000 Deferred ws2_32<elf>
\-PE 7e620000-7e645000 \ ws2_32
ELF 7e645000-7e65f000 Deferred wsock32<elf>
\-PE 7e650000-7e65f000 \ wsock32
ELF 7e65f000-7e694000 Deferred winspool<elf>
\-PE 7e670000-7e694000 \ winspool
ELF 7e694000-7e735000 Deferred comdlg32<elf>
\-PE 7e6a0000-7e735000 \ comdlg32
ELF 7e735000-7e7d3000 Deferred oleaut32<elf>
\-PE 7e750000-7e7d3000 \ oleaut32
ELF 7e7d3000-7e7f3000 Deferred mpr<elf>
\-PE 7e7e0000-7e7f3000 \ mpr
ELF 7e7f3000-7e810000 Deferred imm32<elf>
\-PE 7e800000-7e810000 \ imm32
ELF 7e810000-7e89e000 Deferred winmm<elf>
\-PE 7e820000-7e89e000 \ winmm
ELF 7e89e000-7e95c000 Deferred comctl32<elf>
\-PE 7e8b0000-7e95c000 \ comctl32
ELF 7e95c000-7e9b5000 Deferred shlwapi<elf>
\-PE 7e970000-7e9b5000 \ shlwapi
ELF 7e9b5000-7eab8000 Deferred shell32<elf>
\-PE 7e9d0000-7eab8000 \ shell32
ELF 7eab8000-7eacb000 Deferred libresolv.so.2
ELF 7eacb000-7eace000 Deferred libxau.so.6
ELF 7eadc000-7eafa000 Deferred iphlpapi<elf>
\-PE 7eae0000-7eafa000 \ iphlpapi
ELF 7eafa000-7eb53000 Deferred rpcrt4<elf>
\-PE 7eb10000-7eb53000 \ rpcrt4
ELF 7eb53000-7ebf4000 Deferred ole32<elf>
\-PE 7eb60000-7ebf4000 \ ole32
ELF 7ebf4000-7ed32000 Deferred user32<elf>
\-PE 7ec10000-7ed32000 \ user32
ELF 7ed32000-7ed7b000 Deferred advapi32<elf>
\-PE 7ed40000-7ed7b000 \ advapi32
ELF 7ed7b000-7ee16000 Deferred gdi32<elf>
\-PE 7ed90000-7ee16000 \ gdi32
ELF 7ee16000-7ee7e000 Deferred msvcrt<elf>
\-PE 7ee30000-7ee7e000 \ msvcrt
ELF 7ef9d000-7efa8000 Deferred libnss_files.so.2
ELF 7efa8000-7efb2000 Deferred libnss_nis.so.2
ELF 7efb2000-7efca000 Deferred libnsl.so.1
ELF 7efca000-7efef000 Deferred libm.so.6
ELF 7eff7000-7f000000 Deferred libnss_compat.so.2
ELF b7cb7000-b7cbb000 Deferred libdl.so.2
ELF b7cbb000-b7e05000 Deferred libc.so.6
ELF b7e05000-b7e1d000 Deferred libpthread.so.0
ELF b7e2e000-b7f42000 Deferred libwine.so.1
ELF b7f44000-b7f60000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000a
0000000c 0
0000000b 0
00000008 (D) C:\Programme\Corel11\Programs\CorelDrw.exe
00000098 0
00000097 0
00000096 0
00000095 0
00000094 0
00000093 0
00000092 0
00000091 0
00000090 0
0000008f 0
0000008e 0
0000008d 0
0000008c 0
0000008b 0
0000008a 0
00000089 0
00000088 0
00000087 0
00000086 0
00000085 0
00000084 0
00000083 0
00000082 0
00000081 0
00000080 0
0000007f 0
0000007e 0
0000007d 0
0000007c 0
0000007b 0
0000007a 0
00000079 0
00000078 0
00000077 0
00000076 0
00000075 0
00000074 0
00000073 0
00000072 0
00000071 0
00000070 0
0000006f 0
0000006e 0
0000006d 0
0000006c 0
0000006b 0
0000006a 0
00000069 0
00000068 0
00000067 0
00000066 0
00000065 0
00000064 0
00000063 0
00000062 0
00000061 0
00000060 0
0000005f 0
0000005e 0
0000005d 0
0000005c 0
0000005b 0
0000005a 0
00000059 0
00000058 0
00000057 0
00000056 0
00000055 0
00000054 0
00000053 0
00000052 0
00000051 0
00000050 0
0000004f 0
0000004e 0
0000004d 0
0000004c 0
0000004b 0
0000004a 0
00000049 0
00000048 0
00000047 0
00000046 0
00000045 0
00000044 0
00000043 0
00000042 0
00000041 0
00000040 0
0000003f 0
0000003e 0
0000003d 0
0000003c 0
0000003b 0
0000003a 0
00000039 0
00000038 0
00000037 0
00000036 0
00000035 0
00000034 0
00000033 0
00000032 0
00000031 0
00000030 0
0000002f 0
0000002e 0
0000002d 0
0000002c 0
0000002b 0
0000002a 0
00000029 0
00000028 0
00000027 0
00000026 0
00000025 0
00000024 0
00000023 0
00000022 0
00000021 0
00000020 0
0000001f 0
0000001e 0
0000001d 0
0000001c 0
0000001b 0
0000001a 0
00000019 0
00000018 0
00000017 0
00000016 0
00000015 0
00000014 0
00000013 0
00000012 0
00000011 0
00000010 0
0000000f 0
0000000e 0
0000000d 0
00000009 0 <==

Loading...