record stack overflow error
-
- Level 2
- Posts: 24
- Joined: Thu Feb 24, 2011 4:36 pm
record stack overflow error
Hello Wine Team
Been stuck for sometime trying to run this application, any feedback is greatly appreciated. So I have this stock trading app (not listed here in wiki) and i am trying to run on wine on ubuntu.
so with my standard wine setup I am able to run similar applications, but not this specific one. Here is the situation:
- After installing the app with wine, and when i run the app via the command line, below is the error:
err:menubuilder:init_xdg error looking up the desktop directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0x32f3cc
err:seh:setup_exception_record stack overflow 844 bytes in thread 0009 eip 7bc68ecc esp 00230fe4 stack 0x230000-0x231000-0x330000
- Now if i do the following action: winetricks -> regedit -> export to registry -> anyfile.reg
the application runs fine . no problems at all
- If i take the same aforementioned steps and install it as a different user (multi user scenario here) it gives me the above mentioned error. But if the do the "export regedit trick" as stated above it works again.
- I have tried commands like wine regedit /E user.reg to mimic the above mentioned export action but it dosent work. Whereas i i do it through the above mentioned GUI process, it works. Any idea why this behavior?
I am using ubuntu 12.04 LTS 32 bit, wine 32 bit latest version ..
Thank you.
Been stuck for sometime trying to run this application, any feedback is greatly appreciated. So I have this stock trading app (not listed here in wiki) and i am trying to run on wine on ubuntu.
so with my standard wine setup I am able to run similar applications, but not this specific one. Here is the situation:
- After installing the app with wine, and when i run the app via the command line, below is the error:
err:menubuilder:init_xdg error looking up the desktop directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0x32f3cc
err:seh:setup_exception_record stack overflow 844 bytes in thread 0009 eip 7bc68ecc esp 00230fe4 stack 0x230000-0x231000-0x330000
- Now if i do the following action: winetricks -> regedit -> export to registry -> anyfile.reg
the application runs fine . no problems at all
- If i take the same aforementioned steps and install it as a different user (multi user scenario here) it gives me the above mentioned error. But if the do the "export regedit trick" as stated above it works again.
- I have tried commands like wine regedit /E user.reg to mimic the above mentioned export action but it dosent work. Whereas i i do it through the above mentioned GUI process, it works. Any idea why this behavior?
I am using ubuntu 12.04 LTS 32 bit, wine 32 bit latest version ..
Thank you.
Re: record stack overflow error
What is the exact Wine version? If it's not 1.5.26, it's not the latest.
What app is this, and is there a downloadable demo?
What app is this, and is there a downloadable demo?
-
- Level 2
- Posts: 24
- Joined: Thu Feb 24, 2011 4:36 pm
Re: record stack overflow error
http://m.fxclub.org/tools_soft_modern_download/
It is the latest wine version as you motioned. Above link is the application I was talking about
It is the latest wine version as you motioned. Above link is the application I was talking about
-
- Level 2
- Posts: 24
- Joined: Thu Feb 24, 2011 4:36 pm
Re: record stack overflow error
any feedback guys ?
Re: record stack overflow error
I downloaded the app and tested in 1.5.26 and cannot reproduce the problem.sportfreak2020 wrote: It is the latest wine version as you motioned. Above link is the application I was talking about
Reinstall to a clean wineprefix.
-
- Level 2
- Posts: 24
- Joined: Thu Feb 24, 2011 4:36 pm
Re: record stack overflow error
thats great. did you install any components from winetricks?
Re: record stack overflow error
No. That's what "clean wineprefix" means.sportfreak2020 wrote:did you install any components from winetricks?
-
- Level 2
- Posts: 24
- Joined: Thu Feb 24, 2011 4:36 pm
Re: record stack overflow error
worked perfectly with the dev version. had to put in few extra winetricks packs and DLLs for support in japanese and russian. Thanks dimesio. you officially get a free beer from me.