How to solve following problem

Questions about Wine on Linux
Locked
47levan
Level 2
Level 2
Posts: 11
Joined: Thu Aug 08, 2013 11:37 am

How to solve following problem

Post by 47levan »

err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception. Stack limit i have unlimited i used this command (ulimit -s unlimited) for solving it it didn't help.Application write only this error and doesn't run.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve following problem

Post by dimesio »

Wine version? Distro? What app are you trying to run?
47levan
Level 2
Level 2
Posts: 11
Joined: Thu Aug 08, 2013 11:37 am

Re: How to solve following problem

Post by 47levan »

I have Ubuntu 13.04 wine 1.7.1.I try to run video lessons which was written by camtasia studio.By lessons in exe files.
47levan
Level 2
Level 2
Posts: 11
Joined: Thu Aug 08, 2013 11:37 am

Re: How to solve following problem

Post by 47levan »

dimesio wrote:Wine version? Distro? What app are you trying to run?
I have Ubuntu 13.04 wine 1.7.1.I try to run video lessons which was written by camtasia studio.By lessons in exe files.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve following problem

Post by dimesio »

What command are you using to run it?

You should be getting Wine's popup crash dialog; are you? If so, please use it to capture the backtrace.
47levan
Level 2
Level 2
Posts: 11
Joined: Thu Aug 08, 2013 11:37 am

Re: How to solve following problem

Post by 47levan »

dimesio wrote:What command are you using to run it?

You should be getting Wine's popup crash dialog; are you? If so, please use it to capture the backtrace.
If i use autorun i get only one line this line( err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash)
if i open some lesson(without autorun) i get this
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
I used this command wine /media/levan/disk/Lessons/Razdel_I/1.exe also i tryed use win32 mode.I used different version of windows by using winecfg it didn't help too.By winetricks i installed almost all libreries.This application doen't work on virtualbox too(i get error this program cannot work under virtual mashine).This progam work only on real windows mashine.
Locked