I'm attempting to use WINE to run a Windows MFC application on Fedora Core. I have a couple of different versions of the application, though to be honest, I'm not really sure of any differences in them (I'm an intern, I was handed this to do and I'm learning about the programs as I go). When running one of the executables, it just pops up a window that says: "Runtime Error! Program C:\Control\Control.exe This application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information." Now, I've talked to the engineer who's in charge of the application, and he's got no idea what it could be, as it works fine on Windows. WINE doesn't throw any errors or give any indication of what the problem may be, which is quite frustrating, as I haven't a clue of how a program would be terminated in "an unusual way."
Am Donnerstag, 8. Juni 2006 20:10 schrieb iwoloschin@gmail.com:> I'm attempting to use WINE to run a Windows MFC application on Fedora > Core. I have a couple of different versions of the application, though > to be honest, I'm not really sure of any differences in them (I'm an > intern, I was handed this to do and I'm learning about the programs as > I go). > > When running one of the executables, it just pops up a window that > says: > > "Runtime Error! > Program C:\Control\Control.exe > > This application has requested the runtime to terminate it in an > unusual way. Please contact the application's support team for more > information." > > Now, I've talked to the engineer who's in charge of the application, > and he's got no idea what it could be, as it works fine on Windows. > WINE doesn't throw any errors or give any indication of what the > problem may be, which is quite frustrating, as I haven't a clue of how > a program would be terminated in "an unusual way."it's hard to believe that you didn't get any messages on the console. Did you try the various debug channels? [1] BTW: can your post your wine version and which program you try to use? cu, Stefan [1] http://www.winehq.org/site/docs/wineusr-guide/x509#AEN557 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060608/a3626ec5/attachment.pgp
Oh, I got plenty on the debug channels, but it was all warnings about dlls missing, and when I ran a similar program it gave all the same warnings about the same dlls...and ran perfectly fine (well, to the point of the window opening up, I didn't get a chance to test functionality yet). From what I was told, there's no fundamental differences in the programs, though I suspect there is. I'm using WINE 0.9.2, and I do not believe I can post the program itself, as it's not my own program and I'm fairly certain I would not be allowed to release it. I can probably post whatever WINE spits out however, so if you know of a specific thing I should be looking for in the debug output let me know and I'll search through it tomorrow when I'm back at work. Thanks, Ian Stefan Munz wrote:> Am Donnerstag, 8. Juni 2006 20:10 schrieb iwoloschin@gmail.com: > > I'm attempting to use WINE to run a Windows MFC application on Fedora > > Core. I have a couple of different versions of the application, though > > to be honest, I'm not really sure of any differences in them (I'm an > > intern, I was handed this to do and I'm learning about the programs as > > I go). > > > > When running one of the executables, it just pops up a window that > > says: > > > > "Runtime Error! > > Program C:\Control\Control.exe > > > > This application has requested the runtime to terminate it in an > > unusual way. Please contact the application's support team for more > > information." > > > > Now, I've talked to the engineer who's in charge of the application, > > and he's got no idea what it could be, as it works fine on Windows. > > WINE doesn't throw any errors or give any indication of what the > > problem may be, which is quite frustrating, as I haven't a clue of how > > a program would be terminated in "an unusual way." > > it's hard to believe that you didn't get any messages on the console. Did you > try the various debug channels? [1] > > BTW: can your post your wine version and which program you try to use? > > cu, > > Stefan > > [1] http://www.winehq.org/site/docs/wineusr-guide/x509#AEN557 > > --nextPart1317751.AyjX93yDes > Content-Type: application/pgp-signature > Content-Transfer-Encoding: base64 > X-Google-AttachSize: 190
I have been running the executables from their own directories, where I put the application specific dlls. WINE seems to warn about missing system dlls though, except it has the same warning messages for any program I run. I was under the impression that WINE had the basic system dlls, or some equivalent to them, yet those are the dlls it says it cannot find. I can try to post the full output later, but it is probably over ten pages long, just for warnings, and the computer network it is running on is not hooked up to the internet. Ian Stefan Munz wrote:> Am Freitag, 9. Juni 2006 01:01 schrieb iwoloschin@gmail.com: > > Oh, I got plenty on the debug channels, but it was all warnings about > > dlls missing, and when I ran a similar program it gave all the same > > warnings about the same dlls...and ran perfectly fine (well, to the > > point of the window opening up, I didn't get a chance to test > > if Wine complains about missing dlls in most cases you will get serious > problems running your program. I suggest to post the console output and > search for the missing dlls, wether they exist and where they are located. > Maybe a simple trick helps you (if you didn't already try ;-): change to your > program directory and start it from there. > > > > functionality yet). From what I was told, there's no fundamental > > differences in the programs, though I suspect there is. > > > > I'm using WINE 0.9.2, and I do not believe I can post the program > > itself, as it's not my own program and I'm fairly certain I would not > > be allowed to release it. I can probably post whatever WINE spits out > > however, so if you know of a specific thing I should be looking for in > > the debug output let me know and I'll search through it tomorrow when > > I'm back at work. > > > > Thanks, > > Ian > > > > Stefan Munz wrote: > > > Am Donnerstag, 8. Juni 2006 20:10 schrieb iwoloschin@gmail.com: > > > > I'm attempting to use WINE to run a Windows MFC application on Fedora > > > > Core. I have a couple of different versions of the application, though > > > > to be honest, I'm not really sure of any differences in them (I'm an > > > > intern, I was handed this to do and I'm learning about the programs as > > > > I go). > > > > > > > > When running one of the executables, it just pops up a window that > > > > says: > > > > > > > > "Runtime Error! > > > > Program C:\Control\Control.exe > > > > > > > > This application has requested the runtime to terminate it in an > > > > unusual way. Please contact the application's support team for more > > > > information." > > > > > > > > Now, I've talked to the engineer who's in charge of the application, > > > > and he's got no idea what it could be, as it works fine on Windows. > > > > WINE doesn't throw any errors or give any indication of what the > > > > problem may be, which is quite frustrating, as I haven't a clue of how > > > > a program would be terminated in "an unusual way." > > > > > > it's hard to believe that you didn't get any messages on the console. Did > > > you try the various debug channels? [1] > > > > > > BTW: can your post your wine version and which program you try to use? > > > > > > cu, > > > > > > Stefan > > > > > > [1] http://www.winehq.org/site/docs/wineusr-guide/x509#AEN557 > > > > > > --nextPart1317751.AyjX93yDes > > > Content-Type: application/pgp-signature > > > Content-Transfer-Encoding: base64 > > > X-Google-AttachSize: 190 > > > > _______________________________________________ > > wine-users mailing list > > wine-users@winehq.org > > http://www.winehq.org/mailman/listinfo/wine-users > > -- > Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de > ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de > Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 > D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72 > > --nextPart1234007.AAt5lmehk4 > Content-Type: application/pgp-signature > Content-Transfer-Encoding: base64 > X-Google-AttachSize: 190