[Bug 4516] Program ISIS Draw halts at startup with "ChangeIniFilePrivileges - GetFileSecurity should have failed"
http://bugs.winehq.org/show_bug.cgi?id=4516 xerox_xerox2000(a)yahoo.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mdl.com/downloads | |/ Keywords| |download, regression ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 06:13 ------- There's a no-fee version from the website above (have to fill in a few data). mikael: could you please do a regression test? Using git is the simplest: http://wiki.winehq.org/GitWine?highlight=%28git%29 I'll try to summarize the page a bit as it contains _a_ lot of info: 1. get git from http://wiki.winehq.org/GitWine?highlight=%28git%29 2. Unpack it and do make && make install (no configure needed) 3. It installs in ~/bin so if necessary add that to your PATH: export PATH=$PATH:~/bin 4. Do: git clone http://source.winehq.org/git/wine.git wine-git cd ~/bin/wine-git 5. Do: git-bisect start git-bisect good wine-20041019 /* your good wine-versio */ git-bisect bad wine-20041201 /* your bad wine-version */ 6. ./configure && make depend && make 7. Run the app ./wine "c:\test.exe" (Do not forget the heading "./" before the wine command!!! (as i did, and i was starting my newest wine version...)) 8.if the app is ok: git-bisect good if not: git-bisect bad 9. Back to step 6 and keep repeating this until you found the patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs