What does it mean this line?

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

What does it mean this line?

Post by 47levan »

err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
I have this when i try to run the program program?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: What does it mean this line?

Post by dimesio »

Wine version? If it's not 1.6 or later, upgrade.

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

Re: What does it mean this line?

Post by 47levan »

dimesio wrote:Wine version? If it's not 1.6 or later, upgrade.

What program 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: What does it mean this line?

Post by dimesio »

Post the full terminal output, including the command used to run it. http://wiki.winehq.org/FAQ#get_log
47levan
Level 2
Level 2
Posts: 11
Joined: Thu Aug 08, 2013 11:37 am

Re: What does it mean this line?

Post by 47levan »

dimesio wrote:Post the full terminal output, including the command used to run it. http://wiki.winehq.org/FAQ#get_log
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