glass bounces up and down then stops

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

glass bounces up and down then stops

Post by randogrulz »

and nothing happens. i run mandriva spring2008.1 i have downloaded limewire and squeezebox duet and i cant get them to run. any suggestions?
thanks
randog
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: glass bounces up and down then stops

Post by dimesio »

randogrulz wrote:and nothing happens. i run mandriva spring2008.1 i have downloaded limewire and squeezebox duet and i cant get them to run. any suggestions?
thanks
randog
The FAQ has lots of useful information.
http://wiki.winehq.org/FAQ#head-8ca0ddc ... a5eba7dab2
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

here is what i got

Post by randogrulz »

when i went into a shell i did wine(SqueezeCenter).exe
this is what it said
bash: syntax error near unexpected token `SqueezeCenter'
can you explain that to me? please?
thanks
randog
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: here is what i got

Post by vitamin »

randogrulz wrote:when i went into a shell i did wine(SqueezeCenter).exe
this is what it said
bash: syntax error near unexpected token `SqueezeCenter'
can you explain that to me? please?
thanks
randog
Command "wine(SqueezeCenter).exe" is incorrect. Check the name of the file and try again.
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

Post by randogrulz »

here is where i got it from
http://wiki.winehq.org/FAQ#head-8ca0ddc ... a5eba7dab2

and this is what i did from the wiki


2.1. When I double-click on a .exe file in my File Manager, nothing happens.

Note: If you can, start applications by clicking on the application's icon in the Applications / Wine menu or desktop instead. Double-clicking .exe's is typically only needed for applications that aren't installed yet, e.g. to run the setup.exe on a cd-rom game, or a downloaded installer.

If double-clicking doesn't work, you might need to right-click the file and choose "Run with Wine". It depends on your file manager. If that also doesn't work, contact whoever built your wine packages and complain.

You can work around this problem by using the command line instead of your File Manager. To do this, open a terminal window, navigate to the folder where your application is, and run it by typing wine (program).exe. Running wine in this fashion will also let you see Wine's debugging log. This may not be the friendliest way to use Wine, but at the moment it is the most effective, and it's how wine developers usually do it.

I just tried it does wine SqueezeCenter exe in my acct (not root this time) and this is what it said

wine: could not load L"C:\\windows\\system32\\SqueezeCenter.exe": Module not found
James McKenzie

glass bounces up and down then stops

Post by James McKenzie »

randogrulz wrote:
here is where i got it from
http://wiki.winehq.org/FAQ#head-8ca0ddc ... a5eba7dab2

and this is what i did from the wiki


2.1. When I double-click on a .exe file in my File Manager, nothing happens.

Note: If you can, start applications by clicking on the application's icon in the Applications / Wine menu or desktop instead. Double-clicking .exe's is typically only needed for applications that aren't installed yet, e.g. to run the setup.exe on a cd-rom game, or a downloaded installer.

If double-clicking doesn't work, you might need to right-click the file and choose "Run with Wine". It depends on your file manager. If that also doesn't work, contact whoever built your wine packages and complain.

You can work around this problem by using the command line instead of your File Manager. To do this, open a terminal window, navigate to the folder where your application is, and run it by typing wine (program).exe. Running wine in this fashion will also let you see Wine's debugging log. This may not be the friendliest way to use Wine, but at the moment it is the most effective, and it's how wine developers usually do it.

I just tried it does wine SqueezeCenter exe in my acct (not root this time) and this is what it said

What you need to do is this in terminal

cd <location of executable you want to run>
wine <name of executable>.exe (yes that is dot exe without the space)

You should get a bunch of output to the screen and your program should
run. Also, please look in the applications database (AppDb) and see if
anyone has been successful in running your particular executable and if
any workarounds are needed to do so.

wine: could not load L"C:\\windows\\system32\\SqueezeCenter.exe": Module not found


This means that wine could not find the executable. Please run it from
the directory the program was installed into.

James McKenzie
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

Post by randogrulz »

[randy@randy ~]$ locate squeezecenter.exe
/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe
/home/randy/Download/wine/wine/SqueezeCenter/server/squeezecenter.exe
/home/randy/squeeze box center etc/SqueezeCenter/server/squeezecenter.exe
[randy@randy ~]$ cd/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe
bash: cd/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe: No such file or directory
[randy@randy ~]$ cd squeezecenter.exe
bash: cd: squeezecenter.exe: No such file or directory
[randy@randy ~]$ cd<squeezecenter.exe>
bash: syntax error near unexpected token `newline'
[randy@randy ~]$ cd<squeezecenter.exe>wine<squeezecenter>.exe
bash: squeezecenter.exe: No such file or directory


also a question when the wine glass jumps up and down that is good? then it disappears and nothing happens?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

randogrulz wrote:[randy@randy ~]$ locate squeezecenter.exe
/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe
/home/randy/Download/wine/wine/SqueezeCenter/server/squeezecenter.exe
/home/randy/squeeze box center etc/SqueezeCenter/server/squeezecenter.exe
[randy@randy ~]$ cd/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe
bash: cd/home/randy/Documents/usr/SqueezeCenter/server/squeezecenter.exe: No such file or directory
[randy@randy ~]$ cd squeezecenter.exe
bash: cd: squeezecenter.exe: No such file or directory
[randy@randy ~]$ cd<squeezecenter.exe>
bash: syntax error near unexpected token `newline'
[randy@randy ~]$ cd<squeezecenter.exe>wine<squeezecenter>.exe
bash: squeezecenter.exe: No such file or directory
An executable is not a directory.

Did you ever actually install this app?
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

Post by randogrulz »

jsut tried it again and this is what i got this time its long (sorry)

[randy@randy ~]$ cd /home/randy/Documents/usr/SqueezeCenter/server
[randy@randy server]$ wine squeezecenter.exe
fixme:advapi:RegisterEventSourceA ((null),"Application"): stub
fixme:advapi:RegisterEventSourceW (L"",L"Application"): stub
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
Use of uninitialized value in concatenation (.) or string at /<Z:\home\randy\Doc
uments\usr\SqueezeCenter\server\squeezecenter.exe>Net/DNS/Resolver/Win32.pm line
46.
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
Z:\home\randy\DOCU~OWL\usr\SQUE~TXG\server\Bin\MSWI~YEQ\mysqld.exe: Can't read d
ir of '\home\randy\tmp\' (Errcode: 2)
fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x33ecfc,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x1211e8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x33f638,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x1218a0,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x33f644,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc0000064,(nil),0x0001,0x00
000000,0x1218a0,(nil)): stub
err:eventlog:ReportEventW L"TCP/IP, --shared-memory, or --named-pipe should be c
onfigured on NT OS\r\n\r\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc0000064,(nil),0x0001,0x00 000000,0x33f638,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc0000064,(nil),0x0001,0x00 000000,0x1218a0,(nil)): stub
err:eventlog:ReportEventW L"Aborting\n\r\n\r\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00 000000,0x33f62c,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00 000000,0x120dc8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
[08-09-18 12:38:58.4707] Slim::Utils::MySQLHelper::createSystemTables (433) FATA L: Couldn't connect to database: [Can't connect to MySQL server on '127.0.0.1' ( 10061)]
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
rmtree failed: Directory not empty
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
[randy@randy server]$


yea i had downloaded it a couple of times
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Is "squeezecenter.exe" this app: http://www.slimdevices.com/pi_features.html ?
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

Post by randogrulz »

yes it is
the total package I have is called squeezebox duet
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

randogrulz wrote:yes it is
the total package I have is called squeezebox duet
Why the hell then are you installing a windows version?
randogrulz
Level 1
Level 1
Posts: 7
Joined: Tue Sep 09, 2008 3:21 pm

Post by randogrulz »

because i havent been able to get it working on mandriva so the next thing is windows (wine)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Their Linux support forum has a thread about getting it to work under Mandriva 2008.1, which is what you say you use, and the steps to achieve that look pretty simple: http://forums.slimdevices.com/showthrea ... 174&page=3

I also suggest you spend some time learning how to use your OS. It's quite obvious from this thread that you don't have a clue about some very basic things, and until you learn them, you're going to have trouble getting anything to work.
Locked