Aurora 4x

VB6 Aurora => Installation => Portable Launcher Utility => Topic started by: MadPiperD on September 24, 2016, 02:52:39 PM

Title: Visual Studio 2015 breaks wine
Post by: MadPiperD on September 24, 2016, 02:52:39 PM
getting a bunch of unimplemented function api-ms-win-crt-runtime-l1-1-0. dll. _seh_filter_dll,
quick google search says its cause you built the code on visual studio 2015, and there is currently no fix to this problem available, anywheres.
s0, cant use linux anymore.
Title: Re: Visual Studio 2015 breaks wine
Post by: 83athom on September 26, 2016, 02:54:24 PM
I seriously have no clue what you are talking about, but there seems to be something else wrong. Can you explain how and where you installed the game?
Title: Re: Visual Studio 2015 breaks wine
Post by: Steve Walmsley on September 26, 2016, 03:04:00 PM
getting a bunch of unimplemented function api-ms-win-crt-runtime-l1-1-0. dll. _seh_filter_dll,
quick google search says its cause you built the code on visual studio 2015, and there is currently no fix to this problem available, anywheres.
s0, cant use linux anymore.

The code definitely wasn't built in Visual Studio 2015 :)

In fact, it is built in Visual Studio 6.0 (released June 1998).
Title: Re: Visual Studio 2015 breaks wine
Post by: Erik L on September 26, 2016, 03:37:24 PM
The code definitely wasn't built in Visual Studio 2015 :)

In fact, it is built in Visual Studio 6.0 (released June 1998).

I think the wrapper might have been in VS2015?
Title: Re: Visual Studio 2015 breaks wine
Post by: Steve Walmsley on September 26, 2016, 04:08:37 PM
I think the wrapper might have been in VS2015?

Ah! Now I've checked the sub-forum name that does make a lot more sense :)
Title: Re: Visual Studio 2015 breaks wine
Post by: AcidWeb on October 10, 2016, 05:36:15 AM
Yeah. Wrapper use Python 3.5 that use new Visual Studio runtimes.