Application: Friend Blaster Pro 10.0.1
Download Link: http://www.addnewfriends.com/download/f ... 10_0_1.zip
Wine Version: 0.9.61
OS: Ubuntu 8.04 Hardy
Kernel: 2.6.24-16-generic
Laptop: HP DV9220us 1.6 Dual Core, 2gb Ram, GeFrorce Go 7600
I tried running $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1 and it appears to do nothing, unless the text file it's supposed to produce is hidden somewhere I haven't looked.
I can install the program and I can register a myspace profile with it but when I click continue I get "run-time error 445 object doesn't support this action"
I'm not sure what's the next thing to try or settings to change. Please help!
I tried running $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1 and it appears to do nothing, unless the text file it's supposed to produce is hidden somewhere I haven't looked.
I can install the program and I can register a myspace profile with it but when I click continue I get "run-time error 445 object doesn't support this action"
I'm not sure what's the next thing to try or settings to change.
For one it would be nice to see that /tmp/log.txt file.
Yes that would be nice but as stated above I need help finding it. Tried searching tmp folder by going to browse C drive>windows>tmp after running $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1
When I enter $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1 it does not load any display any extra text and just looks ready to take another comand.
richandcreamy wrote:Yes that would be nice but as stated above I need help finding it. Tried searching tmp folder by going to browse C drive>windows>tmp after running $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1
When I enter $ wine friendblasterpro.exe &> /tmp/log.txt 2>&1 it does not load any display any extra text and just looks ready to take another comand.
Because that command is not entirely correct. It should be
Yes that would be nice but as stated above I need help finding it. Tried searching tmp folder by going to browse C drive>windows>tmp after running
$ wine friendblasterpro.exe &> /tmp/log.txt 2>&1
As Vitamin noted, you have one extra ampersand in that line, should be
$ wine friendblasterpro.exe > /tmp/log.txt 2>&1
Also, you're looking in the wrong tmp folder! You looked in the Windows
one, you need to look in the Unix one. (If you're using a Windows app
in Wine to look for the text file, you would browse to Z:\tmp to find it.)
I tried erasing the $ because there's already one displayed within terminal and I got this:
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
wine: could not load L"C:\\windows\\system32\\friendblasterpro.exe": Module not found
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
On Tue, May 6, 2008 at 10:00 AM, richandcreamy
<[email protected]> wrote:
I tried erasing the $ because there's already one displayed within terminal and I got this:
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
wine: could not load L"C:\\windows\\system32\\friendblasterpro.exe": Module not found
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
wine: could not load L"C:\\windows\\system32\\friendblasterpro.exe": Module not found
preloader: Warning: failed to reserve range 00000000-00010000
preloader: Warning: failed to reserve range 00000000-00010000
exe is sitting on my desktop this is what I did in terminal exactly
richandcreamy@richandcreamy-laptop:~$ cd /home/richandcreamy/Desktop
richandcreamy@richandcreamy-laptop:~/Desktop$ wine friendblasterpro.exe > log.txt 2>&1
richandcreamy wrote:Well I feel like a major dunce. I confused the setup exe for the program exe I have a launcher on my desktop not the exe. sigh my bad guys.
(wait is launcher and exe the same thing? no right?)
I can get as far as /proc/7776/fd/3/drive_c/ but then it says Program Files doesn't exist?
Well no that path is not correct. Your home directory is "$HOME" or "~" for short. You can use auto completion in the terminal. Start typing the path, then hit [tab]. So you type:
We just had a break through! ok program loads now.
Tried to use a function and it told me to send an error report. I'll send their company a log and then poke around the program some more. First sleep, then I'll update the application database too
What did I do exactly to change the configuration to get pass the original error? I think I need to add that to the wine database.
On Wed, May 7, 2008 at 9:47 AM, richandcreamy <[email protected]> wrote:
We just had a break through! ok program loads now.
Tried to use a function and it told me to send an error report. I'll send their company a log and then poke around the program some more. First sleep, then I'll update the application database too
What did I do exactly to change the configuration to get pass the original error? I think I need to add that to the wine database.
Nothing as far as I can tell, you just cleaned out whatever other
attempts you had made...