Silly idea, but just might work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Max Barney
Level 2
Level 2
Posts: 11
Joined: Sat Jan 24, 2009 4:28 pm

Silly idea, but just might work

Post by Max Barney »

What if I copied my C:\Windows Directory from my Windows box to Wine's C:\Windows directory? Would it work any better?
John Drescher

Silly idea, but just might work

Post by John Drescher »

On Sat, Jan 24, 2009 at 4:38 PM, Max Barney <[email protected]> wrote:
What if I copied my C:\Windows Directory from my Windows box to Wine's C:\Windows directory? Would it work any better?
NO. It will definitely work worse. There are many native dlls that do
not work on wine.

John
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Silly idea, but just might work

Post by L. Rahyen »

On 2009-01-24 (Saturday) 21:38:54 Max Barney wrote:
What if I copied my C:\Windows Directory from my Windows box to Wine's
C:\Windows directory? Would it work any better?
No. Don't do this! Instead tell us what isn't working right for you and we
will try to help.
Max Barney
Level 2
Level 2
Posts: 11
Joined: Sat Jan 24, 2009 4:28 pm

Post by Max Barney »

Well I can't get Lego Racers 1 to work. It installs fine but when I try to start it, it does not work.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Silly idea, but just might work

Post by austin987 »

On Sat, Jan 24, 2009 at 4:02 PM, Max Barney <[email protected]> wrote:
Well I can't get Lego Racers 1 to work. It installs fine but when I try to start it, it does not work.





Read the sticky. Wine version? Terminal output?

--
-Austin
John Drescher

Silly idea, but just might work

Post by John Drescher »

On Sat, Jan 24, 2009 at 5:02 PM, Max Barney <[email protected]> wrote:
Well I can't get Lego Racers 1 to work. It installs fine but when I try to start it, it does not work.
1) Read the FAQ so my instructions are meaningful
2) clean your prefix
3) install your app
4) run your app in a terminal and post the text output. If it is huge
put it on pastebin and link it here.

John
Max Barney
Level 2
Level 2
Posts: 11
Joined: Sat Jan 24, 2009 4:28 pm

Post by Max Barney »

Ok, I will be back in about 30 min. Thanks guys!
msclrhd
Level 2
Level 2
Posts: 11
Joined: Sun Mar 30, 2008 2:31 pm

Post by msclrhd »

Hi,

Looking up Lego Racers in the AppDB (http://appdb.winehq.org/objectManager.p ... ngId=29508) it says that it crashes when displaying the video. Is this what you are experiencing?

The comments there suggest that you can pass a -novideo option to the application to get it working (without the videos, of course).

There is already a bug for that issue (see http://bugs.winehq.org/show_bug.cgi?id=12675, referenced from the AppDB entry).

Does this help?

- Reece
Max Barney
Level 2
Level 2
Posts: 11
Joined: Sat Jan 24, 2009 4:28 pm

Post by Max Barney »

Ok, hello everyone. I have installed Wine on a new Computer never had Wine on it before. I have added no native dll's or anything. Apparently Wine with no DLL's did not help because I did not even finish setup (got half way threw) Here is the Log from the terminal:




barney@barney-desktop:~$ cd /media/cdrom0
barney@barney-desktop:/media/cdrom0$ wine setup.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x33f290,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x11097e8,0x1109708): stub
err:dsalsa:DSDB_CreateMMAP Can't map sound device for direct access: File descriptor in bad state
fixme:dsalsa:CheckXRUN Unhandled state: 0
.DIR\_INS5576._MP: mixer.c:306: DSOUND_BufPtrDiff: Assertion `ptr2 < buflen' failed.
wine: Assertion failed at address 0xb7fab410 (thread 001a), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x7e6fc208 "time.c: TIME_cbcrst" wait timed out in thread 0019, blocked by 001a, retrying (60 sec)
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 24 116") (31)
Read the Wine Developers Guide on how to set up winedbg or another debugger
barney@barney-desktop:/media/cdrom0$ wine setup.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x33f290,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1b6928,0x1107818): stub
err:dsalsa:DSDB_CreateMMAP Can't map sound device for direct access: File descriptor in bad state
fixme:dsalsa:CheckXRUN Unhandled state: 0
.DIR\_INS5576._MP: mixer.c:306: DSOUND_BufPtrDiff: Assertion `ptr2 < buflen' failed.
wine: Assertion failed at address 0xb7f05410 (thread 001a), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 24 116") (31)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:ntdll:RtlpWaitForCriticalSection section 0x7e6f1208 "time.c: TIME_cbcrst" wait timed out in thread 0019, blocked by 001a, retrying (60 sec)
barney@barney-desktop:/media/cdrom0$







BTY:
OS = Ubuntu 8.04
Wine Version = 1.1.13


Reece: on my other computer, how do you pass a -novideo option?
James McKenzie

Silly idea, but just might work

Post by James McKenzie »

Max Barney wrote:
What if I copied my C:\Windows Directory from my Windows box to Wine's C:\Windows directory? Would it work any better?

You will break Wine and maybe few laws in the process.

This is NOT recommended for these two reasons and more.

James McKenzie
Locked