[Bug 19887] New: Specific application failing to load and run after installation
http://bugs.winehq.org/show_bug.cgi?id=19887 Summary: Specific application failing to load and run after installation Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jim.hitch(a)englishlanguageservices.co.uk Created an attachment (id=23337) --> (http://bugs.winehq.org/attachment.cgi?id=23337) warn+all output I posted this issue here http://forum.winehq.org/viewtopic.php?p=30532#30532 and it was suggested I open a bug report here. An application I have used on other machines installs on my new machine, but does not load to run. The application in the UK HMRC Employers CD ROM. When I click to run the application, nothing happens beyond mouse cursor movement to suggest the application is loading. After sometime the application fails to load and the computer returns to its previous state with no adverse effects. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-08-30 05:14:21 --- does it work if you use Wine 1.1.28? Wine 1.0.0 was released over a year ago. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-31 12:14:43 --- Please don't attach warn+all, it's almost never useful. Attach the console output with no WINEDEBUG flags set instead, and with a more recent version as Jeff suggested. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Specific application |Python application failing |failing to load and run |to load and run after |after installation |installation --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-31 19:26:57 --- (In reply to comment #2)
Please don't attach warn+all, it's almost never useful. If you read forum you'll see I asked him to do that. And if you take a look at the log all you'll see that's not "warn" is two lines: fixme:powrprof:DllMain (0x7dea0000, 1, (nil)) not fully implemented fixme:powrprof:DllMain (0x7dea0000, 0, 0x1) not fully implemented
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #4 from Jim Hitch <jim.hitch(a)englishlanguageservices.co.uk> 2009-09-01 12:01:52 --- Hi Have upgraded using to 1.1.28 using the appropriate Ubuntu Deb package. Application still not working from the menus which use env WINEPREFIX="/home/jim/.wine" wine "C:\Program Files\HMRC\Employer CD-ROM 2009\EmployerCDROM.exe" But right clicking on the .exe and selecting 'open with wine' now works. Haven't tested the stability, but is looking good so far. Do you want me to attach anything for you to have a look at? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-09-01 21:25:00 --- (In reply to comment #4)
env WINEPREFIX="/home/jim/.wine" wine "C:\Program Files\HMRC\Employer CD-ROM 2009\EmployerCDROM.exe" Have you changed your CWD to the directory specified in the .desktop file?
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #6 from Jim Hitch <jim.hitch(a)englishlanguageservices.co.uk> 2009-09-02 01:39:17 --- (In reply to comment #5)
Have you changed your CWD to the directory specified in the .desktop file?
What do you mean by 'CWD'? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 --- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-09-02 04:10:29 --- (In reply to comment #6)
(In reply to comment #5)
Have you changed your CWD to the directory specified in the .desktop file?
What do you mean by 'CWD'?
Current working directory, as pointed out in the Wine FAQ to run an application you must 'cd' to the install directory or the working directory the .desktop file sets otherwise you are not running it by the same method as you would on Windows. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 Jim Hitch <jim.hitch(a)englishlanguageservices.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Jim Hitch <jim.hitch(a)englishlanguageservices.co.uk> 2009-09-03 04:48:13 --- (In reply to comment #7)
(In reply to comment #6)
(In reply to comment #5)
Have you changed your CWD to the directory specified in the .desktop file?
What do you mean by 'CWD'?
Current working directory, as pointed out in the Wine FAQ to run an application you must 'cd' to the install directory or the working directory the .desktop file sets otherwise you are not running it by the same method as you would on Windows.
The 'work path' in the link what wrong, it was pointing to 'dosdevices' rather than 'C:'. All working now. Thanks for all the help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-09-03 05:25:10 --- Invalid then. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19887 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-09-03 05:25:34 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org