View previous topic :: View next topic |
Author |
Message |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Thu Oct 11, 2012 8:59 am Post subject: FTN95 .NET not working on Windows 8 |
|
|
There seems to be a major problem with the .NET functionality on Windows 8 OS.
All our FTN .NET applications built on Win7 cause an exception on Windows 8. Furthermore, building of .NET applications or application extensions on Windows 8 doesn't work. I've tried all of the FTN95 standard .NET examples (Mandelbrot, Threads, MessageBox...), none of them worked. Even the most simple code:
Program Test
Write (*,*) 'Hello World'
Pause
End Program
causes following error messages:
------ Erstellen gestartet: Projekt: FTN_Test_w32, Konfiguration: Debug .NET ------
Building project FTN_Test_w32...
Updating References...
Compiling file: FreeFormat1.f95
Linking...
Unhandled Exception: System.TypeInitializationException: The type initializer for 'Salford.Linker' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Salford.Fortran.RTLibrary1' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Salford.Fortran.RTLibrary1..cctor()
--- End of inner exception stack trace ---
at Salford.Fortran.RTLibrary1.__init_c_io()
at Salford.Fortran.RTLibrary.InitLibrary()
at Salford.Fortran.RTLibrary..cctor()
--- End of inner exception stack trace ---
at Salford.Fortran.RTLibrary.InitLibrary()
at Salford.Linker..cctor()
--- End of inner exception stack trace ---
at Salford.Linker.Main(String[] args)
Build log saved at: "file://c:\users\periskic\documents\visual studio 2010\Projects\FTN_Test_w32\Debug\NET\buildlog.txt"
FTN_Test_w32 build failed.
========== Build: 0 erfolgreich oder aktuell, Fehler bei 1, 0 �bersprungen ==========
The test were performed on Windows 8 Release Preview x86 with Visual Studio 2010 and FTN95 Versions 6.2 and 6.3. Building Win32 Applications seems to be working without problems.
Please advise how to cotinue, the problem has high urgency due to very soon Windows 8 release! |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Thu Oct 11, 2012 7:07 pm Post subject: |
|
|
We are actively looking at this. |
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Mon Oct 15, 2012 9:54 am Post subject: |
|
|
Ok, it's good to know that something is going on in Silverfrost concerning this topic. For us as software developer who are using FTN95 .NET commercially it is cruical that our applications are supported on all current windows versions.
Can we expect a solution soon (by the end of the year)?
Regards,
Goran |
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Thu Nov 08, 2012 11:57 am Post subject: |
|
|
Still no good news concerning Win-8 compatibility. Simple recompilation of Silverfrost libraries didn't solve the problem.
Can you tell us what priority this topic (and .NET generally) has for Silverfrost? Please let us know if no solution is planned in the next 1-2 months. We need to decide how to proceed and how to make our programs Win-8 compatible, even if this means abandoning FTN95 .NET compiler. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8209 Location: Salford, UK
|
Posted: Fri Nov 09, 2012 10:25 am Post subject: |
|
|
Be assured this issue has a high priority. |
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Wed Nov 21, 2012 2:33 pm Post subject: |
|
|
I just want to remind of the 'high priority' of the topic. Are there some new positive results? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8209 Location: Salford, UK
|
Posted: Wed Nov 21, 2012 5:13 pm Post subject: |
|
|
Yes we are making progress. |
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Fri Nov 30, 2012 2:39 pm Post subject: |
|
|
Have You already made so much progress to be able to estimate when the problem will be fixed? Can we expect an update until the end of the year? |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Mon Dec 03, 2012 11:57 pm Post subject: |
|
|
Yes maybe. The problem is that a part of the .NET framework doesn't work on Windows 8 - and we seem to be the only people using it... Microsoft are being helpful in providing work around information. |
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Mon Dec 17, 2012 10:03 am Post subject: |
|
|
Please give us a small update on your current progress. Is there land in sight? |
|
Back to top |
|
 |
Paul E
Joined: 21 Jul 2009 Posts: 6 Location: Crowthorne
|
Posted: Mon Dec 17, 2012 4:49 pm Post subject: FTN95 and Windows 8 |
|
|
We provide commercial software using FTN95.Net and we too are finding that they will not work with Windows 8. For our customers it would be helpful to be able to give them a timescale for this issue to be resolved. |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Tue Dec 18, 2012 5:41 pm Post subject: |
|
|
I wish I had better news. We have done quite a bit of work on this problem but it still refuses to work correctly. We will keep you informed. |
|
Back to top |
|
 |
tom_fanning
Joined: 17 Dec 2012 Posts: 1
|
Posted: Tue Dec 18, 2012 5:49 pm Post subject: |
|
|
On the edge of our seats here. Can't stress how critical this is to us.
Can you give some detail on what specifically is wrong, to help us understand the problem? I.e. what part of the .NET Framework isn't working on Windows 8, as you mention above? |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
|
Back to top |
|
 |
gperiskic
Joined: 18 Dec 2009 Posts: 34 Location: Stuttgart, Germany
|
Posted: Wed Jan 16, 2013 9:13 pm Post subject: Progress? |
|
|
It have now been more than 3 months since I pointed out the Win-8 problem here and there is still no progress. Not even an notice about the newest development. What is going on? Are you able to solve the problem or not? |
|
Back to top |
|
 |
|