Hi, I am new to wine and i am trying to run a exe that I built with visual studio. I am gettings some fixmes and err messages. My general questions is: How should I proceed to solve these problems. Should I be using wintricks to install missing libraries (i already used it to install a version of vcrun). How do I determine which libs and components are missing based on the message that I have? Then I have some specific questions about the fixme and err messages that I am getting. is it ok to ask about them here on this forum? One that I am getting often -- and looks like a file io issue is this: fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\... Thanks
slord wrote:> How do I determine which libs and components are missing based on the message that I have?You wrote the program you should what it's using. slord wrote:> Then I have some specific questions about the fixme and err messages that I am getting. is it ok to ask about them here on this forum?Yes, that's what this forum is for. If the output is big, post it on some pastebin and drop the link here.
Hi, Good point, I should know what is needed since I wrote it. I often have this problem with windows apps I write. But I think the main issue in this case is that I am using an SDK which in turn is probably using other components that I am not aware of. This is what I have done so far: 1. I installed the sdk under wine on my target machine, so I assume everything needed for the app I write will be there. 2. I then wrote a command line, c++ app using visual studio and the SDK on a windows machine 3. I copied the exe to target machine and ran it from command line $ wine myapp Later, I Installed vcrun2005 with winetricks, that helped Now I get this set of errors. http://pastebin.com/AqHT9i0Q Thanks in advance for any help or hints on how to proceed.
Hi, I believe it is more or less working, but: 1. The programs do not return to the command line (when running under wine) 2. It creates an output file but does not write the data to the output file Any ideas why these conditions might occur or suggestions on how to debug this sort of problem? Thanks for your help so far
Hi, I am now getting some partial success followed by an error in a message box. This only occurs when I run for the first time after rebooting the server. Subsequently there is a silent failure.
hey guys, how do you post images. I did read the direction in the FAQ and that left me more confusted. I have picture of many of the Norther mines that i really like to post. Thanks
hey guys, how do you post images. I did read the direction in the FAQ and that left me more confusted. I have picture of many of the Norther mines that i really like to post. Thanks Ashley Madison scam (http://ashleymadisonscam.org/)
slord wrote:> > http://pastebin.com/nSevzpQ0 >You could try winetricks nocrashdialog that might get a stack dump. And/or run with the environment variable WINEDEBUG set, e.g. WINEDEBUG=+relay,+seh wine foo.exe > log 2>&1 but that will slow you down a lot. Sometimes WINEDEBUG=warn+heap wine foo.exe > log 2>&1 is informative (if it avoids the crash, or crashes earlier, or shows heap warnings).
slord wrote:> Hi, > > Thanks for the link. I did run across some similar postings -- but did not see the whole thread. I have installed many of the same things mentioned there -- none seem to make a difference. Its is hard or me to be sure now without starting from scratch. > > winetricks vcrun2005, did help. > > I do think it nearly works. I am just not getting anything written to the output file. > > So there are 2 programs > 1. create a user http://pastebin.com/AqHT9i0Q > 2. process a file http://pastebin.com/x1E3YbuC > > #1 seems to work, I assumed it was not because of all of the errors and since it never returned to the command line prompt > > I have included a log for #2 now. It also has same problem of not returning to command prompt. #2 runs and uses significant CPU resources for a period of time -- but it produces an empty output file (file is created in pwd but is of size=0) > > I am using wine-1.3.15 on Ubuntu 10.04. My test server is running in a VM.Thanks you for the post.
The earlier pastebin is what happens when I run first time after reboot. These are the errors I get when I run again. It is repeatable. The CPU is being used for a period of time, so I suspect it is working. But it hangs on command line and does not write anything to the output file. http://pastebin.com/Na5Avq8D