wine crash on exe launch

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gmoulin_dev
Newbie
Newbie
Posts: 1
Joined: Wed Oct 26, 2011 4:12 am

wine crash on exe launch

Post by gmoulin_dev »

Hello,
i'm trying to install an application using wine.
I'm on ubuntu 11.10 (fresh, not upgraded).
Tested with wine 1.2 and 1.3 (via software center)

It crashes on "err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr (nil)"

Here is the log :

gmoulin@gmnux:~/Downloads$ wine software_informer.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER (500): STUB
fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:wininet:InternetAutodial STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (120000): STUB
fixme:mshtml:DllGetClassObject Unknown class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} could be created for context 0x17
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_SERVER (500): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER (500): STUB
fixme:wininet:InternetAutodial STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 120000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (120000): STUB
fixme:mlang:fnIMultiLanguage2_DetectInputCodepage
fixme:mlang:fnIMultiLanguage2_DetectInputCodepage
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr (nil)
Frédéric Delanoy

wine crash on exe launch

Post by Frédéric Delanoy »

On Wed, Oct 26, 2011 at 11:16, gmoulin_dev <[email protected]> wrote:
Hello,
i'm trying to install an application using wine.
I'm on ubuntu 11.10 (fresh, not upgraded).
Tested with wine 1.2 and 1.3 (via software center)

It crashes on "err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr (nil)"

Here is the log :
If you told which (precise) versions of wine you used (wine
--version), and which program (+version, download link?) you were
trying to run, that would help
Locked