Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR] Tablet not found! (Old XP-Pen G430) #35

Closed
Varukiri opened this issue Mar 15, 2018 · 19 comments
Closed

[ERROR] Tablet not found! (Old XP-Pen G430) #35

Varukiri opened this issue Mar 15, 2018 · 19 comments
Labels
wontfix This will not be worked on

Comments

@Varukiri
Copy link

Hardware/software information

Windows Version: 7 x64

Tablet Driver version: your driver 0.14

Tablet model: g430

Issue

I installed driver from main folder:
1

Then when I start TabletDriverGUI this happens:
2

I also tried driver from folder "driver_vmulti" - same issue

Tried to install https://www.xp-pen.com/upload/download/20180130/XP-PenWin(20180130).zip
but this driver doesn't work. It always says device not detected. Only one that worked for me was g430/star04 old driver.

Here is startuplog file: startuplog.txt

@Varukiri
Copy link
Author

Varukiri commented Mar 15, 2018

from log
2018-03-15 15:44:48 [INFO] >> #
2018-03-15 15:44:48 [INFO] >> # XP Pen G430
2018-03-15 15:44:48 [INFO] >> #
2018-03-15 15:44:48 [INFO] >> Tablet 0x28BD 0x0075 0xFF0A 0x0001
2018-03-15 15:44:48 [ERROR] Can't open HID tablet 0x28BD 0x0075 0xFF0A 0x0001
2018-03-15 15:44:48 [INFO] >> Name "XP Pen G430"
2018-03-15 15:44:48 [INFO] >> ReportId 0x02
2018-03-15 15:44:48 [INFO] >> ReportLength 8
2018-03-15 15:44:48 [INFO] >> ButtonMask 0x80
2018-03-15 15:44:48 [INFO] >> MaxX 45720
2018-03-15 15:44:48 [INFO] >> MaxY 29210
2018-03-15 15:44:48 [INFO] >> MaxPressure 2047
2018-03-15 15:44:48 [INFO] >> Width 102.4
2018-03-15 15:44:48 [INFO] >> Height 76.2
2018-03-15 15:44:48 [INFO] >> InitReport 0x02 0xB0 0x02 0x00 0x00 0x00 0x00 0x00

I don't know what changed but "install_vmulti_driver.bat" just closing without installing anything now but "install_vmulti_64.bat" from folder "driver_vmulti" still installing Pentablet HID so I don't understand why driver "Can't open HID tablet"
default

@Varukiri Varukiri changed the title [ERROR] Tablet not found! [ERROR] Tablet not found! (G430) Mar 15, 2018
@hawku
Copy link
Owner

hawku commented Mar 15, 2018

@Varukiri Try to run the TabletDriverGUI as an administrator.

Are you sure that your tablet is G430 and not the newer model G430S?

Can you find tablet's HID device from the Windows Device Manager?
http://hwk.fi/TabletDriver/WacomHID.png, but the device instance path should start with HID\VID_28BD

@Varukiri
Copy link
Author

Varukiri commented Mar 15, 2018

@hawku
I always run it as an administrator.

My tablet is exactly G430.

There is so many
path

@eternalstandstill
Copy link

okay there some progress with g430 recognition on 0.15 ver. but now i have init error.
startuplog.txt

@hawku
Copy link
Owner

hawku commented Mar 16, 2018

Did you check if you have other tablet driver services or processes running?
For example XP-Pen's PentabletService.exe or Pentablet.exe

@eternalstandstill
Copy link

yeah, i uninstalled xp pen drivers, and don't see them in the windows task manager

@hawku
Copy link
Owner

hawku commented Mar 16, 2018

Something weird is going on. It looks like your tablet isn't same device as my G430.
Your tablet is missing the driver communication interface (0xFF0A)

My G430:

[DEBUG] HID Device: Vendor: 'UGTABLET' Product: 'TABLET G3 4x3'
[DEBUG]   Usage Page: 0x0001, Usage: 0x0000
[DEBUG]   Usage Page: 0x000D, Usage: 0x000E
[DEBUG]   Usage Page: 0xFF0A, Usage: 0x0001

Your G430:

[DEBUG] HID Device: Vendor: 'UGTABLET' Product: 'TABLET G3 4x3'
[DEBUG]   Usage Page: 0x0001, Usage: 0x0000
[DEBUG]   Usage Page: 0x000D, Usage: 0x0001
[DEBUG]   Usage Page: 0x000D, Usage: 0x000E

Does the latest XP-Pen drivers work with your tablet?
https://www.xp-pen.com/upload/download/20180130/XP-PenWin(20180130).zip

@Varukiri
Copy link
Author

Only old g430/star04 driver works with my g430 but I'm sure that this is exactly 430. I've seen many 430 users had error on new driver: "device not detected". So your 430 works with the latest??

@hawku
Copy link
Owner

hawku commented Mar 16, 2018

@Varukiri
Yes, my G430 works with the latest XP-Pen drivers.
I don't understand why XP-Pen has made two different G430 tablets with the same USB Product ID.
XP-Pen G540 might also share the same USB Product ID.

@Varukiri
Copy link
Author

I bought my July 2016 btw

@hawku
Copy link
Owner

hawku commented Mar 16, 2018

I bought mine about 2 months ago from this seller: https://www.aliexpress.com/item//32609175289.html

I can see the product listing history from AliExpress and it has this text on the product page:

Model Number: StarG430_B

@hawku hawku added the enhancement New feature or request label Mar 17, 2018
@hawku hawku changed the title [ERROR] Tablet not found! (G430) [ERROR] Tablet not found! (Old XP-Pen G430) Mar 17, 2018
@dnsklnv
Copy link

dnsklnv commented Mar 22, 2018

Same problem. I bought my ~march 2016. The only working driver is star04 driver.
Otherwise tablet itself works just fine. I think you should mention this problem in FAQ to save time for others.

@Syntractrix
Copy link

Syntractrix commented Mar 25, 2018

I too have a g430, and something similar occurs while trying to run these drivers.
I'll upload the log generated by it:
startuplog.txt
startuplog.txt
GUI Console generated error:
untitled
Here are all of the drivers generated by the tablet in device manger:
untitled
untitled
This is regular g430 not the g430s (newer drivers dont work on it)
zzz
(keep in mind I took the screenshots with the custom drivers installed)

@hawku
Copy link
Owner

hawku commented Mar 25, 2018

@Syntractrix That is the old model.

Reddit user CaptainShrimps sent me some USB data from the older G430 model and it looks like it is almost impossible to support that tablet.

XP-Pen have changed the way they do the USB communication on the newer models. That makes it very hard for this driver or XP-Pen's latest drivers to support the older devices.

@bobross12
Copy link

Is there going to be a driver for the Star g430s? Just wondering because i hate trying to map the area with xp pen driver

@hawku hawku added wontfix This will not be worked on and removed enhancement New feature or request labels Apr 1, 2018
@hawku hawku closed this as completed Apr 1, 2018
@Opera-its-browser
Copy link

Hello, I have a tablet XP-pen g430s, and when I turn on your driver comes out error, " Driver Stopped, Restarting! Check console!!!". I bought it two or three weeks ago. What should I do?
startuplog.txt

@Kirasabi
Copy link

Kirasabi commented Feb 24, 2020

Yo, i have tablet xp-pen star g960. Is it possible to make it work on tablet driver GUI?
i know its pretty cheap tablet for drawing but... Who knows. I like that pen and like little bit draw in digital for kill some time..

@kaspishehe
Copy link

Hello, i have similar problem with my xp pen g640 like the first person on this thread. Tablet not found and driver stopped.
I installed vmulti and deleted previous drivers,

startuplog.txt
vmulti log.txt

@Duckhat9
Copy link

Duckhat9 commented Aug 6, 2021

I am using Veikk S640 tablet. I have install your drivers. Tried everything but it doesn't work.
Screenshot_10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

10 participants