Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

[HOWTO] Get Joost running with wine

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
43 posts
  • Previous
  • 1
  • 2
Author
Message
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Thu Jun 14, 2007 10:17 am

Yep, looks like some people got this... The real question is "What is common on your systems ?" so I can edit main post to add a "Not working on.."
I smell something like same arch (x64 ?) or gfx card

When entering the debug, doing a "where" could be nice to see what caused the problem or if you can put a full trace somewhere on the net (WINEDEBUG=all)...
Top
PARENA
Guru
Guru
User avatar
Posts: 349
Joined: Mon Jan 06, 2003 4:49 pm

  • Quote

Post by PARENA » Fri Jun 15, 2007 6:46 am

I'll see if I can find out anything later on, when I'm at home tonight.
AMD64 X2 3800+ | ASUS M2N-E | 3G Kingston DDR2 | 1T Maxtor SATA | 250G Maxtor IDE | 250G Maxtor SATA | ASUS EN7800GT silent
Top
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

  • Quote

Post by vipernicus » Fri Jun 15, 2007 4:20 pm

Doesn't this have something to do with not using a 3/1G Memory Setup?
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Top
PARENA
Guru
Guru
User avatar
Posts: 349
Joined: Mon Jan 06, 2003 4:49 pm

  • Quote

Post by PARENA » Fri Jun 15, 2007 10:03 pm

What do you mean by "3/1G Memory Setup"?
AMD64 X2 3800+ | ASUS M2N-E | 3G Kingston DDR2 | 1T Maxtor SATA | 250G Maxtor IDE | 250G Maxtor SATA | ASUS EN7800GT silent
Top
Inodoro_Pereyra
Advocate
Advocate
User avatar
Posts: 2632
Joined: Fri Nov 03, 2006 4:56 pm
Location: En la otra punta del cable
Contact:
Contact Inodoro_Pereyra
Website

  • Quote

Post by Inodoro_Pereyra » Fri Jun 22, 2007 7:08 pm

Code: Select all

wine: Unhandled page fault on execute access to 0x00348be7 at address 0x348be7 (thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x348be7
Same issues here, did anybody found a solution yet? I think is something related to running wine in a 64 bits enviroment since it doesn`t fail at all when im in 32 bits gentoo, same computer, same setup using this guide.
Are all of you with this page fault runinng 64 bits?

Regards.
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Top
ConsoleQcCa
n00b
n00b
Posts: 19
Joined: Mon Feb 07, 2005 4:02 pm

  • Quote

Post by ConsoleQcCa » Fri Jun 29, 2007 2:01 am

Same page fault problem here and I have a Core 2 Duo running Gentoo in 64bits. And the same procedure had worked yesterday on my laptop running 32bits archLinux.
Top
ConsoleQcCa
n00b
n00b
Posts: 19
Joined: Mon Feb 07, 2005 4:02 pm

  • Quote

Post by ConsoleQcCa » Fri Jun 29, 2007 4:03 pm

I've got around the page fault in 64bits arch, but got a blank once the video started. So, I will dig a little more !

Here what I did. First, I went with the "chroot" solution, by installing a 32bits linux inside my 64bits installation. It worked, but my soundcare wasn't detected, so I couldn't go anyfuther with Joost. And then, I figure out that I should simply compile Wine in 32bits. So, I did a new compile, but add some flags to "./configure":

Code: Select all

./configure CFLAGS="-march=i686 -O3 -pipe" CXXFLAGS="-march=i686 -O3 -pipe" LDFLAGS="-march=i686 -O3 -pipe" CXX="-march=i686 -O3 -pipe" --prefix=/opt/kumbayo32 --x-libraries=/usr/lib32/
NOTE: I changed the kumbayo prefix to "kumbayo32", so be aware ! You will have to change your launch script for Joost to reflect that change.

Once I did that, Joost launched, I sign in, see the starting screen, and when the introduction video launched, I got sound, but no video. So, I will try to get around this problem to, if someone can help, it would be very nice !!!

See ya !
Xor
Top
pijalu
Guru
Guru
User avatar
Posts: 365
Joined: Mon Oct 04, 2004 10:43 am

  • Quote

Post by pijalu » Fri Jun 29, 2007 4:55 pm

ConsoleQcCa wrote:I've got around the page fault in 64bits arch, but got a blank once the video started. So, I will dig a little more !
<snip/>
Thx, I just updated the first post :-)
Top
ConsoleQcCa
n00b
n00b
Posts: 19
Joined: Mon Feb 07, 2005 4:02 pm

  • Quote

Post by ConsoleQcCa » Fri Jun 29, 2007 6:37 pm

I've googled a little bit, and I red somewhere that the "black screen" may have to do with my propriatary nVidia drivers. So, maybe the opensource version, or the latest beta drivers from nVidia may works. I will try it ... hoping I will not mess up my system :P I'll give feedback about it as soon as I got result !

Glad that I could help pijaiu !!!

[Few minutes later]

It works with the latest nVdiai drivers (BETA).

But now, my problem is that it is very laggy ... someone else had that problem ?

See ya !
Xor
Top
bernieb
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 119
Joined: Mon Apr 21, 2003 11:38 pm

  • Quote

Post by bernieb » Sun Jul 01, 2007 6:40 pm

Can you give us more details about how you got it working?

I tried with the latest nvidia beta drivers (100.14.09) and the kumbayo wine, and I still am getting the black login screen.

I also tried the latest wine version, 0.9.40, but that still gave me the "Attempt to initialize the CRT more than once." error message.

What versions did you have success with?
Top
ConsoleQcCa
n00b
n00b
Posts: 19
Joined: Mon Feb 07, 2005 4:02 pm

  • Quote

Post by ConsoleQcCa » Sun Jul 01, 2007 7:04 pm

bernieb wrote:Can you give us more details about how you got it working?
I used the latest kambayo version (May 23rd). But I don't think that it's why you got the blackscreen.

One I manually installed the latest nVidia BETA driver (http://www.nvidia.com/object/linux_disp ... 14.06.html), I've restarted my computer (since just relaunching the module didn't worked for me), and then, I've got rid of the black screen.

If you did all that and still have the blackscreen, maybe check if the latest nVidia drivers are really loaded (good version). But else, I couldn't tell you more, it worked for me as soon as I've installed the nVidia drivers.

Hope you will get it to work !

Have a nice day !
Xor
Top
Inodoro_Pereyra
Advocate
Advocate
User avatar
Posts: 2632
Joined: Fri Nov 03, 2006 4:56 pm
Location: En la otra punta del cable
Contact:
Contact Inodoro_Pereyra
Website

  • Quote

Post by Inodoro_Pereyra » Mon Jul 16, 2007 1:18 am

Regarding the wine: Unhandled page fault on execute access in 64 bits Gentoo i just found the solution. Everything goes fine when you pass noexec=off noexec32=off to the kernel before booting.
Hope it helps.

Now i can roun Joost fine until passed the login screen, im stuck with the blank screen and i found i cant upgrade the nvidia drivers because the newest beta version does not support my gpu :(

Thats enough Joost for me. I cant (and i dont want) to buy a new vga card, so im going to have an eye on this post until someone get rid of the blank screen...

Regards.
Mi Blog.

Si no fuera por C, estaríamos escribiendo programas en BASI, PASAL y OBOL.
Top
Oni92
Apprentice
Apprentice
User avatar
Posts: 247
Joined: Tue Jun 01, 2004 11:38 am
Contact:
Contact Oni92
Website

  • Quote

Post by Oni92 » Fri Aug 10, 2007 12:41 am

Hi,
Since I update Joost to the version 0.11, I can't run this with kumbayo version of wine (the last update of repository date at 17 July) and I have this error :

Code: Select all

wine: Call from 0xdd99c8 to unimplemented function USER32.dll.RegisterRawInputDevices, aborting
With the version 0.10.9 of Joost, the program ran almost perfectly
:cry:
Top
Nirtal
n00b
n00b
Posts: 5
Joined: Sat Nov 18, 2006 11:36 am

  • Quote

Post by Nirtal » Sat Aug 18, 2007 4:16 pm

Oni92 wrote:Hi,
Since I update Joost to the version 0.11, I can't run this with kumbayo version of wine (the last update of repository date at 17 July) and I have this error :

Code: Select all

wine: Call from 0xdd99c8 to unimplemented function USER32.dll.RegisterRawInputDevices, aborting
With the version 0.10.9 of Joost, the program ran almost perfectly
:cry:
I got the same problem
Top
asy
n00b
n00b
Posts: 2
Joined: Sun Sep 16, 2007 4:54 am

cannot find -lXext kumbayo snapshot

  • Quote

Post by asy » Sun Sep 16, 2007 5:16 am

i compile from tarball kumbayo in 64 bit ubuntu . i get an error :

/usr/bin/ld: skipping incompatible /usr/lib//libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib//libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/home/asy/wine-src/kumbayo/kumbayo/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/home/asy/wine-src/kumbayo/kumbayo/dlls'
make: *** [dlls] Error 2

Help me
Top
asy
n00b
n00b
Posts: 2
Joined: Sun Sep 16, 2007 4:54 am

http://wiki.winehq.org/WineOn64bit

  • Quote

Post by asy » Tue Sep 18, 2007 12:14 am

i apply link library from
http://wiki.winehq.org/WineOn64bit

version 0.39 kumbayo build now

but no Joost run.
Top
share2006
n00b
n00b
Posts: 1
Joined: Mon Apr 21, 2008 7:28 pm

joost

  • Quote

Post by share2006 » Mon Apr 21, 2008 7:35 pm

export PATH=/opt/kumbayo/bin/:$PATH
~ $ export WINEPREFIX=~/.winejoost
~ $ cd .winejoost/drive_c/Program\ Files/Joost/
~/.winejoost/drive_c/Program Files/Joost $ /opt/kumbayo/bin/wine ./xulrunner/tvprunner.exe application.ini
fixme:keyboard:BlockInput (1): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x7ca30948, overlapped 0x7ca3092c): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f628, uiNumDevices=1, cbSize=12) stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f224, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ed70, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e8f4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33eb0c, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e658, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f238, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f0c8, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f028, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f0c8, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33efd0, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ea08, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ddf0, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33dca4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33dff8, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f098, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:winsock:_remap_optname Unknown optname 10, can't remap!
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e83c, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e3cc, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f0c8, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f028, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 128 for AC_SRC_ALPHA
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:shell:DllCanUnloadNow stub
reuben@Akasha ~/.winejoost/drive_c/Program Files/Joost $ /opt/kumbayo/bin/winecfg
reuben@Akasha ~/.winejoost/drive_c/Program Files/Joost $ /opt/kumbayo/bin/winecfg
reuben@Akasha ~/.winejoost/drive_c/Program Files/Joost $ /opt/kumbayo/bin/wine ./xulrunner/tvprunner.exe application.ini
fixme:keyboard:BlockInput (1): stub
fixme:iphlpapi:NotifyAddrChange (Handle 0x7ca2d948, overlapped 0x7ca2d92c): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f628, uiNumDevices=1, cbSize=12) stub!
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f224, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ed70, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e8f4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33eb0c, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e658, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f238, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f0c8, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f028, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f0c8, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33efd0, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ea08, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ddf0, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e4a4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33dca4, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33dff8, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f098, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33f094, uiNumDevices=1, cbSize=12) stub!
fixme:winsock:_remap_optname Unknown optname 10, can't remap!
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e83c, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33e3cc, uiNumDevices=1, cbSize=12) stub!
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ed34, uiNumDevices=1, cbSize=12) stub!
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x33ec94, uiNumDevices=1, cbSize=12) stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 128 for AC_SRC_ALPHA
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:font:ExtTextOutW flags ETO_NUMERICSLOCAL | ETO_NUMERICSLATIN | ETO_PDY unimplemented
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 128 for AC_SRC_ALPHA
fixme:shell:DllCanUnloadNow stub


crash
Top
seqizz
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Jan 14, 2008 8:04 pm

:\

  • Quote

Post by seqizz » Sun May 11, 2008 12:30 am

just waiting with full cpu..

ALSA lib conf.c:3952:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
fixme:mixer:ALSA_MixerInit Should have found 1 channel for 'Master', but instead found 0
fixme:iphlpapi:NotifyAddrChange (Handle 0x7c7b7968, overlapped 0x7c7b794c): stub
fixme:keyboard:BlockInput (1): stub

after the oss selection in winecfg:

fixme:iphlpapi:NotifyAddrChange (Handle 0x7c88d968, overlapped 0x7c88d94c): stub
fixme:keyboard:BlockInput (1): stub


still waiting :)
Top
Post Reply

43 posts
  • Previous
  • 1
  • 2

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy