LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine COnfig File (https://www.linuxquestions.org/questions/linux-software-2/wine-config-file-313958/)

franznietzsche 04-16-2005 04:50 PM

Wine COnfig File
 
Every time i try to run wine i get this error:

wineserver: ~/.wine/config is not a valid registry file
wine: for some mysterious reason, the wine server failed to run.

I've tried the sample config file from the source code, and the one from Frank's corner that i found suggested in another thread on Wine. None of it has worked.

{BBI}Nexus{BBI} 04-16-2005 10:35 PM

What happens if you type: wine notepad

franznietzsche 04-17-2005 03:00 AM

As i said, whenever i run wine at all, it doesn't matter what program i try to run:


~/.wine/drive_c/Program Files/Common Files$ wine notepad
wineserver: /home/tcollins/.wine/config is not a valid registry file
wine: for some mysterious reason, the wine server failed to run.

{BBI}Nexus{BBI} 04-17-2005 11:57 AM

Quote:

Originally posted by franznietzsche
As i said, whenever i run wine at all, it doesn't matter what program i try to run:


~/.wine/drive_c/Program Files/Common Files$ wine notepad
If the above is what you are typing in order to run notepad, that is the incorrect method. The correct way is to simply type: wine <name of app you wish to run>.

Komakino 04-17-2005 12:09 PM

Quote:

Originally posted by {BBI}Nexus{BBI}
If the above is what you are typing in order to run notepad, that is the incorrect method. The correct way is to simply type: wine <name of app you wish to run>.
Which is exactly what he's typing...

He's just said twice that he types "wine notepad"..you tell him that's wrong and that the right way is to do exactly what you've just said is wrong!!

{BBI}Nexus{BBI} 04-17-2005 03:55 PM

Quote:

Originally posted by Komakino
Which is exactly what he's typing...

He's just said twice that he types "wine notepad"..you tell him that's wrong and that the right way is to do exactly what you've just said is wrong!!

Since when was typing ~/.wine/drive_c/Program Files/Common Files$ wine notepad (if your wine is setup correctly you don't need to specify a path) the same as typing wine notepad? I'm not querying what he types just how it's being typed.

Usage: wine PROGRAM [ARGUMENTS...] Run the specified program

franznietzsche Have you tried using WineTools to setup your wine .conf & windo$e environment?

Komakino instead of trying to pull me up about my advice being incorrect try posting the correct solution afterall that is what this user wants.

franznietzsche 04-17-2005 06:48 PM

Quote:

Originally posted by {BBI}Nexus{BBI}
If the above is what you are typing in order to run notepad, that is the incorrect method. The correct way is to simply type: wine <name of app you wish to run>.
Nice one.

Sorry to point this out, the first big chunk before the $ was the working directory. The $ was the shell prompt. wine notepad was the command.

I wasn't specifying the path. I didn't type anything before the prompt (the $). all i typed was wine notepad.

No i haven't tried winetools. but i will try that right away.

Komakino 04-17-2005 06:49 PM

Quote:

Originally posted by {BBI}Nexus{BBI}
Since when was typing ~/.wine/drive_c/Program Files/Common Files$ wine notepad (if your wine is setup correctly you don't need to specify a path) the same as typing wine notepad? I'm not querying what he types just how it's being typed.

Usage: wine PROGRAM [ARGUMENTS...] Run the specified program

franznietzsche Have you tried using WineTools to setup your wine .conf & windo$e environment?

Komakino instead of trying to pull me up about my advice being incorrect try posting the correct solution afterall that is what this user wants.

Are you slow or something? That wasn't what he was typing. Read his first post again...
"~/.wine/drive_c/Program Files/Common Files$ wine notepad" is just what he gets on his display because it includes the prompt. He even told you after the first time you asked him what happens when he runs "wine notepad" that he gets an error message. It's an error from wine, not a problem with the command he's typing. Had he actually been typing this he'd just have got "command not found" not a proper wine error message about .wine/config not being a valid registry file. It's obvious to anyone with sense that he's typing the right commands but somewhere the set up is wrong.
Now I wouldn't normally "pull you up for your advice being incorrect" but I have a low tolerance for idiots.

Don't try to be clever, it doesn't suit you.

As for the problem, I had several issues getting wine to work. Did you compile yourself or use binaries because I got better results when compiling myself. Rather than running ./configure manually though, go to the source directory and run:
tools/wineinstall
then that builds and sets it up for you automatically. I had fewer problems with configuration doing it this way.

{BBI}Nexus{BBI} 04-17-2005 09:06 PM

Quote:

Originally posted by Komakino
Now I wouldn't normally "pull you up for your advice being incorrect" but I have a low tolerance for idiots.
So you say, I think it's something much deeper than that.

As for the problem, I had several issues getting wine to work. Did you compile yourself or use binaries because I got better results when compiling myself. Rather than running ./configure manually though, go to the source directory and run:
tools/wineinstall
then that builds and sets it up for you automatically. I had fewer problems with configuration doing it this way.


That was all it took in the first place, simple!

Komakino get over yourself, you think because you patrol this forum handing out your self imposed superiority in order to claim you're quick and clever is a joke beyond belief. Get a life, you're not a teacher even though you clearly think you are. Save it for the newbs, they may give you the adulation you think you deserve.

franznietzsche 04-18-2005 12:22 AM

Quote:

Originally posted by Komakino
As for the problem, I had several issues getting wine to work. Did you compile yourself or use binaries because I got better results when compiling myself. Rather than running ./configure manually though, go to the source directory and run:
tools/wineinstall
then that builds and sets it up for you automatically. I had fewer problems with configuration doing it this way. [/B]
I installed from the .tgz file from their site. I had that thought too, compiling from source usually works better for me as well, and was just about to try that when i checked this.

franznietzsche 04-18-2005 01:07 AM

Ok, rebuiling from source fixed the problem. Thanks for the help.

Komakino 04-18-2005 12:08 PM

Quote:

Originally posted by {BBI}Nexus{BBI}

Komakino get over yourself, you think because you patrol this forum handing out your self imposed superiority in order to claim you're quick and clever is a joke beyond belief. Get a life, you're not a teacher even though you clearly think you are. Save it for the newbs, they may give you the adulation you think you deserve.

I don't patrol this forum, I come here to learn and give advice where possible, but as I say I don't like stupid questions or stupid people (or as the saying goes, "There are no stupid questions, only stupid people"). I don't believe myself to be quick or clever, nor do I seek adulation, but I have a life and I am a teacher :)

One thing's for certain, you won't make that mistake again.

{BBI}Nexus{BBI} 04-18-2005 02:29 PM

I don't patrol this forum, I come here to learn and give advice where possible

Hmm, is this why you resort to petty name calling?

but as I say I don't like stupid questions or stupid people

Nobody asked what you liked!! Considering the reply to the post was not intended for you, why did you not just post your solution and move on!

I don't believe myself to be quick or clever

I'm in complete agreement with you there

nor do I seek adulation

Your isolated opinion

but I have a life and I am a teacher :)

Wow, what a surprise, I would never have guessed that from your crass, pompous, (wannabe a) verbal bully remarks!!

One thing's for certain, you won't make that mistake again.

LOL, one thing's for certain you will.

Komakino you bore me, your assumptions regarding my intelligence bores me, you're not unique to forums, there are and will always be those who don't know it's time to take their hat off when they get home.

Why don't you trawl through all of my posts and comment on them, at the very least it will keep you out of my face for a while.

I've no interest in feeding your desire for a flame war, that's not why I joined this forum. In short teach yourself some manners or prepare to be taught.

Make your final post on this matter, your type always insist on having the last word.


Yours most disrespectfully.........

jtshaw 05-30-2005 10:39 AM

Thats enough people, since Franznietzsche has had his question answered I'm closing this hissy fit.


All times are GMT -5. The time now is 08:10 AM.