kaiserdj / Darkorbit-client

Open source darkorbit client (cross-platform and with better performance)
GNU Affero General Public License v3.0
95 stars 23 forks source link

Can't use 3D mode #19

Closed Andrzejone closed 3 years ago

Andrzejone commented 3 years ago

When Using your client I can't manage it to work in 3D mode, when on normal browser it's working with no problems. image

image

ToastcodeDev commented 3 years ago

Try reinstalling the launcher, although it is better to wait for an official response from the creator because it may be a bad configuration in your Flash Player plugin.

kaiserdj commented 3 years ago

It is strange, I have never seen that 3d cannot be activated. Can you use it in the official client?

Andrzejone commented 3 years ago

Yes. On Official client it's working. I tried reinstalling your client, clearing cache IE, didn't tried flash reinstall only

kaiserdj commented 3 years ago

mmmm, What a curious bug, try deleting the launcher and deleting the darkorbit-client folders found in appdata / roaming, and then install the latest version, normally

Andrzejone commented 3 years ago

image

Uninstalled your client. Deleted all files found, installed official darkorbit client, 3D works good. Uninstalled official client, deleted all foun files, installed your client, 3D not work.

ToastcodeDev commented 3 years ago

mmmm, What a curious bug, try deleting the launcher and deleting the darkorbit-client folders found in appdata / roaming, and then install the latest version, normally

I would say that it is quite strange since from what I see in the launcher settings it uses certain characteristics of the original.

Andrzejone commented 3 years ago

I'm in impass idk what try

kaiserdj commented 3 years ago

have you tried with another account or use the client on another pc?

Andrzejone commented 3 years ago

tried with another acc and didn't worked. Don't have another pc, just junk laptop where it's working like it should

fabio1999ita commented 3 years ago

i got problem too

fabio1999ita commented 3 years ago

video @kaiserdj @kaiserdj set hardware accelerator to on in loading screen for fix problem

Andrzejone commented 3 years ago

Don't work for me Always enabled

kaiserdj commented 3 years ago

This bug is very rare since it is difficult for me to find the problem because it does not happen to me.

Does the original darkorbit launcher work well for you?

Andrzejone commented 3 years ago

yes. That's why it's strange. Hm. I have installed since new year old version of Flash, for playing in normal browser. Right now I have installed Adobe Flash Player NPAPI 32.0.0.465 and PPAPI 32.0.0.344. I updated today you client, but nothing changed.

kaiserdj commented 3 years ago

Open the client as a developer, you have to open a cmd and go to the executable.exe folder of the launcher and add the parameter -d

Then send me all the text that comes out in the cmd

Instructions:

https://user-images.githubusercontent.com/5487950/119912824-7a9df200-bf5c-11eb-86b0-787ce0ce277e.mp4

Andrzejone commented 3 years ago

image Got This

kaiserdj commented 3 years ago

No error appears on the console ...

Is your user an administrator on the pc?

Andrzejone commented 3 years ago

yeep. Only user on whole pc

fabio1999ita commented 3 years ago

maybe his pc or system is corrupt

Andrzejone commented 3 years ago

my pc don't have case. Parts are lying on shelf. Can be corrupted :D

kaiserdj commented 3 years ago

Do you have any other pc to try?

Andrzejone commented 3 years ago

only laptop. It's working good on him.

Andrzejone commented 3 years ago

For now, on this pc I'm using vertex browser. Friend sended me. 3d is working good on it too

kaiserdj commented 3 years ago

Still giving problems with the latest version?

Andrzejone commented 3 years ago

:( yes.

ODAKAB commented 3 years ago

can you try playing with app-specific settings on nvidia control panel, if you are a nvidia gpu user

Andrzejone commented 3 years ago

AMD RADEON HD5550. Very old gpu. Non special setings made. I will try something on my own later and gib feedback

kaiserdj commented 3 years ago

Install this modified version of the launcher https://gofile.io/d/9ISgdl

What it does is that when starting the client as a developer, it prints the cmd the GPU Information and enters a flash player test page.

Please follow the steps I gave you in this comment(https://github.com/kaiserdj/Darkorbit-client/issues/19#issuecomment-850029274) again and send me another screenshot of what you get in the cmd.

It should come out in the cmd something like this

Data GPU:
{
  '2d_canvas': 'enabled',
  gpu_compositing: 'enabled',
  multiple_raster_threads: 'enabled_on',
  oop_rasterization: 'enabled',
  opengl: 'enabled_on',
  protected_video_decode: 'unavailable_off',
  rasterization: 'enabled',
  skia_renderer: 'enabled_on',
  video_decode: 'enabled',
  vulkan: 'disabled_off',
  webgl: 'enabled',
  webgl2: 'enabled'
}

Thanks and sorry for the problems

Andrzejone commented 3 years ago

I'm opening Powershell as on vid, but none of this info is show, only the previous one. It's asking for update, I'm denying it and doing steps from your post. I opened installer as Admin having install localization opened to see if it's installing there for sure.

image

kaiserdj commented 3 years ago

I'm really sorry, it was my fault and I uploaded the normal version instead of the modified version for testing ...

Here is the correct version to test: https://mega.nz/file/aNpHRSDB#rKufI5JhTw4K57gXkoARp5J5YRtITAa98suJS4Jen_g

https://user-images.githubusercontent.com/5487950/122042918-0b892000-cddb-11eb-98f3-bd1626e7195a.mp4

I only recommend using that version to collect that test data, do not use it as a normal launcher, since it is full of performance tests and code tests. When you have that data, please send it to me and then install the normal version that is in github

Andrzejone commented 3 years ago

Don't worry. Thank's for help. image

kaiserdj commented 3 years ago

There you can see the problem, I do not know the reason but I do not suppose that it will be something about drivers or their configuration.

Try to install the latest version of the drivers available for your graphics and try to activate all the options for the hardware acceleration to work.

I think it is not the client's problem if not your pc. Try to output something like this on the Data GPU:

Data GPU:
{
  '2d_canvas': 'enabled',
  gpu_compositing: 'enabled',
  multiple_raster_threads: 'enabled_on',
  oop_rasterization: 'enabled',
  opengl: 'enabled_on',
  protected_video_decode: 'unavailable_off',
  rasterization: 'enabled',
  skia_renderer: 'enabled_on',
  video_decode: 'enabled',
  vulkan: 'disabled_off',
  webgl: 'enabled',
  webgl2: 'enabled'
}
kaiserdj commented 3 years ago

@Andrzejone Did you fix it?

Andrzejone commented 3 years ago

nope. I'm nearly using computeer 24/24 so, gonna try in couple of hours when project will be done and gib feedback.

kaiserdj commented 3 years ago

I close the issue, if you keep having trouble or anything. Write here again, or create a new one or speak for discord

Andrzejone commented 1 year ago

I resolved the issue by installing unofficial graphic drivers from amernimezone. Old Radeon HD 5550