record stack overflow error

Questions about Wine on Linux
Locked
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

record stack overflow error

Post by sportfreak2020 »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: record stack overflow error

Post by dimesio »

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?
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Re: record stack overflow error

Post by sportfreak2020 »

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
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Re: record stack overflow error

Post by sportfreak2020 »

any feedback guys ?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: record stack overflow error

Post by dimesio »

sportfreak2020 wrote: It is the latest wine version as you motioned. Above link is the application I was talking about
I downloaded the app and tested in 1.5.26 and cannot reproduce the problem.

Reinstall to a clean wineprefix.
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Re: record stack overflow error

Post by sportfreak2020 »

thats great. did you install any components from winetricks?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: record stack overflow error

Post by dimesio »

sportfreak2020 wrote:did you install any components from winetricks?
No. That's what "clean wineprefix" means.
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Re: record stack overflow error

Post by sportfreak2020 »

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.
Locked