search for: seh

Displaying 20 results from an estimated 739 matches for "seh".

Did you mean: see
2009 Jun 22
1
Allods3:Evil_Islands freezes every 10 sec
Hallo everybody, I'm running RPG game Allods3:Evil_Islands, it installs and run, but freezes every 10 sec, when actually game-play started. Tested 5 times, it hangs with same error all time err:seh:setup_exception_record nested exception on signal stack in thread 0009 eip 7bc6f210 esp 7ffdbc7c stack 0x232000-0x330000 err:ntdll:RtlpWaitForCriticalSection section 0x71bff8...... These guys have same problem: http://forum.winehq.org/viewtopic.php?t=5292 http://appdb.winehq.org/objectManager.php?...
2007 Jan 12
0
Larousse Multilingue: stack overflow in exception handler ?
...t is due to a stack overflow in an exception handler. I can't know for sure, but this look like a recursive loop to me. At the end of this mail, I attach the last function called, and then the first recursive call. This goes until segfault, adding one pair of these line at a time... 0009:trace:seh:call_stack_handlers handler at 0x7bc2f440 returned 2 0009:trace:seh:call_stack_handlers calling handler at 0x7bc2f440 code=c0000005 flags=10 I've tried running with winedbg but the dictionnary popup some nice windows to explain me that it can't run in a debugger. I don't really know...
2008 Nov 21
7
Adobe Master Collection and Wine on Ubuntu 8.10
I recently installed Ubuntu 8.10 and wine 1.0.1 and am hoping there is a way to get it to work with adobe master collection. I recently upgraded to CS4 but I also have CS3. I know adobe apps have been hit or miss for compatibility in the past but a friend said the new Ubuntu and wine made it as easy as mount and install....is this true and if not is it even possible to install either the adobe
2014 Apr 18
2
[LLVMdev] [PATCH] Seh exceptions on Win64
Hi Chandler, There were five SEH releated patches posted in two threads in the last days. Two different patches in Martell e-mail starting this thread: the win64 seh (llvm) and the register names Three more related SEH patches in another thread: one for win64 seh clang, one for MinGW toolchain and another for unreachable prologu...
2011 Jul 11
1
Trying old multimedia app, get crash
...er 5 seconds I get a crash dialog. Some music does in fact play during this, and doesn't stop when the dialog appears, so maybe graphics? Here are some edited results of two debug runs, the first under ME and the second under XP. Let me know if this is enough to be helpful. $ WINEDEBUG=+relay,+seh,+tid WINEPREFIX=~/.ringdisc wine RINGDISC.EXE ... 0020:Ret KERNEL32.GlobalUnlock() retval=00000000 ret=0044c272 0020:Ret winmm.mmioRead() retval=00001fbe ret=4390dfc6 0020:Call msvfw32.ICDecompress(00000001,00000000,001a13c0,001a22e0,001a83c0,001a9020) ret=4390e028 0020:Call winmm.SendDriverMes...
2010 Dec 10
1
TeleVantage Client 8
Hello. I am trying to run TeleVantage Client 8.00.5556 on Wine but it doesn't work all the way. I have done the following, after some tips here and there: Wine 1.2 under Ubuntu 10.04 in a VMware Player as I am testing. OS version set to Windows 7 Server is running on Windows 2003 on the LAN workgroup and has windows clients today (something I had hoped to change) Client installed through
2009 May 20
8
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
...allation of ELOoffice runs without Problems. But when I run ELO ist crashes after the Login-Screen. When I start the Application tyoing on the ConsoleI get the followin Error Messages: wine /home/tola/.wine/drive_c/Programme/ELOoffice/Elo32.exe fixme:heap:RtlCompactHeap (0x110000, 0x0) stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:seh:_abnormal_termination (void)stub fixme:nt...
2014 Jan 31
3
[LLVMdev] Technical details discussion for SEH
Can you clarify what you mean by "real SEH handling"? My company has me looking at this in the hopes that I can make LLVM capable of building windows drivers. If you mean "visual c++ style SEH", I'm fairly sure that isn't necessary for my purposes, but it would be nice. If you mean "something that works at all,&q...
2010 Aug 24
4
Debugging a STATUS_ACCESS_VIOLATION
I am trying to track down the source of some STATUS_ACCESS_VIOLATION in Restricted Area (http://appdb.winehq.org/objectManager.php?sClass=application&iId=8710) and I can find an seh that coincides with the freezes, but I can't figure out what is throwing it. I've pasted an example below. Any thoughts on where to go from here? Code: 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x51fde2 ip=0051fde2 tid=0009 0009:trace:seh:raise_exception info[0]=000000...
2011 Jun 02
4
[LLVMdev] Advice on MachineMoves and SEH
Hi, If you've been following llvm-commits, you might know that I've been working on implementing support for SEH--specifically, the Win64 variant of it--in LLVM. I know a lot of you couldn't care less about this, but I'd really appreciate some advice about this. I'm almost to the point where it's possible to use GCC-style exceptions under Win64, but I've hit a small roadblock. The proble...
2014 Jan 31
2
[LLVMdev] Technical details discussion for SEH
Hi Jb, It's good to see someone step up and take a shot as this again. I dropped this because it seems to me it wasn't a high priority task for LLVM/Clang. Implementing SEH is more of LLVM work than Clang work. For 32-bit SEH, there are prologue/epilogue instruction sequence to emit, setting try-level ([ebp-4]), recovering EBP ([ebp-18h]), and all these can only happen in LLVM, not Clang. In my opinion, we should implement these as LLVM intrinsics, like the gcc ones:...
2014 Apr 18
2
[LLVMdev] [PATCH] Seh exceptions on Win64
Hi Chandler, Kai contributed the WIN64 SEH patch some time ago on llvm-commits: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131118/196105.html it was never completed. Kai also responded in this thread. I opened a phabricator for the patch http://reviews.llvm.org/D3418 Yaron 2014-04-18 12:31 GMT+03:00 Chandler Ca...
2016 Sep 28
2
seh / landing pads
In the past people in #llvm suggested to me I should use landing pads instead of seh when it comes to Windows unless i really need seh. Looking at what gets generated win64 -gnu does use seh but calls the landing pad somehow, while win32 doesn't at all. It looks to me a custom win64 landing pad personality can also deal with things like Access Violation. Is there a way to m...
2012 Sep 17
2
[LLVMdev] Detail question about how to implement Win64 SEH
Hi! I try to add more functionality to Win64 exception handling, based on the posted patches from Charles Davis and João Matos. But I have a question about how to map SEH handling to LLVM IR. The basic structure of SEH in C is as follows: __try { // Do something. } __except (filter(GetExceptionCode(), GetExceptionInformation())) { // Handle exception } How to translate this? - The filter expression is basically a nested function which is...
2011 Jun 02
4
[LLVMdev] Advice on MachineMoves and SEH
On 11-06-02 6:56 AM, Anton Korobeynikov wrote: > Hi Chip, > >> Because of all this, it's hard to reconstruct the SEH information from >> the MachineMove array. I have thought about adding a new array specific >> to SEH information, but I'm not sure how you guys would feel about that. >> Any ideas on how to solve this problem? > Same problem with ARM-specific EH. I ended with own informati...
2012 Sep 17
0
[LLVMdev] Detail question about how to implement Win64 SEH
Hi Kai, > I try to add more functionality to Win64 exception handling, based on the posted > patches from Charles Davis and João Matos. > > But I have a question about how to map SEH handling to LLVM IR. are you sure you don't mean: map LLVM IR to SEH? I.e. are you talking about how to implement LLVM's "dwarf" exception handling intrinsics and landingpad instruction using SEH? Ciao, Duncan. > > The basic structure of SEH in C is as follows: > >...
2011 Jun 09
0
[LLVMdev] Advice on MachineMoves and SEH
On Jun 1, 2011, at 7:27 PM, Charles Davis wrote: > Hi, > > If you've been following llvm-commits, you might know that I've been > working on implementing support for SEH--specifically, the Win64 variant > of it--in LLVM. > > I know a lot of you couldn't care less about this, but I'd really > appreciate some advice about this. I'm almost to the point where it's > possible to use GCC-style exceptions under Win64, but I've hit a sma...
2014 Apr 18
3
[LLVMdev] [PATCH] Seh exceptions on Win64
In summary we have no less than six patches required to support Win64 SEH MinGW. The first five could be committed after review and LGTM but the last one also requires Ray Donnelly approval. Please comment in the Phabricator so the comments would be kept in context. 'unreachable' trap http://reviews.llvm.org/D3417 Win64 SEH (LLVM) http://reviews.llvm.org/D3...
2011 Jun 02
0
[LLVMdev] Advice on MachineMoves and SEH
On Jun 2, 2011, at 6:20 AM, Rafael Ávila de Espíndola wrote: > On 11-06-02 6:56 AM, Anton Korobeynikov wrote: >> Hi Chip, >> >>> Because of all this, it's hard to reconstruct the SEH information from >>> the MachineMove array. I have thought about adding a new array specific >>> to SEH information, but I'm not sure how you guys would feel about that. >>> Any ideas on how to solve this problem? >> Same problem with ARM-specific EH. I ended wi...
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
...edge=3): stub fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=1): stub fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=0): stub fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=2): stub err:seh:raise_exception Unhandled exception code 80000001 flags 0 addr 0x7bc5aff0 last lines snippet (with dll-trace): <....> trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\lz32.dll" at 0x62a40000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\...