http://bugs.winehq.org/show_bug.cgi?id=16197
Summary: unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ Product: Wine Version: 1.1.5 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: marek@straka.info
After Installation of Coreldraw 11 I am not able to start it:
wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe wine: Call from 0x24d47cc6 to unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
Should I give more Information? (how?)
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #1 from Austin English austinenglish@gmail.com 2008-11-24 13:07:14 --- (In reply to comment #0)
After Installation of Coreldraw 11 I am not able to start it:
wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe
cd to the directory first and retry. If still present, attach terminal output.
http://bugs.winehq.org/show_bug.cgi?id=16197
Marek Straka marek@straka.info changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marek@straka.info
--- Comment #2 from Marek Straka marek@straka.info 2008-11-24 14:19:16 --- (In reply to comment #1)
(In reply to comment #0)
After Installation of Coreldraw 11 I am not able to start it:
wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe
cd to the directory first and retry. If still present, attach terminal output.
The same:
marek@debian-xfce:~/.wine/drive_c/Program Files/Corel/Corel Graphics 11/Programs $ wine CorelDrw.exe wine: Call from 0x24d47cc6 to unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #3 from Austin English austinenglish@gmail.com 2008-11-24 14:53:25 --- (In reply to comment #2)
(In reply to comment #1)
(In reply to comment #0)
After Installation of Coreldraw 11 I am not able to start it:
wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe
cd to the directory first and retry. If still present, attach terminal output.
The same:
marek@debian-xfce:~/.wine/drive_c/Program Files/Corel/Corel Graphics 11/Programs $ wine CorelDrw.exe wine: Call from 0x24d47cc6 to unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
Where is that dll? Wine doesn't provide it. You might try regsvr32'ing it, it may not have been registered on install.
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #4 from Marek Straka marek@straka.info 2008-11-24 15:01:06 --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
(In reply to comment #0)
After Installation of Coreldraw 11 I am not able to start it:
wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe
cd to the directory first and retry. If still present, attach terminal output.
The same:
marek@debian-xfce:~/.wine/drive_c/Program Files/Corel/Corel Graphics 11/Programs $ wine CorelDrw.exe wine: Call from 0x24d47cc6 to unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
Where is that dll? Wine doesn't provide it. You might try regsvr32'ing it, it may not have been registered on install.
This is one of dll's that are in directory Program Files/Corel/Corel Graphics 11/Programs
This dll is also after Corel installation in "system.reg" registered: ... [Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\D80892F7CF416D11E81900097285260A] 1227543498 "BA045A70587D5D11E89800097285260A"="C:\Program Files\Corel\Corel Graphics 11\Programs\CRLUTL110.dll" ...
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2008-11-24 15:49:29 --- This dll is not part of Wine. Try running corel with: cd ~; wine start CorelDrw.exe
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #6 from Marek Straka marek@straka.info 2008-11-24 16:36:04 --- (In reply to comment #5)
This dll is not part of Wine. Try running corel with: cd ~; wine start CorelDrw.exe
marek@debian-xfce:~$ cd ~; wine start CorelDrw.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
... another try with registered file extension:
marek@debian-xfce:~$ wine start vizitky.cdr fixme:exec:SHELL_execute flags ignored: 0x00000500 wine: Call from 0x24d47cc6 to unimplemented function CRLUTL110.dll.??0CBTree@@QAE@XZ, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: DDE failure
Can I post this DLL file? Would it help? (Is it possibe to send attachment here?)
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #7 from Marek Straka marek@straka.info 2008-11-24 16:39:32 --- Created an attachment (id=17436) --> (http://bugs.winehq.org/attachment.cgi?id=17436) unimplemented function in this dll
http://bugs.winehq.org/show_bug.cgi?id=16197
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2008-11-24 16:40:42 --- Invalid then. You have busted or improperly setup program. The CRLUTL110.dll does not come with Wine.
Try removing ~/.wine directory and reinstalling your application.
http://bugs.winehq.org/show_bug.cgi?id=16197
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2008-11-24 16:41:19 --- DO NOT EVER attach binaries that you have to legal rights to redistribute! Closing
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #10 from Marek Straka marek@straka.info 2008-11-24 17:03:52 --- (In reply to comment #8)
Invalid then. You have busted or improperly setup program. The CRLUTL110.dll does not come with Wine.
Try removing ~/.wine directory and reinstalling your application.
I installed it again and again - Typical Installation, Full Installation, Minimal Installation ...always the same "unimplemented function"
http://bugs.winehq.org/show_bug.cgi?id=16197
--- Comment #11 from Marek Straka marek@straka.info 2008-11-24 17:05:17 --- (In reply to comment #9)
DO NOT EVER attach binaries that you have to legal rights to redistribute! Closing
O.K. Then delete this Attachment.
But who is complaining about "unimplemented Function"? Corel Draw or WineHQ ?
http://bugs.winehq.org/show_bug.cgi?id=16197
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|marek@straka.info |
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2008-11-26 22:29:26 --- (In reply to comment #11)
But who is complaining about "unimplemented Function"? Corel Draw or WineHQ ?
Wine is reporting a missing import, that's not a complain.
Is there another DLL with the same name under ~/.wine ? Also try to rename that file, move it out of the way. Another thing to try is to install CorelDraw under Windows and compare the files with the Wine installation.
http://bugs.winehq.org/show_bug.cgi?id=16197
Marek Straka marek@straka.info changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marek@straka.info Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #13 from Marek Straka marek@straka.info 2008-11-27 09:32:08 --- (In reply to comment #12)
(In reply to comment #11)
But who is complaining about "unimplemented Function"? Corel Draw or WineHQ ?
Wine is reporting a missing import, that's not a complain.
Is there another DLL with the same name under ~/.wine ? Also try to rename that file, move it out of the way. Another thing to try is to install CorelDraw under Windows and compare the files with the Wine installation.
If this dll is renamed, there appears much more errors.
I have applied SP2 for Corel version 11 on my Windows partition and then copied whole directory (Program Files/Corel/Corel Graphics 11/Programs) to linux Corell Installation (with all dll's). It produce then following:
marek@debian-xfce:~$ wine /home/marek/.wine/drive_c/Program\ Files/Corel/Corel\ Graphics\ 11/Programs/CorelDrw.exe wine: Call from 0x20bccc88 to unimplemented function DrwConnectorToolCore110.dll.?InitializeConnectorToolCoreCallbacks@@YGXXZ, aborting wine: Unimplemented function DrwConnectorToolCore110.dll.?InitializeConnectorToolCoreCallbacks@@YGXXZ called at address 0x20bccc88 (thread 0009), starting debugger... Unhandled exception: unimplemented function DrwConnectorToolCore110.dll.?InitializeConnectorToolCoreCallbacks@@YGXXZ called in 32-bit code (0x7bc47a00). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc47a00 ESP:0033f410 EBP:0033f474 EFLAGS:00200206( - 00 - -IP1) EAX:212418ca EBX:7bc8b444 ECX:00197790 EDX:7bc939c8 ESI:0033f41c EDI:00000001 Stack dump: 0x0033f410: 0033f41c 00000002 7bc5df2c 80000100 0x0033f420: 00000001 00000000 20bccc88 00000002 0x0033f430: 21241c02 212418ca 7b8676fd 27550000 0x0033f440: 0033f450 00000000 0033f458 0033f46c 0x0033f450: 00190018 26cdd068 2755b7c0 7b8676b0 0x0033f460: 001977d0 0033f4c0 26cc11a4 00000000 Backtrace: =>1 0x7bc47a00 in ntdll (+0x37a00) (0x0033f474) 2 0x20bccc88 in coreldrw110 (+0x20cc88) (0x0033f4c0) 3 0x00000001 (0x210be060) 4 0x20bc7c60 in coreldrw110 (+0x207c60) (0x20e73d16) 5 0x25ff2109 (0xdcdc25ff) 6 0x00000000 (0x00000000) 0x7bc47a00: subl $4,%esp Modules: Module Address Debug info Name (177 modules) PE 400000- 411000 Deferred coreldrw PE 860000- 8cc000 Deferred iuiintl PE 10000000-10024000 Deferred fn3api PE 209c0000-2138d000 Export coreldrw110 PE 22ac0000-22ee5000 Deferred cdrcore110 PE 23830000-23ac6000 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-257a1000 Deferred crlcuiintl110 PE 257d0000-25851000 Deferred cdrtxtui110 PE 25870000-258f0000 Deferred crliui110 PE 25cb0000-25d1c000 Deferred crlcmnres110 PE 25ec0000-25f20000 Deferred crlclr110 PE 26090000-260e2000 Deferred cdrflt110 PE 26380000-263c9000 Deferred cdrfnt110 PE 26500000-26544000 Deferred drwcontourtool110 PE 266d0000-2670d000 Deferred drwenvpersptool110 PE 267c0000-267f8000 Deferred crllshape110 PE 26900000-26933000 Deferred drwdropshadowtool110 PE 26bc0000-26bec000 Deferred cdrsty110 PE 26c00000-26c2c000 Deferred drwdistortiontool110 PE 26cc0000-26ce8000 Deferred drwbezierfreehandtoolcore110 PE 26d00000-26d29000 Deferred cdrpdfui110 PE 26e00000-26e27000 Deferred crlfrmwkintl110 PE 27030000-27052000 Deferred cdrpdfintl110 PE 270c0000-270e1000 Deferred crlweb110 PE 271a0000-271c0000 Deferred symboltool110 PE 271d0000-271f0000 Deferred cdrcrv110 PE 272f0000-2730e000 Deferred crlutlintl110 PE 27320000-2733e000 Deferred drwfilltoolcore110 PE 27440000-2745b000 Deferred drwconnectortoolcore110 PE 274a0000-274ba000 Deferred drwartisticmediatoolcore110 PE 27500000-2751a000 Deferred crlinet PE 27550000-27567000 Deferred drwnodeedittoolcore110 PE 27690000-276a3000 Deferred cdrtxtintl110 PE 27860000-2786e000 Deferred crli18n110 PE 278c0000-278cd000 Deferred cdrautosense110 PE 27900000-2790d000 Deferred drwpicktoolcore110 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-279fa000 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 27b10000-27b17000 Deferred drwliveshapetoolcore110 PE 27b20000-27b27000 Deferred drwerasertoolcore110 PE 27b30000-27b37000 Deferred drwellipsetoolcore110 PE 5f400000-5f4f2000 Deferred mfc42 PE 780c0000-78121000 Deferred msvcp60 ELF 7b800000-7b93d000 Deferred kernel32<elf> -PE 7b820000-7b93d000 \ kernel32 ELF 7bc00000-7bca7000 Export ntdll<elf> -PE 7bc10000-7bca7000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> ELF 7da3a000-7daa2000 Deferred libgcrypt.so.11 ELF 7daa2000-7daa6000 Deferred libgpg-error.so.0 ELF 7daa6000-7dab6000 Deferred libtasn1.so.3 ELF 7dab6000-7dabe000 Deferred libkrb5support.so.0 ELF 7dabe000-7daf0000 Deferred libcrypt.so.1 ELF 7daf0000-7db8d000 Deferred libgnutls.so.26 ELF 7db8d000-7dbb1000 Deferred libk5crypto.so.3 ELF 7dbb1000-7dc45000 Deferred libkrb5.so.3 ELF 7dc45000-7dc6f000 Deferred libgssapi_krb5.so.2 ELF 7dc6f000-7dca5000 Deferred libcups.so.2 ELF 7dca5000-7dcb9000 Deferred midimap<elf> -PE 7dcb0000-7dcb9000 \ midimap ELF 7dcb9000-7dce1000 Deferred msacm32<elf> -PE 7dcc0000-7dce1000 \ msacm32 ELF 7dce1000-7dcf9000 Deferred msacm32<elf> -PE 7dcf0000-7dcf9000 \ msacm32 ELF 7dcf9000-7dd02000 Deferred librt.so.1 ELF 7dd02000-7ddc5000 Deferred libasound.so.2 ELF 7ddd8000-7de0e000 Deferred winealsa<elf> -PE 7dde0000-7de0e000 \ winealsa ELF 7de32000-7de64000 Deferred uxtheme<elf> -PE 7de40000-7de64000 \ uxtheme ELF 7de8c000-7de95000 Deferred libxcursor.so.1 ELF 7de95000-7de9a000 Deferred libxfixes.so.3 ELF 7de9a000-7de9d000 Deferred libxcomposite.so.1 ELF 7de9d000-7dea3000 Deferred libxrandr.so.2 ELF 7dea3000-7deac000 Deferred libxrender.so.1 ELF 7deac000-7deb1000 Deferred libxxf86vm.so.1 ELF 7deb1000-7deb4000 Deferred libxinerama.so.1 ELF 7deb4000-7deb9000 Deferred libxdmcp.so.6 ELF 7deb9000-7ded1000 Deferred libxcb.so.1 ELF 7ded1000-7ded3000 Deferred libxcb-xlib.so.0 ELF 7ded3000-7ded6000 Deferred libxau.so.6 ELF 7ded6000-7dfc5000 Deferred libx11.so.6 ELF 7dfc5000-7dfd3000 Deferred libxext.so.6 ELF 7dfd3000-7dfea000 Deferred libice.so.6 ELF 7dfea000-7dff2000 Deferred libsm.so.6 ELF 7dff2000-7dff5000 Deferred libkeyutils.so.1 ELF 7e000000-7e003000 Deferred libcom_err.so.2 ELF 7e005000-7e09f000 Deferred winex11<elf> -PE 7e010000-7e09f000 \ winex11 ELF 7e1f6000-7e21c000 Deferred libexpat.so.1 ELF 7e21c000-7e246000 Deferred libfontconfig.so.1 ELF 7e246000-7e25b000 Deferred libz.so.1 ELF 7e25b000-7e2d0000 Deferred libfreetype.so.6 ELF 7e2e3000-7e301000 Deferred msvcirt<elf> -PE 7e2f0000-7e301000 \ msvcirt ELF 7e301000-7e315000 Deferred lz32<elf> -PE 7e310000-7e315000 \ lz32 ELF 7e315000-7e32e000 Deferred version<elf> -PE 7e320000-7e32e000 \ version ELF 7e32e000-7e355000 Deferred oledlg<elf> -PE 7e330000-7e355000 \ oledlg ELF 7e355000-7e381000 Deferred ws2_32<elf> -PE 7e360000-7e381000 \ ws2_32 ELF 7e381000-7e39b000 Deferred wsock32<elf> -PE 7e390000-7e39b000 \ wsock32 ELF 7e39b000-7e3d1000 Deferred winspool<elf> -PE 7e3a0000-7e3d1000 \ winspool ELF 7e3d1000-7e47d000 Deferred comdlg32<elf> -PE 7e3e0000-7e47d000 \ comdlg32 ELF 7e47d000-7e569000 Deferred oleaut32<elf> -PE 7e490000-7e569000 \ oleaut32 ELF 7e569000-7e58b000 Deferred mpr<elf> -PE 7e570000-7e58b000 \ mpr ELF 7e58b000-7e5ab000 Deferred imm32<elf> -PE 7e590000-7e5ab000 \ imm32 ELF 7e5ab000-7e63e000 Deferred winmm<elf> -PE 7e5c0000-7e63e000 \ winmm ELF 7e63e000-7e702000 Deferred comctl32<elf> -PE 7e650000-7e702000 \ comctl32 ELF 7e702000-7e75d000 Deferred shlwapi<elf> -PE 7e710000-7e75d000 \ shlwapi ELF 7e75d000-7e876000 Deferred shell32<elf> -PE 7e770000-7e876000 \ shell32 ELF 7e876000-7e889000 Deferred libresolv.so.2 ELF 7e889000-7e8a8000 Deferred iphlpapi<elf> -PE 7e890000-7e8a8000 \ iphlpapi ELF 7e8a8000-7e90e000 Deferred rpcrt4<elf> -PE 7e8b0000-7e90e000 \ rpcrt4 ELF 7e90e000-7ea19000 Deferred ole32<elf> -PE 7e930000-7ea19000 \ ole32 ELF 7ea19000-7eb65000 Deferred user32<elf> -PE 7ea30000-7eb65000 \ user32 ELF 7eb65000-7ebb9000 Deferred advapi32<elf> -PE 7eb70000-7ebb9000 \ advapi32 ELF 7ebb9000-7ec58000 Deferred gdi32<elf> -PE 7ebd0000-7ec58000 \ gdi32 ELF 7ec58000-7ecc3000 Deferred msvcrt<elf> -PE 7ec70000-7ecc3000 \ msvcrt ELF 7efa6000-7efb1000 Deferred libnss_files.so.2 ELF 7efb1000-7efc9000 Deferred libnsl.so.1 ELF 7efc9000-7efed000 Deferred libm.so.6 ELF 7efed000-7eff7000 Deferred libnss_nis.so.2 ELF 7eff7000-7f000000 Deferred libnss_compat.so.2 ELF f7c86000-f7c8a000 Deferred libdl.so.2 ELF f7c8a000-f7ddc000 Deferred libc.so.6 ELF f7ddc000-f7df3000 Deferred libpthread.so.0 ELF f7df3000-f7f29000 Deferred libwine.so.1 ELF f7f29000-f7f3c000 Deferred olepro32<elf> -PE f7f30000-f7f3c000 \ olepro32 ELF f7f3f000-f7f5e000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files\Corel\Corel Graphics 11\Programs\CorelDrw.exe 00000009 0 <== 0000000c 00000015 0 00000013 0 00000012 0 0000000e 0 0000000d 0 0000000f 00000016 0 00000014 0 00000011 0 00000010 0 00000017 00000018 0 Backtrace: =>1 0x7bc47a00 in ntdll (+0x37a00) (0x0033f474) 2 0x20bccc88 in coreldrw110 (+0x20cc88) (0x0033f4c0) 3 0x00000001 (0x210be060) 4 0x20bc7c60 in coreldrw110 (+0x207c60) (0x20e73d16) 5 0x25ff2109 (0xdcdc25ff) 6 0x00000000 (0x00000000) wine: Call from 0x20bccc88 to unimplemented function DrwConnectorToolCore110.dll.?InitializeConnectorToolCoreCallbacks@@YGXXZ, aborting wine: Call from 0x20bccc88 to unimplemented function DrwConnectorToolCore110.dll.?InitializeConnectorToolCoreCallbacks@@YGXXZ, aborting
http://bugs.winehq.org/show_bug.cgi?id=16197
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|marek@straka.info |
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2008-11-27 10:29:41 --- You need to run the app from the directory the .exe resides in, also in future please don't paste logs and back traces, (attach them instead).
http://bugs.winehq.org/show_bug.cgi?id=16197
Marek Straka marek@straka.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #15 from Marek Straka marek@straka.info 2008-12-02 11:26:37 --- (In reply to comment #14)
You need to run the app from the directory the .exe resides in, also in future please don't paste logs and back traces, (attach them instead).
Even if I start Corel from app directory where .exe resides it gives the same result.
I do not know what to do - this Bugreport can be closed. I will write a new one if there will be higher Version of Wine. It would be nice if Coreldraw will work under wine.
http://bugs.winehq.org/show_bug.cgi?id=16197
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |ABANDONED
--- Comment #16 from Dmitry Timoshkov dmitry@codeweavers.com 2008-12-03 04:53:16 --- This is abandoned then.
http://bugs.winehq.org/show_bug.cgi?id=16197
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Dmitry Timoshkov dmitry@codeweavers.com 2008-12-03 04:53:38 --- Closing.