Author Topic: Visual Studio 2015 breaks wine  (Read 4825 times)

0 Members and 1 Guest are viewing this topic.

MadPiperD

  • Guest
Visual Studio 2015 breaks wine
« 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.
 

Offline 83athom

  • Big Ship Commander
  • Vice Admiral
  • **********
  • Posts: 1261
  • Thanked: 86 times
Re: Visual Studio 2015 breaks wine
« Reply #1 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?
Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life.
 

Offline Steve Walmsley

  • Aurora Designer
  • Star Marshal
  • S
  • Posts: 11644
  • Thanked: 20339 times
Re: Visual Studio 2015 breaks wine
« Reply #2 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).
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Visual Studio 2015 breaks wine
« Reply #3 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?

Offline Steve Walmsley

  • Aurora Designer
  • Star Marshal
  • S
  • Posts: 11644
  • Thanked: 20339 times
Re: Visual Studio 2015 breaks wine
« Reply #4 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 :)
 

Offline AcidWeb

  • Moderator
  • Sub-Lieutenant
  • *****
  • Posts: 118
  • Thanked: 76 times
Re: Visual Studio 2015 breaks wine
« Reply #5 on: October 10, 2016, 05:36:15 AM »
Yeah. Wrapper use Python 3.5 that use new Visual Studio runtimes.