AVSload: setup_exception_record stack overflow

Started by ANDDEMUX, September 16, 2018, 01:43:55 PM

Previous topic - Next topic

ANDDEMUX

Transalted by Google Translate

Hello everyone! After upgrading to the new Ubuntu 18.04, AVSload no longer works. As soon as it is launched it comes out with the following error:

0009:err:seh:setup_exception_record stack overflow 1664 bytes in thread 0009 eip 7bc44946 esp 00230cb0 stack 0x230000-0x231000-0x330000


Any version of Avidemux, any version of wine. Since much of the Avisynth filters use, I need avsload resume operation. Any idea on what might be given the problem?
I tried to compile the debug version, but it does not just give that error without any other specification.

It seems that it allocates memory to infinity, until it crashes.

Ideas? Thank you

Hi :)
PS: Sorry for my english, I'm Italian

Jan Gruuthuse

If you have NVIDIA card, possible issue could be related:
QuoteLOL, I resolved all my problems by just reinstalling the NVIDIA drivers (and more specifically the 32-bit compatibility drivers).

Thanks to everyone for the help.
from Stack overflow by Mega-X
maybe not related at all.
Others mention
QuoteTry installing with : winetricks vcrun6 , and then set msvcrt.dll


Jan Gruuthuse

Sorry that did not help, have no further ideas about this.

ANDDEMUX

Translated by Google Translate

I ran the program with wine debug options active and, among the slew of rows, I found the following code:

51321.731:0008:0009:trace:module:GetModuleFileNameW L"Z:\\usr\\share\\ADM_addons\\avsload.exe"
51321.731:0008:0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0xb7c7cad9 ip=b7c7cad9 tid=0009
51321.731:0008:0009:trace:seh:raise_exception  info[0]=00000001
51321.731:0008:0009:trace:seh:raise_exception  info[1]=00340000
51321.731:0008:0009:trace:seh:raise_exception  eax=00000000 ebx=b7c7caca ecx=00000058 edx=00340028 esi=00000016 edi=0033f6de
51321.731:0008:0009:trace:seh:raise_exception  ebp=0033f8d8 esp=0033f688 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010206

Immediately after it start with an infinite sequence of:

51321.731:0008:0009:trace:seh:call_stack_handlers calling handler at 0x7bca80c0 code=c0000005 flags=0
51321.731:0008:0009:trace:seh:call_stack_handlers handler at 0x7bca80c0 returned 2

Until it crashes with stack overflows. Periodically the fault occurs during the endless calls.

It can be helpful to find out the problem?

Thanks and bye :)