Search found 6598 matches

by vitamin
Sat Sep 08, 2012 5:07 pm
Forum: Linux
Topic: Installation in SLED 11 SP2
Replies: 2
Views: 1880

Re: Installation in SLED 11 SP2

32-bit Wine needs 32-bit libraries. Yours is 64-bit.
by vitamin
Wed Sep 05, 2012 7:48 am
Forum: Linux
Topic: How to resolve path to to file for CLI application?
Replies: 2
Views: 1621

Re: How to resolve path to to file for CLI application?

wvxvw wrote:What is the way to pass the path to adl.exe so that it be able find it?
Use http://wiki.winehq.org/winepath when in doubt.

Example:

Code: Select all

[~]$wine winepath -w .
Z:\home\vitaliy\.
by vitamin
Wed Sep 05, 2012 7:27 am
Forum: Linux
Topic: How to control a process under Wine?
Replies: 11
Views: 7149

Re: How to control a process under Wine?

Can I find a good description somethere? Sure: http://source.winehq.org/git/wine.git/tree I'm actually speaking about a game. Which one? XSendEvent seems to be ideal, but looks like Wine ignores messages sent this way. It might work for keyboard but not for mouse. Wine uses XInput which provides ra...
by vitamin
Tue Sep 04, 2012 7:35 am
Forum: Linux
Topic: CS 1.6 in widescreen
Replies: 12
Views: 23477

Re: CS 1.6 in widescreen

Have you tried adding these options to CS 1.6?:

Code: Select all

-fullscreen -w 1366 -h 768
Alternatively try this:

Code: Select all

-window -noborder -w 1366 -h 768
by vitamin
Tue Sep 04, 2012 7:30 am
Forum: Linux
Topic: libOSMesa 32-bit development files?
Replies: 12
Views: 11175

Re: libOSMesa 32-bit development files?

Mesa-7.11-11.4.2.x86_64
by vitamin
Tue Sep 04, 2012 7:29 am
Forum: Linux
Topic: problem compiling wine 1.5.11
Replies: 10
Views: 5240

Re: problem compiling wine 1.5.11

by vitamin
Mon Sep 03, 2012 7:17 pm
Forum: Linux
Topic: Wine en Ubuntu Rock-Solid funciona?
Replies: 3
Views: 2067

Re: Wine en Ubuntu Rock-Solid funciona?

This is English forum. Please post in English.
by vitamin
Mon Sep 03, 2012 7:15 pm
Forum: Linux
Topic: RTL in pdf xchange \ foxit
Replies: 4
Views: 2662

Re: RTL in pdf xchange \ foxit

Submit a bug in bugzilla. I'm not sure how good RTL support in Wine now days. There was a lot of work put into this earlier this year.
BTW you did not specify Wine version. If it's not the latest (1.5.12 released 2 days ago) - upgrade.
by vitamin
Mon Sep 03, 2012 7:12 pm
Forum: Linux
Topic: CS 1.6 in widescreen
Replies: 12
Views: 23477

Re: CS 1.6 in widescreen

Does CS 1.6 even support such resolution on Windows?
by vitamin
Mon Sep 03, 2012 11:32 am
Forum: Linux
Topic: CS 1.6 in widescreen
Replies: 12
Views: 23477

Re: CS 1.6 in widescreen

Then use command line options for CS to tell it what width & height you want.
by vitamin
Mon Sep 03, 2012 10:33 am
Forum: Linux
Topic: Segmentation fault in preloader.c
Replies: 6
Views: 3490

Re: Segmentation fault in preloader.c

Please install debug symbols id you haven't already, and use winedbg to get the full backtrace:

Code: Select all

winedbg notepad
by vitamin
Mon Sep 03, 2012 10:30 am
Forum: Linux
Topic: Train Simulator 2012
Replies: 3
Views: 2469

Re: Train Simulator 2012

I'm not so sure you are running in 32-bit mode. A lot of dlls are loaded in address space above 2 GB. And some are loaded in upper 1GB. This should never happen for 32-bit configuration.
by vitamin
Mon Sep 03, 2012 10:24 am
Forum: Linux
Topic: CS 1.6 in widescreen
Replies: 12
Views: 23477

Re: CS 1.6 in widescreen

Enable virtual desktop mode and set it's size to your monitor resolution.
by vitamin
Sun Sep 02, 2012 6:00 am
Forum: Linux
Topic: Trying to install TestComplete9
Replies: 3
Views: 2696

Re: Trying to install TestComplete9

Next time please put your logs inside "code" block. And try not to paste the output into terminal.... =>0 0x005adf59 in hardlock.sys (+0x6df59) (0x0053e708) =>0 0x005981b6 in aksfridge.sys (+0x581b6) (0x0053e978) These are USB dongle drivers. Is your program uses one? If not, use fresh win...
by vitamin
Sun Sep 02, 2012 5:49 am
Forum: Linux
Topic: Train Simulator 2012
Replies: 3
Views: 2469

Re: Train Simulator 2012

Two things to try:
1. Use enable virtual desktop in winecfg
2. Reinstall steam into 32-bit only wineprefix.
by vitamin
Sat Sep 01, 2012 12:20 pm
Forum: Linux
Topic: RTL in pdf xchange \ foxit
Replies: 4
Views: 2662

Re: RTL in pdf xchange \ foxit

Please repost your reply. It became a collateral damage in fight with spam...
by vitamin
Sat Sep 01, 2012 12:16 pm
Forum: Linux
Topic: libOSMesa 32-bit development files?
Replies: 12
Views: 11175

Re: libOSMesa 32-bit development files?

I think you have a bad libOSMesa.so. Mine has all exports with exception of two with word "tls". As for gstreamer - it's tricky. You need 32-bit glib2 installed. And instruct pkgconfig to use 32-bit version of libraries via export PKG_CONFIG_PATH=/usr/lib32/pkgconfig; ./configure &&...
by vitamin
Sat Sep 01, 2012 12:06 pm
Forum: Linux
Topic: Trying to install TestComplete9
Replies: 3
Views: 2696

Re: Trying to install TestComplete9

Please post complete terminal output as a text.
by vitamin
Sat Sep 01, 2012 12:04 pm
Forum: Linux
Topic: Need winedbg to output to a log file
Replies: 1
Views: 1403

Re: Need winedbg to output to a log file

What exactly are you trying to do with winedbg? If you just want to save everything Wine outputs then you should do this:
http://wiki.winehq.org/FAQ#get_log

First I'd suggest you run Wine as a regular user and never as root. Second make sure nothing is overheating (CPU, GPU, memory).
by vitamin
Sat Sep 01, 2012 12:00 pm
Forum: Linux
Topic: Segmentation fault in preloader.c
Replies: 6
Views: 3490

Re: Segmentation fault in preloader.c

Make sure you installing 32-bit opengl libraries correctly. They are part of the driver.
by vitamin
Sat Sep 01, 2012 11:58 am
Forum: Linux
Topic: RTL in pdf xchange \ foxit
Replies: 4
Views: 2662

Re: RTL in pdf xchange \ foxit

Wine's font's don't have Hebrew glyph that's why you can't see anything. Try installing some windows fonts (either via distro or using winetricks).
by vitamin
Thu Aug 30, 2012 9:35 pm
Forum: Linux
Topic: Segmentation fault in preloader.c
Replies: 6
Views: 3490

Re: Segmentation fault in preloader.c

Most of the time this is caused by corrupt video drivers. Reinstall them.
by vitamin
Thu Aug 30, 2012 7:39 am
Forum: Linux
Topic: Forums and Wiki need to be updated...
Replies: 4
Views: 2797

Re: Forums and Wiki need to be updated...

Obviously you can't "update" posts on forum. But Wiki - have at it. Anyone can create an account and contribute.
by vitamin
Thu Aug 30, 2012 7:37 am
Forum: Linux
Topic: problem compiling wine 1.5.11
Replies: 10
Views: 5240

Re: problem compiling wine 1.5.11

Doesn't look like any of those packages are 32-bit.
by vitamin
Wed Aug 29, 2012 7:56 am
Forum: Linux
Topic: How to control a process under Wine?
Replies: 11
Views: 7149

Re: How to control a process under Wine?

For example memory of a process running in Wine can surely be read from /proc. Yes of course. But what good will it do it you don't know what's there? Wine only creates X windows for top level windows, not each individual control. So you can't send mouse/keyboard events that way. Or rather it will ...