Xenocode Postbuild 2010 error with .NET 4.0

Questions about Wine on Linux
Locked
Yorrett
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 3:09 am

Xenocode Postbuild 2010 error with .NET 4.0

Post by Yorrett »

Hey,

I'm trying to run an application once I successfully installed .NET 4.0 with winetricks.

I'm using Ubuntu 11.04 x64 with Xfce and the latest version of Wine.

The error says: "The application has encountered an error: (0x8007053A)".

Is there anything I can do to bypass this? A screenshot is below.

Image
John Drescher

Xenocode Postbuild 2010 error with .NET 4.0

Post by John Drescher »

On Sun, May 13, 2012 at 4:14 AM, Yorrett <[email protected]> wrote:
Hey,

I'm trying to run an application once I successfully installed .NET 4.0 with winetricks.

I'm using Ubuntu 11.04 x64 with Xfce and the latest version of Wine.

The error says: "The application has encountered an error: (0x8007053A)".

Is there anything I can do to bypass this? A screenshot is below.

[Image: http://puu.sh/us7p.png ]
Run it from the terminal to see what is causing the application to crash.


http://wiki.winehq.org/FAQ#get_log


If the output is large post it on pastebin.com and link here.

John
Yorrett
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 3:09 am

Re: Xenocode Postbuild 2010 error with .NET 4.0

Post by Yorrett »

John Drescher wrote:On Sun, May 13, 2012 at 4:14 AM, Yorrett <[email protected]> wrote:
Hey,

I'm trying to run an application once I successfully installed .NET 4.0 with winetricks.

I'm using Ubuntu 11.04 x64 with Xfce and the latest version of Wine.

The error says: "The application has encountered an error: (0x8007053A)".

Is there anything I can do to bypass this? A screenshot is below.

[Image: http://puu.sh/us7p.png ]
Run it from the terminal to see what is causing the application to crash.


http://wiki.winehq.org/FAQ#get_log


If the output is large post it on pastebin.com and link here.

John
Here it is.

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Yorrett
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 3:09 am

Post by Yorrett »

And when I run it as program.exe.config I get an error that says "Success", which is not in the program, and this error log:

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00650068
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00000100
Locked