WineHQ
WineHQ Forums
help running a program for work

 
Post new topic   Reply to topic    WineHQ Forums Forum Index -> Wine Users
View previous topic :: View next topic  
Author Message
gamblor01



Joined: 28 Apr 2009
Posts: 25

PostPosted: Mon Nov 02, 2009 3:48 pm    Post subject: help running a program for work Reply with quote

Hi everyone,

I know this program is not supported under wine, but I have been running it under a Windows VM and for various reasons, it is getting very annoying. If I could run this program under wine, it would help me immensely. Basically, it's a Rexx program that appears to requires Windows (requires winsystm.cls) so I have to use Rexx running under wine. ooRexx appeared to install just fine under when, but when I try to launch my program, I get this error message.

Code:

err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x7
err:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd
wine: Unhandled page fault on read access to 0x00000058 at address 0x7c3428ed (thread 000c), starting debugger...
bmayes@bdmlin:~/.wine/drive_c/CCWin/Distribution$ fixme:exec:SHELL_execute flags ignored: 0x00000100



Just curious if anyone knows off the top of their head what that error message means. If it is something obvious, or someone has any ideas, I would love to know. Thanks!
Back to top
View user's profile Send private message
jeffz



Joined: 13 Mar 2008
Posts: 279

PostPosted: Mon Nov 02, 2009 3:59 pm    Post subject: Reply with quote

http://wiki.winehq.org/Backtraces
Back to top
View user's profile Send private message
Martin Gregorie
Guest





PostPosted: Mon Nov 02, 2009 4:08 pm    Post subject: help running a program for work Reply with quote

On Mon, 2009-11-02 at 15:48 -0600, gamblor01 wrote:
Quote:
I know this program is not supported under wine, but I have been
running it under a Windows VM and for various reasons, it is getting
very annoying. If I could run this program under wine, it would help
me immensely. Basically, it's a Rexx program that appears to requires
Windows (requires winsystm.cls) so I have to use Rexx running under
wine.

Does the actual Rexx program require Windows features or is it just that
you're using a Rexx interpreter for Windows?

If its just because you're using a Windows interpreter, have you tried
running the Rexx program under a Linux interpreter: there are several
available, see:

http://en.wikipedia.org/wiki/REXX#Classic_interpreters


Martin
Back to top
vitamin



Joined: 23 Feb 2008
Posts: 3945

PostPosted: Mon Nov 02, 2009 9:49 pm    Post subject: Re: help running a program for work Reply with quote

gamblor01 wrote:
wine: Unhandled page fault on read access to 0x00000058 at address 0x7c3428ed (thread 000c), starting debugger...

Need the rest.
Back to top
View user's profile Send private message
qwertymn



Joined: 27 Mar 2008
Posts: 162
Location: Lampegat (Eindhoven de gekste!)

PostPosted: Tue Nov 03, 2009 9:44 am    Post subject: Reply with quote

Quote:
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered


Looks like you need to install MS Speech dlls. Try install it from http://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530&DisplayLang=en

good luck
Back to top
View user's profile Send private message
gamblor01



Joined: 28 Apr 2009
Posts: 25

PostPosted: Tue Nov 03, 2009 2:27 pm    Post subject: Reply with quote

jeffz wrote:
http://wiki.winehq.org/Backtraces

Thanks jeffz, but the program crashes much too quickly. I don't think I am going to have a chance to launch the program and then type all of those commands into winedbg before it crashes. It's only about a second or two. It launches the program and tries to connect to the master server for updates, and then crashes.

Martin Gregorie wrote:
Does the actual Rexx program require Windows features or is it just that
you're using a Rexx interpreter for Windows?


Not sure. I already installed ooRexx for Linux and tried running the rexx file natively. This is where I encountered the error about it needing winsystm.cls:

Code:

bmayes@bdmlin:~/.wine/drive_c/CCWin/Distribution$ rexx ccmdist
    11 *-* ::requires "winsystm.cls"
   151 *-* ::requires "ccmreg.cls"
REX0043E: Error 43 running /home/bmayes/.wine/drive_c/CCWin/Distribution/ccmreg.cls line 11:  Routine not found
REX0418E: Error 43.901:  Could not find routine "winsystm.cls" for ::REQUIRES



vitamin wrote:
Need the rest.

Uhh...there is no other output. Maybe you're looking for the backtrace output? Again though, I don't think I can be fast enough to generate that output...unless there is some other method I am not aware of.


qwertymn wrote:
Looks like you need to install MS Speech dlls.

I googled that same error message and came to that conclusion as well, but this program doesn't use any speech stuff (to my knowledge). I guess I will give it a shot and see if it works though...

Thanks everyone. I'll have an update later.
Back to top
View user's profile Send private message
gamblor01



Joined: 28 Apr 2009
Posts: 25

PostPosted: Tue Nov 03, 2009 3:10 pm    Post subject: Reply with quote

Hmm...installing the MS Speech DLLs didn't seem to do much. However, I did find this debug info when I tried to launch one of the .exe files. It looks like this is the .exe file that eventually gets launched when rexx is done:

Code:

bmayes@bdmlin:~/.wine/drive_c/CCWin/CallCenter$ wine callcntr.exe
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x7
err:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd
wine: Unhandled page fault on read access to 0x00000058 at address 0x7c3428ed (thread 002b), starting debugger...
Unhandled exception: page fault on read access to 0x00000058 in 32-bit code (0x7c3428ed).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:7c3428ed ESP:0032bf54 EBP:00000000 EFLAGS:00210202(  R- --  I   - - - )
 EAX:00000058 EBX:0032d7ac ECX:00343a98 EDX:7ee32a2a
 ESI:00000058 EDI:00000058
Stack dump:
0x0032bf54:  00000000 0032d7ac 000d0034 00333faf
0x0032bf64:  00000058 00343a98 000d0034 0000004e
0x0032bf74:  0032c6b4 7ee16ff4 00000001 00000000
0x0032bf84:  00000001 0032c8dc 7de223b6 b7c90688
0x0032bf94:  00000000 00000000 40500000 00000000
0x0032bfa4:  00000008 00000004 00000000 00000001
Backtrace:
=>0 0x7c3428ed in msvcr71 (+0x28ed) (0x00000000)
0x7c3428ed: movb   0x0(%edi),%al
Modules:
Module   Address         Debug info   Name (137 modules)
PE     330000-  350000   Deferred        ccmain
PE     390000-  3b2000   Deferred        ccactrep
PE     3c0000-  3d4000   Deferred        ccbmp
PE     3e0000-  3e6000   Deferred        ccv
PE     3f0000-  3f5000   Deferred        ccsdk
PE     400000-  406000   Deferred        callcntr
PE     630000-  6b0000   Deferred        cccmn
PE     6b0000-  6c2000   Deferred        ccutils
PE     6d0000-  726000   Deferred        ccgui
PE     730000-  738000   Deferred        cchelp
PE     740000-  749000   Deferred        ccuni
PE     750000-  769000   Deferred        ccew
PE     770000-  77a000   Deferred        cchapi
PE     780000-  bb7000   Deferred        ccsdi
PE     bc0000-  bc9000   Deferred        cctrace
PE     bd0000-  bd8000   Deferred        ccedit
PE     be0000-  c35000   Deferred        ccapar
PE     c40000-  c4a000   Deferred        cclogon
PE     c50000-  c86000   Deferred        ccentccms
PE     c90000-  cbf000   Deferred        ccentiee
PE     cc0000-  dbf000   Deferred        ccpmn
PE     dc0000-  dc6000   Deferred        ccent
PE     dd0000-  df7000   Deferred        ccpmrc
PE     e00000-  e20000   Deferred        ccptf
PE     e20000-  e68000   Deferred        ccqueue
PE     e70000-  e88000   Deferred        ccset
PE     e90000-  ee9000   Deferred        ccquery
PE     ef0000-  faa000   Deferred        ccpm
PE   10000000-10006000   Deferred        ccrun
PE   61e80000-61e90000   Deferred        snanls
PE   63000000-63007000   Deferred        trnsdt
ELF   7b800000-7b972000   Deferred        kernel32<elf>
  \-PE   7b820000-7b972000   \               kernel32
ELF   7bc00000-7bcb3000   Deferred        ntdll<elf>
  \-PE   7bc10000-7bcb3000   \               ntdll
ELF   7bf00000-7bf04000   Deferred        <wine-loader>
PE   7c340000-7c396000   Export          msvcr71
ELF   7d388000-7d46d000   Deferred        oleaut32<elf>
  \-PE   7d3a0000-7d46d000   \               oleaut32
ELF   7d46d000-7d4c7000   Deferred        riched20<elf>
  \-PE   7d480000-7d4c7000   \               riched20
ELF   7d4c7000-7d4ed000   Deferred        msacm32<elf>
  \-PE   7d4d0000-7d4ed000   \               msacm32
ELF   7d58e000-7d5a3000   Deferred        midimap<elf>
  \-PE   7d590000-7d5a3000   \               midimap
ELF   7d5a3000-7d5bc000   Deferred        msacm32<elf>
  \-PE   7d5b0000-7d5bc000   \               msacm32
ELF   7ddbd000-7ddc3000   Deferred        libattr.so.1
ELF   7ddc3000-7ddca000   Deferred        libgdbm.so.3
ELF   7ddca000-7de29000   Deferred        libpulse.so.0
ELF   7de39000-7de42000   Deferred        librt.so.1
ELF   7de42000-7df0a000   Deferred        libasound.so.2
ELF   7df0a000-7df42000   Deferred        winealsa<elf>
  \-PE   7df10000-7df42000   \               winealsa
ELF   7df42000-7df46000   Deferred        libgpg-error.so.0
ELF   7df46000-7dfaf000   Deferred        libgcrypt.so.11
ELF   7dfaf000-7dfc1000   Deferred        libtasn1.so.3
ELF   7dfc1000-7dfc5000   Deferred        libkeyutils.so.1
ELF   7dfc5000-7dfce000   Deferred        libkrb5support.so.0
ELF   7dfce000-7dff2000   Deferred        libk5crypto.so.3
ELF   7dff2000-7e084000   Deferred        libkrb5.so.3
ELF   7e084000-7e121000   Deferred        libgnutls.so.26
ELF   7e121000-7e14c000   Deferred        libgssapi_krb5.so.2
ELF   7e14c000-7e183000   Deferred        libcups.so.2
ELF   7e183000-7e20a000   Deferred        winmm<elf>
  \-PE   7e190000-7e20a000   \               winmm
ELF   7e20a000-7e220000   Deferred        psapi<elf>
  \-PE   7e210000-7e220000   \               psapi
ELF   7e220000-7e24a000   Deferred        ws2_32<elf>
  \-PE   7e230000-7e24a000   \               ws2_32
ELF   7e24a000-7e27e000   Deferred        winspool<elf>
  \-PE   7e250000-7e27e000   \               winspool
ELF   7e27e000-7e331000   Deferred        comdlg32<elf>
  \-PE   7e290000-7e331000   \               comdlg32
ELF   7e331000-7e347000   Deferred        libresolv.so.2
ELF   7e347000-7e34e000   Deferred        libnss_dns.so.2
ELF   7e34e000-7e351000   Deferred        libnss_mdns4_minimal.so.2
ELF   7e355000-7e35a000   Deferred        libcap.so.2
ELF   7e35a000-7e361000   Deferred        libasound_module_pcm_pulse.so
ELF   7e385000-7e3f3000   Deferred        rpcrt4<elf>
  \-PE   7e390000-7e3f3000   \               rpcrt4
ELF   7e3f3000-7e4ef000   Deferred        ole32<elf>
  \-PE   7e410000-7e4ef000   \               ole32
ELF   7e519000-7e54c000   Deferred        uxtheme<elf>
  \-PE   7e520000-7e54c000   \               uxtheme
ELF   7e54c000-7e555000   Deferred        libxcursor.so.1
ELF   7e555000-7e55a000   Deferred        libxfixes.so.3
ELF   7e55a000-7e55e000   Deferred        libxcomposite.so.1
ELF   7e55e000-7e566000   Deferred        libxrandr.so.2
ELF   7e566000-7e570000   Deferred        libxrender.so.1
ELF   7e570000-7e576000   Deferred        libxxf86vm.so.1
ELF   7e576000-7e579000   Deferred        libxinerama.so.1
ELF   7e579000-7e59a000   Deferred        imm32<elf>
  \-PE   7e580000-7e59a000   \               imm32
ELF   7e59a000-7e59f000   Deferred        libxdmcp.so.6
ELF   7e59f000-7e5b9000   Deferred        libxcb.so.1
ELF   7e5b9000-7e5bd000   Deferred        libxau.so.6
ELF   7e5bd000-7e5c2000   Deferred        libuuid.so.1
ELF   7e5c2000-7e6b1000   Deferred        libx11.so.6
ELF   7e6b1000-7e6c1000   Deferred        libxext.so.6
ELF   7e6c1000-7e6d9000   Deferred        libice.so.6
ELF   7e6d9000-7e6e2000   Deferred        libsm.so.6
ELF   7e6ec000-7e6f0000   Deferred        libcom_err.so.2
ELF   7e6f2000-7e791000   Deferred        winex11<elf>
  \-PE   7e700000-7e791000   \               winex11
ELF   7e7f5000-7e81c000   Deferred        libexpat.so.1
ELF   7e81c000-7e849000   Deferred        libfontconfig.so.1
ELF   7e849000-7e8c0000   Deferred        libfreetype.so.6
ELF   7e8c0000-7e8d5000   Deferred        system.drv16.so
PE   7e8d0000-7e8d5000   Deferred        system.drv16
ELF   7e8d5000-7e99f000   Deferred        comctl32<elf>
  \-PE   7e8e0000-7e99f000   \               comctl32
ELF   7e99f000-7eb2f000   Deferred        shell32<elf>
  \-PE   7e9b0000-7eb2f000   \               shell32
ELF   7eb2f000-7eb8c000   Deferred        shlwapi<elf>
  \-PE   7eb40000-7eb8c000   \               shlwapi
ELF   7eb8c000-7ebaf000   Deferred        mpr<elf>
  \-PE   7eb90000-7ebaf000   \               mpr
ELF   7ebaf000-7ebc5000   Deferred        libz.so.1
ELF   7ebd5000-7ec2c000   Deferred        wininet<elf>
  \-PE   7ebe0000-7ec2c000   \               wininet
ELF   7ec2c000-7ec84000   Deferred        advapi32<elf>
  \-PE   7ec40000-7ec84000   \               advapi32
ELF   7ec84000-7ed24000   Deferred        gdi32<elf>
  \-PE   7ec90000-7ed24000   \               gdi32
ELF   7ed24000-7ee70000   Deferred        user32<elf>
  \-PE   7ed40000-7ee70000   \               user32
ELF   7ef9a000-7efa6000   Deferred        libnss_files.so.2
ELF   7efa6000-7efb1000   Deferred        libnss_nis.so.2
ELF   7efb1000-7efca000   Deferred        libnsl.so.1
ELF   7efca000-7eff0000   Deferred        libm.so.6
ELF   7eff7000-7f000000   Deferred        libnss_compat.so.2
ELF   b7c91000-b7c95000   Deferred        libdl.so.2
ELF   b7c95000-b7df8000   Deferred        libc.so.6
ELF   b7df9000-b7e12000   Deferred        libpthread.so.0
ELF   b7e22000-b7f5e000   Deferred        libwine.so.1
ELF   b7f60000-b7f7e000   Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e
   00000014    0
   00000010    0
   0000000f    0
00000011
   00000018    0
   00000017    0
   00000013    0
   00000012    0
00000019
   0000001a    0
0000001e
   00000024    0
   00000023    1
   0000001f    0
00000020
   00000021    0
00000043
   00000042    0
0000001d (D) C:\CCWin\CallCenter\callcntr.exe
   00000047    0
   00000009    0
   0000002b    0 <==
Backtrace:
=>0 0x7c3428ed in msvcr71 (+0x28ed) (0x00000000)


I found the msvcr71.dll file in several places (in windows/system32 as well as several directories inside of CCwin). Not sure what is wrong with it.
Back to top
View user's profile Send private message
qwertymn



Joined: 27 Mar 2008
Posts: 162
Location: Lampegat (Eindhoven de gekste!)

PostPosted: Tue Nov 03, 2009 4:48 pm    Post subject: Reply with quote

the dll seems to not have been correctly registered.

Could you try copy over sapi.dll from a windows partition to ~/.wine/drive_c/windows/system32, and then do 'regsvr32 sapi.dll'

does that change anything?
Back to top
View user's profile Send private message
Martin Gregorie
Guest





PostPosted: Tue Nov 03, 2009 6:09 pm    Post subject: help running a program for work Reply with quote

On Tue, 2009-11-03 at 14:27 -0600, gamblor01 wrote:
Quote:
Not sure. I already installed ooRexx for Linux and tried running the
rexx file natively. This is where I encountered the error about it
needing winsystm.cls:

The Wikipedia article mentioned that ooRexx uses WSH but didn't say
anything about its portability. It may be worth trying REXX/imc or
Regina, which are mentioned as the two most widely used Open Source
implementations.


Martin
Back to top
gamblor01



Joined: 28 Apr 2009
Posts: 25

PostPosted: Wed Nov 04, 2009 9:57 pm    Post subject: Reply with quote

Thanks for the help so far. Bummer...neither one of those suggestions worked. I tried Regina but it failed to even parse the rex file. It looks like it complained about the use of tilde in the file:

Code:

$ regina ccmdist
Error 64 running "/home/bmayes/.wine/drive_c/CCWin/Distribution/ccmdist.rex": [Syntax error while parsing]
Error 64.1: [Syntax error at line 100]



I was also unable to get it to run under wine after copying over and registering the sapi.dll file:

Code:

$ wine callcntr.exe
err:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd
wine: Unhandled page fault on read access to 0x00000058 at address 0x7c3428ed (thread 000b), starting debugger...
Unhandled exception: page fault on read access to 0x00000058 in 32-bit code (0x7c3428ed).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:7c3428ed ESP:0032bf54 EBP:00000000 EFLAGS:00210202(  R- --  I   - - - )
 EAX:00000058 EBX:0032d7ac ECX:00343a98 EDX:7ee32a2a
 ESI:00000058 EDI:00000058
Stack dump:
0x0032bf54:  00000000 0032d7ac 00080044 00333faf
0x0032bf64:  00000058 00343a98 00080044 0000004e
0x0032bf74:  0032c6b4 7ee16ff4 00000001 00000000
0x0032bf84:  00000001 0032c8dc 7de223b6 b7d10688
0x0032bf94:  00000000 00000000 40500000 00000000
0x0032bfa4:  00000008 00000004 00000000 00000001
Backtrace:
=>0 0x7c3428ed in msvcr71 (+0x28ed) (0x00000000)
0x7c3428ed: movb   0x0(%edi),%al
Modules:
Module   Address         Debug info   Name (146 modules)
PE     330000-  350000   Deferred        ccmain
PE     390000-  3b2000   Deferred        ccactrep
PE     3c0000-  3d4000   Deferred        ccbmp
PE     3e0000-  3e6000   Deferred        ccv
PE     3f0000-  3f5000   Deferred        ccsdk
PE     400000-  406000   Deferred        callcntr
PE     630000-  6b0000   Deferred        cccmn
PE     6b0000-  6c2000   Deferred        ccutils
PE     6d0000-  726000   Deferred        ccgui
PE     730000-  738000   Deferred        cchelp
PE     740000-  749000   Deferred        ccuni
PE     750000-  769000   Deferred        ccew
PE     770000-  77a000   Deferred        cchapi
PE     780000-  bb7000   Deferred        ccsdi
PE     bc0000-  bc9000   Deferred        cctrace
PE     bd0000-  bd8000   Deferred        ccedit
PE     be0000-  c35000   Deferred        ccapar
PE     c40000-  c4a000   Deferred        cclogon
PE     c50000-  c86000   Deferred        ccentccms
PE     c90000-  cbf000   Deferred        ccentiee
PE     cc0000-  dbf000   Deferred        ccpmn
PE     dc0000-  dc6000   Deferred        ccent
PE     dd0000-  df7000   Deferred        ccpmrc
PE     e00000-  e20000   Deferred        ccptf
PE     e20000-  e68000   Deferred        ccqueue
PE     e70000-  e88000   Deferred        ccset
PE     e90000-  ee9000   Deferred        ccquery
PE     ef0000-  faa000   Deferred        ccpm
PE   10000000-10006000   Deferred        ccrun
PE   61e80000-61e90000   Deferred        snanls
PE   63000000-63007000   Deferred        trnsdt
PE   63bf0000-63ca9000   Deferred        sapi
ELF   7b800000-7b972000   Deferred        kernel32<elf>
  \-PE   7b820000-7b972000   \               kernel32
ELF   7bc00000-7bcb3000   Deferred        ntdll<elf>
  \-PE   7bc10000-7bcb3000   \               ntdll
ELF   7bf00000-7bf04000   Deferred        <wine-loader>
PE   7c340000-7c396000   Export          msvcr71
ELF   7d3a1000-7d3fb000   Deferred        riched20<elf>
  \-PE   7d3b0000-7d3fb000   \               riched20
ELF   7d3fb000-7d40f000   Deferred        lz32<elf>
  \-PE   7d400000-7d40f000   \               lz32
ELF   7d40f000-7d429000   Deferred        version<elf>
  \-PE   7d410000-7d429000   \               version
ELF   7d429000-7d43d000   Deferred        shfolder<elf>
  \-PE   7d430000-7d43d000   \               shfolder
ELF   7d43d000-7d483000   Deferred        urlmon<elf>
  \-PE   7d440000-7d483000   \               urlmon
ELF   7d483000-7d568000   Deferred        oleaut32<elf>
  \-PE   7d4a0000-7d568000   \               oleaut32
ELF   7d568000-7d57d000   Deferred        midimap<elf>
  \-PE   7d570000-7d57d000   \               midimap
ELF   7d57d000-7d5a3000   Deferred        msacm32<elf>
  \-PE   7d580000-7d5a3000   \               msacm32
ELF   7d5a3000-7d5bc000   Deferred        msacm32<elf>
  \-PE   7d5b0000-7d5bc000   \               msacm32
ELF   7ddbd000-7ddc3000   Deferred        libattr.so.1
ELF   7ddc3000-7ddca000   Deferred        libgdbm.so.3
ELF   7ddca000-7de29000   Deferred        libpulse.so.0
ELF   7de39000-7de42000   Deferred        librt.so.1
ELF   7de42000-7df0a000   Deferred        libasound.so.2
ELF   7df0a000-7df42000   Deferred        winealsa<elf>
  \-PE   7df10000-7df42000   \               winealsa
ELF   7df42000-7df46000   Deferred        libgpg-error.so.0
ELF   7df46000-7dfaf000   Deferred        libgcrypt.so.11
ELF   7dfaf000-7dfc1000   Deferred        libtasn1.so.3
ELF   7dfc1000-7dfc5000   Deferred        libkeyutils.so.1
ELF   7dfc5000-7dfce000   Deferred        libkrb5support.so.0
ELF   7dfce000-7dff2000   Deferred        libk5crypto.so.3
ELF   7dff2000-7e084000   Deferred        libkrb5.so.3
ELF   7e084000-7e121000   Deferred        libgnutls.so.26
ELF   7e121000-7e14c000   Deferred        libgssapi_krb5.so.2
ELF   7e14c000-7e183000   Deferred        libcups.so.2
ELF   7e183000-7e20a000   Deferred        winmm<elf>
  \-PE   7e190000-7e20a000   \               winmm
ELF   7e20a000-7e220000   Deferred        psapi<elf>
  \-PE   7e210000-7e220000   \               psapi
ELF   7e220000-7e24a000   Deferred        ws2_32<elf>
  \-PE   7e230000-7e24a000   \               ws2_32
ELF   7e24a000-7e27e000   Deferred        winspool<elf>
  \-PE   7e250000-7e27e000   \               winspool
ELF   7e27e000-7e331000   Deferred        comdlg32<elf>
  \-PE   7e290000-7e331000   \               comdlg32
ELF   7e331000-7e347000   Deferred        libresolv.so.2
ELF   7e347000-7e34e000   Deferred        libnss_dns.so.2
ELF   7e34e000-7e351000   Deferred        libnss_mdns4_minimal.so.2
ELF   7e355000-7e35a000   Deferred        libcap.so.2
ELF   7e35a000-7e361000   Deferred        libasound_module_pcm_pulse.so
ELF   7e385000-7e3f3000   Deferred        rpcrt4<elf>
  \-PE   7e390000-7e3f3000   \               rpcrt4
ELF   7e3f3000-7e4ef000   Deferred        ole32<elf>
  \-PE   7e410000-7e4ef000   \               ole32
ELF   7e519000-7e54c000   Deferred        uxtheme<elf>
  \-PE   7e520000-7e54c000   \               uxtheme
ELF   7e54c000-7e555000   Deferred        libxcursor.so.1
ELF   7e555000-7e55a000   Deferred        libxfixes.so.3
ELF   7e55a000-7e55e000   Deferred        libxcomposite.so.1
ELF   7e55e000-7e566000   Deferred        libxrandr.so.2
ELF   7e566000-7e570000   Deferred        libxrender.so.1
ELF   7e570000-7e576000   Deferred        libxxf86vm.so.1
ELF   7e576000-7e579000   Deferred        libxinerama.so.1
ELF   7e579000-7e59a000   Deferred        imm32<elf>
  \-PE   7e580000-7e59a000   \               imm32
ELF   7e59a000-7e59f000   Deferred        libxdmcp.so.6
ELF   7e59f000-7e5b9000   Deferred        libxcb.so.1
ELF   7e5b9000-7e5bd000   Deferred        libxau.so.6
ELF   7e5bd000-7e5c2000   Deferred        libuuid.so.1
ELF   7e5c2000-7e6b1000   Deferred        libx11.so.6
ELF   7e6b1000-7e6c1000   Deferred        libxext.so.6
ELF   7e6c1000-7e6d9000   Deferred        libice.so.6
ELF   7e6d9000-7e6e2000   Deferred        libsm.so.6
ELF   7e6ec000-7e6f0000   Deferred        libcom_err.so.2
ELF   7e6f2000-7e791000   Deferred        winex11<elf>
  \-PE   7e700000-7e791000   \               winex11
ELF   7e7f5000-7e81c000   Deferred        libexpat.so.1
ELF   7e81c000-7e849000   Deferred        libfontconfig.so.1
ELF   7e849000-7e8c0000   Deferred        libfreetype.so.6
ELF   7e8c0000-7e8d5000   Deferred        system.drv16.so
PE   7e8d0000-7e8d5000   Deferred        system.drv16
ELF   7e8d5000-7e99f000   Deferred        comctl32<elf>
  \-PE   7e8e0000-7e99f000   \               comctl32
ELF   7e99f000-7eb2f000   Deferred        shell32<elf>
  \-PE   7e9b0000-7eb2f000   \               shell32
ELF   7eb2f000-7eb8c000   Deferred        shlwapi<elf>
  \-PE   7eb40000-7eb8c000   \               shlwapi
ELF   7eb8c000-7ebaf000   Deferred        mpr<elf>
  \-PE   7eb90000-7ebaf000   \               mpr
ELF   7ebaf000-7ebc5000   Deferred        libz.so.1
ELF   7ebd5000-7ec2c000   Deferred        wininet<elf>
  \-PE   7ebe0000-7ec2c000   \               wininet
ELF   7ec2c000-7ec84000   Deferred        advapi32<elf>
  \-PE   7ec40000-7ec84000   \               advapi32
ELF   7ec84000-7ed24000   Deferred        gdi32<elf>
  \-PE   7ec90000-7ed24000   \               gdi32
ELF   7ed24000-7ee70000   Deferred        user32<elf>
  \-PE   7ed40000-7ee70000   \               user32
ELF   7ef9a000-7efa6000   Deferred        libnss_files.so.2
ELF   7efa6000-7efb1000   Deferred        libnss_nis.so.2
ELF   7efb1000-7efca000   Deferred        libnsl.so.1
ELF   7efca000-7eff0000   Deferred        libm.so.6
ELF   7eff7000-7f000000   Deferred        libnss_compat.so.2
ELF   b7d11000-b7d15000   Deferred        libdl.so.2
ELF   b7d15000-b7e78000   Deferred        libc.so.6
ELF   b7e79000-b7e92000   Deferred        libpthread.so.0
ELF   b7ea2000-b7fde000   Deferred        libwine.so.1
ELF   b7fe0000-b7ffe000   Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e
   00000014    0
   00000010    0
   0000000f    0
00000011
   00000017    0
   00000016    0
   00000013    0
   00000012    0
00000022
   0000001e    0
00000009
   0000003a    0
   0000003b    1
   00000033    0
00000032
   00000035    0
00000028
   0000003d    0
00000018 (D) C:\CCWin\CallCenter\callcntr.exe
   0000003f    0
   00000040    0
   0000000b    0 <==
Backtrace:
=>0 0x7c3428ed in msvcr71 (+0x28ed) (0x00000000)
Back to top
View user's profile Send private message
Jcrash



Joined: 14 Nov 2009
Posts: 7

PostPosted: Sat Nov 14, 2009 2:20 am    Post subject: Reply with quote

hey gambler put your money on dis and get rid of dem ole errors -> http://wiki.winehq.org/NativeDcom

UTSA 4 EVER!!!!!
Back to top
View user's profile Send private message
Jcrash



Joined: 14 Nov 2009
Posts: 7

PostPosted: Sat Nov 14, 2009 2:27 am    Post subject: Reply with quote

try this command -

WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wineconsole /home/jonathan/.wine/drive_c/Program\ Files/ooRexx/rexxhide.exe ccmdist run
Back to top
View user's profile Send private message
Jcrash



Joined: 14 Nov 2009
Posts: 7

PostPosted: Sat Nov 14, 2009 2:28 am    Post subject: Reply with quote

try this command -

WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wineconsole ~/.wine/drive_c/Program\ Files/ooRexx/rexxhide.exe ccmdist run
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    WineHQ Forums Forum Index -> Wine Users All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group