- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings -
I'm trying to get a particular 'technical' application (non-commercial, heavy numerical/statistical computation) that is written for Windoze, up and running on my GNU/linux box (running FC6, with the latest and greatest version of wine installed). While the app runs more or less, there are some problems which (for some purposes) are almost fatal - specifically, the app (which is written in FORTRAN compied using Compaq FORTRAN, with the QuickWin libraries)
makes significant use of QuickWin to spawn console windows to show runnning output from various numerical routines. When I run this application under wine, I routinely get QuickWin errors that read:
Internal Error - unexpected error
file :E:forrtluildqynbuildgwgwnd.c", line xxyy
Any experience out there with this sort of problem, and what (if
anything) I can tweak in the wine configuration files to 'make the
problem go away'? Also, what is the error message telling me? I've looked at line 2852, and don't really see anything obvious that wouldn't play nice with wine.
Thanks in advance...
I'm trying to get a particular 'technical' application (non-commercial, heavy numerical/statistical computation) that is written for Windoze, up and running on my GNU/linux box (running FC6, with the latest and greatest version of wine installed). While the app runs more or less, there are some problems which (for some purposes) are almost fatal - specifically, the app (which is written in FORTRAN compied using Compaq FORTRAN, with the QuickWin libraries)
makes significant use of QuickWin to spawn console windows to show runnning output from various numerical routines. When I run this application under wine, I routinely get QuickWin errors that read:
Internal Error - unexpected error
file :E:forrtluildqynbuildgwgwnd.c", line xxyy
Any experience out there with this sort of problem, and what (if
anything) I can tweak in the wine configuration files to 'make the
problem go away'? Also, what is the error message telling me? I've looked at line 2852, and don't really see anything obvious that wouldn't play nice with wine.
Thanks in advance...
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error message is referring to a line in the QuickWin library source code, not your source. It would be helpful to know at which line in your code this error is emitted.
Of course, there's no "support" for CVF at all, in WINE or not. Sometimes errors like this from QuickWin are caused by trying to create a window that requires too much virtual memory, so if there are parameters you can tweak in WINE in that regard, it may help.
Of course, there's no "support" for CVF at all, in WINE or not. Sometimes errors like this from QuickWin are caused by trying to create a window that requires too much virtual memory, so if there are parameters you can tweak in WINE in that regard, it may help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - I'll get back to you with some of those details.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page