Emulation [RELEASE] Cemu - Wii U emulator

  • Thread starter Exzap
  • Start date
  • Views 7,209,225
  • Replies 21,664
  • Likes 284

t65xwing

Well-Known Member
Newcomer
Joined
Dec 11, 2015
Messages
50
Trophies
0
Age
30
XP
166
Country
Netherlands
My cemu not working

Stop.

The emulator is a work in progress. Whining about Intel support when there are already pages upon pages in this thread of people complaining about the lack of Intel GPU support isn't going to help anything. It doesn't work, it may never work. Come back in a year.
 

Miguel Gomez

Well-Known Member
Member
Joined
Jan 10, 2016
Messages
2,867
Trophies
0
Age
25
Location
Planet Earth
XP
1,530
Country
I useing Intel gpu
Exact specs. Not the processor.
Version of the PC?
GPU? To find GPU, search dxdiag on your PC Search Bar and then Display(or Render).
OS?
Welp. I realized that Intel is the worst when it comes to gaming and hard programs. So yeah. Sorry m8. But you better wait for so long or buy a Graphic Card(which is cheaper than a laptop).

So as Decaf Wii U which no one has released a build version(by that, I mean the program is already build and ready to use). Just only their GIT.
 
Last edited by Miguel Gomez,
  • Like
Reactions: TsukiyoX

t65xwing

Well-Known Member
Newcomer
Joined
Dec 11, 2015
Messages
50
Trophies
0
Age
30
XP
166
Country
Netherlands
@Exzap I'm having some serious Memory Leak issues with 1.3.2 of Cemu. Cemu uses all 16GB of my RAM sometimes. Is there any sort of log I can send you that might help in tracking down the problem?
 

Exzap

Well-Known Member
OP
Member
Joined
Sep 19, 2015
Messages
154
Trophies
0
XP
1,570
Country
Netherlands
@Exzap I'm having some serious Memory Leak issues with 1.3.2 of Cemu. Cemu uses all 16GB of my RAM sometimes. Is there any sort of log I can send you that might help in tracking down the problem?
What game(s) and how quick does RAM consumption rise per minute? Does it happen everytime for the same game or is it random? AMD or NVIDIA gpu? Are you 100% sure the issue didn't exist in Cemu 1.3.1?
 

t65xwing

Well-Known Member
Newcomer
Joined
Dec 11, 2015
Messages
50
Trophies
0
Age
30
XP
166
Country
Netherlands
What game(s) and how quick does RAM consumption rise per minute? Does it happen everytime for the same game or is it random? AMD or NVIDIA gpu? Are you 100% sure the issue didn't exist in Cemu 1.3.1?

Nvidia GTX 780ti. Driver version 361.43
Happens 100% of the time with Taiko no Tatsujin (.rpx) and Super Smash Bros U (.wux USA). RAM usage once booting the game is complete rises at 1 GB a second, until it crashes my pc, or I shut down Cemu before it reaches the cap.
This did not occur in 1.3.1. (I just tested it to make certain. Taiko no Tatsujin stays at under 1 GB RAM usage)
 
Last edited by t65xwing,

Aiscrim

Well-Known Member
Newcomer
Joined
May 26, 2013
Messages
78
Trophies
0
Age
37
Location
Fortaleza, Brazil
XP
223
Country
Brazil
Code:
OnExit handle_exit

  Gui,  +AlwaysOnTop  +Owner +Resize +ToolWindow ; window for the dock
  Gui, Show, NoActivate w400 h400 x300 y50 , PrintScreen
  zoom = 4
  antialize = 1
  delay = 100
  Gui, Add, Text, x340 y12 w80  vdelay2

  WinGet PrintScreenID, id  ,PrintScreen  ;
  WinSet, Transparent , 254, PrintScreen

  ;retrieve the unique ID number (HWND/handle) of that window
  WinGet, PrintSourceID, id

  hotkey , +$LButton    , click_through

  toolbar_def:=35
  toolbar := toolbar_def
  follow := 1

  hdd_frame := DllCall( "GetDC", UInt, PrintSourceID )
  hdc_frame := DllCall( "GetDC", UInt, PrintScreenID )

  hdc_buffer := DllCall("gdi32.dll\CreateCompatibleDC", UInt,  hdc_frame)  ; buffer
  hbm_buffer := DllCall("gdi32.dll\CreateCompatibleBitmap", UInt,hdc_frame, Int,A_ScreenWidth, Int,A_ScreenHeight)

  WinSet Region,, PrintScreen
  toolbar := -32 ; height of window title
  GuiControl, Hide, zoom

  Gosub, Repaint
return

click_through:
    if follow = 1
    {
      Gui, Hide
      Send, {Click}
      SetTimer, Repaint , Off
      Gui, Show
      SetTimer, Repaint, %delay%
    }
Return

Repaint:

   CoordMode, Mouse, Screen              
   MouseGetPos, mouse_x, mouse_y             ;  position of mouse
   start_x = 1150
   start_y = 110
   Gui, Submit, NoHide                       ; needed to read the dropdown and slidervalue
   GuiControl,, delay2 , delay %delay% ms
   WinGetPos, wx, wy, ww, wh , PrintScreen

   wh2 := wh - toolbar

    DllCall( "gdi32.dll\SetStretchBltMode", "uint", hdc_frame, "int", 4 * antialize )  ; Halftone better quality with stretch
 
    DllCall("gdi32.dll\StretchBlt", UInt,hdc_frame, Int,0, Int,toolbar, Int,ww, Int,wh - toolbar
          , UInt,hdd_frame, Int
          , start_x-(ww / 2 / zoom)
          , Int,start_y -( wh2 / 2/zoom), Int,ww / zoom, Int,wh2 / zoom ,UInt,0xCC0020) ; SRCCOPY
 
  SetTimer, Repaint , %delay%
Return

GuiClose:
handle_exit:
   DllCall("gdi32.dll\DeleteObject", UInt,hbm_buffer)
   DllCall("gdi32.dll\DeleteDC", UInt,hdc_frame )
   DllCall("gdi32.dll\DeleteDC", UInt,hdd_frame )
   DllCall("gdi32.dll\DeleteDC", UInt,hdc_buffer)
ExitApp

Just posting the latest version of my AHK script for Intel GPU users. I know it's quite assumed here that Intel users should just go and buy a new machine, but that doesn't stop me from trying. XD
 
Last edited by Aiscrim,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • OmDRetro @ OmDRetro:
    @Xdqwerty HM...

    If the cat girl leaves, my kokoro dies a little.

    If I piss off the cat grill friend, I get no food and he's likely to grill me.

    There's just no winning here 😂
    +1
  • Xdqwerty @ Xdqwerty:
    @OmDRetro, good point
  • RedColoredStars @ RedColoredStars:
    Anyone play Little Kitty, Big City?
  • RedColoredStars @ RedColoredStars:
    My kitty was watching me play. <3 <3 <3
  • RedColoredStars @ RedColoredStars:
    its a game that came out a few days ago. Its on Game Pass too.
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, but what is the game about?
  • SylverReZ @ SylverReZ:
    @RedColoredStars, Never heard of it. Any good?
  • RedColoredStars @ RedColoredStars:
    You control a kitten. You fall out the window and have to make your way back home. Solve some light puzzles, do cat things like knock stuff over and steal things, trip people up when theyre walking, pounce on birds, complete goals/tasks etc. in the process of getting back to your home.
    +1
  • RedColoredStars @ RedColoredStars:
    I think ones enjoyment would depend on how much a person loves cats. :)
    +1
  • RedColoredStars @ RedColoredStars:
    Theres my kitty watching me play.
  • SylverReZ @ SylverReZ:
    @RedColoredStars, I'm a cat person so this game must be for me. :D
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, sounds kinda neat
  • RedColoredStars @ RedColoredStars:
    @SylverReZ It's short but adorable imo. Im a HUGE cat lover.Can be completed in a couple of hours if just going for the main goals. But can be stretched out a good deal by exploring and doing everything there is to do and see.
    +2
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, like a cat gta?
  • SylverReZ @ SylverReZ:
    @RedColoredStars, Reminds me of a similar game called "Neko Atsume", similar to Nintendogs but you look after cats.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, wasnt there an official nintendogs game with cats for the 3ds?
    +1
  • Xdqwerty @ Xdqwerty:
    ill have no wifi for a bit so see ya later
    +2
  • RedColoredStars @ RedColoredStars:
    Gross. lol
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Ok seeya.
  • SylverReZ @ SylverReZ:
    @RedColoredStars, I've got a fairly dark sense of humor lol.
  • BigOnYa @ BigOnYa:
    So a man goes to the doctor because his boner wont go down. As he is laying in the hospital bed, with his thing propped up in the air, a fly is flying around and landing on the tip and bothering him, so he calls in the nurse. The nurse comes in, swats at the fly but can't quite reach it, so she climbs his boner to get better aim. After a few tries of swatting and sliding back down, she says sorry I cant get it. He says keep going, a few more tries, and I can shoot it down.
    BigOnYa @ BigOnYa: So a man goes to the doctor because his boner wont go down. As he is laying in the hospital bed...