Borderlands GOTY seh:setup_exception_record error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Borderlands GOTY seh:setup_exception_record error

Post by Das Letzte Einhorn »

I use the Game of the year edition of Borderlands, and I run into this crash when I attempt to load the game. Physx, vcrun2005 and vcrun2008 had to be installed beforehand.

Code: Select all

xavier@xavier /wine/borderlands/drive_c/jeu/Binaries $ wine Borderlands.exe 
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x39cab58,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x39ca6d8,0x00000000), stub!
fixme:psapi:EnumPageFilesA (0x2870320, 0x39a6a44) stub
fixme:psapi:EnumPageFilesA (0x2870320, 0x3971360) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4e0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b060,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4e4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b064,0x00000000), stub!
err:seh:setup_exception_record stack overflow 876 bytes in thread 0009 eip 7efb8756 esp 03110fc4 stack 0x3110000-0x3111000-0x39e0000
Just wondering if other folks run into this before I report it as a bug. If a dev can hint me on what's wrong, would be neat as well!
Ferus
Newbie
Newbie
Posts: 1
Joined: Sat Mar 31, 2012 4:39 pm

Post by Ferus »

I realize how old this post is but I haven't found anything else when google'ing. I get the same exact error.

Code: Select all

┌[02:30:52]-[Sat Mar 31]-[ferus]-[CrunchBox]-[~/.wine/drive_c/Program Files/2K Games/Gearbox Software/Borderlands GOTY Edition/Binaries]
└─>> wine Borderlands.exe 
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x39cab34,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x39ca6b4,0x00000000), stub!
fixme:file:K32EnumPageFilesA (0x2870320, 0x39a6a24) stub
fixme:file:K32EnumPageFilesA (0x2870320, 0x3971340) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4bc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b03c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4c0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b040,0x00000000), stub!
err:seh:setup_exception_record stack overflow 156 bytes in thread 0046 eip 7bc74da5 esp 03111294 stack 0x3110000-0x3111000-0x39e0000
I'm using wine-1.5.0 on Debian Sid.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Ferus wrote:I'm using wine-1.5.0 on Debian Sid.
It's fixed in wine-1.5.1 so - upgrade.
DeIdeal
Newbie
Newbie
Posts: 2
Joined: Fri Apr 06, 2012 6:41 pm

Post by DeIdeal »

I'm having the same error.

I just updated to 1.5.1 from 1.4., the error persisted, but some minor things in the output changed.

Code: Select all

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
err:rpc:I_RpcGetBuffer no binding
fixme:win:EnumDisplayDevicesW ((null),0,0x39cab34,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x39ca6b4,0x00000000), stub!
fixme:file:K32EnumPageFilesA (0x2870320, 0x39a6a24) stub
fixme:file:K32EnumPageFilesA (0x2870320, 0x3971340) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4bc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b03c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b4c0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x390b040,0x00000000), stub!
err:seh:setup_exception_record stack overflow 2260 bytes in thread 0035 eip 7df8e538 esp 03110a5c stack 0x3110000-0x3111000-0x39e0000
I'd appreciate any advice on this.[/code]
Locked