Error while enhancing a Window.

Hi experts,
        I have enhanced the component BT111S_OPPT the view Result but when I am trying to enhance the window MainWindow, it is giving me the followin two errors :-
           1> Context cannot be enhanced
           2> Generation of derivation classes failed.
When I am clicking the long text beside the first error, the following information is showing up :
      MESSAGE No. - BSP_WD_TOOLS094
       Diagnosis - The implementation of method WD_CONTEXT_CREATE, which is used to generate the context, does not match the expected code pattern. Therefore the automatic exchange of the context class is not possible.
      System Response - The enhancement is terminated.
I have searched OSS notes with the message number but found no result. Can anyone help me out of this?

Didn't help.. I just manually created the Z Class for all the controller and context node and copy pasted the code from an enhanced Window of a different component to the WD_CREATE_CONTEXT method of my Window controller class and made necessary changes to point it to the Z context class. That worked. I just not have to manually add the custom plug details in the Repository.xml from SE80 manually whenever I have to create a custom plug for this Window. I am marking this Thread as solved.

Similar Messages

  • IP Resource Errors While Building a Windows Failover Cluster on Azure

    I have setup a failover cluster in Microsoft Azure on four VMs. I have two nodes in one subnet/region, one node in another subnet/region and a final node in a third subnet/region. The cluster passed the validation wizard and was successfully built, but the
    two nodes in other subnets will not go online, reporting "Failed to bring the resource 'IP Address x.x.x.x' online".
    Azure Vnet Setup
    Vnet 1 - South Central US - 10.16.16.0/16 - Nodes 1 & 2 - Online
    Vnet 2 - West US - 10.116.16.0/16 - Node 3 - Offline
    Vnet 3 - East US - 10.216.16.0/16 - Node 4 - Offline
    All three IP Address resources are DHCP. I've attempted to make them static but they still failed while coming online. If I click "Information Details" on the error I get:
    Error code: 0x80071397
    The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
    It seems to be an issue with the way Azure DHCP works, but I'm stalled. There must be a way to get his working. What am I missing?

    Hi Michael Lapidakis,
    Starting in Windows Server 2008, a feature called an “OR dependency” was added to Failover Clustering which gave admins the ability to have nodes with a Network Name that
    could use one IP Address OR another IP Address .In a multisite cluster, it is expected that 1 IP address is offline as it is an OR relationship.
    You can refer the following related article to realize more detail settings of multi-site site cluster IP settings.
    IP Resource Errors While Building a Windows Failover Cluster on Azure
    https://social.technet.microsoft.com/Forums/en-US/ca2cbf5e-abef-4c23-9cff-7b6ca44acc23/ip-resource-errors-while-building-a-windows-failover-cluster-on-azure?forum=winserverClustering
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows Installer 4.5 Error while installing in windows 2008 32 bit

    In windows 2008 server (standard edition), i am trying to install the exchange server 2007 sp2 before that i need to install the windows installer 4.5 to install my exchange server 2007sp2, while installing the windows installer 4.5 system showing the error
    message as " Not enough storage is available to process this commend".
    If any one pls give some suggestions as soon as is appreciative.
    [email protected]
    thanks
    Shahul Hameed

    Hi,
    The error message occurs if you are trying to use a private and undocumented SetupAPI function that isn’t supported in Windows Server 2008. Please
    visit the following link for detailed information:
    Misleading error message when you install an update package in Windows
    Vista or in Windows Server 2008: "Not enough storage is available to process this command"
    Please download the right version of Windows Installer 4.5 for Windows Server 2008 x86, you can download it from the following link:
    Windows Installer 4.5
    Best Regards
    Dale
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Error while enhancing standard component CRMCMP_CND

    Hi,
    We have one requirement that Phase Id and Offer Id needs to added in the /SAPCND/GCM transaction and the same needs to be disaplay in the web ui.  So we added two fields in field catalog after that we made two implementation in /SAPCND/ROLLNAME and CRM_COND_COM_BADI.
    Now the funtionality is working fine in the GUI and in WEBUI the field is added but the F4 value is not visible in the new web ui screen.
    So I tried to enhance the standard component CRMCMP_CND, in order to retreive the F4 value help.  While selecting the context node in the standard view CondRecEditView we are getting the status message u201CError during analysis of method REATE_CONDRECORD of class L_CRMCMP_C_CONDRECEDITV0_CTXT. Message no. BSP_WD_TOOLS031u201D
    In standard view itself I am getting this error and while enhancing the component the context node is not converted in to Zclass.
    If we try to add attribute from the context node its giving error create_condrecord does not exist error.
    So I am unable to proceed further.  If any one aware how to solve this issue kindly let me know.

    Hi,
    While enhancing a view of a component only the controller (xx_IMPL) and the context class (xx_CTXT) are extended into Z classes. Context nodes (xx_CNXX) are not automatically extended. You have to do it manually only for the context node(s) you would like to modify. Indeed there is a message that appears when you select the context node but this is not the reason why the CN class is not extended.
    What you have to do is to redefine the method CREATE_CONDRECORD in class ZL_CRMCMP_C_CONDRECEDITV0_CTXT and create a new class ZL_CRMCMP_C_CONDRECEDITV0_CN00 that extends CL_CRMCMP_C_CONDRECEDITV0_CN00
    In ZL_CRMCMP_C_CONDRECEDITV0_CN00 implement method GET_V_xx for the field you want a search help on
    Regards,
    Fabian

  • Getting runtime error while enhancing the view SRQM_INCIDENT_S/incidentSRL of SRQM_INCIDENT_S UI component

    context generation failed in view SRQM_INCIDENT_S/incidentSRL of UI Component SRQM_INCIDENT_S
    an exception has occured
    exception class CX_SY_MOVE_CAST_ERROR- source type \ class- CL_SRQM_INC_INCIDENTSRL_CTXT is not compatible, for the purposes of  assignment with target type / CLASS= ZL_SRQM_INC_INCIDENTSRL_CTX
    Method : ZL_SRQM_INCIDENTSRL_IMPL=>WD_CREATE_CONTEXT..
    initialization of view SRQM_INCIDENT_S/incidentviewset of ui component SRQM_INCIDENT_S failed....
    cannot display view srqm_incidet_s/mainwindow of ui component srqm_incident_s
    the above exceptions occured while enhancing the view of SRQM_INCIDENT_S search UI Component..
    please let me know the reason...

    Hi Srinivas,
    It seems to be standard SAP Issue. Please refer to SAP Note 1488728 for fixing the issue. The note recommends to implement the below code in the generated class ZL_SRQM_INC_INCIDENTSRL_IMPL by redefining the method WD_CREATE_CONTEXT.
    METHOD wd_create_context.
      context = cl_bsp_wd_context=>get_instance(
              iv_controller = me
              iv_type = 'ZCL_SRQM_INC_INCIDENTSRL_CTXT' ).
      typed_context ?= context.
      super->wd_create_context( ).
    ENDMETHOD.
    Regards,
    Mahesh

  • BO XI 3.1 SP2 error while installing in Windows 2008 ENT Server 32 Bit

    Hi
    We have  windows 2008 enterprise edition 32 Bit SP2 , While installing  BO 3.1 SP2 we are getting the following error.
    "Some files could not be created.
    Please close all applications, reboot Windows and restart this installation."
    1.we do have enough space as well as we are installing it through administrator account.
    2.I increase the virtual memory size from 2 GB to 4 GB, still same error.
    3.we downloaded the software in two diffrent machines. We tried extracting the "exe" file in two machine but still getting the same error.
    4.We dont have any firewall connected and windows firewall is off.
    Is there BO 3.1 Sp2 is available for windows 2008 ent server 32-Bit?
    Because In the download site there is Windows Server on IA32 32-bit.
    is it the correct version?
    Please help us to solve this problem
    Thanks

    We have opened a ticket for this. After subsequent discussion with the forum support person we have installed BO Enterprise 3.1 SP2 fixed pack 2.5 on the server (Windows Server 2008 SP2). On the client side, we have also installed BO Enterprise 3.1 SP2 fixed pack 2.5 and Live Office SP2 fixed pack 2.5.
    Once we tried to use the Web Intelligence document based on OLAP Universe in excel through Live Office it gives the following error.
    "Failed to get the document information. (LO 26315)  A database error occured. The database error text is: Failed to set properties (The component Microsoft® OLE DB Provider for Analysis Services returned server error (Database 'Sales' does not exist.)). (WIS 10901)(6315)".

  • Crystal Reports 2008 runtime error while running on Windows Server X64

    I have a .NET web application compiled as X86 in Visual Studio 2008 invoking Crystal Reports 2008 SP2 that's running fine at a number of sites running Windows Server 2003 X86.</br>
    </br>
    When deploying this app to Windows Server 2008 X64 I get the error message below. </br>
    </br>
    I'm aware that there is an unanswered question similar to this already in the forum but my application is compiled for X86 and I've tryed installing a variety of run times including "crruntime_12_2_mlb.msi" and "crredist2008_x86.msi".</br>
    </br>
    What combination of compile and run time is needed to get around this issue?</br>
    </br>
    Thanks.</br>
    </br>
    </br>
    ERROR MESSAGE **.</br>
    </br>
    An error has occurred while attempting to load the Crystal Reports run time..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. .</br>
    </br>
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information..</br>
    </br>
    Source Error: .</br>
    </br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  .</br>
    </br>
    Stack Trace: .</br>
    </br>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +399.</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +218.</br>
    </br>
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.].</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0.</br>
       ChartsEnterprise.UI.GenReport.CreateReport(String reportname) +42.</br>
       System.EventHandler.Invoke(Object sender, EventArgs e) +0.</br>
       System.Web.UI.Control.OnLoad(EventArgs e) +132.</br>
       System.Web.UI.Control.LoadRecursive() +66.</br>
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean .</br>includeStagesAfterAsyncPoint) +2428.</br>
    Edited by: PSernz on Mar 25, 2010 3:58 AM

    What combination of compile and run time is needed to get around this issue?
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki. I think I may not have that wiki updated up to FP2.5, so the FP2.5 msm is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975182010E/cr2008fp25_mm.zip
    msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975312010E/cr2008fp25_redist.zip
    Check the version of the CR assemblies referenced in your project. The use the wiki above to deploy the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Error while installation of windows 8

    Hi friends,
    i have MSI FX400 pre-loaded with windows 7 Home Premium 64 bit. now I want to upgrade to windows 8. While i boot with windows 8 USB boot able image it gives system crash error and gets restart.
    After so much surfing  i found a tool to check win8 compatibility, which says your system firmware does not support secure boot hence you cant install win 8 in your machine 
      Amazingly before release i installed win 8 developer edition in the same machine and it was working awesome...
    Can any one help me for the same?
    My current firmware in 1481.411 & BIOS is 1481-105.
    I tried to find the update of the same but no success till now.

    Hi,
    thanks to the steps of the webpage you have posted I´ve seen the code of the error in the log of my computer:
    error 0x80073D0A: when trying to install the package XXXXXXXX, the system couldn´t register the extension windows.repositoryExtension owing to the next error: The package couldn´t be installed because the service "Firewall of Windows" is
    not running. Enable the service "Firewall of Windows" and try again.
    It matches with one of the codes of your link.
    I think this question should be fixed. I (and I suppose much more people) already have a Firewall different than Microsofts´one and I want to have access to the Windows Store running only my "third-part firewall". Having two Firewalls running is a waste
    of resources.
    Regards.

  • [SOLVED]Error while installing a windows game(Witcher 2) in wine 1.4

    I'm using arch linux 64 bit with wine 1.4.
    and Was installing witcher 2 from dvd rom and the installer crashed at the very end.
    The error was with ISBEW64.exe
    this is the details of the error
    Unhandled exception: page fault on read access to 0x00000007 in 64-bit code (0x00007f0f1c10d96c).
    Register dump:
    rip:00007f0f1c10d96c rsp:000000000023f7c0 rbp:000000000002f7f0 eflags:00010246 ( R- -- I Z- -P- )
    rax:0000000000000000 rbx:0000000000000007 rcx:0000000000000007 rdx:00000000000100b0
    rsi:0000000000000000 rdi:00000000000400f0 r8:00000000000100e8 r9:0000000000000000 r10:0000000000000000
    r11:0000000000000029 r12:0000000000000000 r13:000000000002f730 r14:000000000003f950 r15:0000000000000000
    Stack dump:
    0x000000000023f7c0: 0000000000202020 0000000000000000
    0x000000000023f7d0: ffffffffffffffff ffffffffffffffff
    0x000000000023f7e0: 2020202020202020 2020202020202020
    0x000000000023f7f0: 0000000000202020 0000000000000000
    0x000000000023f800: ffffffffffffffff ffffffffffffffff
    0x000000000023f810: 0000000000202020 0000000000000000
    0x000000000023f820: 00ffffffffffffff ff00000000ff0000
    0x000000000023f830: 0000000000000000 0000000000000000
    0x000000000023f840: 0000000000000000 0000000000000000
    0x000000000023f850: 0000000000000000 0000000000000000
    0x000000000023f860: 0000000000000000 0000000000000000
    0x000000000023f870: 0000000000000000 0000000000000000
    Backtrace:
    =>0 0x00007f0f1c10d96c VariantClear+0xdc() in oleaut32 (0x000000000002f7f0)
    1 0x00007f0f1c0ee735 in oleaut32 (+0x3e734) (0x000000000002f7f0)
    2 0x00007f0f1c0e82a5 in oleaut32 (+0x382a4) (0x0000000000000000)
    3 0x000000014000139c in isbew64 (+0x139b) (0x0000000000000063)
    4 0x0000000140001fb6 in isbew64 (+0x1fb5) (0x0000000000000063)
    5 0x0000000140007cca in isbew64 (+0x7cc9) (0x0000000140007d18)
    6 0x000000007b870aa4 in kernel32 (+0x50aa3) (0x0000000140007d18)
    7 0x00007f0f1e85601b call_thread_func+0x6a() in ntdll (0x00007fff9c86c490)
    8 0x00007f0f1e84f786 RtlRaiseException+0x7d() in ntdll (0x00007fff9c86c490)
    9 0x00007f0f1e8216c6 in ntdll (+0x416c5) (0x00007fff9c86c490)
    10 0x00007f0f1f2b1173 wine_call_on_stack+0x12() in libwine.so.1 (0x00007fff9c86c490)
    11 0x00007f0f1f2b11c9 wine_switch_to_stack+0x8() in libwine.so.1 (0x00007fffffbef000)
    12 0x00007f0f1e827490 LdrInitializeThunk+0x45f() in ntdll (0x00007fffffbef000)
    13 0x000000007b877015 __wine_kernel_init+0x904() in kernel32 (0x00007fff9c86d320)
    14 0x00007f0f1e827df4 __wine_process_init+0x273() in ntdll (0x0000000000000400)
    15 0x00007f0f1f2af0f5 wine_init+0x294() in libwine.so.1 (0x0000000000000400)
    16 0x000000007bf00cc1 main+0x80() in <wine-loader> (0x0000000000000003)
    17 0x00007f0f1ece238d __libc_start_main+0xec() in libc.so.6 (0x0000000000000000)
    18 0x000000007bf00dbd _start+0x28() in <wine-loader> (0x0000000000000000)
    0x00007f0f1c10d96c VariantClear+0xdc in oleaut32: movzwl (%rbx),%eax
    Modules:
    Module Address Debug info Name (62 modules)
    ELF 7b800000- 7bc41000 Dwarf kernel32<elf>
    \-PE 7b820000- 7bc41000 \ kernel32
    ELF 7be00000- 7c103000 Dwarf <wine-loader>
    PE 140000000- 14001d000 Export isbew64
    ELF 7f0f18b92000- 7f0f18dcb000 Deferred uxtheme<elf>
    \-PE 7f0f18ba0000- 7f0f18dcb000 \ uxtheme
    ELF 7f0f18dcb000- 7f0f18fd2000 Deferred libxfixes.so.3
    ELF 7f0f18fd2000- 7f0f191dc000 Deferred libxcursor.so.1
    ELF 7f0f192d4000- 7f0f194fe000 Deferred libexpat.so.1
    ELF 7f0f194fe000- 7f0f19734000 Deferred libfontconfig.so.1
    ELF 7f0f19734000- 7f0f19944000 Deferred libxi.so.6
    ELF 7f0f19944000- 7f0f19b47000 Deferred libxcomposite.so.1
    ELF 7f0f19b47000- 7f0f19d50000 Deferred libxrandr.so.2
    ELF 7f0f19d50000- 7f0f19f5b000 Deferred libxrender.so.1
    ELF 7f0f19f5b000- 7f0f1a161000 Deferred libxxf86vm.so.1
    ELF 7f0f1a161000- 7f0f1a364000 Deferred libxinerama.so.1
    ELF 7f0f1a364000- 7f0f1a58b000 Deferred imm32<elf>
    \-PE 7f0f1a370000- 7f0f1a58b000 \ imm32
    ELF 7f0f1a58b000- 7f0f1a791000 Deferred libxdmcp.so.6
    ELF 7f0f1a791000- 7f0f1a995000 Deferred libxau.so.6
    ELF 7f0f1a995000- 7f0f1abb0000 Deferred libxcb.so.1
    ELF 7f0f1abb0000- 7f0f1adb5000 Deferred libuuid.so.1
    ELF 7f0f1adb5000- 7f0f1afd1000 Deferred libice.so.6
    ELF 7f0f1afd1000- 7f0f1b30d000 Deferred libx11.so.6
    ELF 7f0f1b30d000- 7f0f1b520000 Deferred libxext.so.6
    ELF 7f0f1b520000- 7f0f1b728000 Deferred libsm.so.6
    ELF 7f0f1b728000- 7f0f1b9ca000 Deferred winex11<elf>
    \-PE 7f0f1b740000- 7f0f1b9ca000 \ winex11
    ELF 7f0f1b9ca000- 7f0f1bbda000 Deferred libbz2.so.1.0
    ELF 7f0f1bbda000- 7f0f1bdf0000 Deferred libz.so.1
    ELF 7f0f1bdf0000- 7f0f1c08e000 Deferred libfreetype.so.6
    ELF 7f0f1c08e000- 7f0f1c3d4000 Dwarf oleaut32<elf>
    \-PE 7f0f1c0b0000- 7f0f1c3d4000 \ oleaut32
    ELF 7f0f1c3d4000- 7f0f1c751000 Deferred ole32<elf>
    \-PE 7f0f1c400000- 7f0f1c751000 \ ole32
    ELF 7f0f1c751000- 7f0f1ca50000 Deferred comctl32<elf>
    \-PE 7f0f1c760000- 7f0f1ca50000 \ comctl32
    ELF 7f0f1ca50000- 7f0f1cce0000 Deferred shlwapi<elf>
    \-PE 7f0f1ca60000- 7f0f1cce0000 \ shlwapi
    ELF 7f0f1cce0000- 7f0f1d13b000 Deferred shell32<elf>
    \-PE 7f0f1cd00000- 7f0f1d13b000 \ shell32
    ELF 7f0f1d13b000- 7f0f1d354000 Deferred version<elf>
    \-PE 7f0f1d140000- 7f0f1d354000 \ version
    ELF 7f0f1d354000- 7f0f1d645000 Deferred gdi32<elf>
    \-PE 7f0f1d370000- 7f0f1d645000 \ gdi32
    ELF 7f0f1d645000- 7f0f1d9df000 Deferred user32<elf>
    \-PE 7f0f1d660000- 7f0f1d9df000 \ user32
    ELF 7f0f1d9df000- 7f0f1dc5e000 Deferred advapi32<elf>
    \-PE 7f0f1d9f0000- 7f0f1dc5e000 \ advapi32
    ELF 7f0f1dc5e000- 7f0f1def0000 Deferred rpcrt4<elf>
    \-PE 7f0f1dc70000- 7f0f1def0000 \ rpcrt4
    ELF 7f0f1def0000- 7f0f1e0fd000 Deferred libnss_files.so.2
    ELF 7f0f1e2c2000- 7f0f1e4d8000 Deferred libgcc_s.so.1
    ELF 7f0f1e4d8000- 7f0f1e7cc000 Deferred libm.so.6
    ELF 7f0f1e7cc000- 7f0f1eaba000 Dwarf ntdll<elf>
    \-PE 7f0f1e7e0000- 7f0f1eaba000 \ ntdll
    ELF 7f0f1eabd000- 7f0f1ecc1000 Deferred libdl.so.2
    ELF 7f0f1ecc1000- 7f0f1f062000 Dwarf libc.so.6
    ELF 7f0f1f063000- 7f0f1f27f000 Deferred libpthread.so.0
    ELF 7f0f1f2a7000- 7f0f1f5d9000 Dwarf libwine.so.1
    ELF 7f0f1f5da000- 7f0f1f7fd000 Deferred ld-linux-x86-64.so.2
    ELF 7fff9c9ff000- 7fff9ca00000 Deferred [vdso].so
    Threads:
    process tid prio (all id:s are in hex)
    0000000e services.exe
    0000001f 0
    0000001e 0
    00000015 0
    00000010 0
    0000000f 0
    00000012 winedevice.exe
    0000001c 0
    00000019 0
    00000014 0
    00000013 0
    0000001a plugplay.exe
    00000020 0
    0000001d 0
    0000001b 0
    0000002c rpcss.exe
    00000009 0
    00000026 0
    00000032 0
    00000031 0
    00000030 0
    0000002e 0
    0000002d 0
    00000041 explorer.exe
    00000017 0
    00000043 (D) C:\users\ebs\Temp\{43B73120-0931-47A3-9D74-0EB39F7926A3}\ISBEW64.exe
    00000049 0
    0000003f 0
    00000045 0
    0000003b 0 <==
    System information:
    Wine build: wine-1.4
    Platform: x86_64
    Host system: Linux
    Host version: 3.2.9-1-ARCH
    How can I fix this error and play witcher 2?
    Any help is highly appreciated
    Last edited by ebshankar (2012-03-16 13:11:04)

    Kaustic wrote:
    Edit: Btw, you should have left this thread as [SOLVED] and created a new thread for the new problem. Please read: https://wiki.archlinux.org/index.php/Fo … ow_to_Post
    Edit2: This problem might not have anything to do with mouse sensitivity and may just be a bug in Wine or the Game, however it's worth a try to eliminate the possibility. (Wine had a similar issue with CS:S and erratic mouse movement (just jumpy) and was patched (wine 1.3.35 to 1.3.36 iirc))
    Righto,
    So your mouse is either "PS/2 Generic Mouse" or "OM". Whichever it is we'll only be paying attention to the id=#.
    Before I start, I'll assume that you've turned off mouse acceleration, which is ideal for games. You also might have to tweak these settings to find a happy medium.
    I'm also assuming that device 16 is your mouse (PS/2 Generic Mouse).
    My idea is to temporarily lower the mouse sensitivity when you launch the game, and then return it to default when you close the game.
    Firstly list current properties for your mouse, make note of the numbers in the parentheses. Most of the options are self explanatory.
    $ xinput --list-props 16
    [snip]
    Device Accel Profile (252): 0 #Change this to "-1" to completely disable acceleration
    Device Accel Constant Deceleration (253): 1.000000
    Device Accel Adaptive Deceleration (254): 1.000000
    Device Accel Velocity Scaling (255): 10.000000
    [snip]
    Disable mouse acceleration (I have this set by default)
    $ xinput --set-prop 16 "Device Accel Profile" -1
    # Or, if you paid attention to the number in parentheses, you can use:
    $ xinput --set-prop 16 252 -1 # less typing
    To lower your mouse sensitivity, simply do
    $ xinput --set-prop 16 "Device Accel Constant Deceleration" 4 #The higher the slower
    # Or
    $ xinput --set-prop 16 253 4
    Then you simply use a bit of shell script to launch your game (e.g.
    # cd to dir of game's .exe | lower mouse sens | launch game | restore mouse sens to default
    cd ~/.wine_rack/witcher_2/drive_c/The\ Witcher\ 2/bin; xinput --set-prop 16 253 4; WINEPREFIX=~/.wine_rack/witcher_2 WINEDEBUG=-all wine witcher2.exe; xinput --set-prop 16 253 1
    This solution is a little hacky but it should work
    You can probably find out more on your own from here on out, good luck with it.
    (My personal solution to mouse issues was to just disable mouse acceleration, it's fine for me.)
    I actually thought about creating a new thread but momentarily felt I had to write here itself because everything regarding troubleshooting witcher 2 will be here.
    your solution did decrease the mouse sensitivity but, the mouse continues to be jumpy in the game while moving it from left to right or top to bottom.
    Witcher 2 has a mouse emulator built in and some ppl(even windows users) have experienced this problem but for most of them, editing this file called 'user.ini' and setting smoothness = 0 worked. But not for me. Strangely many ppl playing witcher 2 in wine didn't experience this problem at all.
    I think this can be a bug in witcher 2 which can make only some models of mice jumpy.
    I also have an 'enter gamepad' and the game doesn't support it but one joystick works very smoothly (unlike the mouse) so presently I'm searching online for ways to get the gamepad working with the game
    Last edited by ebshankar (2012-03-16 08:53:54)

  • Gettig "Record has been modified" error while opening a window

    Hi,
    I have a window 'A' and window 'B'. On click of a button from 'A' window 'B' is opened. There are 3 fields in the window 'B' and these 3 fields are the part of the query which gets executed in window 'A'.
    Now on click of the button I am executing a proc which is setting window 'B' field values again.After this when you open the window 'B' it gives the error saying "Record has been modified". I tried giving commit_form after setting the fields but still it throws the error.
    Please advice on this.
    Thank you

    Deepak Jambhekar wrote:
    Hi,
    I have a window 'A' and window 'B'. On click of a button from 'A' window 'B' is opened. There are 3 fields in the window 'B' and these 3 fields are the part of the query which gets executed in window 'A'.
    Now on click of the button I am executing a proc which is setting window 'B' field values again.After this when you open the window 'B' it gives the error saying "Record has been modified". I tried giving commit_form after setting the fields but still it throws the error.
    Please advice on this.Just add
    EXECUTE_QUERY;after the commit_form;
    Hope this works..
    Hamid

  • Error while enhancing logistics datasource ????

    Hi Friends,
        I am trying to enhance one of the Logictics D/S (2LIS_02_SCL) and when I try to append the extract structure I get the following error....
        "DataSource 2LIS_02_SCL does not allow append structures??"
    Early input would be greatly appreciated ......
    Note: I get the same error for other D/S also (HDR, SCN,ITM etc)
    Thanks,
    Andy

    Hi Andy,
       Goto Tcode : RSA5 or 6 take extact structure name(double click on datasource).
       Now goto TCode : SE11 -->> input extract structure name -->> Disply -->> Chose enhace.
    Hope it Helps
    Srini

  • Error while enhancing the Extract structure in LBWE

    Hi All,
    When I am trying to change the extract structure os logistic extractors in LBWE, it is giving me an error saying "Entries for application 11 still exist in the extraction queue".
    Below is my scenario:
    I have 3 clients in the same R/3 system, Client 010, 020 and 030.
    Clients 020 and 030 are connected to my BW system. Client 010 will be used for all development while test loads can be done from clients either 020 or 030. Till now, I have tested my data flows only from client 030. Now, I have to add some extra field to the structure in LBWE but facing the above mentioned error.
    I went into LBWQ in both the client 020 and 030 and deleted the queue and then tried to change the extract structure in client 010 but still the same error.
    What else do I need to do to resolve this?
    Thanks,
    RPK.

    Hi Raki,
    We are still in development phase. I did all my developments(R/3) in client 010. Till now I did only full loads to BW from client 030 and haven't done any loads from client 020. My BW system is also connected to another sandbox client 100 but I haven't done any loads from that client aswell.
    As I have to add some extra fields to the extractor from LBWE, I did the follwing steps in R/3:
    1) I have deleted the setup tables from client 010, 020 and 030.
    2) Deleted the data from LBWQ from clients 010, 020 and 030.
    3) Trying to change the extract structure by clicking on "Maintenance" for the extractor in Client 010.
    At this point it is throwing an error.
    I thought that the client 100 might be a problem as I have transfer rules created in my BW system from this source system as well. As I do not need this source system anymore, I have deleted it from BW and tried changing the structure in LBWE but still the same problem.
    Any ideas would be highly appreciated.
    Thanks,
    RPK.

  • Getting error while submitting application (Windows Phone 8.1 Silver Light Application).The native API api-ms-win-core-synch-l1-2-0.dll:OpenEventA() isn't allowed in assembly . The Assembly is WindowsPhoneSilverLight 8.1 Runtime Component.

    1028: The native API api-ms-win-core-synch-l1-2-0.dll:OpenEventA() isn’t allowed in assembly AnylyncRuntimeComponent.dll.
    Update it and then try again. 
    1028: The native API api-ms-win-core-synch-l1-2-0.dll:CreateEventA() isn’t allowed in assembly AnylyncRuntimeComponent.dll.
    Update it and then try again.
     1028: The native API api-ms-win-core-synch-l1-2-0.dll:CreateEventExA() isn’t allowed in assembly AnylyncRuntimeComponent.dll.
    Update it and then try again.
     Can please help to fix this issue . 

    Are you calling OpenEventA, CreateEventA, or CreateEventExA? Those look like legitimate errors: OpenEventA, CreateEventA,
    and CreateEventExA are not supported in Windows Store or Windows Phone apps. OpenEventW and CreateEventExW are allowed so you can use those instead.
    And is this a Windows Store app or a Windows Phone Silverlight app? You gave different details on StackOverflow than you
    do here.

  • Error while enhancing a view for bt115qh_slsq

    Hello
    Iam unable to enhance a view for bt115qh_slsq component.
    When i right click a view and click Enhance. It throws an error stating that "Choose a change request with target system C07".
    Please someone provide me a solution.

    Hello,
    you may try the following: please go to se03 -> "Find Request". Input the        
      request and find it. Double-click the request to change the target     
      system or related settings.                                            
    Regards,
    Gerhard

  • Exchange 2010 SP3 Installation Failed. - Error While Locating Source (Windows Installer)

    Hey Guys,
    Urgent question here:  I was trying to install SP3 for Exchange 2010. Unfortunately it failed on the install (all pre-requisites checked and passed). The problem: Windows Installer couldn't find a the exchangeserver.msi file. This happened immediately
    after setup stopped the services.
    I tried re-downloading the service pack and reinstalling, I got the same error. Anytime I selected the file using browse it failed and re-prompted me.
    Error:
    "click ok to try again or enter an alternate path to a folder containing the installation package "exchangeserver.msi" in the box below"
    So here is what I did:
    1) I reset all the services to automatic (the same way as before)
    2) Rebooted the server
    3) All Service started
    4) DAG replication is working
    I am going to work on figuring out how to fix the issue, however will this be a problem? will there be any data corruption? am I safe to let the server sit until I can open a ticket (if needed) ?
    Thanks,
    Robert
    Robert

    Hi,
    Thank you for your question.
    In order to resolve it, we could click the Browse button in the dialog box, locate the ExchangeServer.msi file, and then click OK
    to continue the installation. The ExchangeServer.msi file is located on the Exchange Server 2010 installation media。
    There are a referred link for us:
    https://support.microsoft.com/en-us/kb/2888399
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

Maybe you are looking for