search for: pmode

Displaying 20 results from an estimated 53 matches for "pmode".

Did you mean: mode
2008 Jul 20
6
skillride and yahoo messenger quit responding
I have only tried to run these two programs. I am using wine 1.1 and whenever I try to run skillride.exe ( an online poker game) the program will start and I can select a table, but it will stop responding when I attempt to sit down at the table. Yahoo Messenger 8.1 also freezes when I attempt to log in. Thanks again.
2013 May 03
1
Regression: IDA + IDAPython not opening
...module> import os RuntimeError: unable to get file status from 'C:\Python27\Lib\os.py' I can run Python alone just fine though: $ wine 'C:\Python27\python.exe' fixme:ole:CoInitializeSecurity (0x5307a0,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored fixme:msvcrt:MSVCRT...
2009 Jul 03
1
Getting an app to run
...t/projects/hnfapmon It installed fine, but when I try to run it: Code: Unable to create socket on port 6000! fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf fixme:...
2009 Sep 02
3
voice sound like robot voice :)
...////////////////////////////////////////////////////////////// #define Cvoicecodecrawbuffersize 16 * Ckilobyte ///////////////////////////////////////////////////////////////// // // TVoiceCodec // ///////////////////////////////////////////////////////////////// TVoiceCodec::TVoiceCodec() : pMode( NULL ), pPreprocessorState( NULL ), pCodecEncoderState( NULL ), encoderQuality( 5 ), encoderComplexity( 3 ), encoderFrameSize( 0 ), encodedFrameBytes( 0 ), pCodecDecoderState( NULL ), sampleRate( VOICE_SAMPLE_RATE ), decoderFrameSize( 0 ) { //////////////////////////////////////////////////////...
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...decrawbuffersize 16 * Ckilobyte > > > > ///////////////////////////////////////////////////////////////// > > // > > // TVoiceCodec > > // > > ///////////////////////////////////////////////////////////////// > > TVoiceCodec::TVoiceCodec() : > > pMode( NULL ), > > pPreprocessorState( NULL ), > > pCodecEncoderState( NULL ), > > encoderQuality( 5 ), > > encoderComplexity( 3 ), > > encoderFrameSize( 0 ), > > encodedFrameBytes( 0 ), > > pCodecDecoderState( NULL ), > > sampleRate( VOICE_SAMPLE_RATE ), &...
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there. I am having a little trouble understanding the frame sizes chosen by the codec. testenc_uwb.c from the speex-1.0 source distribution has a framesize of 640 hardcoded and makes use of this value exclusively. However, a mode query on the actual codec returns 320 as a framesize for this mode. int tmp; speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2008 Apr 11
4
Can't run Active State perl .exe
...ot know if it is a syntax problem or if Wine does not work with it. I have tried: Code: me at pc:~/work/pager$ wine pager.exe fixme:spoolsv:serv_main (0 (nil)) Error: must specify config file me at pc:~/work/pager$ wine pager.exe ./cl fixme:spoolsv:serv_main (0 (nil)) fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf me at pc:~/work/pager$ wine ./pager.exe cl fixme:spoolsv:serv_main (0 (nil)) fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:msvcrt_fdtoh wtf me at pc:~/work/pager$ wine ./pager.exe ./cl fixme:spoolsv:serv_main (0 (nil)) fixme:msvcrt:MSVCR...
2007 Jul 05
0
RANDR1.2 and LVDS
...regp->unk830 = mode->CrtcVDisplay - 3; regp->unk834 = mode->CrtcVDisplay - 1; diff --git a/src/nv_output.c b/src/nv_output.c index 9f72fd3..558aa5c 100644 --- a/src/nv_output.c +++ b/src/nv_output.c @@ -287,6 +287,23 @@ nv_output_mode_valid(xf86OutputPtr output, DisplayModePtr pMode) return MODE_OK; } +static int +nv_output_lvds_mode_valid(xf86OutputPtr output, DisplayModePtr pMode) +{ + NVOutputPrivatePtr nv_output = output->driver_private; + + if (pMode->Flags & V_DBLSCAN) + return MODE_NO_DBLESCAN; + + if (pMode->Clock > 400000 || pMode-&g...
2005 Jan 31
0
Xilinx ISE: can't add file to project
...t of schematic, state machine or HDL (only text and edif constraints files) to a project. Versions 6.2 and 6.3 seem to allow me to add any type of file (schematic, sm, vhdl, verilog, etc). But whenever I attempt to do so, ISE crashes with the following output: ... 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 fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored err:seh:setup_exception stack overflow 84 bytes in thread 000b eip 7722599e esp 779...
2009 Sep 03
0
voice sound like robot voice :)
...////////////////// > #define Cvoicecodecrawbuffersize 16 * Ckilobyte > > ///////////////////////////////////////////////////////////////// > // > // TVoiceCodec > // > ///////////////////////////////////////////////////////////////// > TVoiceCodec::TVoiceCodec() : > pMode( NULL ), > pPreprocessorState( NULL ), > pCodecEncoderState( NULL ), > encoderQuality( 5 ), > encoderComplexity( 3 ), > encoderFrameSize( 0 ), > encodedFrameBytes( 0 ), > pCodecDecoderState( NULL ), > sampleRate( VOICE_SAMPLE_RATE ), > decoderFrameSize( 0 ) > { >...
2011 Feb 24
3
WINE limitation?
.... When I run this exe file 2 times or more simultaneously on the same machine, the open statement fails and the input file can't be open. Is there any limitation of WINE that may lead to this failure? I get the following fixme message when running the exe file, fixme:msvcrt:MSVCRT__sopen : pmode 0x01ed ignored May this fact pmode 0x01ed ignored be the reason of the failure described above? Thanks in advance for any help! S?nia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20110224/b566c902/atta...
2008 Apr 11
0
wine-users Digest, Vol 33, Issue 50 stepbridge
...s not work with it. > > I have tried: > > Code: > me at pc:~/work/pager$ wine pager.exe > fixme:spoolsv:serv_main (0 (nil)) > Error: must specify config file > me at pc:~/work/pager$ wine pager.exe ./cl > fixme:spoolsv:serv_main (0 (nil)) > fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored > fixme:msvcrt:msvcrt_fdtoh wtf > me at pc:~/work/pager$ wine ./pager.exe cl > fixme:spoolsv:serv_main (0 (nil)) > fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored > fixme:msvcrt:msvcrt_fdtoh wtf > me at pc:~/work/pager$ wine ./pager.exe ./cl > fixme:spoolsv:ser...
2016 Oct 24
2
err:seh:setup_exception stack overflow in own application
...Now I cross-compile the code using mingw 6.2.0 from openSUSE. We have a testsuite for our code with 150 complete test runs (the whole application runs with different input). Out of these about 70 fail and the most common error (40) is of this type. ERROR: RV=1 : fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored err:seh:setup_exception stack overflow 1712 bytes in thread 0026 eip 000000007bc654c9 esp 0000000000130f50 stack 0x130000-0x131000-0x330000 Any hints? Links? Apporaches to debug the stuff? It runs on openSUSE tumbleweed with wine-1.9.20 Thanks
2009 May 11
2
Zangbandtk under wine - Mouse and Saving issues
...just the program (presumable it's the menu takes the focus and is waiting for a mouse click which never registers.) I don't receive any errors when this occurs though. 2) The game is unable to save. I suspect this is tied to the error message I receive - "fixme:msvcrt:MSVCRT__sopen : pmode 0x01a4 ignored". 3) There's a third error but I don't think this one is particuarly serious - "fixme:msgack_message msg 7f (WM_GETICON) not supported yet" I'm running Ubuntu 9.04 and Wine 1.1.21. Is anyone able to help with these? In particular would the MSVCRT error be...
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
This is a way to create virtio based devices from user space. This is the background for this patch: We have some images works fine under qemu, we'd like to also run the same image on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a patch to create a virtio-vga from kernel directly: https://www.spinics.net/lists/dri-devel/msg248573.html Then I got feedback from
2020 Apr 28
5
[PATCH 0/1] Add uvirtio for testing
This is a way to create virtio based devices from user space. This is the background for this patch: We have some images works fine under qemu, we'd like to also run the same image on Google Cloud. Currently Google Cloud doesn't support virtio-vga. I had a patch to create a virtio-vga from kernel directly: https://www.spinics.net/lists/dri-devel/msg248573.html Then I got feedback from
2020 Apr 30
2
[PATCH 0/1] Add uvirtio for testing
On Wed, Apr 29, 2020 at 08:59:18PM -0700, lepton wrote: > On Wed, Apr 29, 2020 at 4:58 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > > 3) Need to be verbose on how the vring processing work in the commit log of > > > patch 1 > > > > Ecven better a file documenting the interface somewhere in > > Documentation/ > I put a uvirtio-vga.c
2002 Dec 14
2
cygwin under wine?
Is it possible to run cygwin under wine? when I do "wine setup.exe" (where setup.exe is the cygwin installer) I get through till the "downloading mirrors.lst" screen and then it hangs with these: fixme:msvcrt:MSVCRT__sopen : pmode 0x40575b94 ignored fixme:propsheet:PROPSHEET_DialogProc Unimplemented msg PSM_SETCURSELID (after a zillion of fixme:shell:MsgNotify unhandled (-12) fixme:shell:MsgNotify TVN_DELETEITEMA/W etc) this is with 20020605. thanks. PS - I am not a pervert. I just need to debug a program that works on...
2013 Apr 20
1
One tiny Windows Unicode patch
...io.h +++ b/include/share/win_utf8_io.h @@ -10,7 +10,7 @@ extern "C" { #include <stdio.h> #include <sys/stat.h> #include <stdarg.h> - +#include <windows.h> int get_utf8_argv(int *argc, char ***argv); @@ -25,6 +25,7 @@ int chmod_utf8(const char *filename, int pmode); int utime_utf8(const char *filename, struct utimbuf *times); int unlink_utf8(const char *filename); int rename_utf8(const char *oldname, const char *newname); +HANDLE WINAPI CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttrib...
2008 Oct 15
3
Help with a program to use ?
Hello, My wife use "super point de croix" for your hobbies. It's a soft witch is develop by microapplication. The installation with wine is ok. But there are two problems. One with the print function and one with a draw text function. So I want to know if I send you the message in the Konsole when I use the software it's a good feedback to update wine with this